19 Commits

Author SHA1 Message Date
81426c61b7 move csrf input helper to request obj, add post-commit hook for commit hash in metadata 2025-07-25 18:13:59 -05:00
d3633dfdbc fix redundant middleware, clean up pipeline 2025-07-25 14:43:51 -05:00
1fbcfaf9df add csrf, auth and flash to http module 2025-07-25 13:00:38 -05:00
78b38ee544 remove json require from crypto lib 2025-07-25 10:31:43 -05:00
e05369431c fix kv store persistence on server shutdown 2025-07-24 22:44:52 -05:00
f09c9f345a merge sessions into http module directly 2025-07-24 22:30:23 -05:00
d2f0a75d50 minor string fixes 2025-07-24 21:49:44 -05:00
8b4a3b27c0 migrate json module to global 2025-07-24 17:52:58 -05:00
2d43c457e1 remove string requires, fix calls 2025-07-24 16:48:29 -05:00
41cba2f049 rewrite of the string module 2025-07-24 16:45:12 -05:00
cf203d7899 initial sql database support - sqlite, postgres, mysql 2025-07-24 09:39:24 -05:00
d3dcf95e0c use string utils to simplify some http utils 2025-07-23 21:54:13 -05:00
6f20540720 fix http json usage, use native implementation 2025-07-18 10:19:04 -05:00
1e19ba7700 minor code modernization 2025-07-18 10:13:08 -05:00
cc2cb0c682 add watch mode 2025-07-17 23:00:47 -05:00
88c9bd90af fix static file serving 2025-07-17 22:39:14 -05:00
12ba756b95 use fasthttp static file serving 2025-07-17 19:11:01 -05:00
e95f0f3370 adjust static file handling 2025-07-17 19:07:25 -05:00
1753007090 http module success 1 2025-07-17 18:56:48 -05:00