index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
api
/
v1
/
accounts_controller.rb
Age
Commit message (
Expand
)
Author
2022-09-20
Add ability to filter followed accounts' posts by language (#19095)
Eugen Rochko
2022-05-26
Change unapproved and unconfirmed account to not be accessible in the REST AP...
Claire
2022-03-03
Change `follow` scope to be covered by `read` and `write` scopes in REST API ...
Eugen Rochko
2022-01-23
Add OMNIAUTH_ONLY environment variable to enforce externa log-in (#17288)
Claire
2021-10-18
Add remove from followers api (#16864)
Takeshi Umeda
2021-05-06
Add Ruby 3.0 support (#16046)
Claire
2021-03-01
Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)
Eugen Rochko
2021-01-10
Fix muting users with duration via the REST api (#15516)
Levi Bard
2020-10-13
Add duration parameter to muting. (#13831)
OSAMU SATO
2020-10-12
Add IP-based rules (#14963)
Eugen Rochko
2020-09-18
Add option to be notified when a followed user posts (#13546)
Eugen Rochko
2020-09-11
Change REST API to return empty data for suspended accounts (#14765)
Eugen Rochko
2020-03-08
Add specific rate limits for posting and following (#13172)
Eugen Rochko
2020-03-06
Remove useless `respond_to` calls (#13208)
Eugen Rochko
2019-10-03
Add `reason` param to `POST /api/v1/accounts` REST API (#12064)
Eugen Rochko
2019-09-27
Change silences to always require approval on follow (#11975)
ThibG
2019-07-30
Add whitelist mode (#11291)
Eugen Rochko
2019-04-07
Improve blocked view of profiles (#10491)
Eugen Rochko
2019-04-01
Hide blocking accounts from blocked users (#10442)
ThibG
2019-03-14
Admission-based registrations mode (#10250)
Eugen Rochko
2019-01-07
Add locale param to sign-up API (#9747)
Eugen Rochko
2018-12-24
Add REST API for creating an account (#9572)
Eugen Rochko
2018-11-08
Optimize the process of following someone (#9220)
Eugen Rochko
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-04-30
Return HTTP 410 for suspended accounts in GET /api/v1/accounts/:id (#7287)
Eugen Rochko
2018-03-01
Ensure that boolean params in the API are parsed for truthiness (#6575)
Eugen Rochko
2017-12-06
Using double splat operator (#5859)
Yamagishi Kazutoshi
2017-11-28
Allow hiding of reblogs from followed users (#5762)
aschmitz
2017-11-15
Optional notification muting (#5087)
Surinna Curtis
2017-09-11
Fix error when following locked accounts (#4896)
Eugen Rochko
2017-09-05
Fix #4794 - Fake instant follow in API response when account is believed unlo...
Eugen Rochko
2017-07-07
Refactor JSON templates to be generated with ActiveModelSerializers instead o...
Eugen Rochko
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski
2017-05-31
Spec coverage and refactor for the api/v1/accounts controllers (#3451)
Matt Jankowski
2017-05-25
More use of next link header on account (media) timelines (#3311)
unarist
2017-05-23
Fix following/followers API to return correct link headers (#3268)
unarist
2017-05-20
Use joins for account properties (#3167)
Akihiko Odaki
2017-05-19
Add buttons to block and unblock domain (#3127)
Eugen Rochko
2017-04-19
Simplify render in controllers (#2144)
Matt Jankowski
2017-04-09
Fix /api/v1/accounts/update_credentials tests (#1357)
Eugen
2017-04-09
Allow users to update their Account in the API (#1179)
David Celis
2017-04-08
Make public timelines API not require user context/app credentials (#1291)
Eugen
2017-03-30
Add counter caches for a large performance increase on API requests
Eugen Rochko
2017-03-22
New API method: /api/v1/search
Eugen Rochko
2017-03-17
Forgot to hook up API with the latest method
Eugen Rochko
2017-03-06
Performance improvement for profiles
Eugen Rochko
2017-03-05
Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_r...
Eugen Rochko
2017-03-01
Mute button progress so far. WIP, doesn't entirely work correctly.
Kit Redgrave
2017-02-25
Add tuning documentation, add <content> tags back to most salmons,
Eugen Rochko
2017-02-17
Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with m...
Eugen Rochko
[next]