summaryrefslogtreecommitdiff
path: root/internal/gtsmodel
AgeCommit message (Expand)AuthorFiles
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
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi4
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi2
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi3
2023-08-19[feature] Instance rules (#2125)Libravatar f0x523
2023-08-06[chore] Remove go-playground/validator (#2069)Libravatar Daenney28
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
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi1
2023-06-21[feature] Add partial text search for accounts + statuses (#1836)Libravatar tobi1
2023-06-02[bugfix] Allow lowercase emoji shortcode in frontend (#1851)Libravatar Julian-Samuel Gebühr1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[bugfix] Don't try to get user when serializing local instance account (#1757)Libravatar tobi1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-04-05[bugfix] Add proper constraints on status faves, dedupe (#1674)Libravatar tobi1
2023-03-28[bugfix] Remove unique constraint on public_key (#1653)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim2
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney25
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont1
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi1
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim1