summaryrefslogtreecommitdiff
path: root/internal/processing/account
AgeCommit message (Expand)AuthorFiles
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
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney2
2023-08-07[feature] Allow full BCP 47 in language inputs (#2067)Libravatar Vyr Cossont2
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim1
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim1
2023-07-27[feature] Support setting private notes on accounts (#1982)Libravatar Vyr Cossont1
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi1
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim2
2023-07-10[bugfix] Tidy up rss feed serving; don't error on empty feed (#1970)Libravatar tobi2
2023-07-07[bugfix] Reorder web view logic, other small fixes (#1954)Libravatar tobi1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim3
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi2
2023-05-22[chore] update account statuses paging logic (#1814)Libravatar tobi1
2023-05-15[bugfix] Fix duplicating fields on profile edit (#1788)Libravatar tobi2
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi3
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-04-10[feature] Receive notification when followed account posts (if desired) (#1680)Libravatar tobi3
2023-03-31[bugfix] Fix report serialization errors caused by user delete (#1659)Libravatar tobi2
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim8
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi6
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney14
2023-03-06[feature] Add support for profile fields (#1483)Libravatar zowhoey1
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim12
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi2
2023-02-23[bugfix] Fix deleted status causing issues when getting bookmark (#1551)Libravatar tobi1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi16
2023-02-20[bugfix] Fix failure to look up remote profiles with duplicate emojis in some...Libravatar Sam Lade1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney3
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-02-07[bugfix] don't trash emoji in profile fields on edit (#1440)Libravatar Sam Lade1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim2
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!2
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-08[bugfix] fix panic during status delete loop by breaking out early on len(sta...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi18
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips2
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß1