Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-04-19 | Add some logging | rinpatch | |
2019-04-18 | remove query timeouts | rinpatch | |
2019-04-18 | Replace embedded object migration with a mix task | rinpatch | |
2019-04-18 | Add a migration to remove embeded objects | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-10 | Merge branch 'develop' into feature/788-separate-email-addresses | Alex S | |
2019-04-10 | adding notify_email setting for trigger emails | Alex S | |
2019-04-08 | renaming expire_at -> expires_at | Alex S | |
keyword style change | |||
2019-04-06 | little channges | Alex S | |
2019-04-06 | token -> invite renaming | Alex S | |
2019-04-06 | generating tokens with mix | Alex S | |
2019-04-03 | Generate permissive or restrictive robots.txt in the config generator | Sachin Joshi | |
2019-04-02 | Merge branch 'remove-user-activities' into 'develop' | lambda | |
[#757] Add mix task to delete user's activities See merge request pleroma/pleroma!1008 | |||
2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
2019-04-02 | add `user delete_activities` mix task | Egor Kislitsyn | |
2019-04-02 | Merge remote-tracking branch 'pleroma/develop' into remove-user-activities | Egor Kislitsyn | |
2019-03-15 | robots.txt | William 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 fixed | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-12 | fix wording | Egor Kislitsyn | |
2019-03-12 | add `mix pleroma.user delete_activities NICKNAME` task | Egor Kislitsyn | |
2019-02-09 | Mix.Tasks.Pleroma.Uploads: Disable Enum.reduce warning on line 100 (unsure) | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-02-09 | Mix.Tasks.Pleroma.Uploads: Fix typo in documentation | Haelwenn (lanodan) Monnier | |
2019-02-09 | Make credo happy | Haelwenn (lanodan) Monnier | |
2019-02-04 | mix: add user tag/untag task | William Pitcock | |
2019-01-21 | Mix.Tasks.Pleroma.Instance: Generate signing_salt | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/533 | |||
2019-01-04 | fix 486: Add option --assume-yes to allow it to work non-interactive | spctrl | |
2018-12-29 | Change 'name' to 'instance_name' so option is used when running non-interactive | spctrl | |
2018-12-23 | mix tasks: add legal boilerplate | William Pitcock | |
2018-12-18 | [#114] Added email confirmation resend action. Added tests | Ivan Tashkinov | |
for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users. | |||
2018-12-16 | Use bindings dbuser and dbname in sample_psql.eex | link0ff | |
2018-12-15 | Allow port specification in instance.ex | Rin Toshaka | |
2018-12-12 | Allow to set both admin and moderator at the same time in mix task User | link0ff | |
2018-12-12 | Fix toggle_activated in mix task User | link0ff | |
2018-12-10 | Merge branch 'develop' into 'fix/mix-task-uploads-moduledoc' | lambda | |
# Conflicts: # lib/mix/tasks/pleroma/uploads.ex | |||
2018-12-10 | updates | Maksim Pechnikov | |
2018-12-10 | Keep the shortdoc descriptive | rinpatch | |
2018-12-09 | Mix tasks: improve uploads.ex moduledoc | Rin Toshaka | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-08 | Merge 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.ex | Rin Toshaka | |
2018-12-07 | Fix a typo | Rin Toshaka | |