aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2024-01-23new tables: tags, post_tags, generated sqlboiler tags model, updated ↵Alexander Kavon
posts/get template, updated posts table to take nullable description and user_id foreign key
2024-01-22ui post/get and ui comments templates, more base templatingAlexander Kavon
2024-01-22ui post/get and ui comments templatesAlexander Kavon
2024-01-22add 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-22remove unneccessary Request.ParseForm() calls and update password ↵Alexander Kavon
placeholder on user create/auth pages
2024-01-22only return error for compareSecretToHash, update login formAlexander Kavon
2023-12-01settled 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-30fixed 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-29user 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-28working 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-28build ui and render templates, build routesAlexander Kavon
2023-11-27template files for registration page, updated cwd handling, included cwd and ↵Alexander Kavon
config file path in conf struct