Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-20 | Fix flaky/erratic tests in Pleroma.Config.TransferTaskTest | Ilja | |
There were async calls happening, so they weren't always finished when assert happened. | |||
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-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 | |