Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-02-04 | Standardize the way we capture and use Mix.env() | Mark Felder | |
2021-02-03 | Load an emoji.txt specific to the test env | Mark Felder | |
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/>;' | |||
2021-01-06 | allow external emoji | Roger Braun | |
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-07-09 | Use the Pleroma.Config alias | Mark Felder | |
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 | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-25 | Fix emoji tags for shareable packs to be "pack:{name}" | Ekaterina Vaartis | |
2019-09-25 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-08-31 | added Emoji struct | Maksim Pechnikov | |
2019-08-30 | added Emoji.Formatter | Maksim Pechnikov | |
2019-08-30 | Apply suggestion to lib/pleroma/emoji/loader.ex | Maksim | |
2019-08-30 | added code\path fields without html tags in ets | Maksim Pechnikov | |
2019-08-30 | division emoji.ex on loader.ex and emoji.ex | Maksim Pechnikov | |