Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge remote-tracking branch 'spaetz/master' | Christopher Allan Webber | 2013-09-28 | 3 | -113/+148 | |
|\ \ \ \ \ | ||||||
| * | | | | | Simplify non-active user page | Sebastian Spaeth | 2013-09-03 | 3 | -113/+148 | |
* | | | | | | Fixing one test post-merge. We got rid of the mongo stuff, so... consistency! | Christopher Allan Webber | 2013-09-20 | 1 | -2/+2 | |
* | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap' | Christopher Allan Webber | 2013-09-20 | 8 | -0/+508 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 1 | -0/+49 | |
| * | | | | | | 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 | |
| * | | | | | | - changed host and port to just a server uri | Rodney Ewing | 2013-08-15 | 1 | -4/+11 | |
| * | | | | | | 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 | |
* | | | | | | | 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 | |
* | | | | | | | Fixing error caused by merge (failure to build password editing url) | Christopher Allan Webber | 2013-09-19 | 1 | -1/+1 | |
* | | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor' | Christopher Allan Webber | 2013-09-19 | 29 | -168/+463 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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 templ... | Rodney Ewing | 2013-08-16 | 8 | -17/+86 | |
| * | | | | | | | moved change_pass to basic_auth and fixed some typos with the moving of forgo... | Rodney Ewing | 2013-08-16 | 12 | -96/+127 | |
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 |