aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2020-01-10adapter childrenAlexander
2020-01-10config editing through databaseAlex S
2020-01-10[#1478] OAuth admin tweaks: enforced OAuth admin scopes usage by default, ↵Ivan Tashkinov
migrated existing OAuth records. Adjusted tests.
2020-01-09Fix captcha time, which was meant to be 5 minutesMark Felder
2019-12-23Increase CAPTCHA expiration time to 5 minutesEgor Kislitsyn
2019-12-21Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-19Instead allow a dedicated benchmark configMark Felder
2019-12-19Merge branch 'develop' into config/benchmarkMark Felder
2019-12-16Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-16Add an option to require fetches to be signedEgor Kislitsyn
2019-12-16Add Kocaptcha endpoint to config.exsEgor Kislitsyn
2019-12-16Revert "Add default endpoint to Pleroma.Captcha.Kocaptcha"Egor Kislitsyn
This reverts commit 82c62c5028f517ded121b46b9806053989defdc2.
2019-12-16Add default endpoint to Pleroma.Captcha.KocaptchaEgor Kislitsyn
2019-12-14Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-13Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-12Add Kocaptcha endpoint to the test configEgor Kislitsyn
2019-12-12Add native captcha and enable it by default.Egor Kislitsyn
2019-12-11try local shedulingstwf
2019-12-11Benchmark env uses test database so we should be able to use test.secret.exsMark Felder
2019-12-10Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1427-oauth-admin-scopes # Conflicts: # CHANGELOG.md
2019-12-10Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-09Set Logger level to :info in prodEgor Kislitsyn
2019-12-08Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-06Add a test for custom runtime modulesEgor Kislitsyn
2019-12-06Move runtime configuration from `:instance` to `:modules`Egor Kislitsyn
2019-12-06Merge remote-tracking branch 'remotes/origin/develop' into ↵Ivan Tashkinov
1427-oauth-admin-scopes
2019-12-06[#1427] Reworked admin scopes support.Ivan Tashkinov
Requalified users.is_admin flag as legacy accessor to admin actions in case token lacks admin scope(s).
2019-12-05Add support for custom modulesEgor Kislitsyn
2019-12-04ChatChannel: Ignore messages that are too long.lain
2019-12-04updated ScheduledActivityMaksim Pechnikov
2019-11-28Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-11-27remove `quantum` packageMaksim Pechnikov
2019-11-27moved DigestEmail to Oban Periodic jobsMaksim Pechnikov
2019-11-27moved ActivityExpiration to Oban Periodic jobsMaksim Pechnikov
2019-11-27moved ScheduledActivity to Oban Periodic jobsMaksim Pechnikov
2019-11-26Default log level for syslog in prod should also be :warnMark Felder
2019-11-26moved Pleroma.Stats to Oban Periodic jobsMaksim Pechnikov
2019-11-25moved OAuth.Token.CleanWorker to Oban Periodic jobsMaksim Pechnikov
2019-11-25add ability to set a custom user-agent stringSadposter
2019-11-21Merge branch 'revert-5c6c3026' into 'develop'rinpatch
Revert "Merge branch 'patch-1' into 'develop'" See merge request pleroma/pleroma!2002
2019-11-21Revert "Merge branch 'patch-1' into 'develop'"rinpatch
This reverts merge request !1829
2019-11-20Some tasks try to set log level in test environment, but we were stripping ↵Mark Felder
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose.
2019-11-20Console backend's log format should be prefixed and suffixed with newlines.Mark Felder
This is how upstream does it by default.
2019-11-20Be specific about format for logs in test as we have tests that check itMark Felder
2019-11-19Allow test builds to have info and debug logs strippedMark Felder
2019-11-19Allow mix tasks to always run with debug loggingMark Felder
2019-11-14config: add configuration for MRF ObjectAgePolicyAriadne Conill
2019-11-11Merge branch 'feature/static-fe' into 'develop'kaniini
Static frontend See merge request pleroma/pleroma!1917
2019-11-11Default config: Use extended nickname formatlain
2019-11-10Disable attachment links by defaultrinpatch
Closes #1394