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-05-22
move key generation functions into Pleroma.Keys module
William Pitcock
2019-05-21
Add virtual :thread_muted? field
Aaron Tinio
2019-05-17
Fix/902 random compile failing
Alexander Strizhakov
2019-05-16
Remove duplicated entries in users' following lists
Sergey Suprunenko
2019-05-16
Merge branch 'feature/sql-thread-sat' into 'develop'
lambda
2019-05-16
Feature/896 toggling confirmation
Alexander Strizhakov
2019-05-15
chase test failures
William Pitcock
2019-05-14
Merge remote-tracking branch 'pleroma/develop' into feature/disable-account
Egor Kislitsyn
2019-05-13
differences_in_mastoapi_responses.md: fullname & bio are optionnal
Alexander Strizhakov
2019-05-07
Merge remote-tracking branch 'pleroma/develop' into feature/disable-account
Egor Kislitsyn
2019-05-06
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into fea...
Alexander Strizhakov
2019-05-03
Pleroma.User: remove emojify on parse_bio
Haelwenn (lanodan) Monnier
2019-05-01
test fixes
Alex S
2019-04-25
Merge branch 'develop' into feature/disable-account
Egor Kislitsyn
2019-04-25
bookmarks in separate table
Alex S
2019-04-22
Use `User.get_cached*` everywhere
Egor
2019-04-22
Merge remote-tracking branch 'pleroma/develop' into feature/disable-account
Egor Kislitsyn
2019-04-18
Fix object search depending on embeded object
rinpatch
2019-04-17
Refactor all tests that acessed the embeded object
rinpatch
2019-04-12
add tests
Egor Kislitsyn
2019-04-10
Merge branch 'develop' into feature/user-status-subscriptions
Sadposter
2019-04-09
update the follower count when a follower is blocked
Sachin Joshi
2019-04-08
Sever subscription in case of block
Sadposter
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
[next]