aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/repo/migrations
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-06-01Forgot to move migration test when rebasingMark Felder
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251
2021-01-15Remove toggle_confirmation; require explicit state changeMark Felder
Also cosmetic changes to make the code clearer
2021-01-14LintMark Felder
2021-01-14Bump Copyright yearMark Felder
2021-01-14Add ConfigDB migrationMark Felder
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/>;'
2020-12-31Migration to confirm previously-logged-in usersAlex Gleason
2020-12-21Tests: Make as many tests as possible async.lain
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer.
2020-10-13changes after rebaseAlexander Strizhakov