Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-21 | Add unicode 14 support | Sam Therapy | |
and add a test with a unicode 14 emoji | |||
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-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-12-03 | Emoji: Also accept regional indicators | lain | |
2020-12-02 | Emoji: Only accept RGI emoji. | lain | |
"recommended for general interchange" | |||
2020-12-02 | Emoji: Add test for ZWJ sequence emoji | lain | |
2020-12-02 | Emoji: Update to Unicode 13.1, switch base file, allow multichar. | lain | |
2020-10-13 | tests consistency | Alexander Strizhakov | |