about summary refs log tree commit diff
path: root/app/serializers
AgeCommit message (Expand)Author
2019-11-19Raise exception when attempting to serialize local-only statusesThibaut Girka
2019-11-19Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-11-18Add support for updating posts in-place to the frontend and API. This makes ...multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-11-18Always skip `Formatter` cache when serializing ActivityPub representations of...multiple creatures
2019-09-24in custom filters, remove the `irreversible` flag (but report it as `true` to...multiple creatures
2019-09-24add account limited by admin flag to api + badgemultiple creatures
2019-08-30(asynchronously) re-fetch missing media on serializemultiple 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-29add plain-text console formatting optionmultiple creatures
2019-07-28big tails never fail!multiple creatures
2019-07-28add `i:am` shortname to the client apimultiple creatures
2019-07-28make `i:am`/`we:are` signatures available to the client apimultiple creatures
2019-07-24revert the current unfinished chat implementationmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-19keep `locked` badge for approves-followers + add `frozen` badge for admin-loc...multiple creatures
2019-07-18federate account locked status (`mp:locked`)multiple creatures
2019-07-15add text representation of statuses to status serializermultiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, federa...multiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-05-21expose account roles to the apimultiple creatures
2019-05-21tell other ap software what content type they should expect source text to bemultiple creatures
2019-05-21Accounts, UI: Expose kobold badges over the API. Render badges in the web app.multiple creatures
2019-05-21Expose user settings to `Account` model and update code referencing those set...multiple creatures
2019-05-21ActivityPub `Actor`: use correct property name for `suggestedMinAge`.multiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21federate raw versions of roars using `source` propmultiple creatures
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Don't show Roars & Growls tag in web app if someone has disabled showing publ...multiple creatures
2019-05-21Custom filters: add ability to create filters that exclude or are exclusive ...multiple creatures
2019-05-21Implement share keys and related bangtags, add `sharekey`, `network`, and `cu...multiple creatures
2019-05-21Add support for general-purpose file sharing.multiple creatures
2019-05-21more local-only optionsmultiple creatures
2019-05-21add option to default to local onlymultiple creatures
2019-05-21allow pinning packmate roarsmultiple creatures
2019-05-17Export fallback content type and use it as default in WebUIThibaut Girka
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-05-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-27Add blurhash (#10630)Eugen Rochko
2019-04-22Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-21Configrationable repository url (#10600)Sho Kusano
2019-04-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko