1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00
Commit Graph

549 Commits

Author SHA1 Message Date
2094204877 Up version for release 2022-10-04 15:29:37 -05:00
ab375cca1a Up Version for release 2022-10-04 15:21:58 -05:00
479f706f8a fix(mobile): Fix error parsing datetime prevent the timeline to be displayed (#784) 2022-10-04 15:19:29 -05:00
4342285507 Updated jpeg thumbnail path (#780) 2022-10-04 09:46:06 -05:00
8bb656cb17 add docker volumes to services (#766)
* add docker volumes to services

this change adds the volume definitions for
/usr/src/app/upload
/usr/src/app/.reverse-geocoding-dump

to the `immich-server` docker-compose files
as /usr/src/app/upload should always be a volume for the containers
I also added it to the `Dockerfile`

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>

* remove geocoding-dump volume from docker-compose

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
2022-10-01 16:01:27 -05:00
3f1f835df3 Update readme for beta release invitation links 2022-09-29 15:13:18 -05:00
87ca031335 Fix bug with missing year and add date to drag handle (#761) 2022-09-29 10:19:55 -05:00
96b9e37461 Up version for release v1.30.0_46-dev 2022-09-28 16:28:14 -05:00
0d3a2fe844 Added generated geocoding files to gitignore 2022-09-28 15:44:43 -05:00
848781aef5 Provide a sensible dumpDirectory for the local-reverse-geocoder module (#759)
Fixes #758
2022-09-28 15:43:34 -05:00
28bf497a0b feat(mobile): Improve timeline performance on mobile - experimental (#710) 2022-09-28 11:30:38 -05:00
8ede738396 Up mobile version 2022-09-28 06:22:12 -05:00
40c2b6a563 Update readme v1.29.6_45-dev 2022-09-28 05:59:23 -05:00
3581cf7305 Pump server version v1.29.6_44-dev 2022-09-28 05:53:50 -05:00
c33775b944 feat(server): missing exif extract nightly task (#754)
* fix: nightly reverse geocoding task checking for mapbox

* refactor: remove file size from image processor and queue data

* feat: add missing exif nightly job

* Remove filesize requirement in assetUploadedProcessorName queue insertion

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-09-28 05:41:50 -05:00
b0cd2522e0 feat(server): support .NEF file (#746) 2022-09-23 19:09:45 -05:00
c3979f6e31 fix(machine-learning) Remove unsused database config (#745) 2022-09-23 19:00:47 -05:00
103df4d9f3 fix(web) navigating forward button get in the way of video control bar (#744)
* fix(web) navigating forward button get in the way of video control bar

* Remove unsued style
2022-09-23 18:22:06 -05:00
040e02cfc5 fix(server): handle missing reverse geocoding admin zones (#742) 2022-09-23 10:14:42 -05:00
f377b64065 feat(server) Remove mapbox and use local reverse geocoding (#738)
* feat: local reverse geocoding implementation, removes mapbox

* Disable non-null tslintrule

* Disable non-null tslintrule

* Remove tsignore

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-09-22 21:50:05 -05:00
e5459b68ff fix(server,web,mobile): Incorrectly record and show timestamp and time zone of the asset (#706)
Implemented a mechanism to extract the correct time zone from the GPS coordinate if presented in the file's EXIF, and to convert the timestamp to the correct UTC time so that the time will show correctly based on the mobile/web local time zone.
2022-09-22 15:58:17 -05:00
fc194021a4 Pump server version v1.29.5_44-dev 2022-09-22 11:38:50 -05:00
39f8ca3bf1 Only run scheduled geocoding task once per day (#730) 2022-09-21 07:17:59 -05:00
7a807f7216 Update README.md 2022-09-19 16:04:22 -05:00
bedfb51b1c Add demo URL 2022-09-19 16:00:51 -05:00
b2afb95c19 Create codeql-analysis.yml 2022-09-19 14:03:49 -05:00
10239161fd fix(mobile): app crash when there is no object detection result on search page (#725)
* fix(mobile): app crash when there is no data for object detection

* Up version for release

* Up version for release
v1.29.4_44-dev
2022-09-19 11:03:51 -05:00
242f10952d fix(server): query only image (#724) v1.29.3_43-dev 2022-09-19 10:48:44 -05:00
e997bd371b Up server version v1.29.2_43-dev 2022-09-18 21:44:55 -05:00
400167f4ef fix(server): sanitization error that crash the server (#721) 2022-09-18 21:44:13 -05:00
572f6d833d Up mobile version and update deprecated api v1.29.1_43-dev 2022-09-18 16:11:30 -05:00
2e06be5155 Up mobile version and update deprecated api 2022-09-18 16:11:24 -05:00
62121470a8 Up server version 2022-09-18 15:37:10 -05:00
e3ccc3ee6b feat(server): sanitized path for asset creation process to avoid security risk (#717)
* feat(server): sanitized path for asset creation process to avoid security risk

* Sanitize resize path
2022-09-18 15:16:53 -05:00
ece94f6bdc fix(server): correct user permission to update user info (#716) 2022-09-18 09:27:06 -05:00
03fc0703c0 Create SECURITY.md (#712) 2022-09-17 13:07:12 -05:00
0d13b25f56 feat(web): Update to latest version of SvelteKit (#705) 2022-09-16 23:13:22 -05:00
75c2067836 feat(web) Remove fetching fonts from GoogleFonts (#703) 2022-09-16 17:23:31 -05:00
824da6a07b Up server version 2022-09-16 16:55:04 -05:00
2c2ea24dc4 test(web) Add tests for asset repository (#680)
* Added back tests for asset repository

* Added more tests

* Added asset count test
2022-09-16 16:47:45 -05:00
47b73a5b64 fix(mobile): Fixed iOS 16 overflow cache and memory leaked in gallery viewer. (#700) 2022-09-16 16:46:23 -05:00
6b3f8e548d Merge pull request #699 from JaCoB1123/patch-1
Fix spelling of Proxmox in Readme
2022-09-15 23:07:00 +02:00
0ea483f901 Fix spelling of Proxmox in Readme 2022-09-15 23:05:15 +02:00
97aed8ef23 fix(nginx): revert nginx image to support arm/v7 (#692) v1.29.0_42-dev 2022-09-14 13:36:29 -05:00
0ee3fe9157 Update install.sh to use latest released tag 2022-09-14 11:07:37 -05:00
434770155f Up version for release 2022-09-14 10:27:34 -05:00
7e8bf94543 fix/cache read write error ios16 (#691)
* Fix(mobile) cache read/write issue, cannot load image on ios16

* Update
2022-09-14 10:18:25 -05:00
8d8944705c Merge pull request #690 from beune/fix-typo
Fix typo
2022-09-14 13:16:47 +01:00
7c9c1a5169 Fix typo 2022-09-14 13:53:34 +02:00
1a6c16d8ea breaking(setup): use non-root image for immich-proxy (#651)
* feat(nginx): use non-root container for immich-proxy

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>

* re-add test env

* feat(nginx): add correct port for staging

* add the new port to the default docker-compose.yml

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
2022-09-13 21:50:10 -05:00