Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-20 | Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions | rinpatch | |
instead of aliasing This seems to be the convention for functions that can be reused between different mix tasks in all Elixir projects I've seen and it gets rid on an error message when someone runs mix pleroma.common Also in this commit by accident: - Move benchmark task under a proper namespace - Insert a space after the prompt | |||
2019-06-19 | Apply suggestion to lib/mix/tasks/pleroma/user.ex | Ivan Tashkinov | |
2019-06-19 | User sign out mix task. | Ivan Tashkinov | |
2019-06-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-08 | Use Mix.shell().yes? if available | rinpatch | |
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-06-07 | Mix Tasks: Switch to Application.ensure_all_started instead of | rinpatch | |
Mix.Task.run and ensure serve_endpoints is set to false In release environments there is no Mix.Task.run and serve_endpoints must be set to true for the endpoints to start, so we need to ensure it is set to false before starting Pleroma for executing a mix task. | |||
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-05 | Update benchmark mix task | Egor Kislitsyn | |
2019-06-04 | Add task to test emails | Roman Chvanikov | |
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-22 | Disable timeouts for object pruning query | rinpatch | |
2019-05-22 | prune objects task: use Repo.delete_all() | William Pitcock | |
2019-05-21 | add mix task to prune the object database using a configured retention period | William Pitcock | |
2019-05-16 | Remove duplicated entries in users' following lists | Sergey Suprunenko | |
2019-05-16 | Move to pleroma.database mix task | Mark Felder | |
2019-05-16 | Merge branch 'develop' into conversations-import | Mark Felder | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |
2019-05-15 | Merge remote-tracking branch 'origin/develop' into conversations-import | lain | |
2019-05-13 | Switch to Jason over Poison | Mark Felder | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-13 | Update shortdoc description | Mark Felder | |
2019-05-11 | Merge develop | Roman Chvanikov | |
2019-05-08 | Conversations: Add mix task to 'import' old DMs. | lain | |
2019-05-08 | emoji dowload follow redirects | Alex S | |
2019-05-08 | Merge develop | Roman Chvanikov | |
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-03 | Search: Add fts index on objects table. | lain | |
2019-05-01 | test fixes | Alex S | |
2019-04-30 | Merge develop | Roman Chvanikov | |
2019-04-22 | Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix | rinpatch | |
task docs | |||
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
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 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Roman Chvanikov | |
feature/digest-email | |||
2019-04-20 | Digest emails | Roman Chvanikov | |
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 |