1
0
Fork 0
forked from goffee/core
Commit graph

18 commits

Author SHA1 Message Date
8446f6fb2a In the core's response.go, add an optional RedirectCodeSetter field or variadic use303 ...bool parameter to Redirect() and use the stored code + http.StatusSeeOther in core.go instead of the hardcoded http.StatusTemporaryRedirect, so that a POST handler can redirect to a GET route by calling c.Response.Redirect("/url", true). 2026-05-12 23:21:03 -05:00
19dba8f504 - Add function RenderNamedTemplate executes a named template from the registered set with the given data and returns the rendered HTML.
- gormlogger.Silent is the log level that suppresses all Gorm log messages, including the "record not found" warnings.
2026-05-11 20:17:30 -05:00
0da7ea8ab1 Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
Added `minLevel` field to Logger struct to track the minimum level threshold.
Added `SetLevel()` and `GetLevel()` methods for dynamically changing/reading the log level at runtime.
2026-05-06 16:06:25 -05:00
e8f7ab40b5 Implemented a thread-safe solution to the race condition that was causing random route overlaps 2025-09-18 00:11:08 -05:00
5f0ca8e797 add options for cdn and app 2025-07-15 10:53:18 -05:00
1a39c666a3 fix 2025-03-18 23:43:09 -05:00
790c840f76 split if 2025-03-18 20:14:52 -05:00
695f1f57ba add documentation 2025-02-24 09:59:07 -05:00
8950cb539a change to temporary 2024-11-22 16:25:06 -05:00
00adaed6a8 add prod mode 2024-10-29 06:50:14 -05:00
7c92148ae4 add core services, add graph service, add component graph 2024-10-28 11:33:06 -05:00
2bffdcdcf7 start cookie session 2024-09-30 09:12:38 -05:00
465e88bf40 theme base system 2024-09-27 02:27:24 -05:00
1172e23c16 template system 2024-09-24 16:12:17 -05:00
711a68699a add public path 2024-09-23 19:04:14 -05:00
c6006861cb migration 2024-09-15 19:19:54 -05:00
ac8ba89865 migration 2024-09-15 19:00:38 -05:00
7f38826b9c initial commits 2 2024-09-12 17:13:16 -05:00