immich icon indicating copy to clipboard operation
immich copied to clipboard

High performance self-hosted photo and video management solution.

Results 1946 immich issues
Sort by recently updated
recently updated
newest added

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...

🖥️web

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...

📱mobile
🗄️server

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...

🗄️server

### 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...

feature

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...

feature
🖥️web

## 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):...

🖥️web

- [ ] Generate migration

feature

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...

🗄️server

Fix for #6092. Adds a Places site for Web.

🗄️server