summaryrefslogtreecommitdiff
path: root/internal/router
AgeCommit message (Expand)AuthorFiles
2025-09-07[performance] more logging tweaks (#4415)Libravatar kim1
2025-06-10[feature] configurable maximum thumbnail dimensions (#4258)Libravatar kim1
2025-05-07[bugfix] Fix indentation on multi-line alt text in web view (#4149)Libravatar tobi2
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney2
2025-04-26[feature] Update attachment format, receive + send `focalPoint` prop + use it...Libravatar tobi1
2025-03-26[feature] Allow user to choose "gallery" style layout for web view of profile...Libravatar tobi1
2025-03-02[chore] little frontend tweaks (#3852)Libravatar tobi1
2025-01-31[bugfix] shut down LE server nicely (#3714)Libravatar tobi1
2024-09-20[chore] ensure consistent caller name fetching regardless of compiler inlinin...Libravatar kim1
2024-05-29[chore] improved startup / shutdown (#2925)Libravatar kim1
2023-12-27[chore] Refactor HTML templates and CSS (#2480)Libravatar tobi3
2023-12-12[bugfix] Let templates deref pointers, as a treat (#2448)v0.13.0-rc2Libravatar tobi1
2023-12-12[bugfix] poll vote count fixes (#2444)Libravatar kim1
2023-11-22[feature] Poll web view (#2377)Libravatar tobi1
2023-11-13[feature/performance] Wrap incoming HTTP requests in timeout handler (#2353)Libravatar tobi3
2023-08-02[bugfix] handle HEAD requests more elegantly (#2055)Libravatar kim1
2023-05-11[frontend] Profiles with fields & more (#1764)Libravatar f0x521
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney3
2023-03-04[feature] Allow loading TLS certs from disk (#1586)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney2
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi3
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi8
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi1
2022-10-02[chore] Use shorter timestamps in frontend for replies (#875)Libravatar tobi1
2022-09-19[bugfix] Server and closer bugfixes (#839)Libravatar tobi1
2022-09-17[bugfix] Fix domains not being unblockable, log internal server errors from A...Libravatar tobi1
2022-09-07[feature] opengraph meta tags (#806)Libravatar f0x521
2022-09-02[feature] Emojify spoiler and content in web templates (#785)Libravatar Blackle Morisanchetto1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim3
2022-07-18[feature] Implement `cache-control` and etags for static assets (#711)Libravatar tobi2
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim3
2022-06-03[feature] Start adding advanced configuration options, starting with `samesit...Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim4
2022-05-25[security] Set SameSite to `strict` instead of browser default (#606)Libravatar tobi1
2022-05-15[chore] Update LE server to use copy of main http.Server{} to maintain server...Libravatar kim1
2022-05-12[bugfix] Fix server trying to listen twice on same address when l.e. enabled ...v0.3.3Libravatar tobi1
2022-05-02[bugfix] Fix panic when relative tmpl path given to router (#528)Libravatar tobi1
2022-04-29[feature] allow absolute path to templates (#507)Libravatar Terin Stock1
2022-04-28Add support for running profiling when debug build-tags provided (#491)Libravatar kim1
2022-04-16[bugfix] Convert IDNs to punycode before using as session name (#458)Libravatar tobi2
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi1
2022-03-13[bugfix] Fix bug where admin panel could not be accessed at `/admin` (#427)Libravatar tobi1
2022-02-19[feature] Gin enable gzip encoding (#405)Libravatar tobi2
2022-02-15[bugfix] Only mark cookies as Secure on https (#398)Libravatar Shadowfacts1
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson3
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi7
2021-12-20Log when listening (#350)Libravatar embr1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi5
2021-11-22add bindAddress configuration option (#320)Libravatar tobi1