aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
* remove a blank lineRodney Ewing2013-09-191-1/+0
|
* not all JSONEncoded fields should be mutable dictsRodney Ewing2013-09-193-29/+28
|
* skip video processing if necessaryRodney Ewing2013-09-191-0/+37
|
* skip stl processing if necessaryRodney Ewing2013-09-191-0/+41
|
* skip pdf processing if necessaryRodney Ewing2013-09-191-0/+26
|
* skip audio reprocessing if necessaryRodney Ewing2013-09-191-0/+39
|
* make all JSONEncoded columns mutableRodney Ewing2013-09-192-3/+5
|
* need to use mutation tracking to detect changes in JSONEncoded typesRodney Ewing2013-09-193-5/+35
|
* skip ascii thumb resizing if necessaryRodney Ewing2013-09-191-12/+12
|
* skip image resizing if possibleRodney Ewing2013-09-191-1/+0
|
* get and set metadata for a MediaFileRodney Ewing2013-09-191-0/+1
|
* Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'Christopher Allan Webber2013-09-184-0/+108
|\ | | | | | | | | Conflicts: mediagoblin/db/migrations.py
| * skip ascii thumb resizing if necessaryRodney Ewing2013-08-211-0/+26
| |
| * skip image resizing if possibleRodney Ewing2013-08-212-2/+43
| |
| * get and set metadata for a MediaFileRodney Ewing2013-08-212-2/+42
| |
* | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'Christopher Allan Webber2013-09-1817-37/+315
|\ \ | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py
| * | use media.get_uploader and fix typoRodney Ewing2013-08-262-3/+4
| | |
| * | javascript limit validationRodney Ewing2013-08-264-4/+62
| | |
| * | fix after rebaseRodney Ewing2013-08-261-2/+2
| | |
| * | duplicateRodney Ewing2013-08-261-1/+0
| | |
| * | copying.txtRodney Ewing2013-08-261-0/+5
| | |
| * | added testsRodney Ewing2013-08-264-9/+13
| | |
| * | fixed tests and defaultsRodney Ewing2013-08-261-0/+8
| | |
| * | max file sizeRodney Ewing2013-08-263-41/+63
| | |
| * | fixed testsRodney Ewing2013-08-262-8/+0
| | |
| * | fixed tests and defaultsRodney Ewing2013-08-261-0/+8
| | |
| * | fixed tests and defaultsRodney Ewing2013-08-266-10/+45
| | |
| * | made no upload limit the defaultRodney Ewing2013-08-262-5/+5
| | |
| * | typosRodney Ewing2013-08-262-2/+2
| | |
| * | added testsRodney Ewing2013-08-262-8/+74
| | |
| * | added user upload limitsRodney Ewing2013-08-268-2/+82
| |/
* | Also add a bit of color to the theme's base colorChristopher Allan Webber2013-09-151-1/+7
| | | | | | | | This commit sponsored by Marc Lijour. Thanks!
* | Updating the video.js that we use to avoid an XSS attack. Yikes! ;\Christopher Allan Webber2013-09-151-3/+20
| | | | | | | | This commit sponsored by Daniel Valentine. Thank you!
* | Fix pagination for certain request.GET dataChristopher Allan Webber2013-09-131-2/+6
| | | | | | | | | | | | | | | | This didn't work at all nicely with MultiDict objects in various circumstances and could possibly break pagination. This fix handles that! This commit sponsored by Alessandro Francolini. Thank you!
* | Support python 2.6 again! Thanks to julianoliver for catching this.Christopher Allan Webber2013-09-091-2/+11
| | | | | | | | This commit sponsored by Sam Clegg. Thank you!
* | typo. conversions not convirsionsRodney Ewing2013-09-062-2/+2
| | | | | | | | thanks to saul for pointing this out.
* | reword persona edit linkRodney Ewing2013-09-051-5/+4
| |
* | In the v0.6.0 cycle nowChristopher Allan Webber2013-09-051-1/+1
| |
* | MediaGoblin v0.5.0!Christopher Allan Webber2013-09-041-1/+1
| |
* | Committing extracted and compiled translationsChristopher Allan Webber2013-09-042-1/+1
| |
* | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2013-09-041-4/+4
| |
* | Committing extracted and compiled translationsChristopher Allan Webber2013-09-0467-798/+798
| |
* | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2013-09-048-496/+499
| |
* | Fixing tyop. Thanks for catching, tryggvib :)Christopher Allan Webber2013-09-041-1/+1
| |
* | need to send the users email to persona if the user logged in with persona.Rodney Ewing2013-09-043-1/+12
| | | | | | | | Thanks callahad for pointing this out.
* | Improve checkbox descriptionSebastian Spaeth2013-09-041-1/+1
| | | | | | | | Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?
* | Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'Christopher Allan Webber2013-09-041-1/+1
|\ \
| * | Fix plugin documentationSebastian Spaeth2013-09-041-1/+1
| | | | | | | | | | | | | | | The docs suggest to use {% template_hook "media_sidebar" %}. This will break Mediagoblin in mysterious ways, and the docs need a fix.
* | | Add site name, logo, and background for PersonaDan Callahan2013-09-031-2/+8
|/ /
* | should use public_store.file_exists to check if the file copied correctlyRodney Ewing2013-09-021-2/+1
| |