Sim
26924ab054
fix : #6802 prevent 500 internal server error when patching recipe tags ( #6803 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
2026-03-18 13:45:51 -05:00
Michael Genson
c4fdab4e05
feat: Recipe import progress ( #7252 )
2026-03-15 16:44:19 -05:00
Dean Malan
6a3b38a31e
fix: Don't continue parsing recipes with errored HTTP status codes ( #7230 )
2026-03-12 13:58:40 +00:00
Aurelien
1344f1674d
feat: Add social media video import (YouTube, TikTok, Instagram) ( #6764 )
...
Co-authored-by: Maxime Louward <61564950+mlouward@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2026-03-09 15:44:27 -05:00
Michael Genson
b5c089f58c
feat: Unit standardization / conversion ( #7121 )
2026-03-09 17:13:41 +00:00
Michael Genson
77081d0482
feat: include extra ingredients + amounts in NLP parser output ( #7191 )
2026-03-05 16:28:14 -06:00
Michael Genson
b182b50faa
fix(deps): update dependency fastapi to v0.133.1 ( #7146 )
2026-02-25 15:56:01 -06:00
Michael Genson
3ae455539c
fix: Ensure recipe ingredients have a valid reference_id ( #7139 )
2026-02-24 19:50:49 -06:00
Michael Genson
216ae8571c
fix: Include unmade recipes when filtering by last made ( #7130 )
2026-02-23 18:34:16 -06:00
Michael Genson
29c6176d89
docs: Remove redoc API generation ( #7109 )
2026-02-20 20:49:43 +00:00
Michael Genson
23c7bd7e3d
feat: Customize Ingredient Plural Handling ( #7057 )
2026-02-12 19:07:23 -06:00
Michael Genson
b64f14aaae
feat: Dynamic Placeholders UI ( #7034 )
2026-02-11 05:43:17 +00:00
Joey
f2cc8dc922
fix: handle numeric recipeCategory from LLM/site to prevent import failure ( #7026 )
2026-02-07 19:47:44 +00:00
whattheschnell
f82f387146
fix: use BASE_URL config for redirect_url if available ( #6995 )
...
Co-authored-by: Michael Genson <genson.michael@gmail.com>
2026-02-03 16:31:20 -06:00
Michael Genson
fb8e318739
fix: Flaky $NOW tests ( #6990 )
2026-02-02 11:24:13 -06:00
Michael Genson
987c7209fc
feat: Query relative dates ( #6984 )
2026-02-01 21:36:46 -06:00
Michael Genson
570d6f1433
feat: Migrate OpenAI implementation to use structured outputs ( #6964 )
2026-01-31 11:57:05 -06:00
Patrick Lehner (he/him)
e9fe71c1b7
dev: Add tasks for e2e tests ( #6797 )
...
Co-authored-by: Michael Genson <genson.michael@gmail.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2026-01-30 14:51:40 -06:00
Arsène Reymond
c7be4a452a
fix: disable invitations when password login is disabled ( #6781 )
2026-01-30 20:05:40 +00:00
Imanuel
731ee8ae3d
fix: sub-recipes in multi group setup ( #6652 ) ( #6663 )
2026-01-30 18:50:08 +00:00
Imanuel
c7ae67e7cd
feat: Customizable OpenAI prompts ( #5146 ) ( #6588 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
2026-01-30 12:00:03 -06:00
Fjodor42
cb44ecf394
feat: Add "sprig" as a unit. ( #6934 )
...
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2026-01-30 16:03:41 +00:00
Hayden
3e306638d0
fix: prevent XSS via javascript: URIs in recipe actions ( #6885 )
2026-01-16 12:19:27 -06:00
Michael Genson
706d4ee0b5
fix: Coerce null servings into 0 servings ( #6839 )
2026-01-05 17:49:34 -06:00
Michael Genson
d02023e12c
fix: Only fetch recipes with a household id ( #6773 )
2025-12-23 16:48:27 -06:00
Michael Genson
64d8786d8f
fix: Improve recipe bulk deletion ( #6772 )
2025-12-23 12:31:53 -06:00
onemustpersist
8b4111d68f
fix: Imported API keys not working on a new server #6477 ( #6496 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
2025-12-22 12:08:44 -06:00
Aurelien
7b32508201
fix: the add_pagination_to_query now always returns the correct count ( #6505 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-12-22 10:39:35 -06:00
Michael Genson
6f03010f6c
fix: Security Patches ( #6743 )
2025-12-18 22:54:16 +00:00
Michael Genson
bdbef1ab9e
fix: More lenient postgres override parsing ( #6712 )
2025-12-13 14:21:54 -06:00
Michael Genson
07ecd88685
feat: Remove backend cookie and use frontend for auth ( #6601 )
2025-11-28 19:29:16 -06:00
gpotter@gmail.com
8f1ce1a1c3
fix: recipe recursion false positive ( #6591 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
2025-11-28 11:28:18 -06:00
gpotter@gmail.com
60d9294861
feat: Add recipe as ingredient ( #4800 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-11-03 23:57:57 -06:00
Michael Genson
ff42964537
fix: Brute parser fails if unit or food is empty ( #6500 )
2025-11-03 23:44:13 -06:00
Christian Hollinger
bb67d993a0
feat: Add DELETE /{slug}/image ( #6259 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-11-03 19:41:54 -06:00
Michael Genson
0371874670
fix: Refactor Recipe Zip File Flow ( #6170 )
2025-11-03 14:43:22 -06:00
Fernando Muñoz Paredes
107dfc34de
fix: dash slug names ( #5709 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-10-24 16:01:55 -05:00
Dallin Miner
71d86489f4
feat: Add new migration for DVO Cook'n ( #5085 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-10-10 00:22:51 -05:00
Michael Genson
b7b191a5ee
fix: Truncate Long Passwords (>72 bytes) ( #6335 )
2025-10-09 23:46:06 +00:00
Michael Genson
ecdf7de386
chore: Upgrade Node and Nuxt ( #6240 )
2025-09-27 12:26:02 -05:00
Michael Genson
d29de8e679
feat: Simplify Default Layout Logic and Add Household.name To Cookbooks API ( #6243 )
2025-09-25 18:01:10 -05:00
Carter
c9f3f65f36
fix: Remove constraint on unhashed password being 'LDAP' ( #6236 )
2025-09-24 23:32:28 -05:00
Michael Genson
a9090bc2bd
feat: Manually calculate OpenAI Parsing Confidence ( #6141 )
2025-09-19 23:09:34 -05:00
Michael Genson
d4f4ba0c8d
fix: Ingredient Parser Drops Units Sometimes ( #6150 )
2025-09-13 15:49:08 -05:00
Kuchenpirat
581aa929bd
feat: consolidate settings gui ( #6043 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-09-03 15:07:06 +00:00
Xavier L.
6d2936cab6
fix: Handle missing OIDC groups claim ( #6054 )
2025-08-29 21:07:00 +00:00
Michael Genson
42eef17cfb
fix: Make String Cleaner More Robust ( #6032 )
2025-08-27 14:19:43 +00:00
Mario Džoić
c41a4a52ed
fix: error when trying to change recipe image ( #5771 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2025-08-16 08:41:46 +00:00
Michael Genson
6cbc308d83
fix: Add Recipe From Another Household To Shopping List ( #5892 )
2025-08-16 08:05:50 +00:00
Hristo Kapanakov
c91d216fe9
feat: Allow using OIDC auth cache instead of session ( #5746 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-08-15 09:43:29 +00:00