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
ff42964537
fix: Brute parser fails if unit or food is empty ( #6500 )
2025-11-03 23:44:13 -06:00
Michael Genson
b7b191a5ee
fix: Truncate Long Passwords (>72 bytes) ( #6335 )
2025-10-09 23:46:06 +00: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
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
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
Michael Genson
481ce92d84
fix: CONTAINS ALL doesn't contain all ( #5900 )
2025-08-14 12:21:40 +00:00
Skye Samuels
0b3fe2c8da
fix: add confidence calculation for BruteForceParser ( #5903 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com >
2025-08-11 18:56:35 +00:00
Michael Genson
245ca5fe3b
feat: Remove "Is Food" and "Disable Amounts" Flags ( #5684 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2025-07-31 17:36:24 +02:00
Hayden
da3271f33f
chore: remove unused jinja export option ( #5631 )
2025-07-05 00:45:56 +00:00
Michael Genson
0f58ac5b47
fix: "NOT IN" doesn't apply filter properly ( #5154 )
2025-03-18 18:07:26 +00:00
Carter
d724f408cc
feat: OIDC: Call userinfo if no claims found in id token ( #5228 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com >
2025-03-17 03:05:20 +00:00
Michael Genson
ad59e653da
fix: Case Insensitive Query Filters ( #5162 )
2025-03-10 10:56:12 +00:00
Michael Genson
9a469fe4fd
fix: Filter out null chars from OpenAI response ( #5187 )
2025-03-07 17:34:32 +01:00
Michael Genson
b12aea8272
feat: Migrate from CRF++ to Ingredient Parser (a Python package) ( #5061 )
2025-02-28 15:17:28 +01:00
Michael Genson
df8dd3fe4a
fix: Invalidate Expired Shared Links ( #5065 )
2025-02-25 13:01:32 +00:00
Michael Genson
e9892aba89
feat: Move "on hand" and "last made" to household ( #4616 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2025-01-13 17:19:49 +01:00
renovate[bot]
2c2de1e95b
chore(deps): update dependency ruff to ^0.9.0 ( #4871 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com >
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2025-01-13 15:43:55 +00:00
gpotter@gmail.com
795c2cf575
fix: Allow scraping calories as number ( #4854 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2025-01-07 15:55:59 +00:00
Dan Webb
716c5c1d87
chore: Add OIDC debug logging ( #4658 )
...
Signed-off-by: Dan Webb <dan.webb@damacus.io >
2024-12-30 21:20:15 +00:00
Michael Genson
4e0cf985bc
feat: Recipe Finder (aka Cocktail Builder) ( #4542 )
2024-12-03 13:27:41 +00:00
Michael Genson
327da02fc8
feat: Structured Yields ( #4489 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2024-11-20 08:46:27 -06:00
Michael Genson
bcd0fcc920
feat: Improve Recipe Imports with Cleaner ( #4517 )
2024-11-13 15:30:50 +00:00
Carter
8ce6f9038a
feat: adds descriptions to feature checks and add them to logs ( #4504 )
2024-11-08 05:37:53 +00:00
Michael Genson
0fed5f54f6
fix: Prevent Users From Being Created With Missing Group/Household ( #4500 )
2024-11-05 23:52:33 +00:00
Michael Genson
8d1ce5c190
fix: Disable Foreign Key Checks During Restore ( #4444 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2024-10-29 12:43:57 +00:00
Michael Genson
05ac18f00b
docs: Added Missing Refs to Default Household ( #4450 )
2024-10-28 15:24:30 +01:00
Michael Genson
34bd4a74c2
fix: Reset Locked Users ( #4429 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2024-10-24 16:33:05 +02:00
Michael Genson
b8e62ab8dd
feat: Query Filter Builder for Cookbooks and Meal Plans ( #4346 )
2024-10-17 17:35:39 +02:00
Carter
80caa5ffaf
fix: Prevent login via credentials when Auth Method is Mealie ( #4370 )
2024-10-16 14:34:51 +00:00
Tom Brennan
02c0fe993b
feat: adding the rest ofthe nutrition properties from schema.org ( #4301 )
2024-10-13 15:04:29 +02:00
Carter
5ed0ec029b
feat: Add OIDC_CLIENT_SECRET and other changes for v2 ( #4254 )
...
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com >
2024-10-05 21:12:11 +00:00
Michael Genson
4c1d855690
feat: Create Recipe From HTML or JSON ( #4274 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2024-09-30 15:52:13 +00:00
Michael Genson
dbbd662e7d
feat: Allow Cookbooks To Share Names ( #4186 )
2024-09-15 11:42:58 +00:00
Vlad Shulcz
5b3be18fe2
feat: Added feature to limit mealplan data by date range ( #4111 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com >
2024-09-07 02:37:42 +00:00
Michael Genson
eb170cc7e5
feat: Add Households to Mealie ( #3970 )
2024-08-22 10:14:32 -05:00
Christian Clauss
432914e310
fix: Lint Python code with ruff ( #3799 )
2024-08-12 15:09:30 +00:00
Arsène Reymond
60c33b499c
feat: Internationalize sent emails ( #3818 )
2024-07-20 10:32:24 +00:00
Michael Genson
d5f7a883df
fix: Make Mealie Timezone-Aware ( #3847 )
...
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com >
2024-07-08 21:12:20 +00:00
Michael Genson
4afb767375
feat: Open AI Recipe Scraper ( #3690 )
2024-06-07 11:45:50 +00:00
Michael Genson
4bc88e653f
feat: Handle Safari-mangled backup ZIPs and improve backup UI ( #3674 )
2024-06-01 15:58:42 +00:00
Michael Genson
5c57b3dd1a
feat: OpenAI Ingredient Parsing ( #3581 )
2024-05-22 09:45:07 +00:00
Michael Genson
2a541f081a
feat: User-specific Recipe Ratings ( #3345 )
2024-04-11 21:28:43 -05:00
Hayden
9e6ae2e514
chore: remove black ( #3437 )
2024-04-11 20:36:55 -05:00
tba-code
92659c64eb
fix: properly escape postgres password ( #3424 )
...
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2024-04-08 14:47:57 +00:00
Michael Genson
d960947258
fix: Purge Group Exports type mismatch ( #3314 )
...
* cast string to datetime
* added test
2024-03-14 11:20:59 -08:00
Michael Genson
403038a5b2
feat: First Time Setup Wizard ( #3204 )
...
* extract user registration form into a composable
* added base wizard component
* added partial setup implementation
* removed unused attrs
* added setup bypass
* made setup page more readable
* add checkbox hints to autoform
* added common settings pages and initial submit logic
* bypass setup in demo
* add full name to user registration
* added fullname and pw handling to setup
* fixed wizard indentation
* added post-setup suggestions
* added tests for backend changes
* renamed Wizard to BaseWizard
* lint fixes
* pass hardcoded default password instead of backend nonsense
* removed old test
* fix e2e
* added setup skip to e2e testing for all admin users
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com >
2024-03-11 13:28:54 +00:00