aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | ldap uses it own viewsRodney Ewing2013-08-155-48/+120
| | | | | | |
| * | | | | | starting ldap pluginRodney Ewing2013-08-153-0/+166
| | | | | | |
* | | | | | | Adding the .xcf file of the MediaGoblin goblin.Christopher Allan Webber2013-09-191-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Alexandre Hannud Abdo. Thank you!
* | | | | | | We're no longer using this image, as awesome as it isChristopher Allan Webber2013-09-191-0/+0
| | | | | | |
* | | | | | | Fixing import error after merge of basic_auth branch.Christopher Allan Webber2013-09-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by geoffrey jost. Thank you!
* | | | | | | Fixing error caused by merge (failure to build password editing url)Christopher Allan Webber2013-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Kim Lindberger. Thank you!
* | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-1929-168/+463
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/auth/views.py mediagoblin/edit/forms.py mediagoblin/templates/mediagoblin/edit/edit_account.html
| * | | | | | | skip openid test if python-openid isn't installedRodney Ewing2013-08-161-0/+1
| | | | | | | |
| * | | | | | | use new in-memory db for testingRodney Ewing2013-08-162-4/+4
| | | | | | | |
| * | | | | | | fixed some typos and missed importsRodney Ewing2013-08-163-5/+9
| | | | | | | |
| * | | | | | | moved create account link on login page to a hookRodney Ewing2013-08-163-8/+31
| | | | | | | |
| * | | | | | | deleted misplaced templateRodney Ewing2013-08-161-29/+0
| | | | | | | |
| * | | | | | | fixed typo to check allow_registration not if auth is enabledRodney Ewing2013-08-161-2/+2
| | | | | | | |
| * | | | | | | used template hooks instead of hardcoding basic_auth functionality into ↵Rodney Ewing2013-08-168-17/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | templates
| * | | | | | | moved change_pass to basic_auth and fixed some typos with the moving of ↵Rodney Ewing2013-08-1612-96/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forgot pass
| * | | | | | | moved forgot pass to basic_auth pluginRodney Ewing2013-08-1611-237/+253
| | | | | | | |
* | | | | | | | 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!