summaryrefslogtreecommitdiff
path: root/internal/api/client/search
AgeCommit message (Expand)AuthorFiles
2025-11-17[chore] Apply schema for OpenAPI errors (#4511)Libravatar Vyr Cossont1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney4
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi1
2025-03-26[feature] Allow user to choose "gallery" style layout for web view of profile...Libravatar tobi1
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-02-26[feature] Enforce OAuth token scopes (#3835)Libravatar tobi1
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi1
2024-06-18[feature/frontend] Reports frontend v2 (#3022)Libravatar tobi2
2024-05-31[feature] Add from: search operator and account_id query param (#2943)Libravatar Vyr Cossont2
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-30[bugfix] Allow blocked accounts to show in precise search (#2321)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-08-02[bugfix] Allow instance accounts to be shown in search results in certain cir...Libravatar tobi1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi3
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-06-21[feature] Add partial text search for accounts + statuses (#1836)Libravatar tobi3
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-09[bugfix] Don't try to get user when serializing local instance account (#1757)Libravatar tobi1
2023-05-07[bugfix] Punycode fixes (#1743)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney4
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi2
2023-02-14[bugfix] Return empty result rather than 500 error when searching for blocked...Libravatar tobi1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi4
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi3
2022-12-04[chore] Fix a few possible cases of int truncation (#1207)Libravatar Daniele Sluijters1
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi2
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi2
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell2
2021-08-25Pg to bun (#148)Libravatar tobi1