aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user
AgeCommit message (Collapse)Author
2020-09-30User search: Once again, change uri handling.lain
They can indeed be non-unique.
2020-09-25Merge branch 'feature/bulk-confirmation' into 'develop'feld
Bulk account confirmation actions Closes #2085 See merge request pleroma/pleroma!2975
2020-09-25Linter fixeslain
2020-09-25User Search: Also find user by urilain
2020-09-24User Search: Boost resolved results and exact ap_id matches.lain
2020-09-23Merge branch 'develop' into feature/bulk-confirmationMark Felder
2020-09-22Filter out internal users by defaultEgor Kislitsyn
2020-09-18Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-17User search respect discoverable flagstwf
2020-09-17small refactoringMaksim Pechnikov
2020-09-17Merge branch 'develop' into issue/2099Maksim Pechnikov
2020-09-08Add mix task for bulk [un]confirming the local instance usersMark Felder
2020-09-08Make it possible to bulk send confirmation emails to all unconfirmed usersMark Felder
2020-09-08search: Apply following filter only when user is usableHaelwenn (lanodan) Monnier
2020-09-06added import mutesMaksim Pechnikov
2020-09-02search: fix 'following' query parameterKarol 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-10Admin API: Filter out unapproved users when the `active` filter is onEgor Kislitsyn
2020-08-02Add welcome chatmessagesIlja
* 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-27Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-26Merge remote-tracking branch 'upstream/develop' into by-approvalAlex Gleason
2020-07-24remove duplicate moduleMaksim Pechnikov
2020-07-22fix sender for welcome emailMaksim Pechnikov
2020-07-21added welcome emailMaksim Pechnikov
2020-07-14AdminAPI: Filter users by `need_approval`Alex Gleason
2020-07-13Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-07-08Removed unused trigram index on `users`. Fixed `users_fts_index` usage.Ivan Tashkinov
2020-07-08Improved search results for localized nickname match. Tweaked user search to ↵Ivan Tashkinov
rank nickname matches higher than name matches.
2020-07-03[#1892] Excluded internal users (applications) from user search results, ↵Ivan Tashkinov
reinstated service actors in search results.
2020-06-30[#1892] Excluded bot actors (applications, services) from search results.Ivan Tashkinov
2020-06-26Rename notification "privacy_option" settingMark Felder
2020-06-26Simplify notification filtering settings furtherMark Felder
2020-06-25Merge branch 'develop' into refactor/notification_settingsMark Felder
2020-06-02Do not include activities of invisible users unless explicitly requestedrinpatch
Closes #1833
2020-05-28Refactor notification settingsMark Felder
2020-05-19User.Query: Remove superfluous `distinct`lain
2020-05-19User.Query: Speed up recipients query.lain
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-01pagination fix for service users filtersAlexander Strizhakov
2020-04-24reply filteringAlexander
2020-03-28FollowingRelationship storage & performance optimizations (state turned ↵Ivan Tashkinov
`ecto_enum`-driven integer, reorganized indices etc.).
2020-03-03Update CopyrightsMark Felder
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (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-25Fix Dialyzer warningsEgor Kislitsyn
2019-12-08Merge branch 'develop' into issue/1342Maksim Pechnikov
2019-11-28added privacy option to push notificationsMaksim Pechnikov
2019-11-28added User.NotificationSetting structMaksim Pechnikov
2019-11-21Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user/search.ex # test/user_test.exs
2019-11-18[#1335] Refactored UserMute and UserBlock into UserRelationship, introduced ↵Ivan Tashkinov
EctoEnum.
2019-11-11[#1335] Applied code review suggestions.Ivan Tashkinov
2019-11-10[#1335] User: refactored :blocks field into :blocked_users relation.Ivan Tashkinov
Introduced UserBlock.