summaryrefslogtreecommitdiff
path: root/internal/processing/account
AgeCommit message (Expand)AuthorFiles
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
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim3
2022-11-20[bugfix] fix possible infinite loop on federated AP profile delete (#1091)Libravatar kim1
2022-11-19[feature] Support markdown format for Account bio/note (#1037)Libravatar Michael Manfre2
2022-11-15[chore] update database caching library (#1040)Libravatar kim2
2022-11-08[feature] Make instance thumbnail configurable via admin panel (#973)Libravatar tobi2
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi1
2022-10-10[chore] Make paging logic more generic (#901)Libravatar tobi2
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi4
2022-10-03[performance] add user cache and database (#879)Libravatar tobi1
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi2
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi3
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi4
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi1
2022-07-19[bugfix] html escape special characters in text instead of totally removing t...Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim3
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi2
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-25[bugfix] disallow following or blocking yoursel (#667)Libravatar ugla2
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi2
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi5
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi2
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim2
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi2
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim2