aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/emoji.ex
AgeCommit message (Collapse)Author
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-09-10use Pleroma.HTTP in emoji packs tasksAlexander Strizhakov
2020-08-19fixes for mix tasksAlexander Strizhakov
- fix for `mix pleroma.database update_users_following_followers_counts` - raise error, if fetch was unsuccessful in emoji tasks - fix for `pleroma.digest test` task
2020-06-10Add command to reload emoji packs from cli for OTP usersMark Felder
Not useful for source releases as we don't have a way to automate connecting to the running instance.
2020-05-28get-packs for local generated packAlexander Strizhakov
2020-04-06tests for emoji mix taskAlexander Strizhakov
2020-03-03Merge branch 'develop' into gunAlexander Strizhakov
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-29Merge branch 'develop' into gunAlexander Strizhakov
2020-02-25Fix Dialyzer warningsEgor Kislitsyn
2020-02-18adding gun adapterAlexander Strizhakov
2020-01-25respect settings from database in mix tasksAlexander Strizhakov
2019-10-19Merge branch 'mix-emoji-task-pack-json' into 'develop'rinpatch
For pleroma.emoji downloaded packs, generate pack.json instead See merge request pleroma/pleroma!1748
2019-10-15For pleroma.emoji downloaded packs, generate pack.json insteadEkaterina Vaartis
2019-10-03Mix tasks: derive moduledoc from doc filesrinpatch
2019-10-03Move emoji task docs to a separate filerinpatch
2019-09-25Merge branch 'develop' into issue/1218Maksim Pechnikov
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-08-30division emoji.ex on loader.ex and emoji.exMaksim Pechnikov
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-05-13Switch to Jason over PoisonMark Felder
2019-05-08emoji dowload follow redirectsAlex S
2019-04-22Fix unclosed ` and put synopsis into a code block in pleroma.emoji mixrinpatch
task docs
2019-04-21Replace MD5 with SHA256 for emoji pack verificationEkaterina Vaartis
2019-04-21Wrap the docstrings to 70 charactersEkaterina Vaartis
2019-04-20Fix priv/static/instance/static to be just instance/staticEkaterina Vaartis
It was a misunderstanding
2019-04-20Document the pleroma.emoji taskEkaterina Vaartis
2019-04-20Add a newline at the end of pack in ls-packsEkaterina Vaartis
2019-04-20Make emoji default_manifest a config optionEkaterina Vaartis
2019-04-20Treat the manifest path as a file if it doesn't start with httpEkaterina Vaartis
2019-04-20mix formatEkaterina Vaartis
2019-04-20Assume packs without emoji.txt only have emoji pictures, unhardcodeEkaterina 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-20Add a task to generate emoji packsEkaterina Vaartis
2019-04-20Move helper functions of emoji manager task down in the fileEkaterina Vaartis
2019-04-20Add MD5 verification for emoji pack sourceEkaterina Vaartis
2019-04-20Separate emoji pack file lists in a different fileEkaterina Vaartis
The file should be in the same directory as the manifest file
2019-04-20Allow using a custom manfest and getting multiple packs at onceEkaterina Vaartis
A custom manifest can be provided as a command-line options --manifest/-m
2019-04-20Remove finmoji and add a way to download emojis in packsEkaterina Vaartis
These packs are stored in a git repo on pleroma gitlab