Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a6ec8b0b5 
							
						 
					 
					
						
						
							
							fix(mobile): video player shows black screen ( #6819 )  
						
						... 
						
						
						
						fix(mobile): video player show black screen 
						
						
							
						
					 
					
						2024-01-31 16:38:32 -06:00 
						 
				 
			
				
					
						
							
							
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							07466fa7b7 
							
						 
					 
					
						
						
							
							Version v1.94.1  
						
						
						
						
							
 
						
					 
					
						2024-01-31 19:21:00 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a075d78a3 
							
						 
					 
					
						
						
							
							fix(web): oauth login ( #6813 )  
						
						
						
						
							
						
					 
					
						2024-01-31 19:18:40 +00:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2c2db2595 
							
						 
					 
					
						
						
							
							chore: post release tasks  
						
						
						
						
							
						
					 
					
						2024-01-31 12:53:56 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b5e138b1b 
							
						 
					 
					
						
						
							
							Merge branch 'main' of github.com:immich-app/immich  
						
						
						
						
							
						
					 
					
						2024-01-31 12:53:40 -06:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7a372c756 
							
						 
					 
					
						
						
							
							chore: release group labels ( #6805 )  
						
						
						
						
							
						
					 
					
						2024-01-31 12:10:26 -05:00 
						 
				 
			
				
					
						
							
							
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							d4c000cb5a 
							
						 
					 
					
						
						
							
							Version v1.94.0  
						
						
						
						
							
 
						
					 
					
						2024-01-31 17:01:33 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0d7434e7b 
							
						 
					 
					
						
						
							
							fix: library watching ( #6802 )  
						
						
						
						
							
						
					 
					
						2024-01-31 11:26:51 -05:00 
						 
				 
			
				
					
						
							
							
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							a7ed2b7132 
							
						 
					 
					
						
						
							
							Version v1.94.0  
						
						
						
						
							
						
					 
					
						2024-01-31 15:41:53 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan Jogenfors 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c083636c51 
							
						 
					 
					
						
						
							
							docs: update milestones ( #6787 )  
						
						... 
						
						
						
						* fix zero index
* fix day
* docs: add gpu acceleration milestone
---------
Co-authored-by: martabal <74269598+martabal@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-31 07:01:53 -05:00 
						 
				 
			
				
					
						
							
							
								Jonathan Jogenfors 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							068e703e88 
							
						 
					 
					
						
						
							
							feat(server): Automatic watching of library folders ( #6192 )  
						
						... 
						
						
						
						* feat: initial watch support
* allow offline files
* chore: ignore query errors when resetting e2e db
* revert db query
* add savepoint
* guard the user query
* chore: openapi and db migration
* wip
* support multiple libraries
* fix tests
* wip
* can now cleanup chokidar watchers
* fix unit tests
* add library watch queue
* add missing init from merge
* wip
* can now filter file extensions
* remove watch api from non job client
* Fix e2e test
* watch library with updated import path and exclusion pattern
* add library watch frontend ui
* case sensitive watching extensions
* can auto watch libraries
* move watcher e2e tests to separate file
* don't watch libraries from a queue
* use event emitters
* shorten e2e test timeout
* refactor chokidar code to filesystem provider
* expose chokidar parameters to config file
* fix storage mock
* set default config for library watching
* add fs provider mocks
* cleanup
* add more unit tests for watcher
* chore: fix format + sql
* add more tests
* move unwatch feature back to library service
* add file event unit tests
* chore: formatting
* add documentation
* fix e2e tests
* chore: fix e2e tests
* fix library updating
* test cleanup
* fix typo
* cleanup
* fixing as per pr comments
* reduce library watch config file
* update storage config and mocks
* move negative event tests to unit tests
* fix library watcher e2e
* make watch configuration global
* remove the feature flag
* refactor watcher teardown
* fix microservices init
* centralize asset scan job queue
* improve docs
* add more tests
* chore: open api
* initialize app service
* fix docs
* fix library watch feature flag
* Update docs/docs/features/libraries.md
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
* fix: import right app service
* don't be truthy
* fix test speling
* stricter library update tests
* move fs watcher mock to external file
* subscribe to config changes
* docker does not need polling
* make library watch() private
* feat: add configuration ui
---------
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
							
						
					 
					
						2024-01-31 08:15:54 +00:00 
						 
				 
			
				
					
						
							
							
								Ben McCann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4079e92bbf 
							
						 
					 
					
						
						
							
							chore: drop CJS build from API ( #6783 )  
						
						
						
						
							
						
					 
					
						2024-01-30 20:59:00 -05:00 
						 
				 
			
				
					
						
							
							
								Markus 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87c38d1832 
							
						 
					 
					
						
						
							
							feat(server, web): Added TranscodePolicy "Bitrate higher than max bitrate or not in accepted format" ( #6479 )  
						
						... 
						
						
						
						* chore: rebase
* chore: open api
* Add Database-Migration for setting targetCodec as acceptedCodec if it was set by admin
* Add TranscodePolicy setting, to only transcode files with a bitrate higher than set max bitrate
* Rename enum value of TranscodePolicy
* calculate max_bitrate according to "k" and "m" suffix for comparison
* remove migration
* minor changes
* UnitTest for Bitrate Policy
* Fix UnitTest
* Add missing output options
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-30 20:25:07 -05:00 
						 
				 
			
				
					
						
							
							
								martyfuhry 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							149bc71eba 
							
						 
					 
					
						
						
							
							feat(mobile): Add end page to the end to memories ( #6780 )  
						
						... 
						
						
						
						* Adding memory epilogue card
* Adds epilogue page to memories
* Fixes a next / back issue
* color
---------
Co-authored-by: Alex <alex.tran1502@gmail.com> 
						
						
							
						
					 
					
						2024-01-30 17:47:47 -06:00 
						 
				 
			
				
					
						
							
							
								Ben McCann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c7dee8551 
							
						 
					 
					
						
						
							
							chore: migrate CLI to ESM and vitest ( #6777 )  
						
						... 
						
						
						
						* chore: migrate CLI to ESM and vitest
* fix lint
* update github workflow
* format 
						
						
							
						
					 
					
						2024-01-30 18:23:33 -05:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1bfef200a5 
							
						 
					 
					
						
						
							
							fix(server): avoid leaking people data on shared links ( #6779 )  
						
						... 
						
						
						
						* fix: avoid leaking people data on shared links
* test: add e2e test 
						
						
							
						
					 
					
						2024-01-30 15:34:00 -06:00 
						 
				 
			
				
					
						
							
							
								Alex Tran 
							
						 
					 
					
						
						
						
						
							
						
						
							e90d3a169c 
							
						 
					 
					
						
						
							
							fix(docs): formatting  
						
						
						
						
							
						
					 
					
						2024-01-30 13:45:18 -06:00 
						 
				 
			
				
					
						
							
							
								Alex Tran 
							
						 
					 
					
						
						
						
						
							
						
						
							102b5bedea 
							
						 
					 
					
						
						
							
							fix(docs): formatting  
						
						
						
						
							
						
					 
					
						2024-01-30 13:32:25 -06:00 
						 
				 
			
				
					
						
							
							
								mmomjian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b4d5f14e13 
							
						 
					 
					
						
						
							
							Document how to prevent HTML entity escaping. ( #6773 )  
						
						... 
						
						
						
						* Update _storage-template.md
* Update _storage-template.md 
						
						
							
						
					 
					
						2024-01-30 13:30:58 -06:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1461656f03 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @sveltejs/kit to v2.5.0 ( #6776 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-30 13:30:01 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5bfe22cf1 
							
						 
					 
					
						
						
							
							chore(devops): use new MacOS runner ( #6774 )  
						
						... 
						
						
						
						* chore(devops): use new MacOS runner
* Up java version 
						
						
							
						
					 
					
						2024-01-30 13:29:31 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33bf7d5d8b 
							
						 
					 
					
						
						
							
							Localizely: Translations update ( #6772 )  
						
						... 
						
						
						
						chore(mobile): translation update 
						
						
							
						
					 
					
						2024-01-30 13:29:12 -06:00 
						 
				 
			
				
					
						
							
							
								martyfuhry 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8864d07782 
							
						 
					 
					
						
						
							
							chore(mobile): Corrects FVM gitignore and sets Flutter version to 3.16.9 ( #6775 )  
						
						... 
						
						
						
						Corrects FVM gitignore and sets Flutter version to 3.16.9 
						
						
							
						
					 
					
						2024-01-30 13:28:55 -06:00 
						 
				 
			
				
					
						
							
							
								mmomjian 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							417a35189d 
							
						 
					 
					
						
						
							
							docs: add FAQ for duplicate primary key errors ( #6763 )  
						
						... 
						
						
						
						* Update FAQ.mdx
* Update FAQ.mdx 
						
						
							
						
					 
					
						2024-01-30 18:45:31 +00:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							97cd91749c 
							
						 
					 
					
						
						
							
							fix(mobile): FR translation ( #6771 )  
						
						
						
						
							
						
					 
					
						2024-01-30 12:01:03 -06:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a1f25b515 
							
						 
					 
					
						
						
							
							feat(web): add warning when setting a quota superior to the disk size ( #6737 )  
						
						... 
						
						
						
						* refactor: inline warning
* fix: do not use onmount
* chore: remove outdated comment
* wording
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
							
						
					 
					
						2024-01-30 17:21:45 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4290a29107 
							
						 
					 
					
						
						
							
							chore(deps): update base-image to v20240130 (major) ( #6756 )  
						
						... 
						
						
						
						chore(deps): update base-image to v20240130
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-30 09:24:44 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e1d358168 
							
						 
					 
					
						
						
							
							fix(mobile): blurry memory photos ( #6734 )  
						
						... 
						
						
						
						* fix(mobile): blurry memory photos
* better naming and performance 
						
						
							
						
					 
					
						2024-01-30 09:24:31 -06:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd9b08dafe 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @faker-js/faker to v8.4.0 ( #6758 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-30 09:49:34 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40e14fc272 
							
						 
					 
					
						
						
							
							fix(deps): update dependency geo-tz to v8.0.1 ( #6750 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-30 08:03:23 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fdf4ee193f 
							
						 
					 
					
						
						
							
							chore(deps): update redis:6.2-alpine docker digest to afb290a ( #6708 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-30 07:57:47 -05:00 
						 
				 
			
				
					
						
							
							
								Jonathan Jogenfors 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f6afb23d56 
							
						 
					 
					
						
						
							
							docs(server): Fix glob pattern in library exclusions ( #6752 )  
						
						... 
						
						
						
						fix glob pattern in library exclusions 
						
						
							
						
					 
					
						2024-01-30 07:57:22 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64da2c1698 
							
						 
					 
					
						
						
							
							refactor(cli): organize files, simplify types, use @immich/sdk ( #6747 )  
						
						
						
						
							
						
					 
					
						2024-01-30 07:55:34 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64fad67713 
							
						 
					 
					
						
						
							
							chore(deps): update web ( #6746 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-29 22:34:09 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1231d621c4 
							
						 
					 
					
						
						
							
							chore(deps): update server ( #6744 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-29 20:58:19 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1ae46eba9 
							
						 
					 
					
						
						
							
							chore(deps): update @immich/cli ( #6741 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-29 20:57:56 -05:00 
						 
				 
			
				
					
						
							
							
								Ben McCann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7e01bc3fe 
							
						 
					 
					
						
						
							
							docs: fix typo ( #6739 )  
						
						
						
						
							
						
					 
					
						2024-01-29 20:57:28 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2bcba526df 
							
						 
					 
					
						
						
							
							fix(deps): update machine-learning ( #6745 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-29 20:43:14 -05:00 
						 
				 
			
				
					
						
							
							
								t4keda 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76f8d030ce 
							
						 
					 
					
						
						
							
							added a configuration option to select the dri node in transcoding ( #6376 )  
						
						... 
						
						
						
						* added a configuration option to select the dri node in transcoding
* chore: open api
* refactor: get hawrdware device
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
							
						
					 
					
						2024-01-29 20:40:02 -05:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68f8525eb1 
							
						 
					 
					
						
						
							
							chore(deps): update dependency @types/node to v20.11.6 ( #6742 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-29 20:15:24 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a162af0e70 
							
						 
					 
					
						
						
							
							docs: fix broken link ( #6735 )  
						
						
						
						
							
						
					 
					
						2024-01-29 22:09:33 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6dca47c629 
							
						 
					 
					
						
						
							
							refactor: no experimental vm modules ( #6719 )  
						
						
						
						
							
						
					 
					
						2024-01-29 09:11:02 -06:00 
						 
				 
			
				
					
						
							
							
								Daniel Dietzler 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0af839889b 
							
						 
					 
					
						
						
							
							docs: use organization support link in README ( #6722 )  
						
						... 
						
						
						
						orga support link in README 
						
						
							
						
					 
					
						2024-01-29 09:10:33 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae7f174948 
							
						 
					 
					
						
						
							
							refactor: rename clip -> smart search ( #6713 )  
						
						
						
						
							
						
					 
					
						2024-01-29 09:51:22 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5a70329c9 
							
						 
					 
					
						
						
							
							fix(server): HEVC videos not playing on Apple devices ( #6712 )  
						
						... 
						
						
						
						* add hvc1 tag
* formatting 
						
						
							
						
					 
					
						2024-01-28 21:17:20 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0770ad15e5 
							
						 
					 
					
						
						
							
							fix(server): do not process faces of deleted assets ( #6710 )  
						
						... 
						
						
						
						* return if asset is not found
* add unit test
* formatting 
						
						
							
						
					 
					
						2024-01-29 01:17:54 +00:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28806d03e3 
							
						 
					 
					
						
						
							
							fix(server): fix person pagination when deleting ( #6707 )  
						
						... 
						
						
						
						fix person delete pagination 
						
						
							
						
					 
					
						2024-01-28 17:02:01 -05:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f52994e8ca 
							
						 
					 
					
						
						
							
							fix(ml): model paths not working ( #6705 )  
						
						... 
						
						
						
						* fix str enum string repr
* fixed typing 
						
						
							
						
					 
					
						2024-01-28 20:54:33 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be55396086 
							
						 
					 
					
						
						
							
							chore(deps): update redis:6.2-alpine docker digest to e37f165 ( #6693 )  
						
						... 
						
						
						
						Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-01-28 14:07:49 -06:00 
						 
				 
			
				
					
						
							
							
								Mert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a84b6f5fb1 
							
						 
					 
					
						
						
							
							feat(ml): conditionally download .armnn models ( #6650 )  
						
						
						
						
							
						
					 
					
						2024-01-28 10:31:59 -05:00