summaryrefslogtreecommitdiff
path: root/internal/processing/search.go
AgeCommit message (Expand)AuthorFiles
2023-06-21[feature] Add partial text search for accounts + statuses (#1836)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-14[bugfix] Return empty result rather than 500 error when searching for blocked...Libravatar tobi1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-09-25[bugfix] update thread iterators to not use recursion (#851)Libravatar kim1
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim1
2022-08-31[bugfix] Fix tusky search issue by returning empty if offset is greater than ...Libravatar Blackle Morisanchetto1
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-06-20[bugfix] Account self finger fix (#658)v0.3.6Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-27[chore] Debug failed account get (#612)Libravatar tobi1
2022-05-24[bugfix] Only search remote if protocol is http(s) (#601)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi1
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi1
2022-01-24update remote account get/deref logicLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-10-17fix mention extracting when no domain exists (usually intra-instance mentions...Libravatar kim1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-10-04Refactor/tidy (#261)Libravatar tobi1
2021-09-14Fix mentions not notifying (#230)Libravatar tobi1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-20Database updates (#144)Libravatar tobi1
2021-08-10Dereference remote replies (#132)Libravatar Tobi Smethurst1
2021-07-05Domain block (#76)Libravatar Tobi Smethurst1
2021-06-17Timeline improvements (#41)Libravatar Tobi Smethurst1
2021-06-13Timeline manager (#40)Libravatar Tobi Smethurst1
2021-05-30Move a lot of stuff + tidy stuff (#37)Libravatar Tobi Smethurst1