Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Also cosmetic changes to make the code clearer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
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.
|
|
hardcoded values usage, fixed OAuthView (expires_in).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|