Age | Commit message (Expand) | Author |
2024-01-17 | Add recipe step view | xengineering |
2024-01-08 | Implement recipe editing | xengineering |
2024-01-08 | Implement recipe page | xengineering |
2023-12-27 | Implement index page with recipe overview | xengineering |
2023-12-27 | Provide CSS via HTTP server | xengineering |
2023-12-27 | Add HTTP server without handlers | xengineering |
2023-12-27 | Shutdown only on OS signal | xengineering |
2023-12-27 | model: Implement database connection | xengineering |
2023-12-27 | model: Implement temporary storage directory | xengineering |
2023-09-17 | Remove complete implementation | xengineering |
2023-04-13 | Automate /var/lib/ceres creation | xengineering |
2023-04-02 | Switch from MariaDB to files | xengineering |
2023-02-12 | Centralize templating | xengineering |
2023-02-11 | Apply go fmt *.go | xengineering |
2023-02-11 | Move shutdown code to main.go | xengineering |
2023-02-11 | Rework logging | xengineering |
2023-02-11 | Switch to global database pointer | xengineering |
2023-02-11 | Switch webserver to global config struct | xengineering |
2023-02-11 | Migrate database to global config struct | xengineering |
2023-02-11 | Remove obvious comments from main.go | xengineering |
2023-02-09 | Make config a global struct | xengineering |
2023-02-09 | Split setupRoutes() and runServer() | xengineering |
2023-02-08 | Move all sources to package main | xengineering |
2022-11-11 | Remove systemd related parts | xengineering |
2022-11-07 | Add existing work | xengineering |