|
env
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
logger
|
Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
|
2026-05-06 16:06:25 -05:00 |
|
template/components
|
add id
|
2025-08-26 13:31:13 -05:00 |
|
testingdata
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
.gitignore
|
add documentation
|
2025-02-24 09:59:07 -05:00 |
|
cache.go
|
add documentation
|
2025-02-24 09:59:07 -05:00 |
|
config.go
|
add config option to disable queues
|
2024-12-23 23:41:27 -05:00 |
|
consts.go
|
add core services, add graph service, add component graph
|
2024-10-28 11:33:06 -05:00 |
|
context.go
|
Implemented a thread-safe solution to the race condition that was causing random route overlaps
|
2025-09-18 00:11:08 -05:00 |
|
context_test.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
controller.go
|
change hooks
|
2024-09-16 16:01:44 -05:00 |
|
cookies.go
|
- COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development)
|
2026-05-11 21:35:00 -05:00 |
|
core.go
|
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 |
|
core_test.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
event-job.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
event.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
events-manager.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
events-manager_test.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
go.mod
|
go update
|
2026-05-02 01:15:26 -05:00 |
|
go.sum
|
go update
|
2026-05-02 01:15:26 -05:00 |
|
graph.go
|
sync graph code
|
2026-05-02 00:37:10 -05:00 |
|
hashing.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
hook.go
|
migration
|
2024-09-15 19:19:54 -05:00 |
|
hooks.go
|
change hooks
|
2024-09-16 16:01:44 -05:00 |
|
hooks_test.go
|
change hooks
|
2024-09-16 16:01:44 -05:00 |
|
jwt.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
jwt_test.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
LICENSE
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
mailer.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
queue.go
|
add documentation
|
2025-02-24 09:59:07 -05:00 |
|
README.md
|
add documentation
|
2025-02-24 09:59:07 -05:00 |
|
request.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
response.go
|
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 |
|
response_test.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
router.go
|
add documentation
|
2025-02-24 09:59:07 -05:00 |
|
router_test.go
|
change hooks
|
2024-09-16 16:01:44 -05:00 |
|
templates.go
|
- Add function RenderNamedTemplate executes a named template from the registered set with the given data and returns the rendered HTML.
|
2026-05-11 20:17:30 -05:00 |
|
testing-config.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |
|
validator.go
|
get body request, validator fix
|
2024-09-28 17:40:42 -05:00 |
|
validator_test.go
|
initial commits 2
|
2024-09-12 17:13:16 -05:00 |