Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead ↵ | Eugen Rochko | |
of Rabl (#4090) | |||
2017-06-08 | Improve RuboCop rules (compatibility to Code Climate) (#3636) | Yamagishi Kazutoshi | |
https://github.com/codeclimate/codeclimate-rubocop/blob/08f8de84ebfb39caa96391e23816877278f6441c/Gemfile.lock#L38 Code Climate is using RuboCop v0.46.0. Change several rules to maintain compatibility. | |||
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 | Refactor api/v1/notifications controller (#3470) | Matt Jankowski | |
2017-04-22 | Added API for single notification dismissal (#2251) | Ashley | |
* Added API backend for notification dismissal * Added render statement * Changed statement | |||
2017-04-10 | API param to exclude notification types from response (#1341) | Eugen | |
* Add exclude_types param to /api/v1/notifications * Exclude notification types in web UI through exclude_types in the API | |||
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-25 | Add tuning documentation, add <content> tags back to most salmons, | Eugen Rochko | |
make status pagination headers generation more lax about next page existing | |||
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-24 | API now respects ?limit param as long as it's within 2x default limit | Eugen Rochko | |
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-21 | Method to fetch a single notification | Eugen Rochko | |
2016-12-26 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
2016-11-29 | Unify collection caching code | Eugen Rochko | |
2016-11-25 | Remove stale entries from cache results | Eugen Rochko | |
2016-11-23 | Rename "publish" to "toot" in english locale, fix lightbox showing old image | Eugen Rochko | |
before loading new one, cache notifications API, fix missing follow button on public profiles | |||
2016-11-21 | Performance improvement for notifications API | Eugen Rochko | |
2016-11-21 | Remove some n+1 queries from notifications API | Eugen Rochko | |
2016-11-20 | Adding unified streamable notifications | Eugen Rochko | |