summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2025-10-08[performance] add benchmarks for native Go imaging code, small tweaks to redu...v0.20.0Libravatar kim3
2025-10-07[bugfix] Log a warning when clientIP could not be parsed during rate limiting...Libravatar tobi1
2025-10-06[bugfix] Fix `db error checking for int req: sql: no rows in result set` (#4478)v0.20.0-rc4Libravatar tobi1
2025-10-06[bugfix] Fix nil ptr in `DifferentFrom` func (#4477)Libravatar tobi1
2025-10-05[docs] Add db migration tip for slow hardware instances. (#4457)v0.20.0-rc2Libravatar Daniël Franke2
2025-10-05[bugfix] Update interaction policies of freshly dereffed statuses if differen...Libravatar tobi2
2025-10-03[bugfix] status refresh race condition causing double edit notifications (#4470)Libravatar kim2
2025-10-03[chore] update dependencies (#4468)Libravatar kim32
2025-10-03[chore] Use bulk updates + fewer loops in status rethreading migration (#4459)Libravatar tobi7
2025-10-01[bugfix/frontend] restore blockquote “block” margin (#4465)Libravatar Zoë Bijl1
2025-09-25[chore] update dependencies (#4458)Libravatar kim8
2025-09-24[chore] ffmpeg webassembly fiddling (#4454)Libravatar kim7
2025-09-22[docs] Update tracing.md with up-to-date way of doing things (#4452)Libravatar tobi1
2025-09-22[chore] Update config to remove unnecessary square brackets around ipv6 addre...Libravatar tobi2
2025-09-18[chore/docs] Fix Prometheus metric names for Gin, include example Grafana das...v0.20.0-rc1Libravatar tobi32
2025-09-18[feature] add paging support to rss feed endpoint, and support JSON / atom fe...Libravatar kim13
2025-09-17[chore] update dependencies (#4441)Libravatar kim15
2025-09-17[chore] remove nollamas middleware for now (after discussions with a security...Libravatar kim28
2025-09-17[bugfix/frontend] Use correct account domain in move account helper (#4440)Libravatar tobi1
2025-09-17[bugfix/frontend] Fix overzealous padding removal on caption (#4439)Libravatar tobi1
2025-09-16[feature] Stub out trends + suggestions (always return empty array) (#4435)Libravatar tobi7
2025-09-16[bugfix] prevent clicking Enter in description field from deleting the image ...Libravatar ptrcnull2
2025-09-16[bugfix/frontend] preserve whitespace in photoswipe captions (#4434)Libravatar tobi2
2025-09-15[bugfix] API status edit history returned in inverse order (#4432)Libravatar kim5
2025-09-15[docs] Fix broken links and typos (#4418)Libravatar Markus Unterwaditzer10
2025-09-15[bugfix] Parse `scheduled_at` as ISO8601 with offset if RFC3339 parse fails (...Libravatar tobi5
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi126
2025-09-11[bugfix] set link header lo,hi values directly from returned slice, don't acc...Libravatar kim2
2025-09-09[chore] update dependencies (#4423)Libravatar kim97
2025-09-08[chore] update dependencies (#4422)Libravatar kim78
2025-09-07[bugfix] check for nil notification (#4417)Libravatar kim1
2025-09-07[bugfix] ensure std log writer passes byte slices along as string, or JSON wi...Libravatar kim1
2025-09-07[performance] more logging tweaks (#4415)Libravatar kim5
2025-09-04[bugfix] fix lo paging value not always being set (#4407)Libravatar kim1
2025-09-04[chore] bump dependencies (#4406)Libravatar kim274
2025-09-04[performance] faster request id generation (#4405)Libravatar kim2
2025-09-04style: add a missing whitespace (#4404)Libravatar karolis1
2025-08-31[chore] fix copy-pasted comment (#4402)Libravatar mkljczk1
2025-08-24[bugfix] fix nootel metrics function signature (#4392)Libravatar kim1
2025-08-22[chore] bump go-structr to v0.9.9 (#4390)Libravatar kim6
2025-08-21[chore] update dependencies (#4386)Libravatar kim38
2025-08-21[chore] bump golangci-lint version in CI, disable var-naming package name che...Libravatar nicole mikołajczyk2
2025-08-20[feature] add metrics for worker counts, and worker queue sizes (#4387)Libravatar kim6
2025-08-16[bugfix] when clearing media metadata, copy all streams not just first (#4375)Libravatar kim1
2025-08-16[bugfix] media CLI list missing thumbs and statics (#4379)Libravatar kim1
2025-08-14[performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and b...Libravatar kim8
2025-08-14[bugfix] insert filter keywords/statuses into DB when creating new filters (#...Libravatar nicole mikołajczyk1
2025-08-14[chore] return correct error message (#4377)Libravatar nicole mikołajczyk3
2025-08-13[feature] support blur filter action (#4371)Libravatar nicole mikołajczyk7
2025-08-13[feature] 2fa management via CLI (#4368)Libravatar kim15