Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Make auth handling nicer. | ||||
* | 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 |