Hayden
9634e87f72
New translations en-us.json (Spanish)
2023-11-16 09:42:31 -06:00
Hayden
8880cc09d5
New translations en-us.json (French)
2023-11-16 09:42:30 -06:00
Hayden
f54670e670
New translations en-us.json (Romanian)
2023-11-16 09:42:28 -06:00
Hayden
bc575ec5ae
feat: auto detect first login ( #2722 )
...
* 'hide' default email and password env variables
* first login API endpoint
* run code-generators
* frontend indicators for default username and pw
* remove old env variables from docs
* fix env set variable
* remove password from tests
2023-11-15 15:24:24 +00:00
boc-the-git
71f95ca3c6
Update bug-report.yaml ( #2724 )
2023-11-15 08:55:46 -06:00
Hayden
b02188a88c
New Crowdin updates ( #2703 )
...
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (Japanese)
* New translations en-us.json (Japanese)
* New translations en-us.json (Finnish)
* New translations en-us.json (Finnish)
* New translations en-us.json (Spanish)
* New translations en-us.json (Czech)
* New translations en-us.json (Portuguese)
* New translations en-us.json (Bulgarian)
2023-11-14 06:39:31 -09:00
Michael Genson
d440d51ffe
feat: plural foods and units, and aliases ( #2674 )
...
* added plural names and alias tables to foods/units
* updated models to include plural names and aliases
* updated parser to include plural and aliases
* fixed migrations
* fixed recursive models
* added plural abbreviation to migration
* updated parser and display prop
* update displays to use plurals
* fix display edgecase and remove print
* added/updated display tests
* fixed model bug and added parser tests
* added tests for aliases
* added new plural options to data management page
* removed unique constraint
* made base dialog more customizable
* added alias management to food and unit data pages
* removed unused awaits
* 🧹
2023-11-14 06:39:07 -09:00
Michael Grinspan
4b55b838ed
Fix: broken link to ingredient parser ( #2707 )
2023-11-07 23:15:07 +00:00
boc-the-git
3a62c9eaa0
Merge pull request #2706 from michael-genson/fix/bookmarklet-new-groupslug-routes
...
Fix: broken bookmarklet
2023-11-08 06:53:40 +11:00
Michael Genson
f61bb87c8e
fix bookmarklet
2023-11-07 14:19:48 +00:00
Michael Genson
80968b02bb
feat: Remove Explore URLs and make the normal URLs public ( #2632 )
...
* add groupSlug to most routes
* fixed more routing issues
* fixed jank and incorrect routes
* remove public explore links
* remove unused groupSlug and explore routes
* nuked explore pages
* fixed public toolstore bug
* fixed various routes missing group slug
* restored public app header menu
* fix janky login redirect
* 404 recipe API call returns to login
* removed unused explore layout
* force redirect when using the wrong group slug
* fixed dead admin links
* removed unused middleware from earlier attempt
* 🧹
* improve cookbooks sidebar
fixed sidebar link not working
fixed sidebar link target
hide cookbooks header when there are none
* added group slug to user
* fix $auth typehints
* vastly simplified groupSlug logic
* allow logged-in users to view other groups
* fixed some edgecases that bypassed isOwnGroup
* fixed static home ref
* 🧹
* fixed redirect logic
* lint warning
* removed group slug from group and user pages
refactored all components to use route groupSlug or user group slug
moved some group pages to recipe pages
* fixed some bad types
* 🧹
* moved groupSlug routes under /g/groupSlug
* move /recipe/ to /r/
* fix backend url generation and metadata injection
* moved shopping lists to root/other route fixes
* changed shared from /recipes/ to /r/
* fixed 404 redirect not awaiting
* removed unused import
* fix doc links
* fix public recipe setting not affecting public API
* fixed backend tests
* fix nuxt-generate command
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-11-05 16:07:02 -09:00
Hayden
94cf690e8f
New Crowdin updates ( #2695 )
...
* New translations en-us.json (English, United Kingdom)
* New translations en-us.json (Catalan)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Catalan)
2023-11-02 19:32:37 -08:00
Hayden
4fc1ec7663
New translations en-us.json (Afrikaans) ( #2694 )
2023-10-29 13:34:25 -08:00
Hayden
2764d9e2dd
New Crowdin updates ( #2664 )
...
* New translations en-us.json (Hebrew)
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (French)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Norwegian)
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (Romanian)
* New translations en-us.json (Spanish)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Bulgarian)
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (Bulgarian)
* New translations en-us.json (Bulgarian)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Norwegian)
* New translations en-us.json (Portuguese)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Portuguese)
* New translations en-us.json (Portuguese)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (German)
* New translations en-us.json (Bulgarian)
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-28 20:34:30 +00:00
Kuchenpirat
8ac8459054
docs: Add DEFAULT_PASSWORD to backend configuration docs ( #2691 )
...
* Add Default Password to backend configuration
* delete frontend env note
2023-10-28 15:26:16 -05:00
Hayden
75e95817a3
fix: dynamically load theme from API endpoint ( #2688 )
...
* dynamically load theme from API endpoint
* add documentation
2023-10-26 22:09:22 -05:00
William Moreno
18b7e3ac9a
chore: update .dockerignore ( #2673 )
2023-10-26 17:25:49 -08:00
boc-the-git
4ec7bd4352
Merge pull request #2684 from michael-genson/fix/mealplan-date-off-by-one
...
fix: Mealplanner Date Off By One (Daylight Savings)
2023-10-27 12:09:09 +11:00
boc-the-git
83796611a6
Merge branch 'mealie-next' into fix/mealplan-date-off-by-one
2023-10-27 12:03:19 +11:00
boc-the-git
603a0c0bd9
Merge pull request #2676 from philbog/patch-1
...
Update import-recipe-bookmarklet.md
2023-10-27 11:57:10 +11:00
boc-the-git
1e92395aab
Merge branch 'mealie-next' into patch-1
2023-10-27 11:49:57 +11:00
Michael Genson
c918b8f6e4
Merge branch 'mealie-next' into fix/mealplan-date-off-by-one
2023-10-25 13:21:35 -05:00
Michael Genson
168e226f0e
fixed mealplanner date over daylight savings
2023-10-25 18:08:27 +00:00
Arsène Reymond
f7f8c51661
feat: update organization icons ( #2668 )
...
* front: update filters icons
* remove duplicate
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-25 15:08:58 +00:00
philbog
ccb2cd2d6d
Update import-recipe-bookmarklet.md
...
Adding optional settings for using keywords and remaining in edit mode to the sample javascript
2023-10-21 23:52:50 -04:00
Chris Lane
14cc44f948
docs: Remove link to deleted docs file ( #2670 )
...
The single-container.md file was deleted in 2ad6af2cce53432d0592b4c80c4eb5469c6b982f
2023-10-20 17:07:04 +00:00
Kuchenpirat
08b6f3b70a
fix: missing recipe page title ( #2662 )
2023-10-19 11:28:30 -05:00
boc-the-git
13f0fcb082
docs: Replace DockerHub with GHCR, fix some typos ( #2658 )
...
* docs: Replace DockerHub with GHCR, fix some typos
* fix: GHCR name
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-18 14:18:54 +00:00
Hayden
fbe8a4e2da
New Crowdin updates ( #2657 )
...
* New translations en-us.json (Bulgarian)
* New translations en-us.json (Chinese Simplified)
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-18 09:11:44 -05:00
boc-the-git
228679952e
docs: Replace outdated/dead links ( #2660 )
2023-10-18 09:00:57 -05:00
FelicixAwe
79796ce4c2
chore: update recipe-scrapers version to the latest ( #2651 )
2023-10-17 17:14:25 +00:00
Hayden
1a148a53de
docs: v1 cleanup ( #2636 )
...
* remove stale deployment docs
* remove from nav
* update tags
* update info on tags
* add note about dockerhub
* update features + formatting
* update PR template
* new maintainer docs
* change upgrade guide tag
* re-generate api docs
2023-10-17 09:07:57 -08:00
Hayden
b7c7c0f947
docs: add banner for recipinned ( #2656 )
2023-10-17 09:06:08 -08:00
boc-the-git
defdc82d74
fix: PWA share_target. The URL from your browser comes in via 'text' instead of the expected 'url' ( #2654 )
2023-10-17 16:22:03 +00:00
Michael Genson
3257ea2980
ui: match background to other background vals ( #2652 )
2023-10-17 16:12:02 +00:00
boc-the-git
766cfa76b6
docs: fix codefactor link ( #2655 )
2023-10-17 08:03:25 -08:00
Hayden
45141a5c5f
New Crowdin updates ( #2649 )
...
* New translations en-us.json (French)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Catalan)
* New translations en-us.json (Danish)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Dutch)
* New translations en-us.json (Russian)
* New translations en-us.json (Turkish)
* New translations en-us.json (Ukrainian)
* New translations en-us.json (Portuguese, Brazilian)
* New translations en-us.json (Portuguese, Brazilian)
* New translations en-us.json (French, Canada)
2023-10-17 07:59:29 -08:00
Kuchenpirat
15f79d1586
fix: User creation through API when signups are supposed to be disabled ( #2622 )
...
* fix user creation when signups are supposed to be diabled
* add user registration tests
* run formatter
* fix test filename
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-16 18:45:47 +00:00
boc-the-git
ebe11da343
docs: Fix typo in instructions ( #2644 )
2023-10-16 11:29:54 -05:00
Michael Genson
df3b10b5c2
fix: migrate error on duplicate foods/units/labels ( #2637 )
...
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-10-16 01:51:29 +00:00
Michael Genson
4b04137a04
fix: attempted Vuetify dark mode fix ( #2638 )
2023-10-15 16:49:32 -08:00
Michael Genson
eba9ff00ce
fix: 500 error when sending unauthorized requests ( #2639 )
...
* fixed uncaught null token
* added tests
2023-10-15 16:48:15 -08:00
Futureless671
5f0a9981f3
fix: Corrected generated password reset links ( #2633 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-15 20:40:23 +00:00
boc-the-git
cb1769a352
fix: for list of images, remove empty strings ( #2634 )
...
* For list of images, remove empty strings
* Fix formatting
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-15 20:32:51 +00:00
NullCosmos
f72fcc3031
feat: Implemented Plan to Eat migration ( #2635 )
...
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-15 20:01:07 +00:00
Hayden
e8b5d8d66f
New Crowdin updates ( #2631 )
...
* New translations en-us.json (Hungarian)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Portuguese, Brazilian)
* New translations en-us.json (Portuguese, Brazilian)
* New translations en-us.json (Portuguese, Brazilian)
2023-10-15 14:18:37 -05:00
boc-the-git
8acd6f906e
fix: Specify COMMIT argument for Docker image build ( #2626 )
...
* Specify COMMIT argument for Docker image build
* Use correct variable
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-10-13 16:48:59 +00:00
boc-the-git
5bc78f81ea
fix: Exclude DB_PROVIDER from logging ( #2625 )
...
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-10-13 16:34:38 +00:00
Hayden
2ad7cb0ea4
New Crowdin updates ( #2614 )
...
* New translations en-us.json (German)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Dutch)
* New translations en-us.json (Russian)
* New translations en-us.json (Swedish)
* New translations en-us.json (Turkish)
* New translations en-us.json (Ukrainian)
* New translations en-us.json (German)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Dutch)
* New translations en-us.json (Russian)
* New translations en-us.json (Swedish)
* New translations en-us.json (Turkish)
* New translations en-us.json (Ukrainian)
* New translations en-us.json (Romanian)
* New translations en-us.json (French)
* New translations en-us.json (Spanish)
* New translations en-us.json (Afrikaans)
* New translations en-us.json (Arabic)
* New translations en-us.json (Bulgarian)
* New translations en-us.json (Catalan)
* New translations en-us.json (Czech)
* New translations en-us.json (Danish)
* New translations en-us.json (Greek)
* New translations en-us.json (Finnish)
* New translations en-us.json (Hebrew)
* New translations en-us.json (Italian)
* New translations en-us.json (Japanese)
* New translations en-us.json (Korean)
* New translations en-us.json (Lithuanian)
* New translations en-us.json (Norwegian)
* New translations en-us.json (Polish)
* New translations en-us.json (Portuguese)
* New translations en-us.json (Slovak)
* New translations en-us.json (Slovenian)
* New translations en-us.json (Serbian (Cyrillic))
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (Chinese Traditional)
* New translations en-us.json (Vietnamese)
* New translations en-us.json (Galician)
* New translations en-us.json (Portuguese, Brazilian)
* New translations en-us.json (Croatian)
* New translations en-us.json (Latvian)
* New translations en-us.json (English, United Kingdom)
* New translations en-us.json (French, Canada)
* New translations en-us.json (German)
* New translations en-us.json (Hungarian)
* New translations en-us.json (Russian)
* New translations en-us.json (Turkish)
* New translations en-us.json (Ukrainian)
* New translations en-us.json (Spanish)
* New translations en-us.json (Czech)
* New translations en-us.json (Hungarian)
* New translations en-us.json (French)
2023-10-13 08:25:06 -08:00
Joost Lekkerkerker
3af400ab28
fix: typo ( #2618 )
...
* Update en-US.json
2023-10-10 20:37:02 +00:00