No description
  • Go 62.4%
  • templ 32%
  • TypeScript 1.7%
  • Dockerfile 1.4%
  • CSS 1%
  • Other 1.5%
Find a file
JD Crawford 898e303057
refactor(auth): extract auth helper and allow task viewing
Extract authentication configuration and helper initialization into dedicated `helpers()` function and `Helpers` struct.
Update task middleware to permit viewing unassigned tasks via GET requests.
2026-03-20 18:42:15 -04:00
.vscode feat(app): implement task creation with database persistence and user assignment 2026-01-08 23:06:48 -05:00
cmd/brownie feat(config): add yaml configuration file support 2026-01-27 14:21:32 -05:00
config Update conf 2026-01-29 13:08:16 -05:00
db feat(handlers): add resource preloading middleware 2026-03-09 01:50:26 -04:00
internal refactor(auth): extract auth helper and allow task viewing 2026-03-20 18:42:15 -04:00
scripts fix(scripts): correct script syntax and set executable permissions 2026-03-13 08:55:12 -04:00
web build(web): update formatting tooling 2026-03-20 18:27:35 -04:00
.example.env build(build): migrate build to bun and redesign user info 2026-03-07 14:31:06 -05:00
.gitignore build(web): update formatting tooling 2026-03-20 18:27:35 -04:00
.golangci.yml refactor(ui): move OrderedMap to unixtime package and enhance time groupings 2026-01-24 19:19:10 -05:00
.goreleaser.yaml build(release): add gitea_urls configuration 2026-01-29 15:22:51 -05:00
.sql-formatter.json Add SQL formatter and sqlc configuration 2026-01-05 00:31:30 -05:00
app.go refactor(auth): extract auth helper and allow task viewing 2026-03-20 18:42:15 -04:00
docker-compose.yml feat(auth): implement OIDC authentication and core application structure 2026-01-05 05:50:28 -05:00
Dockerfile build(docker): replace dumb-init with tini entrypoint 2026-03-12 20:53:31 -04:00
go.mod refactor(auth): extract auth helper and allow task viewing 2026-03-20 18:42:15 -04:00
go.sum refactor(auth): extract auth helper and allow task viewing 2026-03-20 18:42:15 -04:00
helpers.go refactor(auth): extract auth helper and allow task viewing 2026-03-20 18:42:15 -04:00
LICENSE Initial commit 2026-01-05 05:28:24 +00:00
Makefile build(web): update formatting tooling 2026-03-20 18:27:35 -04:00
README.md Initial commit 2026-01-05 05:28:24 +00:00
sqlc.yaml refactor(deps): migrate unixtime to simple-auth package 2026-03-08 23:20:14 -04:00
start.go refactor(deps): migrate unixtime to simple-auth package 2026-03-08 23:20:14 -04:00

brownie