Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from immich-app:main #77

Open
wants to merge 108 commits into
base: main
Choose a base branch
from
Open

[pull] main from immich-app:main #77

wants to merge 108 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 15, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

* refactor(mobile): asset stack provider

* remove file from ignore list
@pull pull bot added the ⤵️ pull label Feb 15, 2025
Copy link

github-actions bot commented Feb 15, 2025

Label error. Requires exactly 1 of: changelog:.*. Found: documentation, ⤵️ pull, 🖥️web, 🗄️server, 📱mobile. A maintainer will add the required label.

renovate bot and others added 11 commits February 15, 2025 12:10
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…54 (#16113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: include live images in person view count

Fixed an issue where the total image count in the person view excluded live images.
The query now correctly accounts for all relevant assets by removing the condition
that filtered out assets with a livePhotoVideoId.

Issue:
- Image count under a person’s name was inaccurate, showing only static images.

Fix:
- Removed `.on('assets.livePhotoVideoId', 'is', null)` from the LEFT JOIN condition.

Tested on:
- Web

Ran PR checklist

* chore: run make sql.

---------

Co-authored-by: Alex <[email protected]>
NickOveracker and others added 11 commits February 17, 2025 17:46
Limit width of logo in emails to 100%

The current live version breaks Yahoo Mail (at least in Firefox). It appears far too large and makes the email unreadable by pushing the text outside of the reading pane.
Fixing the server endpoint on the login screen. It added the "/api" suffix instead of using the default method getServerUrl, which takes care of sanitizing the URL.

Co-authored-by: Joao Paulo Ros <[email protected]>
alextran1502 and others added 30 commits February 25, 2025 19:10
Found via `codespell -q 3 -S "./i18n,./docs/package-lock.json,./readme_i18n,./mobile/assets/i18n" -L afterall,nd,renderd`
…ebsocket connection. (#16339)

* Implemented possible fix for the new_release window re-appearing across all active sessions when a new websocket connection is established.

* Reverted websocket.ts

Changes not needed to websocket.ts - was bouncing between ideas, current implementation doesn't need this to change.

* Prettier test format.

* Spelling (Aknowledged --> Acknowledged)
#16062 added manual face tagging and deletion, but did
not add a new 'SourceType'. The create faces would default to
'machine-learning' which is incorrect, and has the annoying downside
that they will be wiped when the 'Refresh Faces' job is run.

Handling of non-machine-learning faces was previously added in
#6455. This PR simply extends it to the new manually
tagged faces.
Uses a global store to remember the last location chosen by a user when
editing asset locations. This fixes an annoyance when adding location
data to multiple assets in a row and having to zoom in the same area
everytime.
* fix(web): update search modal to not jump around

Search People selection will change size while loading. This causes the
search modal to jump around as the people load in.

* loading spinner size

* remove unsued code

---------

Co-authored-by: cwlowder <[email protected]>
Co-authored-by: Alex Tran <[email protected]>
* don't expose source types in face creation api

* update open-api

* remove source type reference from web
* refactor(mobile): backup provider

* refactor(mobile): backup provider
* Prospective fix for ensuring that known active ML servers are used to reduce search delay.

* Added some logging and renamed backoff const.

* Fix lint issues.

* Update to use env vars for timeouts and updated documentation and strings.

* Fix docs.

* Make counter logic clearer.

* Minor readability improvements.

* Extract  skipUrl logic per feedback, and change log to verbose.

* Make code harder to read.
* skip stacked assets in duplicate detection

* update sql

* handle stacking after duplicate detection runs
* fix(server) don't reimport files more than once

* fix: test

---------

Co-authored-by: Alex Tran <[email protected]>
fix: bootstrap store inside isolates

Co-authored-by: shenlong-tanwen <[email protected]>
Co-authored-by: Alex <[email protected]>
refactor: log service

Co-authored-by: shenlong-tanwen <[email protected]>
move favorite person icon to top left

fixes #16003

Co-authored-by: Calum Dingwall <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.