Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-05-13 | Switch to Jason over Poison | Mark Felder | |
2019-05-08 | emoji dowload follow redirects | Alex S | |
2019-04-22 | Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix | rinpatch | |
task docs | |||
2019-04-21 | Replace MD5 with SHA256 for emoji pack verification | Ekaterina Vaartis | |
2019-04-21 | Wrap the docstrings to 70 characters | Ekaterina Vaartis | |
2019-04-20 | Fix priv/static/instance/static to be just instance/static | Ekaterina Vaartis | |
It was a misunderstanding | |||
2019-04-20 | Document the pleroma.emoji task | Ekaterina Vaartis | |
2019-04-20 | Add a newline at the end of pack in ls-packs | Ekaterina Vaartis | |
2019-04-20 | Make emoji default_manifest a config option | Ekaterina Vaartis | |
2019-04-20 | Treat the manifest path as a file if it doesn't start with http | Ekaterina Vaartis | |
2019-04-20 | mix format | Ekaterina Vaartis | |
2019-04-20 | Assume packs without emoji.txt only have emoji pictures, unhardcode | Ekaterina Vaartis | |
unhardcode: remove hardcoded /instance/static and actually use the config option as it is used in other places. packs without emoji.txt: these are now assumed to have .png files that are all emojis, their names are used as shortcodes | |||
2019-04-20 | Add a task to generate emoji packs | Ekaterina Vaartis | |
2019-04-20 | Move helper functions of emoji manager task down in the file | Ekaterina Vaartis | |
2019-04-20 | Add MD5 verification for emoji pack source | Ekaterina Vaartis | |
2019-04-20 | Separate emoji pack file lists in a different file | Ekaterina Vaartis | |
The file should be in the same directory as the manifest file | |||
2019-04-20 | Allow using a custom manfest and getting multiple packs at once | Ekaterina Vaartis | |
A custom manifest can be provided as a command-line options --manifest/-m | |||
2019-04-20 | Remove finmoji and add a way to download emojis in packs | Ekaterina Vaartis | |
These packs are stored in a git repo on pleroma gitlab |