aboutsummaryrefslogtreecommitdiff
path: root/lib/mix
AgeCommit message (Collapse)Author
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
2019-03-15robots.txtWilliam Pearson
Add default robots.txt that allows bots access to all paths. Add mix task to generate robots.txt taht allows bots access to no paths. Document custom emojis, MRF and static_dir static_dir documentation includes docs for the robots.txt Mix task.
2019-03-13[Credo][CI] Add readability as it’s fixedHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-12fix wordingEgor Kislitsyn
2019-03-12add `mix pleroma.user delete_activities NICKNAME` taskEgor Kislitsyn
2019-02-09Mix.Tasks.Pleroma.Uploads: Disable Enum.reduce warning on line 100 (unsure)Haelwenn (lanodan) Monnier
2019-02-09de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Mix.Tasks.Pleroma.Uploads: Fix typo in documentationHaelwenn (lanodan) Monnier
2019-02-09Make credo happyHaelwenn (lanodan) Monnier
2019-02-04mix: add user tag/untag taskWilliam Pitcock
2019-01-21Mix.Tasks.Pleroma.Instance: Generate signing_saltHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/533
2019-01-04fix 486: Add option --assume-yes to allow it to work non-interactivespctrl
2018-12-29Change 'name' to 'instance_name' so option is used when running non-interactivespctrl
2018-12-23mix tasks: add legal boilerplateWilliam Pitcock
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users.
2018-12-16Use bindings dbuser and dbname in sample_psql.eexlink0ff
2018-12-15Allow port specification in instance.exRin Toshaka
2018-12-12Allow to set both admin and moderator at the same time in mix task Userlink0ff
2018-12-12Fix toggle_activated in mix task Userlink0ff
2018-12-10Merge branch 'develop' into 'fix/mix-task-uploads-moduledoc'lambda
# Conflicts: # lib/mix/tasks/pleroma/uploads.ex
2018-12-10updatesMaksim Pechnikov
2018-12-10Keep the shortdoc descriptiverinpatch
2018-12-09Mix tasks: improve uploads.ex moduledocRin Toshaka
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-08Merge branch 'fix/add-upload.ex' into 'develop'lambda
Mix Tasks: Add task uploads.ex for migrating local uploads. See merge request pleroma/pleroma!517
2018-12-08[#283] Mix Tasks: Fix a typo in relay.exRin Toshaka
2018-12-07Fix a typoRin Toshaka