summaryrefslogtreecommitdiff
path: root/internal/processing/account
AgeCommit message (Expand)AuthorFiles
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim1
2024-08-02[feature] Allow import of following and blocks via CSV (#3150)Libravatar tobi1
2024-07-31[feature] Allow users to export data via the settings panel (#3140)Libravatar tobi1
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 tobi4
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont1
2024-07-21[feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and...Libravatar tobi2
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim1
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 tobi2
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim2
2024-06-24[chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035)Libravatar dependabot[bot]1
2024-06-12[bugfix] Ensure side effects handled for local unlocked follows (#2998)Libravatar tobi1
2024-06-10[bugfix] boost and account recursion (#2982)Libravatar kim2
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont3
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi6
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont2
2024-05-02[bugfix] Lock when checking/creating notifs to avoid race (#2890)Libravatar tobi1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim11
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi4
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi3
2024-04-08[bugfix] Ensure side effects for local -> local follows get processed (#2820)v0.15.0-rc2Libravatar tobi2
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi2
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi4
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi5
2024-03-13[chore] Expose move endpoint again, small settings panel fixes (#2752)Libravatar tobi1
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi2
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi2
2024-02-19[bugfix] Refactor parse mention, fix local mention bug (#2657)Libravatar tobi1
2024-02-01stop paged endpoints returning null for empty items (#2597)Libravatar kim1
2024-01-20[bugfix] Prevent URL + URI for same account being used as alias target (#2545)Libravatar tobi2
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi5
2023-12-27[chore] Refactor HTML templates and CSS (#2480)Libravatar tobi1
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi2
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-30[bugfix] Allow blocked accounts to show in precise search (#2321)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim2
2023-09-29[bugfix] Fix paging for empty items (#2236)Libravatar tobi2
2023-09-29[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim10
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim7
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi2
2023-08-10[performance] remove last of relational queries to instead rely on caches (#2...Libravatar kim1