summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing
AgeCommit message (Expand)AuthorFiles
2023-06-03[bugfix] Fix first item of thread dereferencing always being skipped (#1858)Libravatar tobi1
2023-05-31[bugfix] only attempt to populate account/statuses from DB if already exist (...Libravatar kim2
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim6
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim13
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi4
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi3
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-19[bugfix] Use account ID host as accDomain if 2nd webfinger lookup fails (#1630)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney17
2023-03-08[chore] improved enrichAccount() logging (#1602)Libravatar kim1
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim1
2023-03-03[bugfix] on deref new account, check db again for account on ErrAlreadyExists...Libravatar kim1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi2
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney4
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim2
2023-02-10[chore] small changes missed in previous dereferencer.GetAccount() PRs (#1467)Libravatar kim4
2023-02-09[bugfix] Fix error on searching for account w/accountDomain by host (#1465)Libravatar tobi1
2023-02-09[performance] Don't fetch avatar + header if uri hasn't changed (#1463)Libravatar tobi2
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim6
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi18
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