summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing
AgeCommit message (Expand)AuthorFiles
2022-12-22[feature] For video attachments, store + return fps, bitrate, duration (#1282)Libravatar tobi1
2022-11-29[bugfix] wrap the correct error on failed account update (#1176)Libravatar kim1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi8
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-15[chore] update database caching library (#1040)Libravatar kim3
2022-11-11[chore] Fixes + updates in emoji dereferencing logic (#1022)Libravatar tobi5
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi3
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi4
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim3
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi5
2022-09-26[bugfix] more nil checks baybeeeeeeeeeeeeeeeeeeee (#854)Libravatar kim1
2022-09-26[bugfix] add so, many, nil, checks (#853)Libravatar kim1
2022-09-26[bugfix] panic during child thread iteration (#852)Libravatar kim1
2022-09-25[bugfix] update thread iterators to not use recursion (#851)Libravatar kim4
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi2
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi4
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim1
2022-08-31[chore] Test fixes (#788)Libravatar tobi1
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 tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim3
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
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 tobi6
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
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 tobi5
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2022-03-21[bugfix] Fix images not being processed correctly sometimes (#437)Libravatar tobi2
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi2
2022-02-08hopefully fix potential race conditionLibravatar tsmethurst1
2022-02-08update outdated commentLibravatar tsmethurst1
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 tsmethurst4
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 tsmethurst4
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi13