diff options
author | Jessica Tallon <jessica@megworld.co.uk> | 2014-07-28 23:36:39 +0100 |
---|---|---|
committer | Jessica Tallon <jessica@megworld.co.uk> | 2014-07-30 21:53:52 +0100 |
commit | 5e5d445890c6c555dff48b1613c285da983d71c8 (patch) | |
tree | 6c04e0e8f2d455c3ebae77d3b6c65939dc388025 /mediagoblin.ini | |
parent | 138d934f014d2c9c54e247298318832e88dceadb (diff) | |
download | mediagoblin-5e5d445890c6c555dff48b1613c285da983d71c8.tar.lz mediagoblin-5e5d445890c6c555dff48b1613c285da983d71c8.tar.xz mediagoblin-5e5d445890c6c555dff48b1613c285da983d71c8.zip |
Fix #927 - Clean up federation code after Elrond's review
- 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.
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 6ccfa4f7..5e2477a4 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -23,10 +23,6 @@ allow_registration = true # Set to false to disable the ability for users to report offensive content allow_reporting = true -# Frequency garbage collection will run (setting to 0 or false to disable) -# Setting units are minutes. -garbage_collection = 60 - ## Uncomment this to put some user-overriding templates here # local_templates = %(here)s/user_dev/templates/ |