Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow session key from env | René 'Necoro' Neumann | 2024-02-15 | 1 | -3/+11 |
* | Add "live mode" that refreshes templates | René 'Necoro' Neumann | 2024-02-15 | 1 | -2/+25 |
* | Start styling with bootstrap | René 'Necoro' Neumann | 2024-02-15 | 4 | -17/+38 |
* | Remove sqlite support: the differences with sqlc just get too cumbersome | René 'Necoro' Neumann | 2024-02-14 | 18 | -447/+74 |
* | Load .env file | René 'Necoro' Neumann | 2024-02-14 | 5 | -14/+24 |
* | CSRF handling | René 'Necoro' Neumann | 2024-02-14 | 6 | -2/+36 |
* | Cleanup | René 'Necoro' Neumann | 2024-02-14 | 3 | -37/+44 |
* | Do not show login-form when logged in | René 'Necoro' Neumann | 2024-02-14 | 1 | -0/+3 |
* | Fix mysql.go | René 'Necoro' Neumann | 2024-02-14 | 1 | -1/+6 |
* | mod tidy | René 'Necoro' Neumann | 2024-02-14 | 1 | -1/+1 |
* | Handle static stuff | René 'Necoro' Neumann | 2024-02-14 | 3 | -2/+3 |
* | Restructure: Move auth and session to their own files | René 'Necoro' Neumann | 2024-02-14 | 5 | -128/+204 |
* | session handling and login/logout | René 'Necoro' Neumann | 2024-02-13 | 3 | -6/+106 |
* | Check username in lowercase | René 'Necoro' Neumann | 2024-02-13 | 3 | -9/+9 |
* | login handling | René 'Necoro' Neumann | 2024-02-13 | 1 | -5/+48 |
* | Error handling in forms | René 'Necoro' Neumann | 2024-02-13 | 3 | -2/+7 |
* | SQL logging | René 'Necoro' Neumann | 2024-02-13 | 6 | -9/+78 |
* | Replace chi by http/net ServeMux | René 'Necoro' Neumann | 2024-02-13 | 3 | -34/+38 |
* | mysql | René 'Necoro' Neumann | 2024-02-13 | 3 | -0/+10 |
* | Include generated sql files | René 'Necoro' Neumann | 2024-02-11 | 9 | -2/+465 |
* | Include form handling | René 'Necoro' Neumann | 2024-02-11 | 7 | -5/+62 |
* | Use `chi` as router | René Neumann | 2024-02-11 | 3 | -2/+17 |
* | Add templating | René Neumann | 2024-02-10 | 6 | -53/+87 |
* | First SQL setup | René Neumann | 2024-02-10 | 12 | -2/+343 |
* | Initial | René Neumann | 2024-02-10 | 3 | -0/+21 |