Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-23 | Merge branch 'develop' into feature/bulk-confirmation | Mark Felder | |
2020-09-22 | Filter out internal users by default | Egor Kislitsyn | |
2020-09-08 | Add mix task for bulk [un]confirming the local instance users | Mark Felder | |
2020-09-08 | Make it possible to bulk send confirmation emails to all unconfirmed users | Mark Felder | |
2020-08-10 | Admin API: Filter out unapproved users when the `active` filter is on | Egor Kislitsyn | |
2020-07-14 | AdminAPI: Filter users by `need_approval` | Alex Gleason | |
2020-06-02 | Do not include activities of invisible users unless explicitly requested | rinpatch | |
Closes #1833 | |||
2020-05-19 | User.Query: Remove superfluous `distinct` | lain | |
2020-05-19 | User.Query: Speed up recipients query. | lain | |
2020-05-01 | pagination fix for service users filters | Alexander Strizhakov | |
2020-04-24 | reply filtering | Alexander | |
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-25 | Fix Dialyzer warnings | Egor Kislitsyn | |
2019-10-30 | Fix duplicate recipients | kPherox | |
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | 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-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-05-14 | Reuse query from User.restrict_deactivated/1 | Egor Kislitsyn | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-08 | Merge develop | Alexander Strizhakov | |
Merge conflict in lib/pleroma/activity.ex |