2765 Commits

Author SHA1 Message Date
Hayden
e168550171 New translations en-us.json (German) 2023-12-10 15:15:31 -06:00
Hayden
b6bb341055 New translations en-us.json (Danish) 2023-12-10 15:15:30 -06:00
Hayden
d5d2893f72 New translations en-us.json (Czech) 2023-12-10 15:15:29 -06:00
Hayden
37da49fc05 New translations en-us.json (Polish) 2023-12-10 15:15:28 -06:00
Hayden
1b68aa1ee9 New translations en-us.json (Dutch) 2023-12-10 15:15:27 -06:00
Hayden
ad0f645447 New translations en-us.json (Japanese) 2023-12-10 15:15:26 -06:00
Hayden
10276a1dea New translations en-us.json (Norwegian) 2023-12-10 15:15:25 -06:00
Hayden
3823e4ab0b New translations en-us.json (Portuguese) 2023-12-10 15:15:24 -06:00
Hayden
e30614d9c8 New translations en-us.json (Bulgarian) 2023-12-10 15:15:23 -06:00
Hayden
7448583eb9 New translations en-us.json (Arabic) 2023-12-10 15:15:22 -06:00
Hayden
579d87ed56 New translations en-us.json (Afrikaans) 2023-12-10 15:15:21 -06:00
Hayden
c0da8b1282 New translations en-us.json (Spanish) 2023-12-10 15:15:19 -06:00
Hayden
59d10ccb13 New translations en-us.json (French) 2023-12-10 15:15:18 -06:00
Hayden
739213f718 New translations en-us.json (Romanian) 2023-12-10 15:15:17 -06:00
Hayden
2aed16746e New translations en-us.json (Catalan) 2023-12-10 15:15:16 -06:00
boc-the-git
7aac82bff3
fix: Add 'loading' message to settings page (#2806)
* Add 'loading' message to settings page

* Fix loading message in site settings page

* Refactor code to use AppLoader
2023-12-10 10:56:22 -06:00
Michael Genson
41204ca7f9
Merge branch 'mealie-next' into fix/translation-issues-when-scraping 2023-12-09 16:38:21 -06:00
Michael Genson
437f5c454f fixed missing translator 2023-12-09 22:04:21 +00:00
Hayden
2cba2d5fd2
New Crowdin updates (#2809)
* New translations en-us.json (Polish)

* New translations en-us.json (Polish)
2023-12-09 21:22:52 +00:00
Michael Genson
3a30b3216e fixed tests 2023-12-09 17:19:27 +00:00
Michael Genson
408df286fd added translator to scraper 2023-12-09 17:19:19 +00:00
Michael Genson
2cfc63b302 added timedelta translations 2023-12-09 17:19:06 +00:00
Michael Genson
a8583c8e69 added backend translation support for plurals 2023-12-09 17:12:07 +00:00
Brendan
1c1e50dbda Rearrange defineComponent to remove warnings 2023-12-09 14:41:26 +00:00
Michael Genson
f8ad72ec31
fix: Bulk URL Import Fixes (#2796)
* allow expections when fetching content

* removed extra bracket on import text

* added more fault tolerance and limited concurrency

* fix entries not being saved to report

* disable clicking into in-proress import

* conditionally render expansion
2023-12-07 17:08:47 +00:00
Kuchenpirat
449bb6f0ce
fix: remove group storage capacity from profile page (#2798) 2023-12-07 06:45:52 -09:00
Hayden
415afbfae4
New translations en-us.json (Dutch) (#2797) 2023-12-06 17:33:42 -06:00
Michael Genson
b28aa82846
add logs to help debug backup issues (#2795) 2023-12-06 22:47:35 +01:00
Michael Genson
310069a7e9
fix: various alembic migration issues with queries (#2773)
* set expire_on_commit false to avoid refresh

* converted deletes to raw SQL statements

* call update statements directly in sql

* parameterized text queries

* replace orm with raw sql to avoid db differences
2023-12-06 18:37:19 +00:00
Michael Genson
1d1d61df77
fix: Missing Title and Metadata (#2770)
* add document title to server spa meta

* removed conflicting useMeta

* replaced head with useMeta

* formalized metadata injection

* small injection refactor

* added tests

* added missing global tag

* fixed setting tab title for logged-in users

* simplified metadata update

* remove duplicate tag and fix for foreign users

* add metadata for shared recipes

* added default recipe image

* fixed shared URL

---------

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2023-12-06 16:01:48 +01:00
Kuchenpirat
2751e8318a
cleanup: Update makefile (#2789)
* Update makefile

* change from docker to prod
2023-12-05 08:18:21 -09:00
Hayden
b369417690
chore: restore latest tag (#2784)
* restore dockerhub publishing

* restore latest publishing tag

* fix tag/tags inputs
2023-12-04 18:58:46 +00:00
Dany Marcoux
1ac6e651d1
docs: use github.com/mealie-recipes/mealie instead of older github.com/hay-kot/mealie (#2781)
This was done with the following command:

sed -i -e 's|github\.com/hay-kot/mealie|github.com/mealie-recipes/mealie|g' docs/docs/documentation/**/*.md
2023-12-03 13:06:24 -09:00
Kuchenpirat
0e45b962b2
docs: remove from installation checklist (#2780) 2023-12-03 13:05:34 -09:00
Kuchenpirat
a130bf8847
Merge pull request #2779 from dmarcoux/installation-github-registry
Link to GitHub registry instead of DockerHub in the docs
2023-12-03 12:57:52 +01:00
Dany Marcoux
84b2519320
Link to GitHub registry instead of DockerHub in the docs 2023-12-03 12:39:51 +01:00
Kuchenpirat
f32444b91d
fix: handle Recipe Times as dicts and lists (#2764)
* handle dicts

* 🧹

* handle arrays

* change default case & add warning logger

* lint

* typo

* update dict case

* update list case

* add timedelta to cases

* remove timedelta so mypy is happy
2023-12-03 05:15:44 +00:00
boc-the-git
a2d9387077
Merge pull request #2778 from mealie-recipes/l10n_mealie-next
New Crowdin updates
2023-12-03 07:04:32 +11:00
Hayden
27c4d92517 New translations en-us.json (Catalan) 2023-12-02 13:59:19 -06:00
boc-the-git
0135a4e73e
Merge pull request #2777 from mealie-recipes/l10n_mealie-next
New Crowdin updates
2023-12-02 07:21:08 +11:00
Hayden
c1393a6b0c New translations en-us.json (Japanese) 2023-12-01 13:59:17 -06:00
Hayden
5639047167 New translations en-us.json (Japanese) 2023-12-01 13:59:16 -06:00
Hayden
79b4342690 New translations en-us.json (Japanese) 2023-12-01 13:59:15 -06:00
Hayden
a5fecbc48a
New translations en-us.json (Norwegian) (#2776) 2023-11-30 14:00:39 -06:00
Hayden
46cae07f2c
New Crowdin updates (#2774)
* New translations en-us.json (Catalan)

* New translations en-us.json (Portuguese)
2023-11-29 13:44:31 -06:00
Jack Bailey
6e2c30aba5
Merge branch 'mealie-next' into mealie-next 2023-11-29 16:56:27 +00:00
Jack Bailey
9c01b72292
Remove unused code 2023-11-29 10:16:25 +00:00
boc-the-git
5ee077e09f
Merge pull request #2767 from mealie-recipes/l10n_mealie-next
New Crowdin updates
2023-11-28 21:27:05 +11:00
Hayden
a5d7787fd0 New translations en-us.json (Danish) 2023-11-27 13:32:46 -06:00
Hayden
c9852daf0e
chore: bump fastapi and recipes-scrapers (#2765) 2023-11-27 08:13:48 -09:00