|
|
b757aef6b1
|
get queue configurations from config in cup
|
2026-05-18 22:34:37 -05:00 |
|
|
|
75ddca3e7d
|
migrated from cup session to core/session.go, Contains the new SessionUser struct and the CreateAuthTokenHashedCacheKey utility function
|
2026-05-18 13:02:06 -05:00 |
|
|
|
7c164ef58f
|
fix typo
|
2026-05-13 00:14:02 -05:00 |
|
|
|
d6dafa5ab6
|
fix typo
|
2026-05-13 00:10:30 -05:00 |
|
|
|
8604ce94ff
|
fix order
|
2026-05-13 00:08:36 -05:00 |
|
|
|
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 |
|
|
|
262c5befd9
|
- COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development)
- Cookie time and JWT share the same time
|
2026-05-11 21:35:00 -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 |
|
|
|
59eadf29d0
|
fix bug Template Template compliance
|
2026-05-08 02:30:34 -05:00 |
|