1
0
Fork 0
forked from goffee/core
Commit graph

92 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
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
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
5e389115fc Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates. 2026-05-02 03:00:56 -05:00
851c9afd03 go update 2026-05-02 01:15:26 -05:00
78a06fb900 sync graph code 2026-05-02 00:37:10 -05:00
3d67bc0a03 Merge pull request 'develop' (#27) from develop into main
Reviewed-on: goffee/core#27
2025-09-18 01:12:53 -04:00
6b0e2e4739 Merge pull request 'main' (#26) from diana/core:main into develop
Reviewed-on: goffee/core#26
2025-09-18 01:11:31 -04: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
3c0b56c433 add id 2025-08-26 13:31:13 -05:00
5c6be4b037 Merge pull request 'main' (#6) from goffee/core:main into main
Reviewed-on: diana/core#6
2025-08-26 13:39:08 -04:00
850d2ae477 Merge pull request 'develop' (#25) from develop into main
Reviewed-on: goffee/core#25
2025-07-15 11:54:08 -04:00
5f0ca8e797 add options for cdn and app 2025-07-15 10:53:18 -05:00
c9cb539d18 check child items to active nav 2025-04-28 00:12:43 -05:00
30746a0602 check child items to active nav 2025-04-28 00:11:04 -05:00
e43ace6679 Merge pull request 'main' (#24) from main into develop
Reviewed-on: goffee/core#24
2025-04-28 00:47:40 -04:00
653fd5c64e add ID to PageNavItem 2025-04-27 23:41:25 -05:00
f1772b99f3 Merge pull request 'develop' (#23) from develop into main
Reviewed-on: goffee/core#23
2025-04-17 02:52:54 -04:00
f276f4d61d add element paginator 2025-04-17 01:49:43 -05:00
5c3559c793 Merge pull request 'template with select multiple, input custom attribute' (#22) from jacs/core:develop into develop
Reviewed-on: goffee/core#22
2025-04-16 20:59:45 -04:00
jacs
e3748c853f template with select multiple, input custom attribute 2025-04-15 07:23:34 -05:00
259f2f4b79 add img and class to table template 2025-03-27 12:41:17 -05:00
cc8c79fe3d add img and class to table template 2025-03-27 12:19:18 -05:00
db3c510f9a add img and class to table template, new responnse buffer inline 2025-03-27 12:12:49 -05:00
1a39c666a3 fix 2025-03-18 23:43:09 -05:00
790c840f76 split if 2025-03-18 20:14:52 -05:00
a71b3697b6 Merge pull request 'develop' (#21) from develop into main
Reviewed-on: goffee/core#21
2025-03-07 10:44:06 -05:00
530a1171e6 Merge pull request 'develop' (#20) from jacs/core:develop into develop
Reviewed-on: goffee/core#20
2025-03-07 10:42:26 -05:00
3b6fa12911 change panic by err 2025-03-05 15:12:11 -05:00
9816e58e7c Merge pull request 'main' (#1) from goffee/core:main into main
Reviewed-on: #1
2025-03-05 11:54:06 -05:00
695f1f57ba add documentation 2025-02-24 09:59:07 -05:00
1b23363f6f Merge pull request 'add config option to disable queues' (#19) from develop into main
Reviewed-on: goffee/core#19
2024-12-23 23:44:23 -05:00
0db37d31b8 add config option to disable queues 2024-12-23 23:41:27 -05:00
deb119db84 Merge pull request 'develop' (#18) from develop into main
Reviewed-on: goffee/core#18
2024-12-23 23:13:02 -05:00
b274d3268f add base queue system 2024-12-23 23:11:49 -05:00
4968da25f3 change BufferPDF to BufferFile to support any kind of file 2024-12-22 10:42:56 -05:00
0afafd8c41 Merge pull request 'improve GetRequestForm, extend templates' (#17) from develop into main
Reviewed-on: goffee/core#17
2024-12-18 08:19:48 -05:00
90564daa5b improve GetRequestForm, extend templates 2024-12-17 14:26:57 -05:00
23753fc72f Merge pull request 'develop' (#16) from develop into main
Reviewed-on: goffee/core#16
2024-12-08 09:02:10 -05:00
a970ada00b Merge branch 'main' into develop 2024-12-08 09:01:53 -05:00
92f76c5f33 Merge pull request 'add buffer pdf response' (#15) from jacs/core:develop into develop
Reviewed-on: goffee/core#15
2024-12-08 08:58:08 -05:00
2076b4b35b add ID to dropdown 2024-12-08 08:52:35 -05:00
jacs
5d737c6b10 add buffer pdf response 2024-12-08 00:24:44 -05:00
3d0c238934 Merge pull request 'develop' (#14) from develop into main
Reviewed-on: goffee/core#14
2024-12-06 04:58:47 -05:00
5896e6e617 add ID to button 2024-12-06 04:55:43 -05:00
8950cb539a change to temporary 2024-11-22 16:25:06 -05:00
b87e0113c9 Merge pull request 'develop' (#12) from develop into main
Reviewed-on: goffee/core#12
2024-10-29 13:31:47 -04:00
1657c19cc4 add ID to dropdown item 2024-10-29 12:30:05 -05:00