summaryrefslogtreecommitdiff
path: root/internal/util
AgeCommit message (Expand)AuthorFiles
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via build-...Libravatar kim1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim1
2024-02-09[chore] Move `DoOnce` func wrapper to util (#2613)Libravatar tobi1
2024-01-31[bugfix] fix possible infinite loops in media / emoji cleanup (#2590)Libravatar kim1
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi2
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-09-29[bugfix] Fix paging for empty items (#2236)Libravatar tobi2
2023-09-29[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)Libravatar tobi1
2023-09-11[feature] Support Actor URIs for webfinger queries (#2187)Libravatar Daenney2
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi1
2023-05-22[chore] update account statuses paging logic (#1814)Libravatar tobi2
2023-05-07[bugfix] Punycode fixes (#1743)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney8
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!2
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi9
2022-12-16[chore/bugfix] Switch markdown from blackfriday to goldmark (#1267)Libravatar Autumn!1
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi1
2022-11-15[bugfix] Fix unicode-unaware word boundary check in hashtags (#1049)Libravatar ugla2
2022-10-10[chore] Make paging logic more generic (#901)Libravatar tobi2
2022-10-02[chore] Use shorter timestamps in frontend for replies (#875)Libravatar tobi1
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi1
2022-07-03[bugfix] Make hashtag regex work with non-ascii characters (#682)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi3
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi1
2022-06-04[bugfix] Update time marshalling format to provide 3 digits of ms (#630)Libravatar tobi2
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi2
2022-05-24[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)Libravatar tobi2
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-05-02[chore] Update all but bun libraries (#526)Libravatar kim1
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi2
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi3
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-10-31smtp + email confirmation (#285)Libravatar tobi1
2021-10-17fix mention extracting when no domain exists (usually intra-instance mentions...Libravatar kim1
2021-10-10Handle forwarded messages (#273)Libravatar tobi1
2021-09-30don't catch mentions within links (#257)Libravatar tobi1
2021-09-16federated authentication better logging + tidying (#232)Libravatar tobi1
2021-09-11kim is a reply guy (#208)Libravatar tobi2
2021-09-01moving stuff aroundLibravatar tsmethurst5
2021-09-01go fmtLibravatar tsmethurst1
2021-09-01start working on struct validation for gtsmodelLibravatar tsmethurst2
2021-08-29Mention fixup (#167)Libravatar tobi1
2021-08-20Database updates (#144)Libravatar tobi2
2021-08-11Text duplication fix (#137)Libravatar Tobi Smethurst2
2021-07-29Link hashtag bug (#121)Libravatar Tobi Smethurst4