Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-18 | Merge branch 'develop' into feature/relay-list | Maxim Filippov | |
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-15 | For pleroma.emoji downloaded packs, generate pack.json instead | Ekaterina Vaartis | |
2019-10-11 | Add `GET /api/pleroma/admin/relay` endpoint - lists all followed relays | Maxim Filippov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-09 | Add a task to re-count statuses for all users | Egor Kislitsyn | |
2019-10-03 | Move config task docs to a separate file and mark it as WIP | rinpatch | |
2019-10-03 | Mix tasks: derive moduledoc from doc files | rinpatch | |
2019-10-03 | Move database maintenance tasks docs to a separate file | rinpatch | |
2019-10-03 | Move user tasks docs to a separate file | rinpatch | |
2019-10-03 | Move uploads task docs to a separate file | rinpatch | |
2019-10-03 | Move relay docs to a separate file | rinpatch | |
2019-10-03 | Move instance CLI task docs to a text file | rinpatch | |
2019-10-03 | Move digest email docs to a separate file and improve styling | rinpatch | |
2019-10-03 | Move emoji task docs to a separate file | rinpatch | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 | |||
2019-09-25 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-09-24 | Do not return tuple when unneeded | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-09-13 | Merge branch 'admin-config-description' into 'develop' | rinpatch | |
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611 | |||
2019-09-11 | Add extended benchmark | rinpatch | |
2019-09-11 | refactoring | Alex S | |
2019-09-11 | little fix | Alex S | |
2019-09-11 | typo fix | Alex S | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | fix | Alex S | |
2019-09-11 | mix docs generates config.md | Alex S | |
2019-09-10 | Revert "Parallelize template rendering" | rinpatch | |
This reverts commit 1ad71592adb47762287aec8c36d0fca565c38362. Since it had no limit on the number on concurrent processes it OOM killed instances while rendering hellthreads. When I tried introducing a concurrency limit with Task.async_stream/manual folds it lead to about 3 times worse performance on threads larger than 1000 activities (we are talking 30s vs 1.2 minutes), I think this is not worth the about 1.5 times performance increase on smaller threads when using it. | |||
2019-08-30 | division emoji.ex on loader.ex and emoji.ex | Maksim Pechnikov | |
2019-08-20 | Merge branch 'digest-template' into 'develop' | lain | |
Improve digest email template See merge request pleroma/pleroma!1565 | |||
2019-08-19 | removes duplicates from relay subscription list | Maksim Pechnikov | |
2019-08-15 | Parallelize template rendering | rinpatch | |
2019-08-15 | Add a task to benchmark timeline rendering | rinpatch | |
2019-08-14 | Improve digest email template | Egor Kislitsyn | |
2019-08-10 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-08-08 | Merge branch 'feature/digest-email' into 'develop' | lain | |
Feature/digest email See merge request pleroma/pleroma!1078 | |||
2019-08-03 | tasks: relay: add list task | Ariadne Conill | |
2019-08-02 | tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155 [ci skip] | |||
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-30 | Admin changes | Alexander Strizhakov | |
2019-07-29 | constants: add as_public constant and use it everywhere | Ariadne Conill | |
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-19 | mix: add pleroma.user unsubscribe_all_from_instance | Ariadne Conill | |
2019-07-16 | Merge develop | Roman Chvanikov | |
2019-07-15 | migrating task refactor | Alex S | |
2019-07-15 | atom keys with leading : | Alex S | |
2019-07-14 | Update DigestEmailWorker to compile and send emails via queue | Roman Chvanikov | |
2019-07-12 | merge develop | Roman Chvanikov | |