1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00
Commit Graph

7535 Commits

Author SHA1 Message Date
354593a70d Improve TensorFlow docs (#1138)
* Improve grep

* Machine learning is optional

* Improved wording

* Clarify how to remove
2022-12-20 10:27:41 -06:00
38bf310eac Remove OAUTH setting from .env.example 2022-12-20 09:53:56 -06:00
1146e61821 Refer to the docs (#1136) 2022-12-20 09:51:22 -06:00
8ee7504c45 feat(mobile): autofill login form (#1128) 2022-12-20 09:10:31 -06:00
e824b55c20 Update post-installation.md 2022-12-20 09:09:26 -06:00
6d09cb6b6d Update docs and readme 2022-12-20 08:54:52 -06:00
2d2b9a2ac9 Update instructions for Unraid (#1131) 2022-12-19 23:00:16 -06:00
69661879eb Update openapi version 2022-12-19 13:56:25 -06:00
42e57547f7 Update readme and docs v1.39.0_61-dev 2022-12-19 13:34:44 -06:00
b88e24678b Up version for release 2022-12-19 12:27:07 -06:00
de69d0031e chore(server) Add job for storage migration (#1117) 2022-12-19 12:13:10 -06:00
8998a79ff9 Update translation 2022-12-18 06:13:37 -06:00
e116f17c43 feat(web) add user setting page (#1115)
* refactoring

* refactor

* fix naming

* Added animation

* add user setting page

* Add skeleton for user setting page

* styling

* styling

* Spelling
2022-12-17 16:08:18 -06:00
efa1781eb6 Date format change (#1113) 2022-12-17 15:24:26 -06:00
03e86ed147 chore(web) update SvelteKit to 1.0.0 (#1110) 2022-12-16 20:51:17 -06:00
c754c860fd feat(server) user-defined storage structure (#1098)
[Breaking] newly uploaded file will conform to the default structure of `{uploadLocation}/{userId}/year/year-month-day/filename.ext`
2022-12-16 14:26:12 -06:00
391d00bcb9 Fix typo and update notification wording (#1100) 2022-12-12 21:38:45 -06:00
d7297b567d Slovak and Czech language added (#1099)
* Added SK translate

* Added SK translate

* Added CZ translate
2022-12-12 16:46:11 -06:00
e9cebedb4a Up version mobile 2022-12-11 14:51:03 -06:00
2edbf64e69 fix(mobile) invalid date in exif cause timeline to crash (#1095) 2022-12-11 14:49:03 -06:00
1efcac0946 Pump Patch v1.38.2_60-dev 2022-12-11 14:25:51 -06:00
415550f16d fix(server): Allow access to assets in shared album owned by current user (#1094)
* fix(server): Allow access to assets in shared album owned by current user

* Fix sql query

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-12-11 14:24:06 -06:00
aa554a9e77 [Localizely] Translations update (#1091) 2022-12-11 06:53:40 -06:00
2876c7ff97 Fix(server) Microservice didn't trigger to remove user (#1090) v1.38.1_60-dev 2022-12-10 18:01:29 -06:00
651f56370a [Localizely] Translations update (#1089) 2022-12-10 15:15:06 -06:00
950adeebbf Update language list in localizely 2022-12-10 15:08:25 -06:00
4e33a52290 Update Localizely.yml 2022-12-10 15:04:37 -06:00
f2cc7c2873 Fix(server) fix cannot change user password from mobile app due to first and last name property don't get passed from the app 2022-12-10 10:36:41 -06:00
9c01ca1080 Added correct page title for admin sub pages v1.38.0_60-dev 2022-12-10 09:23:02 -06:00
09103dc981 Fixed upsert new DeviceInfo with null isAutoBackup property 2022-12-10 08:36:21 -06:00
f096910abc Fix release note 2022-12-09 21:54:58 -06:00
242165485d fix(server): unique email database constraint (#1082) 2022-12-09 21:16:25 -06:00
e6904ca884 api spec sync 2022-12-09 21:15:53 -06:00
5a792cc821 chore(docs): spelling (#1081) 2022-12-09 18:39:50 -05:00
0633eaf68c Pump 2022-12-09 15:19:22 -06:00
40afa3695a docs: server commands (#1079) 2022-12-09 14:54:19 -06:00
14889e7d85 fix(server): require local admin account (#1070) 2022-12-09 14:53:11 -06:00
3bb103c6b6 fix(server): link 'immich' (#1080) 2022-12-09 14:52:56 -06:00
5e680551b9 feat(server,web): migrate oauth settings from env to system config (#1061) 2022-12-09 14:51:42 -06:00
cefdd86b7f refactor(server): device info service (#1071)
* refactor(server): device info service

* use upsertDeviceInfo in mobile app

* fix: return types and dedupe code

Co-authored-by: Fynn Petersen-Frey <zoodyy@users.noreply.github.com>
2022-12-08 09:57:07 -06:00
b8e26a2112 unraid guide no longer external (#1074)
Co-authored-by: Matt Farrell <mfarrell@squareup.com>
2022-12-08 09:54:06 -06:00
58a149990d refactor(server): server version logging (#1073)
* refactor(server): server version logging

* chore: server => microservices
2022-12-08 09:53:18 -06:00
c23b2479f7 feat(mobile): configurable background backup delay (#1068)
let's the user configure how much to delay the trigger for running the backup whenever assets are changed on the device
2022-12-08 09:51:36 -06:00
a97b761eda Add generated openapi docs to website (#1067)
* Add generated openapi docs to website

* Uppercase API link in navbar

* fix(docs): open api empty summary (#1069)

* feat(docs): Use /docs/api path for swagger docs

* Sync api version to be the same as the server

* Update version

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-12-07 21:57:34 -06:00
1adf8ff6b6 chore(web) Update SvelteKit (#1066)
* Update sveltekit

* Update sveltekit

* Update correct preloading attribute
2022-12-06 18:08:08 -06:00
b5a5363a6a Fixed openapi generation command for mobile 2022-12-06 16:10:04 -06:00
f91bdc2785 fix(server) added TagResponseDto for TagController (#1065)
* fix(server) added TagResponseDto for TagController

* Added userId to DTO
2022-12-06 15:46:13 -06:00
db34f2f7fd fix(server) fix correct MIME type for Nikon NEF (#1060) 2022-12-05 12:05:02 -06:00
5de8ea162d feat(server) Tagging system (#1046) 2022-12-05 11:56:44 -06:00
6e2763b72c Fix plural 2022-12-05 10:52:21 -06:00