Age | Commit message (Expand) | Author | Files | Lines |
2025-06-07 | Add noindex,nofollow robots meta to pages | Tim | 1 | -1/+2 |
2025-06-01 | Add content to recipe page | Tim | 3 | -14/+47 |
2025-05-31 | Add real data to home page + add search logic + add recipe pages | Tim | 7 | -46/+140 |
2025-05-30 | Add features to manage recipes in admin interface | Tim | 6 | -21/+184 |
2025-05-25 | Do not allow deleting root category | Tim | 2 | -12/+14 |
2025-05-25 | Store root question in db | Tim | 3 | -17/+35 |
2025-05-25 | Make categories editable; TODO: store the root question | Tim | 3 | -9/+32 |
2025-05-16 | Add feature to delete categories | Tim | 3 | -1/+32 |
2025-05-16 | Add feature to create children categories | Tim | 2 | -9/+17 |
2025-05-16 | Fix some things at the categories table | Tim | 1 | -2/+2 |
2025-05-15 | db: remove children column from categories table | Tim | 1 | -1/+0 |
2025-05-15 | admin page: list categories | Tim | 1 | -14/+30 |
2025-05-15 | admin api: fix page refresh on create category endpoint | Tim | 1 | -1/+1 |
2025-05-15 | Change oauth flow + create api route to create new category | Tim | 5 | -20/+41 |
2025-05-13 | Add basic structure for category settings | Tim | 5 | -3/+25 |
2025-05-12 | Add sqlite database | Tim | 5 | -6/+52 |
2025-05-11 | Add basic home page; TODO: use real data for home page | Tim | 4 | -6/+49 |
2025-05-10 | Add oauth for admin interface | Tim | 6 | -18/+49 |
2025-05-05 | Initial commit | Tim | 12 | -0/+121 |