aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap'Christopher Allan Webber2013-09-2010-0/+511
|\ | | | | | | | | | | Conflicts: docs/source/index.rst mediagoblin/templates/mediagoblin/auth/login.html
| * skip test if python-ldap is not installedRodney Ewing2013-08-151-0/+2
| |
| * added tests for ldap pluginRodney Ewing2013-08-152-0/+164
| |
| * catch a keyerrorRodney Ewing2013-08-151-5/+5
| |
| * typo in docsRodney Ewing2013-08-151-3/+3
| |
| * added docs for ldap pluginRodney Ewing2013-08-153-0/+52
| |
| * use pluginapi.get_configRodney Ewing2013-08-151-2/+2
| |
| * removed unused importRodney Ewing2013-08-151-1/+0
| |
| * added a create_account hookRodney Ewing2013-08-152-0/+33
| |
| * only create a user if the register_form is from the ldap pluginRodney Ewing2013-08-151-1/+2
| |
| * - fixed typo with unbinding codeRodney Ewing2013-08-152-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 uriRodney Ewing2013-08-151-4/+11
| | | | | | | | | | - added an option to connect with TLS - unbind after when done
| * 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
| | | | |