Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Disable registrations by default due to spam." | Ben Sturmfels | 2021-09-12 | 1 | -3/+2 |
| | | | | | | | Turns out this breaks tests. Will attempt again when I have time to deal with the tests. This reverts commit 120f144f0eb014e694a584a627c8b17856da5b51. | ||||
* | Disable registrations by default due to spam. | Ben Sturmfels | 2021-09-04 | 1 | -2/+3 |
| | |||||
* | Use the default values in commented mediagoblin.ini config entries. | Ben Sturmfels | 2021-08-15 | 1 | -8/+8 |
| | |||||
* | Document running multiple MediaGoblin instances on one server. | Ben Sturmfels | 2021-08-15 | 1 | -2/+2 |
| | |||||
* | Mention some additional default settings in the config [#5618]. | Olivier Mehani | 2021-03-08 | 1 | -0/+11 |
| | | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au> | ||||
* | included plugin from previous commit to mediagoblin.ini | Boris Bobrov | 2016-02-01 | 1 | -0/+1 |
| | |||||
* | Issue #815: Replace two non-ASCII curly single quotes with straight quotes. | Ben Sturmfels | 2015-08-25 | 1 | -2/+2 |
| | | | | | | | I don't think there's necessarily anything wrong with using non-ASCII characters, since UTF-8 is basically the de facto standard. There's no reason to mix a small number of curly quotes into a configuration file though, so I've replaced them for consistency. | ||||
* | Change the suggested data_basedir, and fix a typo | Christopher Allan Webber | 2014-12-01 | 1 | -3/+4 |
| | | | | This commit sponsored by Raimund Sacherer. Thank you! | ||||
* | Users now get an editable copy of mediagoblin.example.ini->mediagoblin.ini | Christopher Allan Webber | 2014-10-10 | 1 | -0/+59 |
This way we no longer have people confusedly editing mediagoblin.ini when they meant to edit mediagoblin.example.ini. Hopefully it should be a lot simpler. |