| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch from slug to ID and clean up style to conform to PEP-8 | Jessica Tallon | 2014-07-22 | 1 | -8/+16 |
* | Create test for garbage collection | Jessica Tallon | 2014-07-22 | 1 | -4/+37 |
* | Add test for API object endpoint | Jessica Tallon | 2014-07-22 | 1 | -0/+29 |
* | Add more tests for federation APIs | Jessica Tallon | 2014-07-22 | 2 | -92/+143 |
* | Require uploader privileges to upload media to API | Jessica Tallon | 2014-07-22 | 2 | -24/+28 |
* | Remove unneeded oauth fixtures and add test for image submission | Jessica Tallon | 2014-07-22 | 1 | -38/+80 |
* | Rename test_joarapi.py => test_legacy_api.py | Jessica Tallon | 2014-07-22 | 1 | -1/+2 |
* | Add fixtures to provide OAuth client, request and access models | Jessica Tallon | 2014-07-22 | 1 | -1/+63 |
* | Adds the unit-tests for API and cleans up API | xray7224 | 2014-07-22 | 2 | -65/+134 |
* | Wrapping things to not exceed column 80 in test_ldap | Christopher Allan Webber | 2014-07-10 | 1 | -6/+12 |
* | Added some tests for metadata. | tilly-Q | 2014-05-14 | 2 | -28/+81 |
* | Wrote a test for the compact_and_validate metadata function. | tilly-Q | 2014-05-13 | 1 | -0/+103 |
* | Issue #686: Create User.url_for_self() method. | Berker Peksag | 2014-04-10 | 2 | -0/+65 |
* | EXIF returns less data than it used to... | Christopher Allan Webber | 2014-03-26 | 1 | -1/+1 |
* | The default failures are just way too verbose. Quieting them down a bit. | Christopher Allan Webber | 2014-03-11 | 1 | -0/+1 |
* | added new slugify with unidecode | Boris Bobrov | 2014-03-11 | 1 | -0/+6 |
* | robogoblins.xcf | Christopher Allan Webber | 2014-02-09 | 1 | -2/+3 |
* | robogoblins source | Christopher Allan Webber | 2014-02-09 | 2 | -3/+5 |
* | updated COPYING file for current data in this directory | Christopher Allan Webber | 2014-02-09 | 2 | -61/+56 |
* | Source files for some of the test submission artwork. | Christopher Allan Webber | 2014-02-06 | 6 | -0/+439 |
* | Fixing the test_change_password test. Needed a privilege! | Christopher Allan Webber | 2013-10-08 | 1 | -1/+3 |
* | Fixing issues in the tests caused by the OPW-Moderation-Update merge | Christopher Allan Webber | 2013-10-08 | 1 | -45/+17 |
* | Merge remote-tracking branch 'refs/remotes/tilly-q/OPW-Moderation-Update' | Christopher Allan Webber | 2013-10-07 | 13 | -56/+760 |
|\ |
|
| * | This commit was solely to remove unused imports in the code that I have written | tilly-Q | 2013-09-23 | 4 | -9/+4 |
| * | At this point, I am very close to done with this code! I made one big change at | tilly-Q | 2013-09-23 | 4 | -4/+10 |
| * | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-09-12 | 2 | -4/+57 |
| |\ |
|
| * | | In this commit, I'm deleting the ArchivedReports object, at paroneyea's recom- | tilly-Q | 2013-09-11 | 2 | -9/+20 |
| * | | This should be my final code update before I am ready for review! Basically, in | tilly-Q | 2013-09-10 | 2 | -3/+2 |
| * | | This was a quick update, I mostly worked on the transition from using the old | tilly-Q | 2013-09-08 | 2 | -8/+0 |
| * | | I did some more code-keeping in this commit. I added a lot of documentation, so | tilly-Q | 2013-09-03 | 3 | -12/+10 |
| * | | I've moved on to one of the last phases of my work! Now I'm just checking off | tilly-Q | 2013-09-03 | 1 | -2/+2 |
| * | | This is a quick commit. I gave admins the ability to ban or unban users | tilly-Q | 2013-08-29 | 1 | -3/+44 |
| * | | This was a big commit! I included lots of documentation below, but generally I | tilly-Q | 2013-08-29 | 7 | -12/+625 |
| * | | pushing so paroneayea can help me resolve a conflict within the tests. | tilly-Q | 2013-08-23 | 2 | -18/+16 |
| * | | This commit was just to fix a few of the errors with the merging and to | tilly-Q | 2013-08-20 | 5 | -7/+15 |
| * | | Merge branch 'master' into OPW-Moderation-Update | tilly-Q | 2013-08-20 | 7 | -10/+430 |
| |\ \ |
|
| * | | | This was a very small update, I'm hoping to rebase after this to solve some | tilly-Q | 2013-08-20 | 6 | -34/+105 |
* | | | | Fixing ALL THE BROKEN TESTS. I probably broke most of them. | Christopher Allan Webber | 2013-09-29 | 4 | -5/+6 |
* | | | | 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 | 2 | -0/+166 |
|\ \ \ \ |
|
| * | | | | 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 |
* | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor' | Christopher Allan Webber | 2013-09-19 | 6 | -41/+50 |
|\ \ \ \ \ |
|
| * | | | | | 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 | 1 | -1/+1 |
| * | | | | | moved change_pass to basic_auth and fixed some typos with the moving of forgo... | Rodney Ewing | 2013-08-16 | 3 | -37/+45 |
* | | | | | | Merge remote-tracking branch 'refs/remotes/rodney757/file_limits' | Christopher Allan Webber | 2013-09-18 | 6 | -2/+121 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | duplicate | Rodney Ewing | 2013-08-26 | 1 | -1/+0 |
| * | | | | | copying.txt | Rodney Ewing | 2013-08-26 | 1 | -0/+5 |