Age | Commit message (Expand) | Author |
2023-04-28 | Fix add_recipes with default JSON | xengineering |
2023-04-28 | Introduce routing table | xengineering |
2023-04-28 | Verify JSON input | xengineering |
2023-04-23 | Replace JavaScript on edit page by form | xengineering |
2023-04-22 | Update edit page | xengineering |
2023-04-22 | Remove legacy Recipe struct | xengineering |
2023-04-22 | Implement index page with JSON | xengineering |
2023-04-22 | Implement basic recipe target with JSON | xengineering |
2023-04-13 | Allow empty recipe list | xengineering |
2023-04-13 | Apply go fmt | xengineering |
2023-04-13 | Do not hardcode data directory | xengineering |
2023-04-12 | Switch to unnested config | xengineering |
2023-04-12 | Implement markup to HTML conversion | xengineering |
2023-04-08 | Move title parsing to new markup.go file | xengineering |
2023-04-08 | Remove Markdown rendering | xengineering |
2023-04-02 | Switch from MariaDB to files | xengineering |
2023-04-01 | Improve user interface | xengineering |
2023-04-01 | Implement recipe deletion | xengineering |
2023-03-31 | Reduce to ID and Markdown | xengineering |
2023-03-31 | Remove image functionality | xengineering |
2023-02-12 | Make add.html a template | xengineering |
2023-02-12 | Centralize templating | xengineering |
2023-02-11 | Remove most function-inline comments | xengineering |
2023-02-11 | Apply go fmt *.go | xengineering |
2023-02-11 | Rework logging | xengineering |
2023-02-11 | Switch to global database pointer | xengineering |
2023-02-11 | Migrate storage.go to global config | xengineering |
2023-02-11 | Switch webserver to global config struct | xengineering |
2023-02-09 | Remove commented code | xengineering |
2023-02-09 | Migrate to multiplexer concept | xengineering |
2023-02-09 | Remove errors.go | xengineering |
2023-02-08 | Test mux concept with index handler | xengineering |
2023-02-08 | Move all sources to package main | xengineering |