Replace endpoint /calendar/schedule_recipe by /calendar/sheduled_recipe
[recipes.git] / backend / src / services /
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-04-01 Greg BurriDocumentation
2025-03-31 Greg BurriAdd a toggle between dark and light theme
2025-03-26 Greg BurriReplace Rinja by askama
2025-03-26 Greg BurriAdd the lang prefix to all links
2025-03-26 Greg Burri* Support for lang in URL as /fr/recipe/view/42
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 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-16 Greg BurriRewrite README + use lettre crate to validate email...
2025-01-15 Greg BurriFactorize some ron api types
2025-01-15 Greg BurriIngredients can now be manually ordered
2025-01-15 Greg BurriForced lower case tags
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-07 Greg BurriAvoid to use an hash map in translations
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
2025-01-03 Greg BurriLanguages list is now sorted.
2024-12-31 Greg BurriAdd a way to delete recipe
2024-12-28 Greg BurriRecipe edit, we can now delete groups, steps and ingred...
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-17 Greg BurriUser profile edit page
2024-12-04 Greg Burri* Create a minimalistic toast
2024-11-15 Greg BurriProfile edit (WIP)
2024-11-14 Greg BurriBegining of a RON API to edit profile
2024-11-03 Greg BurriReplace Rusqlite by Sqlx and Actix by Axum (A lot of...
2023-04-10 Greg BurriWIP...
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