immich
immich copied to clipboard
High performance self-hosted photo and video management solution.
An attempt at persisting the picture ID in the url. Related: #2690 #2906 It's built around the `assetViewingStore`. When the presented asset changes, the app will redirect to `/photos/{assetId}`. It...
Currently, the app can get sync issues because of a time mismatch between server and client. This can both occur due to timezone changes or simply wrong clocks. With this...
This PR aims to implement the [tus protocol](https://tus.io/) for uploads. As discussed in #1674, it would be very beneficial if the protocol was implemented for Cloudflare tunnels/proxies and for big...
### Description Models are optimized for processing inputs in batches, but until now the ML service has processed each input individually without any batching. This is particularly consequential when using...
This PR will focus the search bar when using the explore (actually search) shortcut as in Google Photos. The code needs a serious review because I have little to no...
## Description Adds swipe navigation on mobile ## How Has This Been Tested? Open the photo viewer on mobile and swipe left or right to navigate. ## Screenshots (if appropriate):...
Using modules aliases can be convenient, but also make the build more complex and often frustrating to deal with. This PR replaces modules aliases with root path imports. This has...
Fix for #6092. Adds a Places site for Web.