Replace endpoint /calendar/schedule_recipe by /calendar/sheduled_recipe
[recipes.git] / backend / src / data /
2025-04-02 Greg BurriReplace endpoint /calendar/schedule_recipe by /calendar... master
2025-04-01 Greg BurriRename 'published' to 'public' (for recipe)
2025-04-01 Greg BurriBetter email title + translation
2025-03-29 Greg BurriAdd a simple daily backup module
2025-03-18 Greg BurriDoc + formatting
2025-03-10 Greg BurriSet language cookie even when connected + increase...
2025-03-02 Greg BurriAdd favicon
2025-03-01 Greg BurriA bit of clean up
2025-02-12 Greg BurriShopping list items can now be checked/unchecked
2025-02-12 Greg BurriAdapt tests to new interface
2025-02-12 Greg BurriIngredients can now be remove from shopping list when...
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-05 Greg BurriToast message when scheduling a recipe
2025-02-04 Greg BurriRecipe can now be scheduled
2025-02-03 Greg BurriAdd default servings to profile + choose servings when...
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-20 Greg BurriAdd an admin flag to user
2025-01-19 Greg BurriAdd web site settings
2025-01-15 Greg BurriIngredients can now be manually ordered
2025-01-15 Greg BurriAdd some fields to recipe view
2025-01-15 Greg BurriSteps can now be ordered (via drag and drop)
2025-01-14 Greg BurriUpdate to Axum 0.8
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-06 Greg BurriSet user language to new recipe + cleaning
2025-01-06 Greg BurriTranslation of the recipe edit page
2025-01-06 Greg BurriTranslation support + french.
2025-01-05 Greg BurriTranslation (WIP)
2025-01-03 Greg BurriAdd API to manage recipe tags
2024-12-31 Greg BurriAdd a way to delete recipe
2024-12-27 Greg BurriRecipe edit (WIP): Buttons to add steps and inrgedients
2024-12-26 Greg BurriRecipe edit (WIP): all form fields are now saved
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-12-05 Greg BurriIncrease the number of database concurrent connection
2024-11-15 Greg BurriProfile edit (WIP)
2024-11-14 Greg BurriBegining of a RON API to edit profile
2024-11-09 Greg BurriTell the user if the reset password token is expired.
2024-11-09 Greg BurriAdd a way to reset password
2024-11-06 Greg BurriAdd a way to reset password (WIP)
2024-11-03 Greg BurriAdd a trace layer
2024-11-03 Greg BurriReplace Rusqlite by Sqlx and Actix by Axum (A lot of...
2023-04-10 Greg BurriWIP...
2022-12-15 Greg Burrirustfmt
2022-12-15 Greg BurriService for editing/creating recipe
2022-12-13 Greg Burrirustfmt
2022-12-13 Greg BurriBeginning of frontend + recipe editing
2022-12-06 Greg BurriAdd frontend tests and other stuff
2022-11-29 Greg BurriAdd asynchronous call to database.