aboutsummaryrefslogtreecommitdiff
path: root/test/user_test.exs
AgeCommit message (Expand)Author
2019-03-22Ensure fts is prefered over trigram and use union_all instead of union in use...rinpatch
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
2019-03-03Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop'kaniini
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
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
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
2019-01-20Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'lambda
2019-01-19Add current user to mentionedMaxim Filippov
2019-01-18[#477] User: FTS and trigram search results mixing (to handle misspelled requ...Ivan Tashkinov
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
2019-01-09Add User mass following function.lain
2019-01-09Merge branch 'hotfix/media-proxy-uri' into 'develop'kaniini
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
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
2018-12-31Get default scrubbers from config instead of hardcodedrinpatch
2018-12-31Fix test failurerinpatch
2018-12-29[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQ...Ivan Tashkinov
2018-12-29[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQ...Ivan Tashkinov
2018-12-29[#483] Refactored blocks and follows import, added tests.Ivan Tashkinov
2018-12-25Reserve a few user nameslain
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-18[#114] Added email confirmation resend action. Added testsIvan Tashkinov
2018-12-17Fix tagging problems for existing instances.lain
2018-12-12fix warningsMaksim Pechnikov