aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks
AgeCommit message (Collapse)Author
2019-05-16Move to pleroma.database mix taskMark Felder
2019-05-16Merge branch 'develop' into conversations-importMark Felder
2019-05-16Feature/896 toggling confirmationAlexander Strizhakov
2019-05-15Merge remote-tracking branch 'origin/develop' into conversations-importlain
2019-05-13Switch to Jason over PoisonMark Felder
2019-05-13differences_in_mastoapi_responses.md: fullname & bio are optionnalAlexander Strizhakov
[ci skip]
2019-05-13Update shortdoc descriptionMark Felder
2019-05-11Merge developRoman Chvanikov
2019-05-08Conversations: Add mix task to 'import' old DMs.lain
2019-05-08emoji dowload follow redirectsAlex S
2019-05-08Merge developRoman Chvanikov
2019-05-06Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Alexander Strizhakov
feature/845-improve-status-deletion
2019-05-03Search: Add fts index on objects table.lain
2019-05-01test fixesAlex S
2019-04-30Merge developRoman Chvanikov
2019-04-22Fix unclosed ` and put synopsis into a code block in pleroma.emoji mixrinpatch
task docs
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-21Replace MD5 with SHA256 for emoji pack verificationEkaterina Vaartis
2019-04-21Wrap the docstrings to 70 charactersEkaterina Vaartis
2019-04-20Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Roman Chvanikov
feature/digest-email
2019-04-20Digest emailsRoman Chvanikov
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
2019-04-19Add some loggingrinpatch
2019-04-18remove query timeoutsrinpatch
2019-04-18Replace embedded object migration with a mix taskrinpatch
2019-04-18Add a migration to remove embeded objectsrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-10Merge branch 'develop' into feature/788-separate-email-addressesAlex S
2019-04-10adding notify_email setting for trigger emailsAlex S
2019-04-08renaming expire_at -> expires_atAlex S
keyword style change
2019-04-06little channgesAlex S
2019-04-06token -> invite renamingAlex S
2019-04-06generating tokens with mixAlex S
2019-04-03Generate permissive or restrictive robots.txt in the config generatorSachin Joshi
2019-04-02Merge branch 'remove-user-activities' into 'develop'lambda
[#757] Add mix task to delete user's activities See merge request pleroma/pleroma!1008
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-04-02add `user delete_activities` mix taskEgor Kislitsyn
2019-04-02Merge remote-tracking branch 'pleroma/develop' into remove-user-activitiesEgor Kislitsyn