forked from immich-app/immich
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backmerge #1
Merged
Merged
Backmerge #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refactor(server)!: telemetry env variables Co-authored-by: Mert <[email protected]>
chore(deps): update base-image to v20241025 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix: order by fileCreatedAt to account for tz * run make sql
Add DB_DATA_LOCATION config. Posted [on reddit](https://www.reddit.com/r/unRAID/comments/1f8wq45/immich_install_via_docker_compose_database_cannot/).
…mmich-app#13788) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…immich-app#13764) * Nginx reverse proxy compatibility with Let's Encrypt * Update reverse-proxy.md * Update reverse-proxy.md Co-authored-by: bo0tzz <[email protected]> * Priority of = is higher * Update reverse-proxy.md --------- Co-authored-by: bo0tzz <[email protected]>
* Album Sync * npm run format:fix * fix path * info about folder view * Sync albums * npm run format:fix * Add information about limitations of a property that appears in multiple albums * npm run format:fix * - to -> * Update docs/docs/features/mobile-app.mdx Co-authored-by: Daniel Dietzler <[email protected]> * Update docs/docs/features/mobile-app.mdx Co-authored-by: Daniel Dietzler <[email protected]> --------- Co-authored-by: Alex <[email protected]> Co-authored-by: Daniel Dietzler <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/immich/immich/ca/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/de/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/en_devel/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/es/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/et/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/fi/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/hr/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/id/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/it/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ko/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/lv/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ms/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ro/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/ru/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/sk/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/sr_Cyrl/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/sr_Latn/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/sv/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/th/ Translate-URL: https://hosted.weblate.org/projects/immich/immich/uk/ Translation: Immich/immich Co-authored-by: Amirul Asri <[email protected]> Co-authored-by: Dean Cvjetanović <[email protected]> Co-authored-by: Diego Saint Esteben <[email protected]> Co-authored-by: Florian Ostertag <[email protected]> Co-authored-by: Hexie <[email protected]> Co-authored-by: Indrek Haav <[email protected]> Co-authored-by: Jiri Grönroos <[email protected]> Co-authored-by: Junghyuk Kwon <[email protected]> Co-authored-by: Lab Forensic <[email protected]> Co-authored-by: Leo Bottaro <[email protected]> Co-authored-by: LeonardoCasarotto <[email protected]> Co-authored-by: Linerly <[email protected]> Co-authored-by: Max <[email protected]> Co-authored-by: Michal Micech <[email protected]> Co-authored-by: Miki Mrvos <[email protected]> Co-authored-by: Mārtiņš Bruņenieks <[email protected]> Co-authored-by: Napat Srichan <[email protected]> Co-authored-by: Roger Veciana Rovira <[email protected]> Co-authored-by: gallegonovato <[email protected]> Co-authored-by: qtm <[email protected]> Co-authored-by: tux2000 <[email protected]> Co-authored-by: Вячеслав Лукьяненко <[email protected]>
immich-app#13806) Revert "chore(mobile): thumbnail image ui improvements (immich-app#13655)" This reverts commit 16f2364.
…mich-app#13729) Disable opening image and library sub-items by default Disable both the Image Settings and the External Library sub-items by default. This aligns with auth other settings sub-items showing as collapsed by default.
fix(web): remove album assetGridWidth & globalWidth Co-authored-by: Alex Tran <[email protected]>
* fix: go back to last page from shared links page. Handle albums page from shared links page routing * add default route for sharing * chore: remove redundant import * remove unnecessary comment --------- Co-authored-by: Alex Tran <[email protected]>
* chore(web): clean up todo task * chore(web): move enums out of .svelte file
…14155) * fix(mobile): local notification failed to invoke * add proguard rules
…immich-app#14156) Added tag action to the context menu in the favorites page when selection is active
…app#14154) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
split up backup info box into separate widgets
…14125) * expose detailed user storage stats + display them in the storage per user table * chore: openapi & sql * fix: fix test stubs * fix: formatting errors, e2e test and server test * fix: upper lower case typo in spec file --------- Co-authored-by: Alex Tran <[email protected]>
…-app#14170) * fix unnecessary notifications * move equality function * sort by id * use same comparison for initial and later queries
fix: refresh tags when viewing stacked assets
…er tag to dc2c365 (immich-app#14124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…p#14193) * use sets in album sync, concurrent futures * batch excluded asset IDs * update test * take advantage of sets in Recents check * move log statement * smaller diff
* chore(mobile): make all search filters dismissible * chore(mobile): make ImmichAppBarDialog dismissible --------- Co-authored-by: Alex <[email protected]>
bdavis2-PCTY
merged commit Nov 18, 2024
c2c3109
into
feature/keep-this-delete-others
36 of 49 checks passed
Label error. Requires exactly 1 of: changelog:.*. Found: |
github-actions
bot
added
documentation
Improvements or additions to documentation
cli
🖥️web
📱mobile
🗄️server
labels
Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.