This project is mirrored from https://github.com/immich-app/immich.
Pull mirroring updated .
- Jul 28, 2023
-
-
Alex The Bot authored
-
martin authored
-
cfitzw authored
-
Alex authored
-
Dmitry Brazhenko authored
* commit 1 (isPanorama: boolean) * working solution for projectiontypeenum * fix * format fix * fix * fix * fix * fix * enum projectiontype * working solution with exif * fix * reverted > * fix format * reverted auto-magic api.ts prettification * fix * reverted api.ts autogenerated * api ts regenerated * Update web/src/lib/components/assets/thumbnail/thumbnail.svelte Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> * Update web/src/lib/components/asset-viewer/asset-viewer.svelte Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> * exifProjectionType * Update server/src/microservices/processors/metadata-extraction.processor.ts Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> * projectionType?: string = ProjectionType.NONE; * not null * projectionType!: ProjectionType; * opeapi generator fix * fixes * fix * fix * generate api * asset.exifInifo?.projectionType * Update server/src/domain/asset/response-dto/exif-response.dto.ts Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * Update server/src/microservices/processors/metadata-extraction.processor.ts Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * enum -> varchar;projectiontypeenum->projectiontype * asset-viewer fixed prettiffier * @Column({}) single line * enum | string * make api * enum | string * enum | str fix * fix * chore: use string instead of enum * chore: open api * fix: checks --------- Co-authored-by: Sergey Kondrikov <sergey.kondrikov@gmail.com> Co-authored-by: Alex Tran <alex.tran1502@gmail.com> Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
-
martin authored
-
Dhrumil Shah authored
* WIP: Adding init support for offline-loading * WIP: found bug and fixed with offline browing adv setting * WIP: big some bugs with first login * WIP: static analysis fixes * PR: Removed setting for offline browing * PR: static analysis - remove imports * PR: Refactored user login state * PR: changed logger log level as it happens a lot * PR: change log var to _log * PR: addressing comments * WIP: bug fixes * WIP: static analysis on the logger variable
-
martin authored
* feat: propose to merge faced based on the name * responsive * drop down menu * add border * improvements * improvements * improvements * add comments * responsive * responsive * feat: use FullScreenModal * responsive * pr feeback * pr feeback * pr feeback * responsive * pr feeback * pr feeback * styling * fix test --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
-
- Jul 27, 2023
-
-
martin authored
* use FullScreenModal for ShowShortcuts * pr feeback
-
Alex The Bot authored
-
martin authored
* fix: people in shared assets * use empty array
-
- Jul 26, 2023
-
-
Jason Rasmussen authored
-
- Jul 25, 2023
-
-
martin authored
-
faupau authored
* set photoviewer 100% width, fixes transparent ede * remove unnecessary class * format fix --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
-
- Jul 24, 2023
-
-
martyfuhry authored
* Adds todayProvider to memory lane * Revert "Adds todayProvider to memory lane" This reverts commit 67ae58b513b310147dbeefd201d8f1be53624d65. * Invalidate memory provider on app resume
-
Mark Monteiro authored
* Remove unnecessary PG_DATA environement variable from docker-compose.yml There is no need to set the PostgreSQL data directory to the default location, it just adds an additional unnecessary line to the docker-compose file. In addition, the PG_DATA isn't even the correct environment variable name (it should be PGDATA, see: https://hub.docker.com/_/postgres/), so this environment variable was never doing anything to begin with. * Update docker-compose.dev.yml * Update docker-compose.prod.yml * Update docker-compose.test.yml
-
Alex authored
-
martin authored
* feat(web): show available shortcuts * pr feeback * feat: new shortcut for deselect * fix: remove new shortcut * responsive
-
Daniele Ricci authored
-
- Jul 23, 2023
-
-
Mark Monteiro authored
Add documentation for the environment variables that enable Docker secrets support Support for these variables was implemented in #1254 and #3282
-
Alex authored
-
Alex authored
-
Alex The Bot authored
-
Brian Di Palma authored
* Update backup-and-restore.md * Update backup-and-restore.md --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
-
Brian Di Palma authored
* Update _storage-template.md * Update _storage-template.md --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
-
Dhrumil Shah authored
* WIP: Show login fields/buttons based on server configuration * PR: change login disabled message to use translation * added localization string) * text --------- Co-authored-by: Alex Tran <Alex.Tran@conductix.com>
-
martin authored
* fix: hide faces * remove unused variable * fix: work even if one fails * better style for hidden people * add hide face in the menu dropdown * add buttons to toggle visibility for all faces * add server test * close modal with escape key * fix: explore page * improve show & hide faces modal * keep name on people card * simplify layout * sticky app bar in show-hide page * fix format --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
-
Alex Phillips authored
* added flag to support toggling read-only mode (read-only true by default), added sidecarPath to import request payload * removed default on --no-read-only to prevent confusion since true is the default
-
- Jul 22, 2023
-
-
Mert authored
-
shalong-tanwen authored
-
martyfuhry authored
-
martyfuhry authored
* Precaches images in memories * Fixes jumps and precaches images * refactors to move precacheAsset over to ImmichImage to keep logic in same place --------- Co-authored-by: Alex Tran <Alex.Tran@conductix.com>
-
Alex authored
* fix(server): merged faces cannot be recognized in new photos * fix: delete stale documents
-
martyfuhry authored
* image loading * Use gray box placeholder by default and fix odd spinner with normal spinner * Progress indicator is separate * Fixes loading for cached network image too --------- Co-authored-by: Alex Tran <Alex.Tran@conductix.com>
-
shalong-tanwen authored
* fix: Constraint CircularProgressIndicator in Memories * fix(mobile): Asset count reset when scroll cancelled midway in Memories
-
oddlama authored
and add missing dependency on typescript-eslint/parser
-
Simon Shields authored
* feat(server): Google Pixel motion photos Add support for motion photos taken on Pixel phones. They have the exif property 'MotionPhoto' set to 1, and an embedded mp4 file appended to the JPEG file. The implementation works like this: - on metadata extraction, if a live photo is detected, examine the metadata to determine where in the file the embedded MP4 is. - extract this MP4 and write it next to the JPEG. - link it using the existing mechanism for live photos. There is a "MotionPhotoPresentationTimestampUs" exif property, which we don't do anything with - I imagine that it refers to the timepoint in the video that the photo was taken at, but it probably warrants more investigation. * fix format * fix test --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
-
Alex authored
* fix(web): cannot upload file with uppercase extension * actual fix * remove console log
-
Alex authored
-
- Jul 21, 2023
-
-
oddlama authored
-