about summary refs log tree commit diff
path: root/app/controllers/api/base_controller.rb
AgeCommit message (Expand)Author
2020-02-21port tootsuite#11292 to monsterfork: Add whitelist modeEugen Rochko
2020-02-21port tootsuite#11375: Change unconfirmed user login behaviourEugen Rochko
2020-02-21port tootsuite#11702 to monsterfork: Fix uncaught parameter missing exception...Eugen Rochko
2020-02-20Fix ActivityPub and REST API queries setting cookies and preventing caching (...ThibG
2020-02-20Fix generic HTTP 500 error on duplicate records (#12563)Eugen Rochko
2020-01-11move `monsterpit_api` helper to the application controllermultiple creatures
2020-01-11use basic monsterfork api for anonymous clientsmultiple creatures
2020-01-11normalize app name when comparing against monsterfork api env varsmultiple creatures
2020-01-11pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A...multiple creatures
2019-05-03Explicitly disable storage of REST API results (#10655)ThibG
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2018-12-25Add error message with invalid email confirmation (#9625)Takeshi Umeda
2018-12-24Add REST API for creating an account (#9572)Eugen Rochko
2018-09-28Support min_id-based pagination in REST API (#8736)Eugen Rochko
2018-09-09Add force_login option to OAuth authorize page (#8655)Eugen Rochko
2018-08-23Allow mods to disable login, improve message when login disabled (#8329)Eugen Rochko
2018-07-05Add more granular OAuth scopes (#7929)Eugen Rochko
2018-04-30Disable API access when login is disabled (#7289)Eugen Rochko
2018-03-01Ensure that boolean params in the API are parsed for truthiness (#6575)Eugen Rochko
2018-01-08Refactor /api/web APIs to use the centralized axios instance (#6223)nightpool
2017-12-09Remove unused function (#5950)abcang
2017-08-18Don't send Link header when don't know prev and next links (#4633)Yamagishi Kazutoshi
2017-08-15Fix require_user! behavior when not logged in (#4604)abcang
2017-07-20Fix webfinger retries (#4275)Eugen Rochko
2017-06-07Clean up for api/base controller (#3629)Matt Jankowski