Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap' | Christopher Allan Webber | 2013-09-20 | 10 | -0/+511 |
|\ | | | | | | | | | | | Conflicts: docs/source/index.rst mediagoblin/templates/mediagoblin/auth/login.html | ||||
| * | skip test if python-ldap is not installed | Rodney Ewing | 2013-08-15 | 1 | -0/+2 |
| | | |||||
| * | added tests for ldap plugin | Rodney Ewing | 2013-08-15 | 2 | -0/+164 |
| | | |||||
| * | catch a keyerror | Rodney Ewing | 2013-08-15 | 1 | -5/+5 |
| | | |||||
| * | typo in docs | Rodney Ewing | 2013-08-15 | 1 | -3/+3 |
| | | |||||
| * | added docs for ldap plugin | Rodney Ewing | 2013-08-15 | 3 | -0/+52 |
| | | |||||
| * | use pluginapi.get_config | Rodney Ewing | 2013-08-15 | 1 | -2/+2 |
| | | |||||
| * | removed unused import | Rodney Ewing | 2013-08-15 | 1 | -1/+0 |
| | | |||||
| * | added a create_account hook | Rodney Ewing | 2013-08-15 | 2 | -0/+33 |
| | | |||||
| * | only create a user if the register_form is from the ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -1/+2 |
| | | |||||
| * | - fixed typo with unbinding code | Rodney Ewing | 2013-08-15 | 2 | -6/+21 |
| | | | | | | | | - added the ability to get the user's email from the ldap server upon registration | ||||
| * | - 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 |
| | | | | |