Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-10 | Merge branch 'user-search-nickname-rank-boost' into 'develop' | Haelwenn | |
Improved search results for localized nickname match See merge request pleroma/pleroma!2733 | |||
2020-07-09 | fix test | Maksim Pechnikov | |
2020-07-08 | Improved search results for localized nickname match. Tweaked user search to ↵ | Ivan Tashkinov | |
rank nickname matches higher than name matches. | |||
2020-07-08 | fixed delete `Like` activity in remove user | Maksim Pechnikov | |
2020-06-11 | New mix task: pleroma.user reset_mfa <nickname> | Haelwenn (lanodan) Monnier | |
2020-05-22 | Merge branch 'announce-validator' into 'develop' | Haelwenn | |
Announce validator See merge request pleroma/pleroma!2567 | |||
2020-05-21 | Merge branch 'issue/749' into 'develop' | lain | |
[#749] unsubscribes of friends when user deactivated See merge request pleroma/pleroma!2513 | |||
2020-05-21 | Announcements: Fix all tests. | lain | |
2020-05-21 | rename mix task: `pleroma.user unsubscribe` -> `pleroma.user deactivate` | Maksim Pechnikov | |
2020-05-13 | Add OpenAPI spec for StatusController | Egor Kislitsyn | |
2020-05-12 | unsubscribes of friends when user deactivated | Maksim Pechnikov | |
2020-05-11 | Deletion: Handle the case of pruned objects. | lain | |
2020-05-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/delete-validator | |||
2020-05-02 | Deactivate local users on deletion instead of deleting the record | rinpatch | |
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687 | |||
2020-05-01 | User deletion mix task: Use common pipeline. | lain | |
2020-03-28 | FollowingRelationship storage & performance optimizations (state turned ↵ | Ivan Tashkinov | |
`ecto_enum`-driven integer, reorganized indices etc.). | |||
2020-03-03 | Update Copyrights | Mark Felder | |
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-22 | Add tests for users tasks and PleromaAuthenticator | Sergey Suprunenko | |
2019-06-24 | Rework user deletion | Sergey Suprunenko | |
2019-06-06 | User Search: Boost friends more strongly. | lain | |
2019-05-16 | Remove duplicated entries in users' following lists | Sergey Suprunenko | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-08 | renaming expire_at -> expires_at | Alex S | |
keyword style change | |||
2019-04-06 | little channges | Alex S | |
2019-04-06 | fix for field name | Alex S | |
2019-04-06 | token -> invite renaming | Alex S | |
2019-04-06 | generating tokens with mix | Alex S | |
2019-04-02 | add `user delete_activities` mix task | Egor Kislitsyn | |
2019-02-11 | test: Change `lenght(…) == 0` to `Enum.empty?(…)` | Haelwenn (lanodan) Monnier | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-16 | Add more Mix task tests in relay_test.exs and uploads_test.exs. | link0ff | |
Rename test/tasks/user.exs to test/tasks/user_test.exs. |