Commit Graph

2668 Commits

Author SHA1 Message Date
renovate[bot] 155ccbc870 chore(deps): update base-image to v20231125 (#5307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-25 09:17:53 -06:00
shenlong f222e47651 fix(mobile): update password change description text to use user name (#5105)
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-11-24 15:32:21 -06:00
Daniel Dietzler 4684094b9b fix(web): Map clustering when zoomed in (#5299)
* raise maxZoom to a value that cannot be reached

* set max zoom for the entire map
2023-11-24 15:30:57 -06:00
Michael Manganiello 8a8d3811b9 fix(mobile): Add translatable strings for shared links info (#5292)
Mark more strings as translatable, regarding shared link information and
expiration.
2023-11-24 15:29:49 -06:00
Emanuel Bennici 309be88ccd feat(server): load face entities faster (#5281)
The query executed when loading the "People" page joins, among others, over "personId".
The added indices improve the overall performance of those JOIN queries.

Additionally, one ORDER BY clause is dropped since the resulting values
will always be TRUE, and thus, sorting them does not change the result.
2023-11-24 14:38:54 +00:00
yannfrendo d1b96967ee Update metadata visualisation through the websocket 2023-11-24 11:34:33 +01:00
renovate[bot] 4987bbb712 chore(deps): update base-image to v20231123 (#5285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-23 18:55:25 -06:00
bo0tzz a6676907b4 chore(renovate): Group base image updates (#5284) 2023-11-23 21:55:36 +01:00
yannfrendo 0ac9f152cf Websocket basic
Websocket basic
2023-11-23 17:05:15 +01:00
waclaw66 df9ec9327d chore(web): adjust album thumbnail size (#5277) 2023-11-23 08:33:26 -06:00
Michael Manganiello 030cd8c4c4 chore(server): Prepare access interfaces for bulk permission checks (#5223)
* chore(server): Prepare access interfaces for bulk permission checks

This change adds the `AccessCore.getAllowedIds` method, to evaluate
permissions in bulk, along with some other `getAllowedIds*` private
methods.

The added methods still calculate permissions by id, and are not
optimized to reduce the amount of queries and execution time, which will
be implemented in separate pull requests.

Services that were evaluating permissions in a loop have been refactored
to make use of the bulk approach.

* chore(server): Apply review suggestions

* chore(server): Make multiple-permission check more readable
2023-11-22 23:04:52 -05:00
Mert 6e10d15f2c pin python (#5272) 2023-11-22 19:42:17 -05:00
Aamir Azad 6eadca330b docs: change github sponsor link to organization (#5267) 2023-11-22 18:17:56 +00:00
yannfrendo 867ace738d Merge branch 'main' of https://github.com/YFrendo/immich 2023-11-22 18:26:29 +01:00
yannfrendo 2cad0ce8bd Bug fix in the map selection
Bug fix in the map selection
2023-11-22 18:24:01 +01:00
Alex Tran 1d8614bb73 format fix 2023-11-22 10:34:17 -06:00
Alex Tran 4f5780db25 Merge branch 'main' of github.com:immich-app/immich into pr/YFrendo/5066 2023-11-22 10:24:07 -06:00
Alex Tran 733ba4230b small stlying 2023-11-22 10:23:49 -06:00
Jason Rasmussen 309ba7d67e fix(web): navigate to album from search (#5241) 2023-11-22 09:54:58 -06:00
renovate[bot] 106bae4a31 chore(deps): update dependency svelte-jester to v3 (#5252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 08:08:11 -06:00
Alex Tran 95280fd692 chore(mobile): remove unused import 2023-11-22 08:00:28 -06:00
3urobeat 82fffd2c56 Add German README (#5262)
* docs: Add german README translation

* docs: Link german README translation

* docs: Address review comments
2023-11-22 13:49:01 +01:00
yannfrendo e26192eb00 timezone typeahead filter
timezone typeahead filter
2023-11-22 13:31:33 +01:00
yannfrendo 9ed0f78299 Bug fix with the arrows key 2023-11-22 12:40:34 +01:00
Jason Rasmussen 0ed15659fe fix: linting 2023-11-22 00:15:52 -05:00
Jason Rasmussen 95e5f0acc9 chore: unit tests 2023-11-22 00:01:34 -05:00
Jason Rasmussen a4cf62f918 feat: simplify web code 2023-11-21 23:52:15 -05:00
PyKen ff275ea175 chore(mobile): Add log when saving asset (#5259) 2023-11-22 03:55:51 +00:00
Jason Rasmussen 454d36f9ab feat: sync description, add e2e tests 2023-11-21 21:46:04 -05:00
renovate[bot] 8c2851fbc4 chore(deps): update @immich/cli (#5255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 20:24:28 -06:00
Jason Rasmussen b8a9cbc659 chore: rebase and clean-up 2023-11-21 21:16:40 -05:00
Jason Rasmussen c1d9ce8679 Update FUNDING.yml 2023-11-21 19:43:51 -05:00
Jason Rasmussen 29c154c681 Update FUNDING.yml 2023-11-21 19:31:09 -05:00
renovate[bot] a861b93d7d chore(deps): update dependency macos to v13 (#5244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 17:06:28 -06:00
renovate[bot] 0280d15d9d fix(deps): update dependency @immich/cli to v2.0.4 (#5250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 17:05:51 -06:00
Alex c8aa782fef fix(cli): upload large file (#5242)
* fix(cli): upload large file

* fix: use known configuration

* chore: version bump

* chore: fix repo url

* fix conflict

---------

Co-authored-by: Jonathan Jogenfors <jonathan@jogenfors.se>
2023-11-21 15:52:12 -06:00
Alex 8ff4a08a2c fix(cli): upload large file with openAPI api (#5246)
* fix(cli): upload large file with openAPI

* function name

* fix: use boolean false

* chore: version bump

* fix: package-lock version

---------

Co-authored-by: Jonathan Jogenfors <jonathan@jogenfors.se>
2023-11-21 21:09:19 +00:00
Alex af1113bf9e chore(cli): add version option (#5237)
* chore(cli): add version option

* chore: update build path

* fix: defer to package details for path to entrypoint

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-11-21 13:12:40 -06:00
renovate[bot] 55f7cf3ca9 chore(deps): update dependency typescript to v5.3.2 (#5236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 13:48:31 -05:00
renovate[bot] c72063280c chore(deps): update @immich/cli (#5235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 13:47:57 -05:00
renovate[bot] b06c2b786c chore(deps): update web (#4961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 13:46:07 -05:00
renovate[bot] c607615e41 fix(deps): update exiftool (#4988)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 13:45:22 -05:00
renovate[bot] 566471444f chore(deps): update dependency eslint-plugin-prettier to v5 (#5174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 13:31:50 -05:00
renovate[bot] bf82ce24e0 chore(deps): update dependency eslint-plugin-unicorn to v49 (#5178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 13:01:42 -05:00
renovate[bot] afd78652f2 fix(deps): update server (#5187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-21 12:59:41 -05:00
YFrendo 0f657da5a4 fix(server): override date via xmp (#5199)
* Fix

* open api

* Change to list and delete

* Bug fix

* Change name

* refactor: clean up code and add test

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-11-21 10:58:56 -06:00
Alex The Bot 55fa3234fd Version v1.88.2 v1.88.2 2023-11-21 16:09:18 +00:00
Alex f094ff2aa1 fix(server): album perf query (#5232)
* Revert "fix: album performances (#5224)"

This reverts commit c438e17954.

* Revert "fix: album sorting options (#5127)"

This reverts commit 725f30c494.
2023-11-21 10:07:49 -06:00
Alex Tran a13052e24c Revert "Version v1.88.2"
This reverts commit bc2c73e499.
2023-11-21 09:07:50 -06:00
Alex The Bot bc2c73e499 Version v1.88.2 2023-11-21 15:01:06 +00:00