Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8994d9ffd 
							
						 
					 
					
						
						
							
							fix(web): confirm button is disabled if two dialogs are shown subsequently ( #10440 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-17 11:44:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephen Smith 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b67ea2d91 
							
						 
					 
					
						
						
							
							chore(server): update exiftool and migrate off deprecated method signatures ( #10367 )  
						
						 
						
						... 
						
						
						
						* chore(server): update exiftool and migrate off deprecated method signatures
* chore(server): update exiftool-vendored to 27.0.0
* chore(server): switch away from deprecated exiftool method signatures
- options now includes read/writeArgs making the deprecated signatures with
  args array redundant
- switch read call from file,args,options to file,options
- switch write call from file,tags,args to file,tags,options
* chore(server): move largefilesupport flags into exiftool constructor
- options now includes read/writeArgs making it available to be set globally in
  constructor
- switches back to instantiating an instance of exiftool
* chore(server): consolidate exiftool config into constructor along with writeArgs
* chore(server): move exiftool instantiation into MetadataRepository constructor 
						
						
							
						
					 
					
						2024-06-17 10:11:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								François-Guillaume Lemesre 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38e26fd67c 
							
						 
					 
					
						
						
							
							chore: update Unraid Docker-Compose documentation to reflect missing healthcheck start_interval parameter from Docker Engine v24.0.9. ( #10406 )  
						
						 
						
						... 
						
						
						
						* Update Unraid Docker-Compose documentation to reflect missing healthcheck start_interval parameter from Docker Engine v24.0.9.
Unraid v6.12.10 uses Docker Engine v24.0.9, which does not support setting a start_interval parameter, used by the database container. Added info to the documentation to bypass this while retaining the initial health check interval.
* Fixed Markdown formatting.
* Removed info box formatting issue.
Moved the information about Unraid's Docker Engine version to section 4 of the installation instructions, instead of trying to use an info box that broke the formatting.
* fix format
---------
Co-authored-by: Alex <alex.tran1502@gmail.com> 
						
						
							
						
					 
					
						2024-06-17 17:08:31 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RanKKI 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29e4666dfa 
							
						 
					 
					
						
						
							
							fix(mobile): asset description is not shown on the sheet when opened for the first time ( #10377 )  
						
						 
						
						... 
						
						
						
						* fix: invalidate asset's description when asset details changed
* refactor(exif-sheet): use description from exif instead
* refactor(asset-description): remove asset_description.provider
* fix(asset-description): set is empty based on exifInfo.description
* chore: rename service to provider 
						
						
							
						
					 
					
						2024-06-17 10:01:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RanKKI 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ce87abc95 
							
						 
					 
					
						
						
							
							fix(mobile): my location button on maps not visible due to bottom padding ( #10384 )  
						
						 
						
						... 
						
						
						
						fix(maps): my location button not visible due to bottom padding 
						
						
							
						
					 
					
						2024-06-17 08:48:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RanKKI 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb987c14c1 
							
						 
					 
					
						
						
							
							fix(mobile): search page ( #10385 )  
						
						 
						
						... 
						
						
						
						* refactor(search): hide people/places if empty
* refactor(search): remove unused stack
* refactor(search): fix dropdown menu's width
* feat(search): show camera make/model vertically on mobile devices
* fix: lint errors 
						
						
							
						
					 
					
						2024-06-17 08:47:04 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6e767e46d 
							
						 
					 
					
						
						
							
							fix(web): selecting shared link expiration ( #10437 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-17 08:31:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8e373cee8d 
							
						 
					 
					
						
						
							
							fix(server): include archived assets in forced thumbnail generation ( #10409 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-16 16:16:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b1b5054f8 
							
						 
					 
					
						
						
							
							feat(server): separate face search relation ( #10371 )  
						
						 
						
						... 
						
						
						
						* wip
* various fixes
* new migration
* fix test
* add face search entity, update sql
* update e2e
* set storage to external 
						
						
							
						
					 
					
						2024-06-16 19:25:27 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RanKKI 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fe152b1ef 
							
						 
					 
					
						
						
							
							fix(mobile): translation for title ( #10324 )  
						
						 
						
						... 
						
						
						
						* fix(memory): translation for title
* chore: update memoery translation for dutch
* refactor(translation): avoid incompatibility with i18n website
* fix: lint errors 
						
						
							
						
					 
					
						2024-06-16 15:54:15 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e77e87b936 
							
						 
					 
					
						
						
							
							fix(server): orientation handling for person thumbnails ( #10382 )  
						
						 
						
						... 
						
						
						
						fix orientation handling 
						
						
							
						
					 
					
						2024-06-16 08:45:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b08af7082 
							
						 
					 
					
						
						
							
							fix(web): update avatar color immediately ( #10393 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-16 08:38:32 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							010eb1e0d6 
							
						 
					 
					
						
						
							
							fix(server): include trashed assets in forced thumbnail generation ( #10389 )  
						
						 
						
						... 
						
						
						
						* fix(server): include trashed assets in forced thumbnail generation
* deleted -> trashed 
						
						
							
						
					 
					
						2024-06-16 08:37:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83a851b556 
							
						 
					 
					
						
						
							
							fix(web): play video muted when blocked by browser ( #10383 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-16 08:37:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								RanKKI 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cd51cc2de 
							
						 
					 
					
						
						
							
							fix(app-bar): remove safe area of the app bar in photos page ( #10340 )  
						
						 
						
						... 
						
						
						
						fix(app-bar): remove safe area of appbar in photos 
						
						
							
						
					 
					
						2024-06-15 13:47:12 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3c15c7df8 
							
						 
					 
					
						
						
							
							feat(web): full screen view for duplicates ( #10346 )  
						
						 
						
						... 
						
						
						
						* feat(web): full screen view for duplicates
* styling: make button visibility better
---------
Co-authored-by: Alex <alex.tran1502@gmail.com> 
						
						
							
						
					 
					
						2024-06-15 20:45:20 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a5435764e 
							
						 
					 
					
						
						
							
							fix(web): allow sending test email when using config file ( #10351 )  
						
						 
						
						... 
						
						
						
						fix(web): send test email when using config file 
						
						
							
						
					 
					
						2024-06-15 12:14:28 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dfad4f0ff4 
							
						 
					 
					
						
						
							
							fix(web): prevent new uploads from temporarily showing in trash ( #10348 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-15 13:44:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Snowknight26 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aea1c46bea 
							
						 
					 
					
						
						
							
							feat(web): add cover images to individual shares ( #9988 )  
						
						 
						
						... 
						
						
						
						* feat(web): add cover images to individual shares
* Update wording in share modal
* Use translation function
* Add and use new translations
* Fix formatting
* Update with suggestions
* Update test language
* Update test and language file per suggestions
* Fix formatting
* Remove unused translation 
						
						
							
						
					 
					
						2024-06-14 19:16:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78f600ebce 
							
						 
					 
					
						
						
							
							refactor(server): partner ids ( #10321 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-14 18:29:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c896fe393f 
							
						 
					 
					
						
						
							
							refactor(web): byte unit utils ( #10332 )  
						
						 
						
						... 
						
						
						
						refactor byte unit utils 
						
						
							
						
					 
					
						2024-06-14 17:27:46 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4b654b53f 
							
						 
					 
					
						
						
							
							fix(deps): update dependency exiftool-vendored to v26.2.0 ( #10102 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-06-14 13:27:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dddc06c3b2 
							
						 
					 
					
						
						
							
							feat: user preferences for archive download size ( #10296 )  
						
						 
						
						... 
						
						
						
						* feat: user preferences for archive download size
* chore: open api
* chore: clean up
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
							
						
					 
					
						2024-06-14 11:27:12 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Matthew Momjian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							596412cb8f 
							
						 
					 
					
						
						
							
							docs: brief instructions to recover from corruption ( #10319 )  
						
						 
						
						... 
						
						
						
						* brief instructions for corruption
* Update FAQ.mdx 
						
						
							
						
					 
					
						2024-06-14 07:59:33 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3a314b649 
							
						 
					 
					
						
						
							
							chore(deps): update node.js to eb17a08 ( #10098 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-06-14 02:34:08 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2bdb4bca9e 
							
						 
					 
					
						
						
							
							chore(deps): update dependency flutter to v3.22.2 ( #10158 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-06-14 02:33:27 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ben 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							211451d234 
							
						 
					 
					
						
						
							
							chore(web): standardize settings labels ( #10303 )  
						
						 
						
						... 
						
						
						
						* chore(web): standardize settings labels
- spelling out "max" and "min" in full
- accordions use title case
- labels for settings all use sentence case
- remove the "Enable"/"Enabled"/"ENABLED" titles for toggles, in favor
  of just using the description
- change any gray labels to be immich blue, to match the look and feel
  of the other settings
* chore: update user settings toggle, remove unused "enable" strings 
						
						
							
						
					 
					
						2024-06-14 02:32:41 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cantillo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1731fe316 
							
						 
					 
					
						
						
							
							fix(doc): literal translation & missing parts ( #10295 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-14 02:31:11 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ee186a40c2 
							
						 
					 
					
						
						
							
							fix(deps): update typescript-projects ( #10105 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-06-13 20:46:26 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Weblate (bot) 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							32a0688028 
							
						 
					 
					
						
						
							
							chore(web): update translations ( #10285 )  
						
						 
						
						... 
						
						
						
						Translate-URL: https://hosted.weblate.org/projects/immich/immich/cs/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/da/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/en_devel/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/fi/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/hu/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ko/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/lv/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/pl/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/pt/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ru/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sr/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/th/ 
Translation: Immich/immich
Co-authored-by: AxGD <guillermeaxel@yahoo.fr>
Co-authored-by: David Anes <david.anes@gmail.com>
Co-authored-by: Eero Jääskeläinen <eero.jaaskelainen@gmail.com>
Co-authored-by: Gustavo Ceolin <gustavogiulceolin@hotmail.com>
Co-authored-by: IM Ben <beniiorga@gmail.com>
Co-authored-by: Immich <immich@futo.org>
Co-authored-by: Jordy H <jordy@hoebergen.net>
Co-authored-by: Julius969 <juliusdjorup@proton.me>
Co-authored-by: Kyle Park <mysky3056@gmail.com>
Co-authored-by: Macgyver <macgyver@users.noreply.hosted.weblate.org>
Co-authored-by: Maks s <smaks2313@gmail.com>
Co-authored-by: Meliox <silent.ftp@gmail.com>
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
Co-authored-by: Miki M <medolino2009@gmail.com>
Co-authored-by: Napat Srichan <napatsrichan2001@gmail.com>
Co-authored-by: RJS <skudru.rinalds@gmail.com>
Co-authored-by: Samoht11 <thomasa24@gmail.com>
Co-authored-by: Sleeper CH <sleeperch@gmail.com>
Co-authored-by: Sophie <mail@sopht.li>
Co-authored-by: Thomas <thomas.ceccato.02@gmail.com>
Co-authored-by: carcawey <dacarva@gmail.com>
Co-authored-by: grgergo <gergo_g@proton.me>
Co-authored-by: kyu seok Park <tofinders@gmail.com>
Co-authored-by: mxm199 <mxm199@bk.ru>
Co-authored-by: waclaw66 <waclaw66@seznam.cz>
Co-authored-by: Владислав Потаенко <vipotaenko02@gmail.com>
Co-authored-by: Вячеслав Лукьяненко <madeinchuguev@gmail.com> 
						
						
							
						
					 
					
						2024-06-14 00:35:49 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5ed7d4af1 
							
						 
					 
					
						
						
							
							chore: update discord links ( #10301 )  
						
						 
						
						... 
						
						
						
						update discord links 
						
						
							
						
					 
					
						2024-06-13 20:27:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								William Brockhus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30627fe91e 
							
						 
					 
					
						
						
							
							chore: fix typo in jobs-workers.md ( #10302 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 19:06:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							77bd162872 
							
						 
					 
					
						
						
							
							fix(server): headers already send ( #10289 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 13:30:34 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6ab047167 
							
						 
					 
					
						
						
							
							fix(server): oauth linking error message ( #10287 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 11:42:07 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							8c2195c820 
							
						 
					 
					
						
						
							
							Version v1.106.4  
						
						 
						
						
						
						
							
  v1.106.4
 
						
					 
					
						2024-06-13 15:12:51 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zack Pollard 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5e99f651ec 
							
						 
					 
					
						
						
							
							feat(web): add chinese (traditional), bislama and croatian to our supported languages ( #10283 )  
						
						 
						
						... 
						
						
						
						* feat(web): add chinese (traditional), bislama and croatian to our supported languages
* test: remove language tag tests as it doesn't really test the correctness of tags 
						
						
							
						
					 
					
						2024-06-13 15:00:55 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Weblate (bot) 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0de15121f2 
							
						 
					 
					
						
						
							
							chore(web): update translations ( #10224 )  
						
						 
						
						... 
						
						
						
						Translate-URL: https://hosted.weblate.org/projects/immich/immich/ca/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/cs/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/en_devel/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/fi/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/fr/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/he/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/hu/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ja/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ko/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/nb_NO/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/nl/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/pl/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ru/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sk/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sl/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sr/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/sv/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/th/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/vi/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_Hant/ 
Translate-URL: https://hosted.weblate.org/projects/immich/immich/zh_SIMPLIFIED/ 
Translation: Immich/immich
Co-authored-by: Adrian <adrian.hundseth@gmail.com>
Co-authored-by: Andrej Kralj <andrej.kralj@gmail.com>
Co-authored-by: Ari <ayhavlin@gmail.com>
Co-authored-by: AxGD <guillermeaxel@yahoo.fr>
Co-authored-by: Beniamin Iorga <beniiorga@gmail.com>
Co-authored-by: BoBBer446 <eXestend@gmx.de>
Co-authored-by: Daddie0 <33762262+GoByeBye@users.noreply.github.com>
Co-authored-by: David Anes <david.anes@gmail.com>
Co-authored-by: Eero Jääskeläinen <eero.jaaskelainen@gmail.com>
Co-authored-by: Erik Mizenak <erikmizenak@gmail.com>
Co-authored-by: Eryk Michalak <gnu.ewm@protonmail.com>
Co-authored-by: Fanfouer <fanfouer@outlook.com>
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: J1mooo <programingstafi@gmail.com>
Co-authored-by: Jan <jan.widmer.ch@gmail.com>
Co-authored-by: Jordi Masip <jordi@masip.cat>
Co-authored-by: Kihoon Kim <kihoon.kim.dev@gmail.com>
Co-authored-by: Kyle Park <mysky3056@gmail.com>
Co-authored-by: Londoneye02 <jcdelcaz@gmail.com>
Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
Co-authored-by: Miki M <medolino2009@gmail.com>
Co-authored-by: Nega Duck <negaduck420@gmail.com>
Co-authored-by: Pavel Shamshin <odan@selaz.org>
Co-authored-by: Peter Suba <peter.suba@gmail.com>
Co-authored-by: Pheggas <petko252@gmail.com>
Co-authored-by: PolarisYHNL <polarisyhnl@yeah.net>
Co-authored-by: Pontus Österlindh <Pompe90@users.noreply.hosted.weblate.org>
Co-authored-by: Ptsa Daniel <ptsa1987@gmail.com>
Co-authored-by: Ryan Gleeson <gleeson.ryanj@gmail.com>
Co-authored-by: Shawn <xiaxinx@gmail.com>
Co-authored-by: SisyphusMD <guardian.note2892@fastmail.com>
Co-authored-by: ZHYang <i526842@gmail.com>
Co-authored-by: ZOKOB <remyfrichet@gmail.com>
Co-authored-by: Zack Pollard <zack@futo.org>
Co-authored-by: ZtereoHYPE <me@ztereohype.dev>
Co-authored-by: buck5060 <buck5060@gmail.com>
Co-authored-by: carcawey <dacarva@gmail.com>
Co-authored-by: dvbthien <dvbthien@dvbthien.onmicrosoft.com>
Co-authored-by: eav5jhl0 <eav5jhl0@users.noreply.hosted.weblate.org>
Co-authored-by: grgergo <gergo_g@proton.me>
Co-authored-by: guillezcurra <guillezcurra@gmail.com>
Co-authored-by: kyu seok Park <tofinders@gmail.com>
Co-authored-by: mxm199 <mxm199@bk.ru>
Co-authored-by: opl- <jakub.trzy@op.pl>
Co-authored-by: pyorot <FMasic@hotmail.co.uk>
Co-authored-by: waclaw66 <waclaw66@seznam.cz>
Co-authored-by: yuuaHP <identity@yuua.dev>
Co-authored-by: Владислав Потаенко <vipotaenko02@gmail.com>
Co-authored-by: Вячеслав Лукьяненко <madeinchuguev@gmail.com>
Co-authored-by: 변준서 <four2mis@gmail.com> 
						
						
							
						
					 
					
						2024-06-13 15:50:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							212ba35aef 
							
						 
					 
					
						
						
							
							chore(web): translations in page load functions ( #10260 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 09:23:52 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Richard Salame 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							827ec1b63a 
							
						 
					 
					
						
						
							
							chore(doc): update quick-start.mdx ( #10276 )  
						
						 
						
						... 
						
						
						
						Update quick-start.mdx
The following changes are made:
- Changed the headings to capital case.
- Changed a few sentences to sound more clear.
- Removed '?' from the heading as per the standards. 
						
						
							
						
					 
					
						2024-06-13 09:23:02 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e2a2c86a31 
							
						 
					 
					
						
						
							
							chore(server): optional originalMimeType in asset response payload ( #10272 )  
						
						 
						
						... 
						
						
						
						* chore(server): optional originalMimeType in asset response payload
* lint
* Update web/src/lib/utils/asset-utils.ts
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
* fix permission of shared link
* test
* test
* test
* test server
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
							
						
					 
					
						2024-06-13 09:21:47 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bo0tzz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df31eb1214 
							
						 
					 
					
						
						
							
							chore(docs): Delete unsupported SQL shenanigans ( #10278 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 13:58:44 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zack Pollard 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d6a4975a3 
							
						 
					 
					
						
						
							
							chore(web): remove unnecessary input.select for lang selector ( #10273 )  
						
						 
						
						... 
						
						
						
						chore: remove unnecessary input.select for lang selector 
						
						
							
						
					 
					
						2024-06-13 12:44:06 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zack Pollard 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7de2665344 
							
						 
					 
					
						
						
							
							fix(web): more language selector nits ( #10271 )  
						
						 
						
						... 
						
						
						
						* fix: always sort development lang to bottom of list
* fix: clear search query in languages when box is clicked 
						
						
							
						
					 
					
						2024-06-13 12:37:15 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bo0tzz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							058ca28d88 
							
						 
					 
					
						
						
							
							feat(web): Language settings list UX nits ( #10261 )  
						
						 
						
						... 
						
						
						
						* feat(web): Sort language settings list
before: https://bo0.tz/u/xMLnEW.png 
after: https://bo0.tz/u/lGLn9h.png 
* feat(web): Select combobox text when focused 
						
						
							
						
					 
					
						2024-06-13 06:01:18 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Min Idzelis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9593361a4 
							
						 
					 
					
						
						
							
							chore: additional makefile targets ( #10243 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 05:58:44 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a54e01ef2f 
							
						 
					 
					
						
						
							
							fix: load original image for gifs ( #10252 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-13 05:57:46 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb641c74be 
							
						 
					 
					
						
						
							
							fix(server): use preview image when generating person thumbnail from video ( #10240 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-12 22:16:26 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c642150b85 
							
						 
					 
					
						
						
							
							chore(mobile): post release task ( #10228 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-06-12 14:17:58 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							a8a7d29891 
							
						 
					 
					
						
						
							
							Version v1.106.3  
						
						 
						
						
						
						
							
  v1.106.3
 
						
					 
					
						2024-06-12 18:26:10 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67e98ed313 
							
						 
					 
					
						
						
							
							fix(mobile): video player not updating state ( #10220 )  
						
						 
						
						... 
						
						
						
						* fix(mobile): video player not updating state
* unused code 
						
						
							
						
					 
					
						2024-06-12 12:43:01 -05:00