summaryrefslogtreecommitdiff
path: root/internal/typeutils/internaltofrontend.go
AgeCommit message (Expand)AuthorFiles
2024-10-12[bugfix] Account.last_status_at is a date, not datetime (#3419)Libravatar Markus Unterwaditzer1
2024-10-05[bugfix] Account for nil reply when serializing int req (#3389)Libravatar tobi1
2024-10-04[bugfix] Include own account in conversation when no other accounts involved ...Libravatar tobi1
2024-09-24[bugfix] Fix incorrect reply shown in interaction request (#3344)Libravatar tobi1
2024-09-23[feature] Show info for pending replies, allow implicit accept of pending rep...Libravatar tobi1
2024-09-16[bugfix] Use better plaintext representation of status for filtering (#3301)Libravatar tobi1
2024-09-15[bugfix] Hoist filterable text field extraction out of loop (#3297)Libravatar Vyr Cossont1
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-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-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim1
2024-07-31[feature] Implement Mastodon-compatible roles (#3136)Libravatar Vyr Cossont1
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-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-24[bugfix] Serialize empty conversation account list as empty list, not null (#...Libravatar Vyr Cossont1
2024-07-23Explicitly propagate filter results from statuses to their boosts in API resp...Libravatar Vyr Cossont1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont1
2024-07-21[feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and...Libravatar tobi1
2024-07-20[chore/frontend] Use smaller webp images for logo and default avatars (#3119)Libravatar tobi1
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-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi1
2024-07-12[feature/frontend] Better visual separation between "main" thread and "replie...Libravatar tobi1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-07-08[feature/frontend] Allow setting alt-text for avatar + header (#3086)Libravatar tobi1
2024-06-10[bugfix] boost and account recursion (#2982)Libravatar kim1
2024-06-07[chore] Warn about email/password change when using OIDC (#2975)Libravatar tobi1
2024-06-06[bugfix] Filter fixes (#2971)Libravatar Vyr Cossont1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi1
2024-06-06[bugfix] Don't nil emojis + fields on blocked accounts (#2968)Libravatar tobi1
2024-06-03[feature/frontend] Add debug sections to settings panel (#2950)Libravatar tobi1
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-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont1
2024-04-18[bugfix] Fix incorrect field name for status source, add helpful message (#2854)Libravatar tobi1
2024-04-17[feature] Status source endpoint (#2848)Libravatar tobi1
2024-04-17[bugfix] Fix minor API issue w/ boosted statuses (#2846)Libravatar tobi1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi1
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-25[feature] User-selectable preset CSS themes for accounts (#2777)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-20[feature] Add `requested_by` to relationship model (#2672)Libravatar tobi1
2024-02-19[bugfix] Use ptr for instance stats entries to avoid skipping 0 values (#2666)Libravatar tobi1
2024-01-29[bugfix] Fix Postgres emoji delete, emoji category change (#2570)Libravatar tobi1
2024-01-19[chore] Harden up boolptr logic on Accounts, warn if not set (#2544)Libravatar tobi1