Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-21 | Skip erratic tests | Alex Gleason | |
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 | make linter happy | Ilja | |
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-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-04-08 | release runtime provider fix for paths | Alexander Strizhakov | |
2021-03-27 | tests for release config provider | Alexander Strizhakov | |
2021-02-01 | fix for test warnings | 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-11-11 | Moving some background jobs into simple tasks | Alexander Strizhakov | |
- fetching activity data - attachment prefetching - using limiter to prevent overload | |||
2020-10-13 | changes after rebase | Alexander Strizhakov | |
2020-10-13 | tests consistency | Alexander Strizhakov | |