Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-16 | User: search: exclude deactivated users from user search | a1batross | |
This way we don't pollute search results with deactivated and deleted users | |||
2022-05-07 | Allow users to create backups without providing email address | Tusooa Zhu | |
Ref: backup-without-email | |||
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-12-02 | Stream follow updates | Egor Kislitsyn | |
2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
in-service search but are hidden from external services like search bots. | |||
2020-11-19 | [#2301] Quick fix: users with is_discoverable == false (default!) are ↵ | Ivan Tashkinov | |
included in search results. | |||
2020-10-30 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
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-10-20 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-20 | Rename `Pleroma.Backup` to `Pleroma.User.Backup` | Egor Kislitsyn | |
2020-10-13 | Change user.discoverable field to user.is_discoverable | Mark Felder | |
2020-09-30 | User search: Once again, change uri handling. | lain | |
They can indeed be non-unique. | |||
2020-09-25 | Merge branch 'feature/bulk-confirmation' into 'develop' | feld | |
Bulk account confirmation actions Closes #2085 See merge request pleroma/pleroma!2975 | |||
2020-09-25 | Linter fixes | lain | |
2020-09-25 | User Search: Also find user by uri | lain | |
2020-09-24 | User Search: Boost resolved results and exact ap_id matches. | lain | |
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-18 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
2020-09-17 | User search respect discoverable flag | stwf | |
2020-09-17 | small refactoring | Maksim Pechnikov | |
2020-09-17 | Merge branch 'develop' into issue/2099 | Maksim Pechnikov | |
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-09-08 | search: Apply following filter only when user is usable | Haelwenn (lanodan) Monnier | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-09-02 | search: fix 'following' query parameter | Karol Kosek | |
The parameter included the accounts that are following you (followers) instead of those you are actually following. Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me> | |||
2020-08-10 | Admin API: Filter out unapproved users when the `active` filter is on | Egor Kislitsyn | |
2020-08-02 | Add welcome chatmessages | Ilja | |
* I added the option in config/config.exs * created a new module lib/pleroma/user/welcome_chat_message.ex * Added it to the registration flow * added to the cheatsheet * added to the config/description.ex * added to the Changelog.md | |||
2020-07-27 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |
2020-07-26 | Merge remote-tracking branch 'upstream/develop' into by-approval | Alex Gleason | |