aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/config
AgeCommit message (Collapse)Author
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
2021-08-06Improve readabilityEgor Kislitsyn
2021-08-06Fixed deprecation warning checksIlja
When a setting was deprecated, the code would stop checking for the rest of the possible deprications. This also meant that the settings weren't rewritten to the new settings for deprecated settings besides the first one.
2021-08-06Deprecate transparency_exclusionsIlja
* Give deprecation message * Rewrite configs
2021-08-06Deprecate and rewrite settings for quarentine settingsIlja
* This is for the settings, not yet a DB migration
2021-08-06Deprectate strings for SimplePolicyIlja
When strings are detected in the simplepolicy, a warning will be given and the config will be changed to use tuples instead
2021-06-08Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1Alex Gleason
Speeds up recompilation
2021-06-04Add missing deprecation warning left out of !2842Mark Felder
2021-06-01Rename the non-federating Chat feature to ShoutMark Felder
2021-05-29Merge remote-tracking branch 'pleroma/develop' into cycles-plugsAlex Gleason
2021-05-29Config: use runtime deps instead of module attributesAlex Gleason
Speeds up recompilation time by breaking compile-time cycles
2021-04-08release runtime provider fix for pathsAlexander Strizhakov
2021-03-27tests for release config providerAlexander Strizhakov
2021-03-26reading the file, instead of config keywordAlexander Strizhakov
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-12Deprecate Pleroma.Uploaders.S3, :public_endpointMark Felder
2020-12-21Lintinglain
2020-11-25fix for elixir 1.11Alexander Strizhakov
load runtime configs in releases with config provider
2020-10-13migration and warning for RemoteIp plug renameAlexander Strizhakov
2020-10-13other files consistencyAlexander Strizhakov
2020-10-12Add missing Copyright headersMark Felder
2020-09-22Fix gun_pool_options deprecation warning messageMark Felder
2020-09-22Remove deprecation warning. We were supposed to remove backwards compat for ↵Mark Felder
this in 2.1.
2020-09-21Fix deprecation warning for welcome messageMark Felder
2020-09-17Deny ConfigDB migration when deprecated settings foundMark Felder
2020-09-10oban warningAlexander Strizhakov
2020-09-10deprecation warningAlexander Strizhakov
changed namespace for activity expiration configuration
2020-09-10oban warningAlexander Strizhakov
2020-09-07deprecation warningsAlexander Strizhakov
2020-09-07removing Stats worker from Oban cron jobsAlexander Strizhakov
2020-07-27Apply 1 suggestion(s) to 1 file(s)lain
2020-07-24remove duplicate moduleMaksim Pechnikov
2020-07-23Merge branch 'develop' into issue/1934-welcome-emailMaksim Pechnikov
2020-07-23added warning to use old keysMaksim Pechnikov
2020-07-21Revert "Merge branch 'revert-2b5d9eb1' into 'develop'"lain
This reverts merge request !2784
2020-07-21Revert "Merge branch 'linkify' into 'develop'"lain
This reverts merge request !2677
2020-07-21added welcome emailMaksim Pechnikov
2020-07-20Pleroma.Formatter can have partial updatesAlex Gleason
2020-07-16Merge remote-tracking branch 'upstream/develop' into linkifyAlex Gleason
2020-07-12MediaProxy whitelist setting now supports hosts with schemeAlexander Strizhakov
added deprecation warning about using bare domains
2020-07-08don't restart pleroma in mix tasksAlexander Strizhakov
2020-07-06don't save tesla settings into dbAlexander Strizhakov
2020-06-30AutoLinker --> Linkify, update to latest versionAlex Gleason
https://git.pleroma.social/pleroma/elixir-libraries/linkify
2020-06-23Merge branch 'feature/1631-redesign-mrf-configuration' into 'develop'Haelwenn
Moving mrf settings from instance to separate mrf group Closes #1631 See merge request pleroma/pleroma!2320
2020-06-16fixes for testsAlexander Strizhakov
2020-06-16moving mrf settings from instance to separate groupAlexander Strizhakov
2020-06-16moving custom ecto types in context foldersAlexander Strizhakov
2020-06-16namingAlexander Strizhakov
2020-06-16fix attemps to merge mapAlexander Strizhakov