summaryrefslogtreecommitdiff
path: root/internal/processing/account
AgeCommit message (Expand)AuthorFiles
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
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim9
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi4
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi3
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi2
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi1
2022-01-24ctx => innerctxLibravatar tsmethurst1
2022-01-24update remote account get/deref logicLibravatar tsmethurst1
2022-01-23rework data function to provide filesizeLibravatar tsmethurst1
2022-01-16pass reader around instead of []byteLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst2
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst1
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst3
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi15
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi3
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi6
2021-11-13move to ssb gofed fork (#298)Libravatar tobi1
2021-11-13update dependencies (#296)Libravatar tobi1
2021-10-31smtp + email confirmation (#285)Libravatar tobi2
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi3
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell5
2021-10-04Refactor/tidy (#261)Libravatar tobi7
2021-09-30handle remote account deletion more systematically (#254)Libravatar tobi1
2021-09-11add git.iim.gay/grufwub/go-store for storage backend, replacing blob.StorageLibravatar kim (grufwub)1
2021-09-11kim is a reply guy (#208)Libravatar tobi3
2021-09-10fixes + db changes (#204)Libravatar tobi3
2021-09-01moving stuff aroundLibravatar tsmethurst1
2021-09-01move oauth models into gtsmodelLibravatar tsmethurst1