| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-22 | ui post/get and ui comments templates | Alexander Kavon | |
| 2024-01-22 | add posts table migration, add sqlboiler post model, post routes: create, ↵ | Alexander Kavon | |
| store, get, post create ui template, remove email from user create route | |||
| 2024-01-22 | remove unneccessary Request.ParseForm() calls and update password ↵ | Alexander Kavon | |
| placeholder on user create/auth pages | |||
| 2024-01-22 | only return error for compareSecretToHash, update login form | Alexander Kavon | |
| 2023-12-01 | settled on map[string]interface{} for passing data to view, automatically ↵ | Alexander Kavon | |
| append session struct, fixed nil session checks, updated templates to use map variable names | |||
| 2023-11-30 | fixed login/create templates to point to correct endpoints, updated func ↵ | Alexander Kavon | |
| names to be more idiomatic, reference Session objects to save memory, logout/session.Destroy method | |||
| 2023-11-29 | user create/insert into users table, pgxpool defer moved to top of app, ↵ | Alexander Kavon | |
| me.tmpl.html, secret hashing with argon2id, updated migrations | |||
| 2023-11-28 | working container compose w/database, no more auth package, message template ↵ | Alexander Kavon | |
| partial, working html template writing, auth routes in user/routes.go | |||
| 2023-11-28 | build ui and render templates, build routes | Alexander Kavon | |
| 2023-11-27 | template files for registration page, updated cwd handling, included cwd and ↵ | Alexander Kavon | |
| config file path in conf struct | |||
