summaryrefslogtreecommitdiff
path: root/internal/federation
AgeCommit message (Expand)AuthorFiles
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 kim13
2023-01-27[feature] Federate reports to remote instance as Flag (if desired) (#1386)Libravatar tobi2
2023-01-25[feature] Accept incoming federated Flag activity (#1382)Libravatar tobi2
2023-01-13[chore] Remove omitempty on account source; refactor tests to use prettyprint...Libravatar tobi3
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi54
2022-12-22[feature] For video attachments, store + return fps, bitrate, duration (#1282)Libravatar tobi1
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...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 tobi11
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim2
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi3
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim3
2022-11-15[chore] update database caching library (#1040)Libravatar kim4
2022-11-11[chore] Fixes + updates in emoji dereferencing logic (#1022)Libravatar tobi5
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)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-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi6
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 kim6
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