Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35c4887e4a 
							
						 
					 
					
						
						
							
							fix return update asset with new update time ( #2457 )  
						
						
						
						
							
						
					 
					
						2023-05-17 14:28:58 -05:00 
						 
				 
			
				
					
						
							
							
								Mark Monteiro 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5b87833f8 
							
						 
					 
					
						
						
							
							Add comment about Docker secrets to example.env ( #2454 )  
						
						... 
						
						
						
						Add a comment to indicate the support for Docker secrets added in https://github.com/immich-app/immich/pull/1254  
						
						
							
						
					 
					
						2023-05-17 17:36:44 +00:00 
						 
				 
			
				
					
						
							
							
								Fynn Petersen-Frey 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0dde76bbbc 
							
						 
					 
					
						
						
							
							feat(mobile): lazy loading of assets ( #2413 )  
						
						
						
						
							
						
					 
					
						2023-05-17 12:36:02 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93863b0629 
							
						 
					 
					
						
						
							
							feat: facial recognition ( #2180 )  
						
						
						
						
							
						
					 
					
						2023-05-17 12:07:17 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							115a47d4c6 
							
						 
					 
					
						
						
							
							fix(web): layout spacing when zooming ( #2452 )  
						
						
						
						
							
						
					 
					
						2023-05-17 10:44:15 -05:00 
						 
				 
			
				
					
						
							
							
								martin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							308c63df16 
							
						 
					 
					
						
						
							
							fix(web): use correct favicon sizes ( #2446 )  
						
						... 
						
						
						
						* fix(web): use correct favicon sizes
Signed-off-by: martin <martin.labat92@gmail.com>
* fix: format
Signed-off-by: martin <martin.labat92@gmail.com>
---------
Signed-off-by: martin <martin.labat92@gmail.com> 
						
						
							
						
					 
					
						2023-05-17 09:20:32 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab86d0a18d 
							
						 
					 
					
						
						
							
							refactor(web): asset select actions ( #2444 )  
						
						... 
						
						
						
						* refactor(web): asset select actions
* remaining pages/components + data flow changes
* fix check 
						
						
							
						
					 
					
						2023-05-16 09:13:20 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ec74444b0 
							
						 
					 
					
						
						
							
							docs: remove roadmap link ( #2442 )  
						
						
						
						
							
						
					 
					
						2023-05-15 18:25:46 +00:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1979c84ea8 
							
						 
					 
					
						
						
							
							chore(web): update eslint and prettier packages ( #2437 )  
						
						... 
						
						
						
						Co-authored-by: Alex <alex.tran1502@gmail.com> 
						
						
							
						
					 
					
						2023-05-15 17:58:35 +00:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f4aefcb18b 
							
						 
					 
					
						
						
							
							chore(ci): versions the Docker cleaning action to latest released ( #2438 )  
						
						
						
						
							
						
					 
					
						2023-05-15 12:45:03 -05:00 
						 
				 
			
				
					
						
							
							
								Sergey Kondrikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f2fa23179 
							
						 
					 
					
						
						
							
							feat (server, web): Share with partner ( #2388 )  
						
						... 
						
						
						
						* feat(server, web): implement share with partner
* chore: regenerate api
* chore: regenerate api
* Pass userId to getAssetCountByTimeBucket and getAssetByTimeBucket
* chore: regenerate api
* Use AssetGrid to view partner's assets
* Remove disableNavBarActions flag
* Check access to buckets
* Apply suggestions from code review
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
* Remove exception rethrowing
* Simplify partner access check
* Create new PartnerController
* chore api:generate
* Use partnerApi
* Remove id from PartnerResponseDto
* Refactor PartnerEntity
* Rename args
* Remove duplicate code in getAll
* Create composite primary keys for partners table
* Move asset access check into PartnerCore
* Remove redundant getUserAssets call
* Remove unused getUserAssets method
* chore: regenerate api
* Simplify getAll
* Replace ?? with ||
* Simplify PartnerRepository.create
* Introduce PartnerIds interface
* Replace two database migrations with one
* Simplify getAll
* Change PartnerResponseDto to include UserResponseDto
* Move partner sharing endpoints to PartnerController
* Rename ShareController to SharedLinkController
* chore: regenerate api after rebase
* refactor: shared link remove return type
* refactor: return user response dto
* chore: regenerate open api
* refactor: partner getAll
* refactor: partner settings event typing
* chore: remove unused code
* refactor: add partners modal trigger
* refactor: update url for viewing partner photos
* feat: update partner sharing title
* refactor: rename service method names
* refactor: http exception logic to service, PartnerIds interface
* chore: regenerate open api
* test: coverage for domain code
* fix: addPartner => createPartner
* fix: missed rename
* refactor: more code cleanup
* chore: alphabetize settings order
* feat: stop sharing confirmation modal
* Enhance contrast of the email in dark mode
* Replace button with CircleIconButton
* Fix linter warning
* Fix date types for PartnerEntity
* Fix PartnerEntity creation
* Reset assetStore state
* Change layout of the partner's assets page
* Add bulk download action for partner's assets
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> 
						
						
							
						
					 
					
						2023-05-15 12:30:53 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4524aa0d06 
							
						 
					 
					
						
						
							
							refactor(web): use ImmichApi to create urls ( #2435 )  
						
						
						
						
							
						
					 
					
						2023-05-13 21:52:29 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15fa8250cb 
							
						 
					 
					
						
						
							
							fix(web): profile image load ( #2434 )  
						
						
						
						
							
						
					 
					
						2023-05-13 09:16:14 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dff129949 
							
						 
					 
					
						
						
							
							feat(web): Replicate albums view for sharing view ( #2433 )  
						
						... 
						
						
						
						* replicate album view for sharing view
* Remove unused file
* fix test
* correct title 
						
						
							
						
					 
					
						2023-05-13 09:05:30 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43951ec208 
							
						 
					 
					
						
						
							
							chore(mobile): Upgrade to Flutter 3.10 ( #2429 )  
						
						... 
						
						
						
						* update dependencies
* resolve dependency and update code for Flutter 3.10
* update github action flutter version
* update test version
* iOS deployment
* pump intl package
* list tile fix 
						
						
							
						
					 
					
						2023-05-12 09:21:13 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f961acdf0c 
							
						 
					 
					
						
						
							
							feat(web): album card hover styling ( #2424 )  
						
						... 
						
						
						
						* feat(web): album card hover styling
* feedback
* fix delete button not shown
* better color 
						
						
							
						
					 
					
						2023-05-11 11:50:48 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c7821e5e6 
							
						 
					 
					
						
						
							
							chore: update api ( #2428 )  
						
						
						
						
							
						
					 
					
						2023-05-11 10:49:28 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d25ddfc46b 
							
						 
					 
					
						
						
							
							chore: update screenshots for readme and docs ( #2425 )  
						
						... 
						
						
						
						* update screenshot
* better quality for docs 
						
						
							
						
					 
					
						2023-05-10 23:33:32 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8cc9b08c06 
							
						 
					 
					
						
						
							
							chore(ml): use official pytorch channel ( #2416 )  
						
						
						
						
							
						
					 
					
						2023-05-10 07:09:33 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98b9d815a6 
							
						 
					 
					
						
						
							
							chore(web): update svelte related packages ( #2419 )  
						
						
						
						
							
						
					 
					
						2023-05-10 04:58:53 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a808b9403e 
							
						 
					 
					
						
						
							
							feat(web,server): logout all devices ( #2415 )  
						
						... 
						
						
						
						* feat: logout all devices
* chore: regenerate openapi
* chore: add test
* chore: logout vs log out 
						
						
							
						
					 
					
						2023-05-09 14:34:17 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c956eee919 
							
						 
					 
					
						
						
							
							chore: fix backup dumper formatting ( #2414 )  
						
						
						
						
							
						
					 
					
						2023-05-09 13:44:50 -05:00 
						 
				 
			
				
					
						
							
							
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							aa97ca9ccf 
							
						 
					 
					
						
						
							
							Version v1.55.1  
						
						
						
						
							
 
						
					 
					
						2023-05-09 15:29:06 +00:00 
						 
				 
			
				
					
						
							
							
								faupau 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98bb3de8da 
							
						 
					 
					
						
						
							
							fix(web) small UI improvements ( #2369 )  
						
						... 
						
						
						
						* small changes in asset viewer navigation
* add conditional wrapper and scroll only content
* fix formatting
* update conditional wrapper
* remove emptz title attribute
* remove conditional-wrapper as it is not needed
* remove isTimeline
* fix map over sidebar
* fix overlap
* fix conflict
* revert z-index
* add relative z index
---------
Co-authored-by: faupau03 <paul.paffe@gmx.net> 
						
						
							
						
					 
					
						2023-05-09 10:10:13 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cd43edf074 
							
						 
					 
					
						
						
							
							feat(mobile): improve localization ( #2405 )  
						
						
						
						
							
						
					 
					
						2023-05-09 08:58:27 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dffd992304 
							
						 
					 
					
						
						
							
							fix(web): remove global style from map marker ( #2408 )  
						
						
						
						
							
						
					 
					
						2023-05-09 08:57:17 -05:00 
						 
				 
			
				
					
						
							
							
								bo0tzz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1b70e13a1 
							
						 
					 
					
						
						
							
							Revert "Bump local-reverse-geocoder to 0.15.2 / Fix Corrupted Reverse Geocoding CSV File ( #2396 )" ( #2409 )  
						
						... 
						
						
						
						This reverts commit b5a4aef8290073b0b32a7b1cd52d454fa24a9cfa. 
						
						
							
						
					 
					
						2023-05-09 08:56:31 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Tran 
							
						 
					 
					
						
						
						
						
							
						
						
							d91247dc35 
							
						 
					 
					
						
						
							
							chore: post release  
						
						
						
						
							
						
					 
					
						2023-05-08 22:27:55 -05:00 
						 
				 
			
				
					
						
							
							
								Alex The Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							25f55ee6bb 
							
						 
					 
					
						
						
							
							Version v1.55.0  
						
						
						
						
							
 
						
					 
					
						2023-05-09 02:08:01 +00:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2e9fe0aac 
							
						 
					 
					
						
						
							
							feat(web): improve map styling and interaction ( #2399 )  
						
						... 
						
						
						
						* improve map styling and interaction
* Update style 
						
						
							
						
					 
					
						2023-05-08 21:05:06 -05:00 
						 
				 
			
				
					
						
							
							
								Atul Mehla 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5885ec8e65 
							
						 
					 
					
						
						
							
							Add text notifying user that no asset is found ( #2400 )  
						
						
						
						
							
						
					 
					
						2023-05-08 19:37:06 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							053104fc50 
							
						 
					 
					
						
						
							
							fix(web): timeline distortion when scrolling due to rerender of scrollbar bucket and thumbnail size ( #2398 )  
						
						... 
						
						
						
						* fix(web): timeline distortion when scrolling due to rerender of scrollbar bucket and thumbnail size
* fix: test 
						
						
							
						
					 
					
						2023-05-08 14:59:33 -05:00 
						 
				 
			
				
					
						
							
							
								Steffen Auer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							861de7f8b3 
							
						 
					 
					
						
						
							
							chore(web/mobile): use Heart Icon & small icon changes ( #2397 )  
						
						
						
						
							
						
					 
					
						2023-05-08 14:01:39 -05:00 
						 
				 
			
				
					
						
							
							
								Szymon Sakowicz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5a4aef829 
							
						 
					 
					
						
						
							
							Bump local-reverse-geocoder to 0.15.2 / Fix Corrupted Reverse Geocoding CSV File ( #2396 )  
						
						... 
						
						
						
						* Bump local-reverse-geocoder to 0.15.1
* Bump to fixed release
* Sync package.json with package-lock
---------
Co-authored-by: Szymon Sakowicz <s.sakowicz@tidio.net> 
						
						
							
						
					 
					
						2023-05-08 09:09:05 -05:00 
						 
				 
			
				
					
						
							
							
								Skyler Mäntysaari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54b4f8afbd 
							
						 
					 
					
						
						
							
							chore(docs): Update FAQ on how to disable typsense and ml ( #2384 )  
						
						
						
						
							
						
					 
					
						2023-05-06 07:43:24 -05:00 
						 
				 
			
				
					
						
							
							
								Matthias Rupp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65daf342df 
							
						 
					 
					
						
						
							
							feat(web): Global map showing all assets with geo information ( #2355 )  
						
						... 
						
						
						
						* First crude implementation of the global asset map in web
* Use single DOM element for all markers
* Minor layout changes
* Refactor
* Add asset viewer
* Add API endpoint that returns only assets with location information (Thanks @EPP100)
* Remove sidebar icon flip
* Add dark theme support
* Center map to most recent asset
* Allow cluster viewing
* Fix linter errors
* Add newlines
* Fix ts errors
* Fix eslint error
* Run prettier
* Server code style
* Fix openapi mobile code generation issues
* Map markers test
* fix: Support video thumbnails
* Update API
* Review suggestions
* Review suggestions
* Linter error
* Chage mapMarker endpoint to map-marker
* Clean up leaflet imports 
						
						
							
						
					 
					
						2023-05-05 20:33:30 -05:00 
						 
				 
			
				
					
						
							
							
								Michel Heusschen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							15a498fd60 
							
						 
					 
					
						
						
							
							feat(server): add api key to openapi spec ( #2362 )  
						
						... 
						
						
						
						* feat(server): add api key to openapi spec
* regenerate api 
						
						
							
						
					 
					
						2023-05-04 11:41:29 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af7da9d2c9 
							
						 
					 
					
						
						
							
							chore: standardize process method names ( #2363 )  
						
						
						
						
							
						
					 
					
						2023-05-04 11:40:34 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91ad584064 
							
						 
					 
					
						
						
							
							chore: regenerate open api ( #2374 )  
						
						
						
						
							
						
					 
					
						2023-05-03 14:27:57 -05:00 
						 
				 
			
				
					
						
							
							
								bo0tzz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6b9f51bd7 
							
						 
					 
					
						
						
							
							chore(ml): Fix entrypoint path ( #2373 )  
						
						
						
						
							
						
					 
					
						2023-05-03 14:27:35 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6acfb55dcc 
							
						 
					 
					
						
						
							
							fix: correct npx path ( #2354 )  
						
						
						
						
							
						
					 
					
						2023-04-28 21:28:35 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce42b84430 
							
						 
					 
					
						
						
							
							build: improve pump script ( #2351 )  
						
						
						
						
							
						
					 
					
						2023-04-28 21:10:32 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59d93138d3 
							
						 
					 
					
						
						
							
							fix: linting ( #2353 )  
						
						
						
						
							
						
					 
					
						2023-04-28 21:10:20 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78de189d56 
							
						 
					 
					
						
						
							
							ci: simplify server npm steps ( #2352 )  
						
						
						
						
							
						
					 
					
						2023-04-28 21:10:01 -05:00 
						 
				 
			
				
					
						
							
							
								Covalent 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b21c99eb12 
							
						 
					 
					
						
						
							
							add auto postgress dump docs ( #2349 )  
						
						... 
						
						
						
						* add auto postgress dump docs
* add link to repo for auto db dumps
---------
Co-authored-by: Luke McCarthy <mail@lukehmcc.com> 
						
						
							
						
					 
					
						2023-04-28 15:22:00 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e22cdea485 
							
						 
					 
					
						
						
							
							chore(server,mobile): remove device info entity ( #1527 )  
						
						... 
						
						
						
						* chore(server): remove unused device info code
* chore: generate open api
* remove any DeviceTypeEnum usage from mobile
* chore: coverage
* fix: drop device info table
---------
Co-authored-by: Fynn Petersen-Frey <zody22@gmail.com> 
						
						
							
						
					 
					
						2023-04-28 15:01:03 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e97407025 
							
						 
					 
					
						
						
							
							chore: microservices debugger ( #2345 )  
						
						... 
						
						
						
						* chore: microservices debugger
* Update launch.json 
						
						
							
						
					 
					
						2023-04-28 13:21:01 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4f5dc6d01 
							
						 
					 
					
						
						
							
							fix(server): oauth mobile callback url ( #2339 )  
						
						... 
						
						
						
						* fix(server): mobile redirect uri
* chore: add test 
						
						
							
						
					 
					
						2023-04-26 15:39:18 -05:00 
						 
				 
			
				
					
						
							
							
								Jason Rasmussen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c329a17975 
							
						 
					 
					
						
						
							
							feat(web): organize user settings ( #2340 )  
						
						
						
						
							
						
					 
					
						2023-04-26 12:25:36 -05:00 
						 
				 
			
				
					
						
							
							
								Trenton H 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a88cc74bf 
							
						 
					 
					
						
						
							
							chore(ci): Implement a cleanup of Docker images ( #2302 )  
						
						... 
						
						
						
						This adds a workflow to clean containers when the pull request closes
and remove untagged images generated as tags are updated 
						
						
							
						
					 
					
						2023-04-26 05:50:31 -05:00