Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | - changed host and port to just a server uri | Rodney Ewing | 2013-08-15 | 1 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added an option to connect with TLS - unbind after when done | |||||
| * | | | | | | ldap uses it own views | Rodney Ewing | 2013-08-15 | 5 | -48/+120 | |
| | | | | | | | ||||||
| * | | | | | | starting ldap plugin | Rodney Ewing | 2013-08-15 | 3 | -0/+166 | |
| | | | | | | | ||||||
* | | | | | | | Adding the .xcf file of the MediaGoblin goblin. | Christopher Allan Webber | 2013-09-19 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Alexandre Hannud Abdo. Thank you! | |||||
* | | | | | | | We're no longer using this image, as awesome as it is | Christopher Allan Webber | 2013-09-19 | 1 | -0/+0 | |
| | | | | | | | ||||||
* | | | | | | | Fixing import error after merge of basic_auth branch. | Christopher Allan Webber | 2013-09-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by geoffrey jost. Thank you! | |||||
* | | | | | | | Fixing error caused by merge (failure to build password editing url) | Christopher Allan Webber | 2013-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Kim Lindberger. Thank you! | |||||
* | | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor' | Christopher Allan Webber | 2013-09-19 | 29 | -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 installed | Rodney Ewing | 2013-08-16 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | use new in-memory db for testing | Rodney Ewing | 2013-08-16 | 2 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | fixed some typos and missed imports | Rodney Ewing | 2013-08-16 | 3 | -5/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | moved create account link on login page to a hook | Rodney Ewing | 2013-08-16 | 3 | -8/+31 | |
| | | | | | | | | ||||||
| * | | | | | | | deleted misplaced template | Rodney Ewing | 2013-08-16 | 1 | -29/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | fixed typo to check allow_registration not if auth is enabled | Rodney Ewing | 2013-08-16 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | used template hooks instead of hardcoding basic_auth functionality into ↵ | Rodney Ewing | 2013-08-16 | 8 | -17/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | templates | |||||
| * | | | | | | | moved change_pass to basic_auth and fixed some typos with the moving of ↵ | Rodney Ewing | 2013-08-16 | 12 | -96/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forgot pass | |||||
| * | | | | | | | moved forgot pass to basic_auth plugin | Rodney Ewing | 2013-08-16 | 11 | -237/+253 | |
| | | | | | | | | ||||||
* | | | | | | | | remove a blank line | Rodney Ewing | 2013-09-19 | 1 | -1/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | not all JSONEncoded fields should be mutable dicts | Rodney Ewing | 2013-09-19 | 3 | -29/+28 | |
| | | | | | | | | ||||||
* | | | | | | | | skip video processing if necessary | Rodney Ewing | 2013-09-19 | 1 | -0/+37 | |
| | | | | | | | | ||||||
* | | | | | | | | skip stl processing if necessary | Rodney Ewing | 2013-09-19 | 1 | -0/+41 | |
| | | | | | | | | ||||||
* | | | | | | | | skip pdf processing if necessary | Rodney Ewing | 2013-09-19 | 1 | -0/+26 | |
| | | | | | | | | ||||||
* | | | | | | | | skip audio reprocessing if necessary | Rodney Ewing | 2013-09-19 | 1 | -0/+39 | |
| | | | | | | | | ||||||
* | | | | | | | | make all JSONEncoded columns mutable | Rodney Ewing | 2013-09-19 | 2 | -3/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | need to use mutation tracking to detect changes in JSONEncoded types | Rodney Ewing | 2013-09-19 | 3 | -5/+35 | |
| | | | | | | | | ||||||
* | | | | | | | | skip ascii thumb resizing if necessary | Rodney Ewing | 2013-09-19 | 1 | -12/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | skip image resizing if possible | Rodney Ewing | 2013-09-19 | 1 | -1/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | get and set metadata for a MediaFile | Rodney Ewing | 2013-09-19 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing' | Christopher Allan Webber | 2013-09-18 | 4 | -0/+108 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py | |||||
| * | | | | | | | | skip ascii thumb resizing if necessary | Rodney Ewing | 2013-08-21 | 1 | -0/+26 | |
| | | | | | | | | | ||||||
| * | | | | | | | | skip image resizing if possible | Rodney Ewing | 2013-08-21 | 2 | -2/+43 | |
| | | | | | | | | | ||||||
| * | | | | | | | | get and set metadata for a MediaFile | Rodney Ewing | 2013-08-21 | 2 | -2/+42 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits' | Christopher Allan Webber | 2013-09-18 | 17 | -37/+315 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py | |||||
| * | | | | | | | | | use media.get_uploader and fix typo | Rodney Ewing | 2013-08-26 | 2 | -3/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | javascript limit validation | Rodney Ewing | 2013-08-26 | 4 | -4/+62 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix after rebase | Rodney Ewing | 2013-08-26 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | duplicate | Rodney Ewing | 2013-08-26 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | copying.txt | Rodney Ewing | 2013-08-26 | 1 | -0/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | added tests | Rodney Ewing | 2013-08-26 | 4 | -9/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 1 | -0/+8 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | max file size | Rodney Ewing | 2013-08-26 | 3 | -41/+63 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fixed tests | Rodney Ewing | 2013-08-26 | 2 | -8/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 1 | -0/+8 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fixed tests and defaults | Rodney Ewing | 2013-08-26 | 6 | -10/+45 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | made no upload limit the default | Rodney Ewing | 2013-08-26 | 2 | -5/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | typos | Rodney Ewing | 2013-08-26 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | added tests | Rodney Ewing | 2013-08-26 | 2 | -8/+74 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | added user upload limits | Rodney Ewing | 2013-08-26 | 8 | -2/+82 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Also add a bit of color to the theme's base color | Christopher Allan Webber | 2013-09-15 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Marc Lijour. Thanks! | |||||
* | | | | | | | | | Updating the video.js that we use to avoid an XSS attack. Yikes! ;\ | Christopher Allan Webber | 2013-09-15 | 1 | -3/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Daniel Valentine. Thank you! |