summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
AgeCommit message (Expand)AuthorFiles
2025-02-03[feature] Implement Web Push notification policy (#3721)Libravatar Vyr Cossont1
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-23[feature] Serve bot accounts over AP as Service instead of Person (#3672)Libravatar tobi1
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-10-03fix: fix slice init length (#3382)Libravatar cui fliter1
2024-09-28[bugfix] visibility after implicit approval not getting invalidated (#3370)Libravatar kim1
2024-09-09[feature] Implement exclusive lists (#3280)Libravatar Vyr Cossont1
2024-09-09[feature/frontend] Add options to include Unlisted posts or hide all posts (#...Libravatar tobi1
2024-08-29[chore] Only call `imaging.Resize when necessary`, use even tinier blurhashes...Libravatar tobi1
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi1
2024-08-08[performance] move thumbnail generation to go code where possible (#3183)Libravatar kim1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont1
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim1
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim1
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi1
2024-07-08[feature/frontend] Allow setting alt-text for avatar + header (#3086)Libravatar tobi1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-11[bugfix] Deref stats async, serve stub collections if handshaking (#2990)v0.16.0-rc2Libravatar tobi1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-05-31[feature] Implement Filter API v2 (#2936)Libravatar Vyr Cossont1
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi1
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi1
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi1
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont1
2024-02-06[feature] serdes for moved/also_known_as (#2600)Libravatar tobi1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
2024-01-05[feature] Parse instance descriptors as markdown, show T&C on /about (#2481)Libravatar tobi1
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-12-09[bugfix] Fix web media not showing as sensitive (#2433)Libravatar tobi1
2023-11-22[feature] Poll web view (#2377)Libravatar tobi1
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-10-21[bugfix/frontend] fix typo and other oddness in patchRemoteEmojis (#2281)v0.12.0Libravatar tobi1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim1
2023-08-19[feature] Instance rules (#2125)Libravatar f0x521
2023-08-08[bugfix] don't accept unrelated statuses (#2078)Libravatar kim1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi1
2023-07-29[feature] Implement markers API (#1989)Libravatar Vyr Cossont1
2023-07-27[feature] Support setting private notes on accounts (#1982)Libravatar Vyr Cossont1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim1