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