summaryrefslogtreecommitdiff
path: root/internal/gtsmodel
AgeCommit message (Expand)AuthorFiles
2024-09-16[bugfix] Use better plaintext representation of status for filtering (#3301)Libravatar tobi1
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi1
2024-09-10[chore] status dereferencing improvements (#3255)Libravatar kim2
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 tobi2
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi2
2024-08-22[feature] Use `local_only` field, deprecate `federated` field (#3222)Libravatar tobi1
2024-08-08[feature] Use gifv type for short soundless mp4 videos (#3182)Libravatar tobi1
2024-07-30[feature] persist worker queues to db (#3042)Libravatar kim1
2024-07-30[chore] add some more slice related utility functions + remove duplicated fun...Libravatar kim1
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont1
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi2
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont2
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim1
2024-07-17[feature] Allow users to set default interaction policies per status visibili...Libravatar tobi1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi6
2024-07-03[chore] Allow gtsmodel to depend on util (#3068)Libravatar Vyr Cossont1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim2
2024-06-20[feature] add worker task serialization logic (#2989)Libravatar kim1
2024-06-06[bugfix] Filter fixes (#2971)Libravatar Vyr Cossont1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-05-31[feature] Implement Filter API v2 (#2936)Libravatar Vyr Cossont1
2024-05-21[performance] cache v2 filter keyword regular expressions (#2903)Libravatar kim1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi2
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi3
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi2
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi2
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi1
2024-03-10[bugfix] Fix whitespace move_id issue (#2742)Libravatar tobi1
2024-03-06[feature/chore] Add Move database functions + cache (#2647)Libravatar tobi2
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-20[feature] Add `requested_by` to relationship model (#2672)Libravatar tobi1
2024-02-19[bugfix] Refactor parse mention, fix local mention bug (#2657)Libravatar tobi1
2024-02-09use pointer for freshness window (#2614)Libravatar tobi1
2024-01-29[bugfix] Fix Postgres emoji delete, emoji category change (#2570)Libravatar tobi1
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi1
2024-01-21[bugfix] fix array type for also_known_as_uris (#2553)Libravatar tobi1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
2024-01-15[bugfix] Replace named unique constraint on header filter header with generic...Libravatar tobi1
2024-01-05[feature] Parse instance descriptors as markdown, show T&C on /about (#2481)Libravatar tobi1
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi1
2023-11-21[feature] Federate status language in and out (#2366)Libravatar tobi1
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 kim2
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi4