Cong Hoang Nguyen
391d00bcb9
Fix typo and update notification wording ( #1100 )
2022-12-12 21:38:45 -06:00
Peter Bašista
d7297b567d
Slovak and Czech language added ( #1099 )
...
* Added SK translate
* Added SK translate
* Added CZ translate
2022-12-12 16:46:11 -06:00
Alex
e9cebedb4a
Up version mobile
2022-12-11 14:51:03 -06:00
Alex
2edbf64e69
fix(mobile) invalid date in exif cause timeline to crash ( #1095 )
2022-12-11 14:49:03 -06:00
Alex Tran
1efcac0946
Pump Patch
2022-12-11 14:25:51 -06:00
Matthias Rupp
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
Alex
aa554a9e77
[Localizely] Translations update ( #1091 )
2022-12-11 06:53:40 -06:00
Alex
2876c7ff97
Fix(server) Microservice didn't trigger to remove user ( #1090 )
2022-12-10 18:01:29 -06:00
Alex
651f56370a
[Localizely] Translations update ( #1089 )
2022-12-10 15:15:06 -06:00
Alex Tran
950adeebbf
Update language list in localizely
2022-12-10 15:08:25 -06:00
Alex Tran
4e33a52290
Update Localizely.yml
2022-12-10 15:04:37 -06:00
Alex Tran
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
Alex Tran
9c01ca1080
Added correct page title for admin sub pages
2022-12-10 09:23:02 -06:00
Alex Tran
09103dc981
Fixed upsert new DeviceInfo with null isAutoBackup property
2022-12-10 08:36:21 -06:00
Alex Tran
f096910abc
Fix release note
2022-12-09 21:54:58 -06:00
Jason Rasmussen
242165485d
fix(server): unique email database constraint ( #1082 )
2022-12-09 21:16:25 -06:00
Alex Tran
e6904ca884
api spec sync
2022-12-09 21:15:53 -06:00
Jason Rasmussen
5a792cc821
chore(docs): spelling ( #1081 )
2022-12-09 18:39:50 -05:00
Alex
0633eaf68c
Pump
2022-12-09 15:19:22 -06:00
Jason Rasmussen
40afa3695a
docs: server commands ( #1079 )
2022-12-09 14:54:19 -06:00
Jason Rasmussen
14889e7d85
fix(server): require local admin account ( #1070 )
2022-12-09 14:53:11 -06:00
Jason Rasmussen
3bb103c6b6
fix(server): link 'immich' ( #1080 )
2022-12-09 14:52:56 -06:00
Jason Rasmussen
5e680551b9
feat(server,web): migrate oauth settings from env to system config ( #1061 )
2022-12-09 14:51:42 -06:00
Jason Rasmussen
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
Matt
b8e26a2112
unraid guide no longer external ( #1074 )
...
Co-authored-by: Matt Farrell <mfarrell@squareup.com>
2022-12-08 09:54:06 -06:00
Jason Rasmussen
58a149990d
refactor(server): server version logging ( #1073 )
...
* refactor(server): server version logging
* chore: server => microservices
2022-12-08 09:53:18 -06:00
Fynn Petersen-Frey
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
bo0tzz
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
Alex
1adf8ff6b6
chore(web) Update SvelteKit ( #1066 )
...
* Update sveltekit
* Update sveltekit
* Update correct preloading attribute
2022-12-06 18:08:08 -06:00
Alex Tran
b5a5363a6a
Fixed openapi generation command for mobile
2022-12-06 16:10:04 -06:00
Alex
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
Alex
db34f2f7fd
fix(server) fix correct MIME type for Nikon NEF ( #1060 )
2022-12-05 12:05:02 -06:00
Alex
5de8ea162d
feat(server) Tagging system ( #1046 )
2022-12-05 11:56:44 -06:00
Alex
6e2763b72c
Fix plural
2022-12-05 10:52:21 -06:00
Alex
966d99217a
fix(web) fix test ( #1059 )
2022-12-04 22:51:22 -06:00
Alex
5d140145c1
Update README.md
2022-12-04 17:15:41 -06:00
Alex
fcf3b0b672
Update README_zh_CN.md
...
Add information about community maintained readme
2022-12-04 17:15:14 -06:00
Matthias Rupp
e8bbad6772
feat(server): Per user asset access control ( #993 )
...
* Limit asset access to owner
* Check public albums for asset
* Clean up
* Fix test
* Rename repository method
* Simplify control flow
* Revert "Simplify control flow"
This reverts commit 7bc3cbf687
.
* Revert Makefile change
2022-12-04 11:42:36 -06:00
Kiel Hurley
5f2b75997f
feat(web): Localize dates and numbers ( #1056 )
2022-12-04 09:35:20 -06:00
chen3stones
426ce77f1c
chore(): add Chinese README file ( #1058 )
...
Co-authored-by: chen3stones <chen3stones@outlook.com>
2022-12-03 22:03:29 -06:00
Fynn Petersen-Frey
83c7434eb5
feat(mobile): enable zoom of preview images & reuse cached thumbnails ( #1049 )
2022-12-03 21:59:39 -06:00
Jason Rasmussen
99854e90be
feat(server): link via profile.sub ( #1055 )
2022-12-03 21:59:24 -06:00
Fynn Petersen-Frey
424b11cf50
feat(mobile): configure detail viewer asset loading ( #1044 )
2022-12-02 14:55:10 -06:00
Alex Tran
da87b1256c
Release mobile hotfix
2022-12-01 23:16:22 -06:00
Alex
a3971543b5
fix(mobile): Start up from splash screen does not trigger foreground backup ( #1042 )
2022-12-01 09:20:53 -06:00
Alex
a384798779
Up version for release
2022-11-30 11:18:06 -06:00
Alex
d31eddf32f
chore(mobile) Improve mobile UI ( #1038 )
2022-11-30 10:58:07 -06:00
Fynn Petersen-Frey
1068c4ad23
feat(server,web): activate ETags for all API endpoints and asset serving ( #1031 )
...
This greatly reduces the network traffic by app/web.
2022-11-29 15:45:47 -06:00
Alex
cbc979263e
chore(mobile): Improve readability of logs page ( #1033 )
2022-11-28 14:14:22 -06:00
Fynn Petersen-Frey
765181bbc0
chore(mobile): improve CSV log export ( #1032 )
2022-11-28 10:17:27 -06:00