Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-05 | Handle non-list keys in Config.fetch/1 | Roman Chvanikov | |
2020-08-05 | Refactor config | Roman Chvanikov | |
2020-08-04 | Unify Config.get behaviour for atom/list key param | Roman Chvanikov | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-05-14 | Fix Pleroma.Config.get!/1 raising an error when value is false | Aaron Tinio | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-11-30 | Pleroma.Config.delete/1 | href | |
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-11-06 | Small wrapper module around Application.get_env/put_env | href | |
Same API as the old Pleroma.Config | |||
2018-11-06 | Get rid of Pleroma.Config in favor of Application | href | |
Discussed in https://git.pleroma.social/pleroma/pleroma/merge_requests/426#note_7232 | |||
2018-11-01 | Add basic configuration management module. | lain | |