Age | Commit message (Expand) | Author |
2020-07-22 | Fix RSS feeds not being cachable (#14368) | ThibG |
2020-03-08 | Add specific rate limits for posting and following (#13172) | Eugen Rochko |
2020-01-04 | Fix base64-encoded file uploads not being possible (#12748) | Eugen Rochko |
2019-12-30 | Fix HTML error pages being returned when JSON is expected (#12713) | Eugen Rochko |
2019-12-10 | Fix missing error templates for non-HTML requests (#12593) | Eugen Rochko |
2019-11-13 | Change to always returns html document in error pages (#12214) | Yamagishi Kazutoshi |
2019-09-07 | Add healthcheck endpoint for web (#11770) | Yamagishi Kazutoshi |
2019-08-30 | Fix uncaught parameter missing exceptions and missing error templates (#11702) | Eugen Rochko |
2019-08-18 | Fix uncaught 422 and 500 errors (#11590) | Eugen Rochko |
2019-08-16 | Fix 422 being returned instead of 404 when POSTing (#11574) | Eugen Rochko |
2019-07-30 | Add whitelist mode (#11291) | Eugen Rochko |
2019-07-22 | Change unconfirmed user login behaviour (#11375) | Eugen Rochko |
2019-07-21 | Add (back) rails-level JSON caching (#11333) | Eugen Rochko |
2019-07-21 | Change locale detection to run once per session (#8657) | Eugen Rochko |
2019-07-19 | Add ActivityPub actor representing the entire server (#11321) | ThibG |
2019-07-17 | Fix caching headers in ActivityPub endpoints (#11331) | ThibG |
2019-07-11 | Add ActivityPub secure mode (#11269) | Eugen Rochko |
2019-07-08 | Refactor controllers for statuses, accounts, and more (#11249) | Eugen Rochko |
2019-06-25 | Fix unnecessary SQL query performed on unauthenticated requests (#11179) | Eugen Rochko |
2019-06-05 | Cleanup various controllers (#10972) | ThibG |
2019-03-17 | Reduce server load caused by anonymous viewing. (#9059) | Ben Lubar |
2018-11-16 | Remove intermediary arrays when creating hash maps from results (#9291) | Eugen Rochko |
2018-10-28 | Include preview cards in status entity in REST API (#9120) | 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-08-23 | Add ability to change an instance default theme from the administration panel... | Jakub Mendyk |
2018-08-19 | Unuse ActiveRecord::Base#cache_key (#8185) | abcang |
2018-05-26 | Catch ActionController::UnknownFormat and return HTTP 406 (#7621) | Eugen Rochko |
2018-05-11 | Update session activation time (fixes #5605) (#7408) | ThibG |
2018-04-03 | Improve require_admin! and require_staff! filters (#7018) | Emelia Smith |
2018-02-28 | Fix #942: Seamless LDAP login (#6556) | Eugen Rochko |
2018-02-22 | Fix #6526: Only store redirect location if not in JSON format (#6528) | Eugen Rochko |
2018-02-02 | pam authentication (#5303) | Alexander |
2018-01-07 | Fix force_ssl conditional (#6201) | Yamagishi Kazutoshi |
2018-01-07 | Fix unintended cache (#6214) | Yamagishi Kazutoshi |
2018-01-04 | Make sure private toots remain private and do not end up in HTTP caches (#6175) | ThibG |
2018-01-04 | Cache JSON of immutable ActivityPub representations (#6171) | Eugen Rochko |
2017-12-29 | Add more instance stats APIs (#6125) | Eugen Rochko |
2017-11-17 | Fix some rubocop style issues (#5730) | Eugen Rochko |
2017-11-11 | Add moderator role and add pundit policies for admin actions (#5635) | Eugen Rochko |
2017-09-19 | Add support for multiple themes (#4959) | Andrew |
2017-08-05 | Add "signed in as" header to some pages (#4523) | Eugen Rochko |
2017-07-07 | Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) | Eugen Rochko |
2017-06-25 | Bind web UI access tokens to sessions (#3940) | Eugen Rochko |
2017-05-24 | Show error message to suspended user (#3281) | Yamagishi Kazutoshi |
2017-05-22 | Change "Account.any?" to "Account.exists?" (#3217) | Yamagishi Kazutoshi |
2017-05-22 | single_user_mode? always returns boolean (#3215) | Akihiko Odaki |
2017-05-01 | Error responses cleanup (#2692) | Matt Jankowski |
2017-04-30 | Extract user tracking into concern (#2600) | Matt Jankowski |
2017-04-25 | Localize with i18n for Devise::FailureApp (#2309) | alpaca-tc |