summaryrefslogtreecommitdiff
path: root/internal/timeline
AgeCommit message (Expand)AuthorFiles
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim16
2025-03-26[feature] Allow user to choose "gallery" style layout for web view of profile...Libravatar tobi1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim2
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi1
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi2
2024-07-04[bugfix] Handle ErrHideStatus when preparing timeline statuses (#3071)Libravatar Vyr Cossont1
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont1
2024-04-02[chore] Try to parse public key as both Actor + bare key (#2710)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 tobi2
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim2
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim8
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim1
2023-08-09[bugfix] Fix incorrect per-loop variable capture (#2092)Libravatar Daenney1
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-07-18[bugfix] Add missing `continue` statement in `prepareXBetweenIDs` (#1996)Libravatar tobi1
2023-06-11[bugfix] Invalidate timeline entries for status when stats change (#1879)Libravatar tobi4
2023-06-04[chore] tidy + test timelines a bit better (#1865)Libravatar tobi10
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi11
2023-04-06[bugfix/chore] Refactor timeline code (#1656)Libravatar tobi16
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim5
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney16
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim4
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney5
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi16
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim1
2022-11-22[feature] Prune timelines once per hour to plug memory leak (#1117)Libravatar tobi12
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim5
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim2
2022-05-16[chore] Timeline test updates (#578)Libravatar tobi3
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull3
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi1
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-02-05[feature] Rework timeline code to make it useful for more than just statuses ...Libravatar tobi14
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi12
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi5
2021-11-22Fix mentioned accounts visibility bug (#323)Libravatar tobi3
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi6
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell10
2021-10-04Refactor/tidy (#261)Libravatar tobi1
2021-09-09Import export (#194)Libravatar tobi3
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-25Pg to bun (#148)Libravatar tobi9
2021-08-20Database updates (#144)Libravatar tobi4