about summary refs log tree commit diff
path: root/app/serializers/rest/status_serializer.rb
AgeCommit message (Expand)Author
2020-02-16expose `hidden` attribute to client appsmultiple creatures
2020-02-14limit visibility of post defederation & deletion timers to the author(s)multiple creatures
2020-02-13fix `card_not_filtered?` logicmultiple creatures
2020-02-13(reso: report #201) add option to strip embed cards from sensitive posts, mak...multiple creatures
2020-01-20Original upstream mergeThibG
2020-01-19add chest floof to monsterfork api & outgoing federationmultiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-11expose `local` visibility flag only when monsterfork api exposure is set to `...multiple creatures
2020-01-11pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A...multiple creatures
2020-01-10make sure it is actually a local user before checking `monsterfork_api` propmultiple creatures
2020-01-10add option for changing the monsterfork api exposure level, defaulting to `fu...multiple creatures
2020-01-04monsterpit says trans rights!!!multiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-11-18Add support for updating posts in-place to the frontend and API. This makes ...multiple creatures
2019-08-15handle custom cws when a filter has the `entire thread` option setmultiple creatures
2019-08-15custom filters now have an option to add or override content warnings; filter...multiple creatures
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-15add text representation of statuses to status serializermultiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21Implement share keys and related bangtags, add `sharekey`, `network`, and `cu...multiple creatures
2019-05-21allow pinning packmate roarsmultiple creatures
2019-05-17Serialize content-type on Delete & RedraftThibaut Girka
2019-05-11Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-11Add toot source to delete result to ease Delete & Redraft (#10669)ThibG
2019-03-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-05Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-02Make displaying application used to toot opt-in (#9897)ThibG
2019-01-27Revert to storing application info, and display it to the author via APIThibaut Girka
2019-01-27Make storing and displaying application used to toot opt-inThibaut Girka
2018-11-13Add field to serialized local-only statusesThibaut Girka
2018-10-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-10-28Include preview cards in status entity in REST API (#9120)Eugen Rochko
2018-10-22Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-08-17Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-08-14Move status counters to separate table, count replies (#8104)Eugen Rochko
2018-04-11Add backend support for bookmarksThibaut Girka
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