Commit graph

62 commits

Author SHA1 Message Date
aa7a7a23fc Display the final path (compressed backup) in log 2025-04-29 13:15:06 +02:00
c296689c6b Refactor recipe editing logic to use User's method for permission check and update template accordingly 2025-04-28 12:52:45 +02:00
7b9df97a32 Log errors in the user module 2025-04-27 02:57:08 +02:00
fdbf2e4f27 Add first day of the week feature to user settings and calendar functionality 2025-04-19 12:01:46 +02:00
b4411ae892 Directories for database file, backups and logs are defined in configuration file now 2025-04-12 15:58:19 +02:00
182c951fd2 Refactor backup file removal logic to simplify error handling and improve clarity 2025-04-06 23:30:47 +02:00
07cdadbdac Enhance backup process with gzip compression 2025-04-06 00:21:44 +02:00
9b89117a66 Replace endpoint /calendar/schedule_recipe by /calendar/sheduled_recipe 2025-04-02 02:14:17 +02:00
4f739593b8 Rename 'published' to 'public' (for recipe) 2025-04-02 01:53:02 +02:00
9874497469 Better email title + translation 2025-04-01 23:46:25 +02:00
d22617538e Add a simple daily backup module 2025-03-29 23:59:48 +01:00
995f77d1ef Doc + formatting 2025-03-18 20:03:25 +01:00
a90c097e2a Set language cookie even when connected + increase number of concurrent connections when sign in and sign up 2025-03-10 21:06:09 +01:00
b2572ebfe5 Add favicon 2025-03-03 00:18:56 +01:00
a590d7e1e9 A bit of clean up 2025-03-02 00:39:58 +01:00
a1fd63ad08 Shopping list items can now be checked/unchecked 2025-02-12 23:13:48 +01:00
3a3288bc93 Adapt tests to new interface 2025-02-12 02:07:10 +01:00
da5ea57787 Ingredients can now be remove from shopping list when a recipe is unscheduled. 2025-02-12 02:05:38 +01:00
084be9fb00 Shopping list (WIP) 2025-02-11 19:39:13 +01:00
ce3821b94e Ingredients can now be added to shopping list when a recipe is scheduled 2025-02-10 15:02:20 +01:00
37721ac3ea Calendar is now displayed on home page and recipes can be scheduled without being logged 2025-02-08 22:31:38 +01:00
ccb1248da3 Toast message when scheduling a recipe 2025-02-05 15:44:48 +01:00
fbef990022 Recipe can now be scheduled 2025-02-04 22:29:56 +01:00
ae6da1a5ae Add default servings to profile + choose servings when scheduling 2025-02-03 23:42:07 +01:00
79a0aeb1b8 Calendar (WIP) 2025-01-29 14:37:25 +01:00
d9449de02b Add tables for shopping list and planner 2025-01-21 19:27:06 +01:00
4c9742af65 Add an admin flag to user 2025-01-20 01:25:19 +01:00
f1ea7841a2 Add web site settings 2025-01-19 21:05:46 +01:00
ca2227037f Ingredients can now be manually ordered 2025-01-16 00:17:08 +01:00
afd42ba1d0 Add some fields to recipe view 2025-01-15 20:30:19 +01:00
b86cded45d Steps can now be ordered (via drag and drop) 2025-01-15 01:37:49 +01:00
e355800f98 Update to Axum 0.8 2025-01-14 15:57:02 +01:00
975d1ceee2 Groups can now be ordered (via drag and drop) 2025-01-10 22:38:34 +01:00
7a09e2360e [Database] Add 'creation_datetime' to User + some little things 2025-01-07 23:55:16 +01:00
03ebbb74fa Set user language to new recipe + cleaning 2025-01-06 22:52:22 +01:00
8b4b788562 Translation of the recipe edit page 2025-01-06 19:51:19 +01:00
f059d3c61f Translation support + french. 2025-01-06 16:04:48 +01:00
e9873c1943 Translation (WIP) 2025-01-05 22:38:46 +01:00
f8333651fd Add API to manage recipe tags 2025-01-03 23:32:54 +01:00
31bc31035a Add a way to delete recipe 2024-12-31 11:26:51 +01:00
d4962c98ff Recipe edit (WIP): Buttons to add steps and inrgedients 2024-12-27 12:51:29 +01:00
6876a254e1 Recipe edit (WIP): all form fields are now saved 2024-12-27 00:39:23 +01:00
07b7ff425e Recipe edit (WIP): forms to edit groups, steps and ingredients 2024-12-26 01:39:07 +01:00
dd05a673d9 Recipe edit (WIP): add API to set some recipe values 2024-12-23 01:37:01 +01:00
c6dfff065c Recipe edit (WIP) 2024-12-21 23:13:06 +01:00
fce4eade73 Split db::Connection implementation in submodules (db::user and db::recipe). 2024-12-18 23:10:19 +01:00
4248d11aa9 User profile edit page 2024-12-17 21:28:47 +01:00
de19c3fa5d Increase the number of database concurrent connection 2024-12-05 01:11:14 +01:00
327b2d0a5b Profile edit (WIP) 2024-11-15 14:47:10 +01:00
405aa68526 Begining of a RON API to edit profile 2024-11-14 01:59:40 +01:00