about summary refs log tree commit diff
path: root/app/serializers/rest/account_serializer.rb
AgeCommit message (Expand)Author
2023-04-09Fix most rubocop issues (#2165)Claire
2023-02-19Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-14Add `memorial` attribute to REST API (#23591)Claire
2023-02-09Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-02-07Fix account serializer crash if account doesn't have a user (#23428)Jeong Arm
2023-01-26Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-25Add `roles` attribute to Account entities in REST API (#23255)Claire
2023-01-18Merge branch 'main' into glitch-soc/merge-upstreamClaire
2023-01-18Fix REST API serializer for Account not including `moved` when the moved acco...Claire
2022-10-28Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-05-11Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-05-10Add `limited` attribute to accounts in REST API and a warning in web UI (#18344)Eugen Rochko
2022-03-28Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-03-28Refactor account and status formatting (#17877)Claire
2022-03-26Merge branch 'main' into glitch-soc/merge-upstreamClaire
2022-03-26Refactor formatter (#17828)Eugen Rochko
2021-05-09Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-05-09Fix breaking change about format of accounts.created_at (#16186)rinsuki
2021-05-07Merge branch 'main' into glitch-soc/merge-upstreamClaire
2021-05-07Add joined date to profiles in web UI (#16169)Eugen Rochko
2020-09-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-09-11Change REST API to return empty data for suspended accounts (#14765)Eugen Rochko
2020-01-27Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-01-26Change last_status_at to be a date, not datetime (#12966)ThibG
2020-01-04Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-12-30Fix IDN mentions not being processed, IDN domains not being rendered (#12715)Eugen Rochko
2019-12-07Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-12-04Add basic support for group actors (#12071)Takeshi Umeda
2019-12-03Return `discoverable` via REST API (fix #12507) (#12508)trwnh
2019-08-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-07-19Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2018-12-20Add a per-user setting to hide followers countThibaut Girka
2018-12-20Add admin setting to disable followers countThibaut Girka
2018-10-04Fix link verification for remote accounts (#8868)Eugen Rochko
2018-09-18Redesign forms, verify link ownership with rel="me" (#8703)Eugen Rochko
2018-06-16Do not pre-emojify note HTML in accounts REST API (#7821)Eugen Rochko
2018-05-07Bot nameplates (#7391)Eugen Rochko
2018-05-06Enable custom emojis in profiles (notes, field values, display names) (#7374)Eugen Rochko
2018-04-14Add bio fields (#6645)Eugen Rochko
2018-04-01[WIP] Enable custom emoji on account pages and in the sidebar (#6124)David Underwood
2017-12-14Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026)Eugen Rochko
2017-11-18Profile redirect notes (#5746)Eugen Rochko
2017-09-20Change IDs to strings rather than numbers in API JSON output (#5019)aschmitz
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko