Commit graph

16 commits

Author SHA1 Message Date
87ad62fbd7
fix(routes): remove debug log 2025-01-23 03:16:07 +01:00
03f2e754da
feat(routes): track user agent in logs 2025-01-23 03:15:00 +01:00
42f7ddd2f8
fix(routes): don't log redirects 2025-01-23 03:08:26 +01:00
d94aa3aab3
fix(routes): centralize check, use correct header
not CONTENT_TYPE, ACCEPT!!
2025-01-23 03:08:04 +01:00
d44f3e441a
fix(routes): catch /web/ 2025-01-23 03:07:30 +01:00
79ded2737f
fix(routes): apparently can't serve with "" need "/" 2025-01-23 02:11:57 +01:00
5589a12312
feat(routes): redirect from ap to web and vice versa 2025-01-23 01:43:43 +01:00
008ce2a95c
feat(routes): timeout middleware 2025-01-23 01:43:31 +01:00
de9b635a30
chore(routes): refactor with router merge and tower 2025-01-23 01:41:35 +01:00
d8c416d1d9
feat(apb): introduce content-type constants 2025-01-23 01:38:14 +01:00
55c50a92cc
chore: bump versions 2025-01-22 04:20:02 +01:00
1f36091ce3
fix(routes): frontend url now is not optional 2025-01-22 02:08:13 +01:00
59890d62f3
chore: remove leftovers 2025-01-22 01:18:10 +01:00
fbbb6350b8
feat(web): build CSR with trunk and bundle
used some build.rs magic to find my assets, trunk build must be run
manually
2025-01-22 01:14:14 +01:00
396ac974d0
feat: bundled web, first attempt 2025-01-20 23:53:32 +01:00
61472e0fe9
chore: moved out of upub folder
it was just weird
2025-01-20 23:52:36 +01:00