| Commit message (Expand) | Author | Age | Files | Lines |
* | fix config being a dict, actually | Amber H. Brown | 2019-08-14 | 1 | -1/+1 |
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 1 | -0/+20 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Ensure that all config options have sensible defaults | Richard van der Hoff | 2019-06-24 | 1 | -2/+4 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -46/+28 |
* | more config comment updates | Richard van der Hoff | 2019-05-03 | 1 | -2/+5 |
* | Blacklist 0.0.0.0 and :: by default for URL previews | Richard van der Hoff | 2019-05-03 | 1 | -10/+18 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -27/+50 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -38/+45 |
* | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -4/+4 |
* | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -1/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+1 |
* | Add private IPv6 addresses to preview blacklist #3312 | Felix Schäfer | 2018-06-01 | 1 | -0/+3 |
* | Fix passing wrong config to provider constructor | Erik Johnston | 2018-01-18 | 1 | -1/+1 |
* | Remove duplicate directory test | Erik Johnston | 2018-01-18 | 1 | -4/+0 |
* | Fixup comments | Erik Johnston | 2018-01-18 | 1 | -1/+5 |
* | Make storage providers more configurable | Erik Johnston | 2018-01-18 | 1 | -11/+72 |
* | Copy everything to backup | Erik Johnston | 2017-10-12 | 1 | -1/+3 |
* | Basic implementation of backup media store | Erik Johnston | 2017-10-12 | 1 | -0/+18 |
* | default config: blacklist more internal ips | Euan Kemp | 2016-11-06 | 1 | -0/+2 |
* | Clean up the blacklist/whitelist handling. | Mark Haines | 2016-05-16 | 1 | -6/+6 |
* | add a url_preview_ip_range_whitelist config param so we can whitelist the mat... | Matthew Hodgson | 2016-05-01 | 1 | -0/+14 |
* | Give install requirements | Erik Johnston | 2016-04-13 | 1 | -1/+7 |
* | Add back in helpful description for missing url_preview_ip_range_blacklist | Erik Johnston | 2016-04-13 | 1 | -1/+5 |
* | Sanitize the optional dependencies for spider API | Erik Johnston | 2016-04-13 | 1 | -10/+28 |
* | fix typo | Matthew Hodgson | 2016-04-08 | 1 | -1/+1 |
* | Add url_preview_enabled config option to turn on/off preview_url endpoint. de... | Matthew Hodgson | 2016-04-08 | 1 | -4/+73 |
* | Merge branch 'develop' into matthew/preview_urls | Matthew Hodgson | 2016-03-27 | 1 | -0/+3 |
|\ |
|
| * | add 800x600 thumbnails to make vector look prettier (and anyone else who like... | Matthew Hodgson | 2016-03-02 | 1 | -0/+3 |
* | | initial WIP of a tentative preview_url endpoint - incomplete, untested, exper... | Matthew Hodgson | 2016-01-24 | 1 | -1/+5 |
|/ |
|
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Fix flake8 warning | Mark Haines | 2015-08-13 | 1 | -0/+1 |
* | Doc-string for config ultility function | Mark Haines | 2015-08-12 | 1 | -0/+11 |
* | Add config option for setting the list of thumbnail sizes to precalculate | Mark Haines | 2015-08-12 | 1 | -0/+39 |
* | Make a config option for whether to generate new thumbnail sizes dynamically | Mark Haines | 2015-08-12 | 1 | -0/+8 |
* | Make upload dir a configurable path. | Eric Myhre | 2015-06-18 | 1 | -0/+5 |
* | remove duplicate parse_size method | Mark Haines | 2015-04-30 | 1 | -9/+0 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -19/+16 |
* | Increase default maximum attachment size to 10M | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Limit the size of images that are thumbnailed serverside. Limit the size of f... | Mark Haines | 2014-12-11 | 1 | -0/+5 |
* | Get uploads working with new media repo | Mark Haines | 2014-12-02 | 1 | -0/+4 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -0/+1 |
* | pyflakes cleanup | Erik Johnston | 2014-09-30 | 1 | -1/+0 |
* | Limit the size of uploads | Mark Haines | 2014-09-03 | 1 | -0/+39 |