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
/
base_controller.rb
Age
Commit message (
Expand
)
Author
2021-07-21
Add logging of S3-related errors (#16381)
Claire
2020-12-15
Add stoplight for object storage failures, return HTTP 503 (#13043)
Eugen Rochko
2020-11-12
Fix 2FA/sign-in token sessions being valid after password change (#14802)
Eugen Rochko
2020-09-15
Change account suspensions to be reversible by default (#14726)
Eugen Rochko
2020-09-01
Bump rubocop from 0.86.0 to 0.88.0 (#14412)
dependabot[bot]
2020-06-19
Fix functional user requirements in whitelist mode (#14093)
ThibG
2020-03-08
Add specific rate limits for posting and following (#13172)
Eugen Rochko
2020-01-23
Add announcements (#12662)
Eugen Rochko
2019-12-06
Fix generic HTTP 500 error on duplicate records (#12563)
Eugen Rochko
2019-08-30
Fix uncaught parameter missing exceptions and missing error templates (#11702)
Eugen Rochko
2019-08-11
Fix ActivityPub and REST API queries setting cookies and preventing caching (...
ThibG
2019-07-30
Add whitelist mode (#11291)
Eugen Rochko
2019-07-22
Change unconfirmed user login behaviour (#11375)
Eugen Rochko
2019-05-03
Explicitly disable storage of REST API results (#10655)
ThibG
2019-03-14
Admission-based registrations mode (#10250)
Eugen Rochko
2018-12-25
Add error message with invalid email confirmation (#9625)
Takeshi Umeda
2018-12-24
Add REST API for creating an account (#9572)
Eugen Rochko
2018-09-28
Support min_id-based pagination in REST API (#8736)
Eugen Rochko
2018-09-09
Add force_login option to OAuth authorize page (#8655)
Eugen Rochko
2018-08-23
Allow mods to disable login, improve message when login disabled (#8329)
Eugen Rochko
2018-07-05
Add more granular OAuth scopes (#7929)
Eugen Rochko
2018-04-30
Disable API access when login is disabled (#7289)
Eugen Rochko
2018-03-01
Ensure that boolean params in the API are parsed for truthiness (#6575)
Eugen Rochko
2018-01-08
Refactor /api/web APIs to use the centralized axios instance (#6223)
nightpool
2017-12-09
Remove unused function (#5950)
abcang
2017-08-18
Don't send Link header when don't know prev and next links (#4633)
Yamagishi Kazutoshi
2017-08-15
Fix require_user! behavior when not logged in (#4604)
abcang
2017-07-20
Fix webfinger retries (#4275)
Eugen Rochko
2017-06-07
Clean up for api/base controller (#3629)
Matt Jankowski