about summary refs log tree commit diff
path: root/app/serializers/rest/status_serializer.rb
AgeCommit message (Expand)Author
2020-11-04Add account sensitized (#14361)Takeshi Umeda
2020-02-03Fix punycode being returned in some entities instead of unicode in REST API (...Eugen Rochko
2019-11-28Fix n+1 query for bookmarks on statuses (#12494)Eugen Rochko
2019-11-13Add bookmarks (#7107)ThibG
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-05-11Add toot source to delete result to ease Delete & Redraft (#10669)ThibG
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-02Make displaying application used to toot opt-in (#9897)ThibG
2018-10-28Include preview cards in status entity in REST API (#9120)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-08-14Move status counters to separate table, count replies (#8104)Eugen Rochko
2018-03-22Do not re-query mentions from serializers (#6858)Eugen Rochko
2018-03-19Serialize mentions in the order they are added (#6836)ThibG
2017-09-24Make sure nil IDs to not get cast to empty string in REST API (#5068)Eugen Rochko
2017-09-23New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)Eugen Rochko
2017-09-20Change IDs to strings rather than numbers in API JSON output (#5019)aschmitz
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-09-19Custom emoji (#4988)Eugen Rochko
2017-08-25Pinned statuses (#4675)Eugen Rochko
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko