Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |