aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing ALL THE BROKEN TESTS. I probably broke most of them.Christopher Allan Webber2013-09-295-6/+7
* Merge remote-tracking branch 'spaetz/master'Christopher Allan Webber2013-09-283-113/+148
|\
| * Simplify non-active user pageSebastian Spaeth2013-09-033-113/+148
* | v0.5.1 release notesChristopher Allan Webber2013-09-271-0/+11
* | Actually link to the scriptChristopher Allan Webber2013-09-251-2/+2
* | Fixing one test post-merge. We got rid of the mongo stuff, so... consistency!Christopher Allan Webber2013-09-201-2/+2
* | Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap'Christopher Allan Webber2013-09-2010-0/+511
|\ \
| * | 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
| * | - changed host and port to just a server uriRodney Ewing2013-08-151-4/+11
| * | 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
* | | 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
* | | Fixing error caused by merge (failure to build password editing url)Christopher Allan Webber2013-09-191-1/+1
* | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'Christopher Allan Webber2013-09-1929-168/+463
|\ \ \
| * | | 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 templ...Rodney Ewing2013-08-168-17/+86
| * | | moved change_pass to basic_auth and fixed some typos with the moving of forgo...Rodney Ewing2013-08-1612-96/+127
| * | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \ \