Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-04 | Fix duplicate notifications being possible after poll expiration (#17697) | Eugen Rochko | |
2022-03-03 | Change `follow` scope to be covered by `read` and `write` scopes in REST API ↵ | Eugen Rochko | |
(#17678) Deprecate `follow` scope | |||
2021-05-06 | Add Ruby 3.0 support (#16046) | Claire | |
* Fix issues with POSIX::Spawn, Terrapin and Ruby 3.0 Also improve the Terrapin monkey-patch for the stderr/stdout issue. * Fix keyword argument handling throughout the codebase * Monkey-patch Paperclip to fix keyword arguments handling in validators * Change validation_extensions to please CodeClimate * Bump microformats from 4.2.1 to 4.3.1 * Allow Ruby 3.0 * Add Ruby 3.0 test target to CircleCI * Add test for admin dashboard warnings * Fix admin dashboard warnings on Ruby 3.0 | |||
2020-09-18 | Add option to be notified when a followed user posts (#13546) | Eugen Rochko | |
* Add bell button Fix #4890 * Remove duplicate type from post-deployment migration * Fix legacy class type mappings * Improve query performance with better index * Fix validation * Remove redundant index from notifications | |||
2020-09-11 | Change REST API to return empty data for suspended accounts (#14765) | Eugen Rochko | |
2019-09-10 | Add updated relationship to follow request API responses (#11800) | ThibG | |
Fixes #11747 | |||
2018-11-19 | Extract counters from accounts table to account_stats table (#9295) | Eugen Rochko | |
2018-08-31 | Self-notify on accepting follow requests (#8541) | ThibG | |
2018-07-05 | Add more granular OAuth scopes (#7929) | Eugen Rochko | |
* Add more granular OAuth scopes * Add human-readable descriptions of the new scopes * Ensure new scopes look good on the app UI * Add tests * Group scopes in screen and color-code dangerous ones * Fix wrong extra scope | |||
2018-04-02 | Fix unpermitted parameters warning when generating pagination URLs (#6995) | Eugen Rochko | |
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) | |||
2017-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski | |
* Move ApiController to Api/BaseController * API controllers inherit from Api::BaseController * Add coverage for various error cases in api/base controller | |||
2017-05-31 | Improve spec coverage and clean up api/v1/follow_requests controller (#3465) | Matt Jankowski | |
2017-05-20 | Fix regressions in api/v1 (#3178) | Akihiko Odaki | |
The regressions are introduced at commit f55480756337dd4df7513e89673e81e003f1201a by me (Akihiko Odaki) | |||
2017-05-20 | Use joins for account properties (#3167) | Akihiko Odaki | |
2017-04-08 | Make public timelines API not require user context/app credentials (#1291) | Eugen | |
* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public Fix #1156 - respect query params when generating pagination links in API * Apply pagination fix to more APIs | |||
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko | |
2017-02-11 | Make follow requests federate | Eugen Rochko | |
2016-12-26 | Adding follow requests API | Eugen Rochko | |