Age | Commit message (Expand) | Author |
2020-02-13 | check user's sensitive card filter setting in the status controller | multiple creatures |
2020-01-13 | add new privacy option to auto-defederate after a given timespan + add option... | multiple creatures |
2020-01-12 | allow sharekeys to be used with the api status controller | multiple creatures |
2020-01-11 | pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A... | multiple creatures |
2019-11-18 | Remove unused and incompatable filter settings. These will be re-added in ti... | multiple creatures |
2019-11-17 | Do away with the kludgy solution of applying users' filters from API controll... | multiple creatures |
2019-08-15 | custom filters now have an option to add or override content warnings; filter... | multiple creatures |
2019-07-24 | success message when processing bangtags-only scripts | multiple creatures |
2019-07-23 | add self-destructing roars & `live`/`lifespan` bangtags | multiple creatures |
2019-07-18 | better handling of bangtag-only posts that produce no output | multiple creatures |
2019-05-21 | Allow sharekeys to be set via the API. | multiple creatures |
2019-05-17 | Add API support for setting status content-type | Thibaut Girka |
2019-05-11 | Add toot source to delete result to ease Delete & Redraft (#10669) | ThibG |
2019-03-03 | Add polls (#10111) | Eugen Rochko |
2019-01-05 | Add scheduled statuses (#9706) | Eugen Rochko |
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 |