Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/>;' | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-21 | Tests: 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-11-14 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-04 | AdminEmail: Use AP id as user url. | lain | |
2020-10-13 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-10-13 | tests consistency | Alexander Strizhakov | |