Replace endpoint /calendar/schedule_recipe by /calendar/sheduled_recipe
[recipes.git] / backend / sql /
2025-04-01 Greg BurriRename 'published' to 'public' (for recipe)
2025-03-18 Greg BurriDoc
2025-03-01 Greg BurriA bit of clean up
2025-02-11 Greg BurriShopping list (WIP)
2025-02-10 Greg BurriIngredients can now be added to shopping list when...
2025-02-08 Greg BurriCalendar is now displayed on home page and recipes...
2025-02-04 Greg BurriRecipe can now be scheduled
2025-01-29 Greg BurriCalendar (WIP)
2025-01-21 Greg BurriAdd tables for shopping list and planner
2025-01-20 Greg BurriMerge branch 'master' of ssh://gburri.org:9851/recipes
2025-01-19 Greg BurriAdd web site settings
2025-01-15 Greg BurriIngredients can now be manually ordered
2025-01-10 Greg BurriGroups can now be ordered (via drag and drop)
2025-01-07 Greg Burri[Database] Add 'creation_datetime' to User + some littl...
2025-01-05 Greg BurriTranslation (WIP)
2025-01-03 Greg BurriAdd API to manage recipe tags
2024-12-27 Greg BurriRecipe edit (WIP): Buttons to add steps and inrgedients
2024-12-26 Greg BurriRecipe edit (WIP): forms to edit groups, steps and...
2024-12-23 Greg BurriRecipe edit (WIP): add API to set some recipe values
2024-12-21 Greg BurriRecipe edit (WIP)
2024-12-18 Greg BurriSplit db::Connection implementation in submodules ...
2024-12-17 Greg BurriUser profile edit page
2024-11-06 Greg BurriAdd a way to reset password (WIP)
2022-12-15 Greg BurriService for editing/creating recipe
2022-12-06 Greg BurriAdd frontend tests and other stuff
2022-11-29 Greg BurriAdd asynchronous call to database.
2022-11-26 Greg BurriSign up form and other stuff
2022-11-22 Greg BurriSign up/in/out and authentication.
2022-11-22 Greg BurriSign up method.
2022-11-18 Greg BurriAdd some data access methods to Connection
2022-11-17 Greg BurriMerge branch 'master' of gburri.org:recipes
2022-11-17 Greg BurriInitial model + some various changes