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
/
web
/
mastodon_api
/
controllers
/
account_controller_test.exs
Age
Commit message (
Expand
)
Author
2020-02-05
Add support for cancellation of a follow request
Egor Kislitsyn
2020-01-30
Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost
rinpatch
2019-12-19
[#2068] Introduced proper OAuth tokens usage to controller tests.
Ivan Tashkinov
2019-12-14
Disable rate limiter for socket/localhost (unless RemoteIp is enabled)
Maxim Filippov
2019-12-06
ActivityPub: For user timelines, respects blocks.
lain
2019-11-21
Merge remote-tracking branch 'remotes/upstream/develop' into 1335-user-api-id...
Ivan Tashkinov
2019-11-19
[#1335] Implemented notification mutes and reblog mutes as UserRelationships....
Ivan Tashkinov
2019-11-15
[#1335] Reorganized `users.mutes` as relation to UserMute entity.
Ivan Tashkinov
2019-11-10
[#1335] User: refactored :blocks field into :blocked_users relation.
Ivan Tashkinov
2019-11-04
excluded invisible actors from gets /api/v1/accounts/:id
Maksim Pechnikov
2019-10-24
Merge remote-tracking branch 'upstream/develop' into refactor/following-relat...
Egor Kislitsyn
2019-10-21
Merge branch 'develop' into refactor/following-relationships
Egor Kislitsyn
2019-10-20
Merge remote-tracking branch 'remotes/upstream/develop' into 1304-user-info-d...
Ivan Tashkinov
2019-10-16
[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.
Ivan Tashkinov
2019-10-14
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notifi...
eugenijm
2019-10-11
Replace `user.following` with Pleroma.FollowingRelationship
Egor Kislitsyn
2019-10-02
Move `follows`, `mutes` and `blocks` actions to AccountController
Egor Kislitsyn
2019-09-30
Move account_register, relationships and verify_credentials to MastodonAPI.Ac...
Egor Kislitsyn
2019-09-30
Add PleromaAPI.AccountController
Egor Kislitsyn
2019-09-30
Fix merge
Egor Kislitsyn