Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 | |||
2022-07-01 | Better way of getting keys | Ilja | |
I used keyword_list[:key], but if the key doesn't exist, it will return nil. I actually expect a list and further down the code I use that list. I believe the key should always be present, but in case it's not, it's better to return an empty list instead of nil. That way the code wont fail further down the line. | |||
2022-07-01 | Add deprecation warnings | Ilja | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
2021-08-06 | Improve readability | Egor Kislitsyn | |
2021-08-06 | Fixed deprecation warning checks | Ilja | |
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-06 | Deprecate transparency_exclusions | Ilja | |
* Give deprecation message * Rewrite configs | |||
2021-08-06 | Deprecate and rewrite settings for quarentine settings | Ilja | |
* This is for the settings, not yet a DB migration | |||
2021-08-06 | Deprectate strings for SimplePolicy | Ilja | |
When strings are detected in the simplepolicy, a warning will be given and the config will be changed to use tuples instead | |||
2021-06-08 | Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1 | Alex Gleason | |
Speeds up recompilation | |||
2021-06-04 | Add missing deprecation warning left out of !2842 | Mark Felder | |
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-plugs | Alex Gleason | |
2021-05-29 | Config: use runtime deps instead of module attributes | Alex Gleason | |
Speeds up recompilation time by breaking compile-time cycles | |||
2021-04-08 | release runtime provider fix for paths | Alexander Strizhakov | |
2021-03-27 | tests for release config provider | Alexander Strizhakov | |
2021-03-26 | reading the file, instead of config keyword | Alexander Strizhakov | |
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
2020-12-21 | Linting | lain | |
2020-11-25 | fix for elixir 1.11 | Alexander Strizhakov | |
load runtime configs in releases with config provider | |||
2020-10-13 | migration and warning for RemoteIp plug rename | Alexander Strizhakov | |
2020-10-13 | other files consistency | Alexander Strizhakov | |
2020-10-12 | Add missing Copyright headers | Mark Felder | |
2020-09-22 | Fix gun_pool_options deprecation warning message | Mark Felder | |
2020-09-22 | Remove deprecation warning. We were supposed to remove backwards compat for ↵ | Mark Felder | |
this in 2.1. | |||
2020-09-21 | Fix deprecation warning for welcome message | Mark Felder | |
2020-09-17 | Deny ConfigDB migration when deprecated settings found | Mark Felder | |
2020-09-10 | oban warning | Alexander Strizhakov | |
2020-09-10 | deprecation warning | Alexander Strizhakov | |
changed namespace for activity expiration configuration | |||
2020-09-10 | oban warning | Alexander Strizhakov | |
2020-09-07 | deprecation warnings | Alexander Strizhakov | |
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-07-27 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-07-24 | remove duplicate module | Maksim Pechnikov | |
2020-07-23 | Merge branch 'develop' into issue/1934-welcome-email | Maksim Pechnikov | |
2020-07-23 | added warning to use old keys | Maksim Pechnikov | |
2020-07-21 | Revert "Merge branch 'revert-2b5d9eb1' into 'develop'" | lain | |
This reverts merge request !2784 | |||
2020-07-21 | Revert "Merge branch 'linkify' into 'develop'" | lain | |
This reverts merge request !2677 | |||
2020-07-21 | added welcome email | Maksim Pechnikov | |
2020-07-20 | Pleroma.Formatter can have partial updates | Alex Gleason | |
2020-07-16 | Merge remote-tracking branch 'upstream/develop' into linkify | Alex Gleason | |
2020-07-12 | MediaProxy whitelist setting now supports hosts with scheme | Alexander Strizhakov | |
added deprecation warning about using bare domains | |||
2020-07-08 | don't restart pleroma in mix tasks | Alexander Strizhakov | |
2020-07-06 | don't save tesla settings into db | Alexander Strizhakov | |
2020-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
2020-06-23 | Merge 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-16 | fixes for tests | Alexander Strizhakov | |