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
Age
Commit message (
Expand
)
Author
2018-05-18
Add preference to hide following/followers lists (#7532)
Eugen Rochko
2018-05-16
Do not use permitted_for scope when querying pinned statuses (#7510)
Akihiko Odaki
2018-05-07
Bot nameplates (#7391)
Eugen Rochko
2018-05-02
Allow updating bio fields via PUT /api/v1/accounts/update_credentials (#7288)
Eugen Rochko
2018-04-08
Enable updating additional account information from user preferences via rest...
Levi Bard
2018-04-02
Fix unpermitted parameters warning when generating pagination URLs (#6995)
Eugen Rochko
2018-03-10
Improve performance of account_media_status_ids (#6729)
abcang
2018-03-01
Ensure that boolean params in the API are parsed for truthiness (#6575)
Eugen Rochko
2018-02-21
Fix bug in relationships API introduced by #6482 (#6527)
Eugen Rochko
2018-02-18
add parameter locked to /api/v1/update_credentials (#6506)
Konrad Pozniak
2018-02-04
Exclude nil from relationships array (#6427)
abcang
2017-12-12
Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983)
Eugen Rochko
2017-12-05
Add list of lists component to web UI (#5811)
Eugen Rochko
2017-10-04
Non-Serial ("Snowflake") IDs (#4801)
aschmitz
2017-08-26
authorize-follow-requests-after-unlocking (#4658)
masarakki
2017-08-25
Pinned statuses (#4675)
Eugen Rochko
2017-08-21
Fix #4637 - Re-add missing doorkeeper_authorize for /api/v1/verify_credential...
Eugen Rochko
2017-08-13
ActivityPub delivery (#4566)
Eugen Rochko
2017-07-10
Add attribute for default privacy to verify credentials (#4075)
Yamagishi Kazutoshi
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