develop #31

Merged
zeni merged 9 commits from develop into main 2026-05-19 00:42:37 -04:00
Owner
  • 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.
  • COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development)
  • Cookie time and JWT share the same time
  • Option to force a GET redirect (303) when needed, by passing true as a second parameter to c.Response.Redirect().
  • Moved session system to core
  • Queue system settings expanded. Update debug to goffee log system
  • Updated documentation
- 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. - COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development) - Cookie time and JWT share the same time - Option to force a GET redirect (303) when needed, by passing true as a second parameter to c.Response.Redirect(). - Moved session system to core - Queue system settings expanded. Update debug to goffee log system - Updated documentation
zeni added 9 commits 2026-05-19 00:42:20 -04:00
zeni merged commit ec47943a39 into main 2026-05-19 00:42:37 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: goffee/core#31
No description provided.