Commit Graph

806 Commits

Author SHA1 Message Date
Alex Tran 78932f3483 fix web 2023-11-28 23:10:43 -06:00
Alex Tran e24af0d512 merge main 2023-11-28 22:53:39 -06:00
Jason Rasmussen d4b3fb942f feat(web): job concurrency order (#5386) 2023-11-29 04:24:20 +00:00
Jason Rasmussen 9483c456d4 fix(web): storage decimals (#5363) 2023-11-28 15:50:23 -05:00
Emanuel Bennici 5781ae9d82 feat(web): Lazy load thumbnails on the people page (#5356)
* feat(web): Lazy load thumbnails on the people page

Instead of loading all people thumbnails at once, only the first few
should be loaded eagerly.
This reduces the load on client and server side.

* chore: change name

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-28 20:23:27 +00:00
Jason Rasmussen 4d727708e2 chore(web): curly braces (#5362) 2023-11-28 14:16:27 -06:00
yannfrendo 844d6800fc Update timeline 2023-11-28 17:43:56 +01:00
Jason Rasmussen ebd64ded62 feat(web): prefer higher GiB values (#5340) 2023-11-27 12:40:29 -06:00
Jason Rasmussen 3992119e32 fix(deps): prettier 3 (#5336) 2023-11-27 11:42:04 -05:00
martin 034b308ddc feat(web): search names when merging faces (#5209)
* feat: search names when merging faces

* fix: reactive

* styling

* small stlying

* remove unused variable

* fix: reactive

* feat: reset

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-26 12:58:09 -06:00
martin 3aa2927dae fix(web): sorting options for albums (#5233)
* fix: albums

* pr feedback

* fix: current behavior

* rename

* fix: album metadatas

* fix: tests

* fix: e2e test

* simplify

* fix: cover shared links

* rename function

* merge main

* merge main

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-26 15:23:43 +00:00
Zack Pollard 698226634e feat: postgres reverse geocoding (#5301)
* feat: add system metadata repository for storing key values for internal usage

* feat: add database entities for geodata

* feat: move reverse geocoding from local-reverse-geocoder to postgresql

* infra: disable synchronization for geodata_places table until typeorm supports earth column

* feat: remove cities override config as we will default all instances to cities500 now

* test: e2e tests don't clear geodata tables on reset
2023-11-25 18:53:30 +00:00
shenlong 0108211c0f refactor: deprecate getUserAssetsByDeviceId (#5273)
* refactor: deprecated getUserAssetsByDeviceId

* prevent breaking changes

* chore: add deprecation

* prevent breaking changes

* prevent breaking changes

---------

Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-25 15:46:20 +00: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
yannfrendo d1b96967ee Update metadata visualisation through the websocket 2023-11-24 11:34:33 +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
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
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 a4cf62f918 feat: simplify web code 2023-11-21 23:52:15 -05:00
Jason Rasmussen b8a9cbc659 chore: rebase and clean-up 2023-11-21 21:16:40 -05:00
Alex The Bot 55fa3234fd Version 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
Alex Tran 69e0db56b3 Merge branch 'main' of github.com:immich-app/immich 2023-11-20 21:20:51 -06:00
Alex Tran e8bf498236 fix(web): non-null error 2023-11-20 21:19:37 -06:00
Alex The Bot 9cf40afaf0 Version v1.88.1 2023-11-21 03:00:19 +00:00
Alex 28a15365d6 fix(web): search returns all value (#5210) 2023-11-20 20:58:22 -06:00
Alex d49b353c49 fix(web): Fix year label calculation (#5211)
* fix(web): revert, fix year label overlapse

* not too bold

* fix
2023-11-20 20:58:05 -06:00
Alex The Bot 0f596e278c Version v1.88.0 2023-11-20 20:47:37 +00:00
Alex 1fbbb5a236 chore(web): album thumbnail size (#5196) 2023-11-20 13:22:35 -06:00
martin 725f30c494 fix: album sorting options (#5127)
* fix: album sort options

* fix: don't load assets

* pr feedback

* fix: albumStub

* fix(web): album shared without assets

* fix: tests

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-20 13:01:21 -06:00
Alex 94c8fe1098 chore(web): small font size improvement (#5190) 2023-11-20 11:23:47 -06:00
Alex f5d73b0499 feat(web): new fonts (#5165)
* feat(web): new fonts

* remove old fonts and make default font size larger

* fine tunning
2023-11-19 21:06:16 -06:00
Guillermo bfab86b70d fix(web): improve year label position (#5141) 2023-11-19 09:31:06 -06:00
Jason Rasmussen adae5dd758 feat(web)!: SPA (#5069)
* feat(web): SPA

* chore: remove unnecessary prune

* feat(web): merge with immich-server

* Correct method name

* fix: bugs, docs, workflows, etc.

* chore: keep dockerignore for dev

* chore: remove license

* fix: expose 2283

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-11-17 22:13:36 -06:00
Alex 5118d261ab chore(web): remove deprecation message (#5115)
* chore(web): remove deprecation message

* keep the slot
2023-11-17 22:13:23 -06:00
Alex The Bot ec51a9f6d6 Version v1.87.0 2023-11-18 02:58:26 +00:00
Jason Rasmussen 9b2ac6aaca feat(server): decomissioned warning (#5113) 2023-11-17 20:31:34 -06:00
davidacampos 47a4984a56 feat(web): add (lower) thumbnail resolution options (#5107)
* Added extra lower resolution options for thumbnails

Added 200p and 720p as options for small and large thumbnails resolutions respectively.

* Also included 1080p in large thumbnails resolution options
2023-11-17 20:25:35 +00:00
Jason Rasmussen 82f12b8ee6 chore(server): remove import file endpoint (#5093)
* chore(server): remove import file endpoint

* chore: open api
2023-11-17 05:44:59 +00:00
Jason Rasmussen c7b3039a1a chore(server): remove asset search endpoint (#5094)
* chore(server): remove unused search endpoint

* chore: open api
2023-11-16 22:24:31 -06:00