Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
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-18 | Tests: Use NullCache for async tests. | lain | |
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test. | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-11-16 | fix tests | Maksim Pechnikov | |
2020-11-13 | added error messages for posix error code | Maksim Pechnikov | |
2020-11-01 | Use Pleroma.HTTP instead of Tesla | Ekaterina Vaartis | |
Closes #2275 As discovered in the issue, captcha used Tesla.get instead of Pleroma.HTTP. I've also grep'ed the repo and changed the other place where this was used. | |||
2020-10-12 | Add missing Copyright headers | Mark Felder | |
2020-09-24 | pack routes change | Alexander Strizhakov | |
2020-09-24 | pagination for remote emoji packs | Alexander Strizhakov | |
2020-09-24 | support for special chars in pack name | Alexander Strizhakov | |
2020-09-13 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-08-25 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-08-24 | added tests | Maksim Pechnikov | |
2020-08-22 | upload emoji zip file | Maksim Pechnikov | |
2020-06-24 | fix for emoji pagination in pack show | Alexander Strizhakov | |
2020-06-20 | fix for packs pagination | Alexander Strizhakov | |
2020-06-19 | adding overall count for packs and files | Alexander Strizhakov | |
2020-06-18 | emoji pagination for pack show action | Alexander Strizhakov | |
2020-06-18 | emoji packs pagination | Alexander Strizhakov | |
2020-05-27 | Fix minor spelling error | Mark Felder | |
2020-05-18 | Cleanup Pleroma.Emoji.Pack | Egor Kislitsyn | |
2020-05-18 | Add OpenAPI spec for PleromaAPI.EmojiAPIController | Egor Kislitsyn | |
2020-04-30 | error rename | Alexander Strizhakov | |
2020-04-30 | emoji api packs changes in routes with docs update | Alexander Strizhakov | |
2020-04-30 | refactor emoji api with fixes | Alexander Strizhakov | |