| Age | Commit message (Expand) | Author |
| 2024-01-25 | update hooks to more identifiable names, update migrations to work with votes...HEADtrunk | Alexander Kavon |
| 2024-01-23 | move ui templates into src, update conf to handle other paths, export User In... | Alexander Kavon |
| 2024-01-23 | new tables: tags, post_tags, generated sqlboiler tags model, updated posts/ge... | Alexander Kavon |
| 2024-01-22 | add posts table migration, add sqlboiler post model, post routes: create, sto... | Alexander Kavon |
| 2024-01-22 | remove unneccessary Request.ParseForm() calls and update password placeholder... | Alexander Kavon |
| 2024-01-22 | clean-up secret hashing code | Alexander Kavon |
| 2024-01-22 | add code source url | Alexander Kavon |
| 2024-01-22 | only return error for compareSecretToHash, update login form | Alexander Kavon |
| 2024-01-22 | added login authentication route logic, added compareSecretToHash, decodeHash... | Alexander Kavon |
| 2024-01-22 | initial errres struct work for API err responses (needs work) | Alexander Kavon |
| 2024-01-22 | update hooks to use HashSecret | Alexander Kavon |
| 2024-01-22 | added validation for user fields on sqlboiler.BeforeInsertHook, added hashing... | Alexander Kavon |
| 2024-01-22 | update db adapter, server, routes, and user model to be sqlboiler compatible | Alexander Kavon |
| 2024-01-22 | sqlboiler and generated models | Alexander Kavon |
| 2023-12-01 | settled on map[string]interface{} for passing data to view, automatically app... | Alexander Kavon |
| 2023-11-30 | fixed login/create templates to point to correct endpoints, updated func name... | Alexander Kavon |
| 2023-11-30 | setup routes to use middlewares properly | Alexander Kavon |
| 2023-11-30 | setup user show route to use session | Alexander Kavon |
| 2023-11-30 | properly check value in session middlewhere and reverse rules | Alexander Kavon |
| 2023-11-30 | adjusted session store to only require library and returnable session object | Alexander Kavon |
| 2023-11-30 | initial sessions support via sessions pkg, includes session middleware for se... | Alexander Kavon |
| 2023-11-29 | pass DbValues and convert to pgx.NamedArgs in db.go to save an import | Alexander Kavon |
| 2023-11-29 | user create/insert into users table, pgxpool defer moved to top of app, me.tm... | Alexander Kavon |
| 2023-11-28 | ui render templates simplify | Alexander Kavon |
| 2023-11-28 | add database connections, user model insert | Alexander Kavon |
| 2023-11-28 | added migrations via tern, updated db package to connect to pgsql db, updated... | Alexander Kavon |
| 2023-11-28 | working container compose w/database, no more auth package, message template ... | Alexander Kavon |
| 2023-11-28 | build ui and render templates, build routes | Alexander Kavon |
| 2023-11-27 | templates renamed as ui, initial funcs for render and building templates/ui | Alexander Kavon |
| 2023-11-27 | resolvePath function for future path resolution in conf struct building | Alexander Kavon |
| 2023-11-27 | template files for registration page, updated cwd handling, included cwd and ... | Alexander Kavon |
| 2023-11-27 | config updates, rename user model, load auth routes, initial templating poc | Alexander Kavon |
| 2023-11-15 | use proper func for new db | Alexander Kavon |
| 2023-11-14 | db skeleton | Alexander Kavon |
| 2023-11-14 | router types; pass config, routes, db to server type, serve func | Alexander Kavon |
| 2023-11-14 | new packages for users, posts, server | Alexander Kavon |
| 2023-11-13 | scaffolding | Alexander Kavon |