122 Commits (5e4555775189ef8c40968769a90602cb10fd5324)

Author SHA1 Message Date
  Sachin Joshi 07afb9b537 update the follower count when a follower is blocked 5 years ago
  Sadposter 13ff312c48
Sever subscription in case of block 5 years ago
  cascode 95c92c49c9 Fix account lookup for nicknames beginning with numbers 5 years ago
  Egor Kislitsyn 11c2d6bdc4 change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests 5 years ago
  Egor Kislitsyn 1b3d921921 change `Repo.get(User, id)` => `User.get_by_id(id)` 5 years ago
  Egor Kislitsyn a14742f495 add `user delete_activities` mix task 5 years ago
  Maxim Filippov 3cf7539bca Add more user filters + move search to its own module 5 years ago
  rinpatch 3229c7a1d6 Ensure fts is prefered over trigram and use union_all instead of union in user search query 5 years ago
  Maxim Filippov ed8a2935f5 Use ILIKE to search users 5 years ago
  Haelwenn (lanodan) Monnier a3a9cec483
[Credo] fix Credo.Check.Readability.AliasOrder 5 years ago
  eugenijm 1a1f4520cd Use sql query in User.get_follow_requests/1 for filtering logic 5 years ago
  Maxim Filippov bf30df99cb We do not guarantee the order of elements when we search 5 years ago
  Haelwenn (lanodan) Monnier 7b9868f343
Pleroma.UserTest: Add tests for rel=me 5 years ago
  Maxim Filippov a25c1313ae Format 5 years ago
  Maxim Filippov aaa9fed1ca Fix user_test 5 years ago
  lain 8d8cb08f94 Add follow request test. 5 years ago
  lain 4196d9af11 Add test for User.mutes and so on. 5 years ago
  lain f469a8610f Check that the welcome message is sent from the correct user. 5 years ago
  lain d812a347ca Add optional welcome message. 5 years ago
  William Pitcock 32b1649434 test: user: add a test for whether user search returns a user or not 5 years ago
  lain 88a4de24f9 User.follow_all: Respect blocks in both directions. 5 years ago
  Haelwenn (lanodan) Monnier 8bb7e19b38
test: de-group alias/es 5 years ago
  lain bbd0049fae Respect blocks in mass follow. 5 years ago
  href 308b35ebe2
User.follow_all: ensure its stays unique 5 years ago
  lain 47ec690c54 Use race-condition free mass follow. 5 years ago
  Haelwenn (lanodan) Monnier cda1470e02
[MastoAPI][GlitchAPI] Add bookmarks 5 years ago
  Maxim Filippov 651a1d64b5 Add current user to mentioned 5 years ago
  Ivan Tashkinov ed8f55ab8e [#477] User: FTS and trigram search results mixing (to handle misspelled requests). 5 years ago
  Ivan Tashkinov 65bb9b2fba [#491] Made full nicknames be preserved in user links text only in Bio. 5 years ago
  Ivan Tashkinov 5b8f9ff8c1 [#477] User search tests. Normalized search rank in User.search. 5 years ago
  Ivan Tashkinov dc45ec62c2 [#477] User search improvements: tsquery search with field weights, friends & followers boosting. 5 years ago
  lain 26938d65fd Add User mass following function. 5 years ago
  William Pitcock 567651fb3f test: user: add tests for visible_for?/2 5 years ago
  William Pitcock f2a4f89abe tests: user: add tests for superuser?/1 5 years ago
  William Pitcock 74f48beec3 user: remove entirely redundant remote_or_auth_active?/1. 5 years ago
  William Pitcock 4124c9aa4a tests: user: add regression test for remote_or_auth_active?/1 5 years ago
  lain 0fae04c4e3 Add a setting for users to autofollow on sign up. 5 years ago
  cascode 4c5ee4c62b formatted 5 years ago
  cascode ab6ebbae67 added test for #499 5 years ago
  Rin Toshaka 9f5881cbb1 Fix a typo in user_test.ex 5 years ago
  rinpatch 05743e2000 Get default scrubbers from config instead of hardcoded 5 years ago
  rinpatch 91d5a7e81c Fix test failure 5 years ago
  Ivan Tashkinov 242cc9a658 [#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQN. Added tests. 5 years ago
  Ivan Tashkinov 7bd49a3222 [#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQN. Added tests. 5 years ago
  Ivan Tashkinov 67b4297f4d [#483] Refactored blocks and follows import, added tests. 5 years ago
  lain 91724d160a Reserve a few user names 5 years ago
  Maxim Filippov f75f707f6c Revert Activity tombstones, add ObjectTombstone struct 5 years ago
  Maxim Filippov 18a4cbb244 Capitalize "tombstone" 5 years ago
  Maxim Filippov 0f412cf6e6 Create tombstone instead of object deletion 5 years ago
  William Pitcock 3c08d229db tests: add legal boilerplate 5 years ago