1880 Commits

Author SHA1 Message Date
Hayden
f7dca11b1c New translations en-us.json (Latvian) 2023-12-10 15:15:53 -06:00
Hayden
c26ffd4f46 New translations en-us.json (Croatian) 2023-12-10 15:15:52 -06:00
Hayden
c46f592d29 New translations en-us.json (Portuguese, Brazilian) 2023-12-10 15:15:51 -06:00
Hayden
5a2c2be4e6 New translations en-us.json (Galician) 2023-12-10 15:15:50 -06:00
Hayden
4c8344d91e New translations en-us.json (Vietnamese) 2023-12-10 15:15:49 -06:00
Hayden
f343c48450 New translations en-us.json (Chinese Traditional) 2023-12-10 15:15:48 -06:00
Hayden
2db654f88b New translations en-us.json (Chinese Simplified) 2023-12-10 15:15:47 -06:00
Hayden
8c9d3c1654 New translations en-us.json (Ukrainian) 2023-12-10 15:15:46 -06:00
Hayden
c62d797c38 New translations en-us.json (Turkish) 2023-12-10 15:15:45 -06:00
Hayden
f14f095d62 New translations en-us.json (Swedish) 2023-12-10 15:15:44 -06:00
Hayden
224bb5bd10 New translations en-us.json (Serbian (Cyrillic)) 2023-12-10 15:15:43 -06:00
Hayden
6dec3be096 New translations en-us.json (Slovenian) 2023-12-10 15:15:42 -06:00
Hayden
c95432dbf1 New translations en-us.json (Slovak) 2023-12-10 15:15:41 -06:00
Hayden
781722ff70 New translations en-us.json (Russian) 2023-12-10 15:15:40 -06:00
Hayden
f0cc3f7f18 New translations en-us.json (Lithuanian) 2023-12-10 15:15:39 -06:00
Hayden
8510e27176 New translations en-us.json (Korean) 2023-12-10 15:15:38 -06:00
Hayden
fd6c01414d New translations en-us.json (Italian) 2023-12-10 15:15:37 -06:00
Hayden
9908cf294d New translations en-us.json (Hungarian) 2023-12-10 15:15:35 -06:00
Hayden
a039f40a08 New translations en-us.json (Hebrew) 2023-12-10 15:15:34 -06:00
Hayden
a848d04b38 New translations en-us.json (Finnish) 2023-12-10 15:15:33 -06:00
Hayden
dfb6babf34 New translations en-us.json (Greek) 2023-12-10 15:15:32 -06:00
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
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
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