summaryrefslogtreecommitdiff
path: root/internal/federation
AgeCommit message (Expand)AuthorFiles
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi5
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi5
2022-09-02[performance] cache account db lookups by public key URI (#795)Libravatar kim1
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim4
2022-08-31[chore] Test fixes (#788)Libravatar tobi2
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi2
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi3
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim19
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß2
2022-06-19[chore] make tests more cacheable by avoiding time.Now() (#656)Libravatar tobi1
2022-06-11[chore] Refactor thread dereference a bit for clarity (#647)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi13
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim6
2022-05-27[chore] Add test for dereferencing Owncast service account (#613)Libravatar tobi2
2022-05-24[bugfix] Set refetch to true in iterateDescendants (#600)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi9
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi3
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim5
2022-05-02[chore] Fix inbox iris test to use 'contains' instead of index (#529)Libravatar tobi1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2022-04-29[chore] Add Federatingactor.Send() tests and log call (#509)Libravatar tobi4
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi4
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim14
2022-04-28[bugfix] Fix possible race condition in federatingdb (#490)Libravatar kim2
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi3
2022-04-24Revert "[chore] Tidy up federating db locks a tiny bit (#472)" (#479)Libravatar tobi1
2022-04-19[chore] Tidy up federating db locks a tiny bit (#472)Libravatar tobi1
2022-04-05[dependency] Update superseriousbusiness/activity dependency (#446)Libravatar tobi1
2022-03-21[bugfix] Fix images not being processed correctly sometimes (#437)Libravatar tobi2
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi2
2022-02-08hopefully fix potential race conditionLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst1
2022-02-08update outdated commentLibravatar tsmethurst1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson2
2022-01-25ensure blocking calls to getRemoteAccount before showing stuff to clientLibravatar tsmethurst1
2022-01-25only update account in db if changedLibravatar tsmethurst1
2022-01-24change getaccount function signatureLibravatar tsmethurst1
2022-01-24use background context w/deadlineLibravatar tsmethurst1
2022-01-24update remote account get/deref logicLibravatar tsmethurst7
2022-01-23rework data function to provide filesizeLibravatar tsmethurst2
2022-01-16pass reader around instead of []byteLibravatar tsmethurst2
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst5
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst5
2022-01-09add async testLibravatar tsmethurst1
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst5
2022-01-08compiling nowLibravatar tsmethurst6
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst6