aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/emoji/pack.ex
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
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-18Tests: 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-18Cachex: Make caching provider switchable at runtime.lain
Defaults to Cachex.
2020-11-16fix testsMaksim Pechnikov
2020-11-13added error messages for posix error codeMaksim Pechnikov
2020-11-01Use Pleroma.HTTP instead of TeslaEkaterina 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-12Add missing Copyright headersMark Felder
2020-09-24pack routes changeAlexander Strizhakov
2020-09-24pagination for remote emoji packsAlexander Strizhakov
2020-09-24support for special chars in pack nameAlexander Strizhakov
2020-09-13Apply 1 suggestion(s) to 1 file(s)Maksim
2020-08-25Apply 1 suggestion(s) to 1 file(s)Maksim
2020-08-24added testsMaksim Pechnikov
2020-08-22upload emoji zip fileMaksim Pechnikov
2020-06-24fix for emoji pagination in pack showAlexander Strizhakov
2020-06-20fix for packs paginationAlexander Strizhakov
2020-06-19adding overall count for packs and filesAlexander Strizhakov
2020-06-18emoji pagination for pack show actionAlexander Strizhakov
2020-06-18emoji packs paginationAlexander Strizhakov
2020-05-27Fix minor spelling errorMark Felder
2020-05-18Cleanup Pleroma.Emoji.PackEgor Kislitsyn
2020-05-18Add OpenAPI spec for PleromaAPI.EmojiAPIControllerEgor Kislitsyn
2020-04-30error renameAlexander Strizhakov
2020-04-30emoji api packs changes in routes with docs updateAlexander Strizhakov
2020-04-30refactor emoji api with fixesAlexander Strizhakov