summaryrefslogtreecommitdiff
path: root/lib/pleroma/config.ex
AgeCommit message (Expand)Author
2021-02-23Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-02-23[#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle managem...Ivan Tashkinov
2021-02-17OAuthScopesPlug: remove transform_scopes in favor of explicit admin scope def...rinpatch
2021-02-17Remove `:auth, :enforce_oauth_admin_scope_usage`rinpatch
2021-02-07[#3213] Partially addressed code review points.Ivan Tashkinov
2021-01-25[#3213] Switched to using embedded hashtags in Object.hashtags/1Ivan Tashkinov
2021-01-13Merge remote-tracking branch 'remotes/origin/develop' into feature/object-has...Ivan Tashkinov
2021-01-13[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.Ivan Tashkinov
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-12-28[#3213] Made Object.hashtags/1 work with :hashtags assoc. Adjusted tests.Ivan Tashkinov
2020-12-21Lintinglain
2020-12-21Pipeline test: Switch from Mock to Mox.lain
2020-08-14[#2046] Defaulted pleroma/restrict_unauthenticated basing on instance privacy...Ivan Tashkinov
2020-08-05Handle non-list keys in Config.fetch/1Roman Chvanikov
2020-08-05Refactor configRoman Chvanikov
2020-08-04Unify Config.get behaviour for atom/list key paramRoman Chvanikov
2020-03-03Update CopyrightsMark Felder
2019-12-11[#1427] Fixed `:admin` option handling in OAuthScopesPlug, added tests.Ivan Tashkinov
2019-12-06[#1427] Reworked admin scopes support.Ivan Tashkinov
2019-06-30[#1026] Filter.AnonymizeFilename added ability to retain file extension with ...Maksim
2019-05-14Fix Pleroma.Config.get!/1 raising an error when value is falseAaron Tinio
2019-04-05[#923] OAuth consumer mode refactoring, new tests, tests adjustments, readme.Ivan Tashkinov
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-11-30Pleroma.Config.delete/1href
2018-11-06Runtime configurationhref
2018-11-06Small wrapper module around Application.get_env/put_envhref
2018-11-06Get rid of Pleroma.Config in favor of Applicationhref
2018-11-01Add basic configuration management module.lain