Age | Commit message (Expand) | Author |
2018-08-19 | Unuse ActiveRecord::Base#cache_key (#8185) | abcang |
2018-07-05 | Add more granular OAuth scopes (#7929) | Eugen Rochko |
2018-05-21 | Remove small pagination limit from context API (#7564) | Eugen Rochko |
2018-04-23 | Paginate descendant statuses in public page (#7148) | Akihiko Odaki |
2018-04-11 | Paginate ancestor statuses in public page (#7102) | Akihiko Odaki |
2018-04-02 | Fix unpermitted parameters warning when generating pagination URLs (#6995) | Eugen Rochko |
2017-09-01 | Make PreviewCard records reuseable between statuses (#4642) | Eugen Rochko |
2017-07-07 | Refactor JSON templates to be generated with ActiveModelSerializers instead o... | Eugen Rochko |
2017-06-10 | Move create/destroy actions for api/v1/statuses to namespace (#3678) | Matt Jankowski |
2017-06-09 | Move reblogged_by and favourited_by actions out of api/v1/statuses and into u... | Matt Jankowski |
2017-06-07 | Clean up for api/base controller (#3629) | Matt Jankowski |
2017-05-30 | Add status destroy authorization to policy (#3453) | Jack Jennings |
2017-05-29 | Extract authorization policy for viewing statuses (#3150) | Jack Jennings |
2017-05-21 | Fix mutes_controller error and incorrect statuses_controller report (#3202) | Akihiko Odaki |
2017-05-20 | Fix regressions in api/v1 (#3178) | Akihiko Odaki |
2017-05-20 | Use joins for account properties (#3167) | Akihiko Odaki |
2017-05-15 | Feature conversations muting (#3017) | Eugen Rochko |
2017-04-25 | Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2... | Eugen Rochko |
2017-04-19 | Simplify render in controllers (#2144) | Matt Jankowski |
2017-04-18 | Remove API authentication for public statuses (after review) (#1919) | happycoloredbanana |
2017-04-17 | Fix #1897 - Return reblogged: false on unreblog (was wrongly named variable) ... | Eugen |
2017-04-08 | Make public timelines API not require user context/app credentials (#1291) | Eugen |
2017-04-04 | Fix ActionController::Parameters in API issue | Eugen Rochko |
2017-03-30 | Add counter caches for a large performance increase on API requests | Eugen Rochko |
2017-02-26 | Add validation of media attachments, clean up mastodon-own exception classes | Eugen Rochko |
2017-02-19 | Removed try clause from create action in status controller | Rakib Hasan |
2017-02-19 | revisted fix for #462 | Rakib Hasan |
2017-02-05 | Removing failed push notification API, make context loads use cache | Eugen Rochko |
2017-01-25 | Instead of using spoiler boolean and spoiler_text, simply check for non-blank... | Eugen Rochko |
2017-01-24 | Merge branch 'master' into master | Eugen |
2017-01-24 | API now respects ?limit param as long as it's within 2x default limit | Eugen Rochko |
2017-01-23 | Implement a click-to-view spoiler system | blackle |
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko |
2017-01-19 | Don't show loading bar when re-loading already loaded status. Don't even try ... | Eugen Rochko |
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have opt... | Effy Elden |
2016-12-21 | Private visibility on statuses prevents non-followers from seeing those | Eugen Rochko |
2016-12-19 | Make unfavouriting async to prevent timeout errors from leaving orphaned reco... | Eugen Rochko |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko |
2016-11-29 | Delete statuses asynchronously but provide instant feedback in the API | Eugen Rochko |
2016-11-23 | Cache accounts/:id/statuses and single statuses too | Eugen Rochko |
2016-11-23 | Adding sensitive marker to statuses in API | Eugen Rochko |
2016-11-22 | Moving some counter queries out of subqueries in the API | Eugen Rochko |
2016-11-22 | Remove unneeded indices, improve error handling in background workers, don't ... | Eugen Rochko |
2016-11-15 | Fix #144 - Filter statuses from blocked users out of ancestors/descendants re... | Eugen Rochko |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko |
2016-11-14 | Fix wrong link header on followers API, wrong link in tabs component, order | Eugen Rochko |
2016-11-09 | API pagination for all collections using Link header | Eugen Rochko |
2016-11-08 | Move timelines API from statuses to its own controller, add a check for | Eugen Rochko |
2016-11-05 | Adding hashtags | Eugen Rochko |