Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-01-23 | Birthdays: hide_birthday -> show_birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-18 | Birth dates: Add tests | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-11-26 | v2 Suggestions: actually flter out dismissed suggestions | Alex Gleason | |
2021-11-26 | v2 Suggestions: rudimentary API response | Alex Gleason | |
2021-06-07 | Put custom guards in Web.Utils.Guards | Alex Gleason | |
Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search | |||
2021-01-25 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-19 | Active users must be confirmed | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/deactivated_user_field | Mark Felder | |
2021-01-18 | Merge branch 'develop' into refactor/approval_pending_user_field | Mark Felder | |
2021-01-15 | Change user.confirmation_pending field to user.is_confirmed | Mark Felder | |
2021-01-15 | Remove User.restrict_deactivated/1 | Mark Felder | |
Everything else is in User.Query, no need for this odd kludge. | |||
2021-01-15 | Change user.deactivated field to user.is_active | Mark Felder | |
2021-01-15 | Change user.approval_pending field to user.is_approved | Mark Felder | |
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-10-22 | admin user search: added filter by `actor_type` | Maksim Pechnikov | |
2020-10-22 | need_confirmed -> unconfirmed | Maksim Pechnikov | |
2020-10-22 | added 'unconfirmed' filter to admin/users | Maksim Pechnikov | |
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 |