brewlog/src
Jon Seager b5d5949adf
refactor: simplify admin page auth with direct session lookup
Replace the private extract_user_from_session helper with inline
session/user lookup, reusing the shared SESSION_COOKIE_NAME constant.
Adds tracing instrumentation to the handler.
2026-02-13 13:05:23 +00:00
..
application refactor: simplify admin page auth with direct session lookup 2026-02-13 13:05:23 +00:00
domain feat: log payload fields in trace spans by redacting image data 2026-02-11 08:37:03 +00:00
infrastructure fix: apply EXIF orientation to uploaded photos 2026-02-12 18:07:52 +00:00
presentation feat: add remaining amount field to bag edit form 2026-02-11 08:53:56 +00:00
lib.rs feat(web): add Open Graph and Twitter Card meta tags 2026-02-08 16:19:34 +00:00
main.rs feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00