index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
user_test.exs
Age
Commit message (
Expand
)
Author
2019-04-02
Merge branch 'remove-user-activities' into 'develop'
lambda
2019-04-02
Merge branch 'get_by_id' into 'develop'
lambda
2019-04-02
Fix account lookup for nicknames beginning with numbers
cascode
2019-04-02
change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests
Egor Kislitsyn
2019-04-02
change `Repo.get(User, id)` => `User.get_by_id(id)`
Egor Kislitsyn
2019-04-02
add `user delete_activities` mix task
Egor Kislitsyn
2019-03-27
Add more user filters + move search to its own module
Maxim Filippov
2019-03-22
Ensure fts is prefered over trigram and use union_all instead of union in use...
rinpatch
2019-03-20
Use ILIKE to search users
Maxim Filippov
2019-03-13
[Credo] fix Credo.Check.Readability.AliasOrder
Haelwenn (lanodan) Monnier
2019-03-03
Merge branch 'features/bio_rel_me' into 'develop'
kaniini
2019-03-03
Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop'
kaniini
2019-03-02
Use sql query in User.get_follow_requests/1 for filtering logic
eugenijm
2019-03-02
We do not guarantee the order of elements when we search
Maxim Filippov
2019-03-02
Pleroma.UserTest: Add tests for rel=me
Haelwenn (lanodan) Monnier
2019-03-01
Format
Maxim Filippov
2019-03-01
Fix user_test
Maxim Filippov
2019-02-27
Add follow request test.
lain
2019-02-20
Add test for User.mutes and so on.
lain
2019-02-16
Check that the welcome message is sent from the correct user.
lain
2019-02-16
Add optional welcome message.
lain
2019-02-14
test: user: add a test for whether user search returns a user or not
William Pitcock
2019-02-14
Merge branch 'fix/credo-issues-test' into 'develop'
kaniini
2019-02-13
User.follow_all: Respect blocks in both directions.
lain
2019-02-11
test: de-group alias/es
Haelwenn (lanodan) Monnier
2019-02-09
Respect blocks in mass follow.
lain
2019-01-31
User.follow_all: ensure its stays unique
href
2019-01-31
Merge branch 'features/glitch-soc-frontend' into 'develop'
Haelwenn
2019-01-30
Use race-condition free mass follow.
lain
2019-01-28
[MastoAPI][GlitchAPI] Add bookmarks
Haelwenn (lanodan) Monnier
2019-01-25
Merge branch 'fix/tusky-dm' into 'develop'
kaniini
2019-01-20
Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop'
lambda
2019-01-19
Add current user to mentioned
Maxim 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-09
Add User mass following function.
lain
2019-01-09
Merge branch 'hotfix/media-proxy-uri' into 'develop'
kaniini
2019-01-09
test: user: add tests for visible_for?/2
William Pitcock
2019-01-09
tests: user: add tests for superuser?/1
William Pitcock
2019-01-09
user: remove entirely redundant remote_or_auth_active?/1.
William Pitcock
2019-01-09
tests: user: add regression test for remote_or_auth_active?/1
William Pitcock
2019-01-08
Add a setting for users to autofollow on sign up.
lain
2019-01-04
formatted
cascode
2019-01-04
added test for #499
cascode
2018-12-31
Fix a typo in user_test.ex
Rin Toshaka
2018-12-31
Get default scrubbers from config instead of hardcoded
rinpatch
2018-12-31
Fix test failure
rinpatch
2018-12-29
[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQ...
Ivan Tashkinov
[next]