aboutsummaryrefslogtreecommitdiff
path: root/test/user_test.exs
AgeCommit message (Collapse)Author
2019-04-10Merge branch 'develop' into feature/user-status-subscriptionsSadposter
2019-04-09update the follower count when a follower is blockedSachin Joshi
2019-04-08Sever subscription in case of blockSadposter
2019-04-02Merge branch 'remove-user-activities' into 'develop'lambda
[#757] Add mix task to delete user's activities See merge request pleroma/pleroma!1008
2019-04-02Merge branch 'get_by_id' into 'develop'lambda
Replace `Repo.get(Module, id)` with `Module.get_by_id(id)` where possible See merge request pleroma/pleroma!1009
2019-04-02Fix account lookup for nicknames beginning with numberscascode
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-04-02change `Repo.get(User, id)` => `User.get_by_id(id)`Egor Kislitsyn
2019-04-02add `user delete_activities` mix taskEgor Kislitsyn
2019-03-27Add more user filters + move search to its own moduleMaxim Filippov
2019-03-22Ensure fts is prefered over trigram and use union_all instead of union in ↵rinpatch
user search query
2019-03-20Use ILIKE to search usersMaxim Filippov
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-03-03Merge branch 'features/bio_rel_me' into 'develop'kaniini
Add rel=me to the User bio Closes #423 See merge request pleroma/pleroma!813
2019-03-03Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop'kaniini
Add pagination and search to users See merge request pleroma/pleroma!873
2019-03-02Use sql query in User.get_follow_requests/1 for filtering logiceugenijm
2019-03-02We do not guarantee the order of elements when we searchMaxim Filippov
2019-03-02Pleroma.UserTest: Add tests for rel=meHaelwenn (lanodan) Monnier
2019-03-01FormatMaxim Filippov
2019-03-01Fix user_testMaxim Filippov
2019-02-27Add follow request test.lain
2019-02-20Add test for User.mutes and so on.lain
2019-02-16Check that the welcome message is sent from the correct user.lain
2019-02-16Add optional welcome message.lain
2019-02-14test: user: add a test for whether user search returns a user or notWilliam Pitcock
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
Fix credo issues in ./test See merge request pleroma/pleroma!808
2019-02-13User.follow_all: Respect blocks in both directions.lain
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Respect blocks in mass follow.lain
2019-01-31User.follow_all: ensure its stays uniquehref
2019-01-31Merge branch 'features/glitch-soc-frontend' into 'develop'Haelwenn
Features/glitch soc frontend See merge request pleroma/pleroma!192
2019-01-30Use race-condition free mass follow.lain
2019-01-28[MastoAPI][GlitchAPI] Add bookmarksHaelwenn (lanodan) Monnier
2019-01-25Merge branch 'fix/tusky-dm' into 'develop'kaniini
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683
2019-01-20Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'lambda
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-18[#477] User: FTS and trigram search results mixing (to handle misspelled ↵Ivan Tashkinov
requests).
2019-01-18[#491] Made full nicknames be preserved in user links text only in Bio.Ivan Tashkinov
2019-01-15[#477] User search tests. Normalized search rank in User.search.Ivan Tashkinov
2019-01-14[#477] User search improvements: tsquery search with field weights, friends ↵Ivan Tashkinov
& followers boosting.
2019-01-09Add User mass following function.lain
2019-01-09Merge branch 'hotfix/media-proxy-uri' into 'develop'kaniini
user: fix local vs remote determination in remote_or_auth_active?/1 See merge request pleroma/pleroma!640
2019-01-09test: user: add tests for visible_for?/2William Pitcock
2019-01-09tests: user: add tests for superuser?/1William Pitcock
2019-01-09user: remove entirely redundant remote_or_auth_active?/1.William Pitcock
auth_active?/1 can check remote users and return true directly.
2019-01-09tests: user: add regression test for remote_or_auth_active?/1William Pitcock
2019-01-08Add a setting for users to autofollow on sign up.lain
2019-01-04formattedcascode
2019-01-04added test for #499cascode
2018-12-31Fix a typo in user_test.exRin Toshaka