aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/federation/task.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-49/+0
| | | | | | | | - Add json_error and use inplace of json_response where appropriate. - Add garbage_collection to config spec file. - Fix bugs in both garbage collection task and test - Handle /api/whoami when no user logged in and a test for such a case. - Validate ID is correct and user has comment privilege to comment.
* Add garbage collection taskJessica Tallon2014-07-221-0/+49