Jason Rasmussen
6974d4068b
feat(server): mobile oauth with custom scheme redirect uri ( #1204 )
...
* feat(server): support providers without support for custom schemas
* chore: unit tests
* chore: test mobile override
* chore: add details to the docs
2022-12-29 14:47:30 -06:00
otbutz
0b65bb7e9a
Fix nginx signaling ( #1207 )
2022-12-29 08:47:25 -06:00
Alex
1eb9ac8217
fix(server) Cannot change first time password due to null in first and last name payload ( #1205 )
...
* fix(server) Cannot change first time password due to null in first and last name payload
* Added error message for form on the web
2022-12-28 21:07:04 -06:00
Kuljit Uppal
7810dd1942
chore(docs) Add link to releases ( #1195 )
...
Include link to Github releases page in updating instructions.
2022-12-28 09:49:34 -06:00
Damián
eeb0456356
Fixed translations and added missing ( #1201 )
...
Fixed some wrong translations and finished adding the missing ones.
2022-12-28 08:47:10 -06:00
Jason Rasmussen
c032cfd99e
chore(server): fix unit test ( #1194 )
2022-12-27 20:29:58 -06:00
Alex Tran
4545249fa3
Update docs and readme
2022-12-27 14:28:25 -06:00
Jason Rasmussen
380f719fd8
feat(server,web): update email address ( #1186 )
...
* feat: change email
* test: change email
2022-12-27 10:36:31 -06:00
Alex
fdf51a8855
chore(server) Increase cache-control time ( #1189 )
...
* chore(server) Increase cache-control time
* Update version for openapi
2022-12-27 10:13:44 -06:00
Alex Tran
2d326f47ec
add patch note
2022-12-27 10:03:08 -06:00
Alex Tran
9c38cc42f6
Up version for release
2022-12-27 09:53:04 -06:00
Jason Rasmussen
c27c89a680
feat(server): extend jwt expiration ( #1187 )
2022-12-27 09:42:01 -06:00
Jason Rasmussen
4e860b024b
refactor(server): drop salt column ( #1185 )
2022-12-26 23:03:14 -05:00
Jason Rasmussen
0c896d9e59
test(server): change password ( #1177 )
2022-12-26 16:36:06 -06:00
Lukas H
4f8bc641bd
Fixed minor typo ( #1181 )
...
Changed "Albums to be backup" to "Albums to be backed up"
2022-12-26 16:31:00 -06:00
Lukas H
e0a6119bb7
Fixed minor typo ( #1178 )
...
Changed "Note that some asset does not have any object detected..." to "Note that some assets may not have any objects detected..."
2022-12-26 12:32:23 -06:00
Jason Rasmussen
7dc12dea1e
feat(web,server): link/unlink oauth account ( #1154 )
...
* feat(web,server): link/unlink oauth account
* chore: linting
* fix: broken oauth callback
* fix: user core bugs
* fix: tests
* fix: use user response
* chore: update docs
* feat: prevent the same oauth account from being linked twice
* chore: mock logger
2022-12-26 09:35:52 -06:00
Alex
ab0a3690f3
fix/mobile notification android 13 ( #1175 )
...
* fix(mobile) runtime notification permission rule Android 13
* Format
2022-12-25 22:47:54 -06:00
Jaime Baez
20c5578470
Make user business logic reusable ( #1114 )
...
- Refactor user business logic from `user.service` into `user.domain`
Make user business logic reusable by using `user.domain` from other services than `user.service`
- Add `jest-when` lib to make testing easier and use it in `userService`
Using when helps from coupling tests to order of mock implementations execution
- Move all user business logic from user-repository to user.service
- Fix user.service tests not awaiting promises leaking state between tests
- Presentation logic for `getUserProfileImage` moved from UserService to UserController
- Fix `user.e2e` test logic. Pending fixing the configuration of the test itself
2022-12-23 21:08:50 +01:00
Alex
bf921a41f9
fix(deployment) suppress warning of empty environment varialbe ( #1168 )
2022-12-22 21:51:47 -06:00
Alex Tran
ab56ab9b27
Added log for unsupported Mime type
2022-12-22 21:24:28 -06:00
Alex
d3bc92c3f8
fix(mobile) Disable autocorrection on endpoint URL ( #1166 )
2022-12-22 14:29:48 -06:00
Alex
2459eabb05
feat(mobile) delete button in detail viewer ( #1165 )
2022-12-22 14:10:21 -06:00
Alex
f25809befb
feat(web) using template filename for downloaded file ( #1164 )
...
* feat(web) using template filename for downloaded file
* remove deadcode
2022-12-22 13:29:51 -06:00
Alex Tran
443182c879
Update font size of landing page on mobile
2022-12-22 11:12:37 -06:00
Alex
452bd04272
chore(docs) revamp landing page ( #1161 )
...
* Added tailwind
* Finished styling
2022-12-22 10:31:31 -06:00
Jason Rasmussen
da9c961fca
chore(docs): FAQs, geocoding, jobs, search, and user settings ( #1160 )
2022-12-22 10:31:17 -06:00
Jason Rasmussen
feaf21373a
chore(docs): fix build errors ( #1156 )
2022-12-21 15:33:18 -06:00
Jason Rasmussen
752b267399
chore(docs): refactor pages ( #1144 )
...
* chore(docs): refactor pages
* fix: links
* fix: broken link
* refactor: post install steps using partials
2022-12-21 15:01:50 -06:00
Jason Rasmussen
7966c925ea
fix: increase oauth timeout ( #1155 )
2022-12-21 14:44:28 -06:00
Jason Rasmussen
832692c8af
chore(web): linting ( #1152 )
2022-12-21 09:35:59 -06:00
Jason Rasmussen
14db7a09e3
feat(web): user profile ( #1148 )
...
* fix: allow updateUser for admin account
* feat: update user first/last name
* feat(web): change password
2022-12-21 08:43:35 -06:00
Alex Tran
723a7c563f
Minor styling improvement
2022-12-20 22:00:47 -06:00
Jason Rasmussen
21d6874e54
fix(server) utf8 original filename ( #1147 )
2022-12-20 21:46:57 -06:00
bt90
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
Alex
38bf310eac
Remove OAUTH setting from .env.example
2022-12-20 09:53:56 -06:00
bt90
1146e61821
Refer to the docs ( #1136 )
2022-12-20 09:51:22 -06:00
Enrico Brambilla
8ee7504c45
feat(mobile): autofill login form ( #1128 )
2022-12-20 09:10:31 -06:00
Alex
e824b55c20
Update post-installation.md
2022-12-20 09:09:26 -06:00
Alex
6d09cb6b6d
Update docs and readme
2022-12-20 08:54:52 -06:00
Matt Farrell
2d2b9a2ac9
Update instructions for Unraid ( #1131 )
2022-12-19 23:00:16 -06:00
Alex Tran
69661879eb
Update openapi version
2022-12-19 13:56:25 -06:00
Alex
42e57547f7
Update readme and docs
2022-12-19 13:34:44 -06:00
Alex
b88e24678b
Up version for release
2022-12-19 12:27:07 -06:00
Alex
de69d0031e
chore(server) Add job for storage migration ( #1117 )
2022-12-19 12:13:10 -06:00
Alex
8998a79ff9
Update translation
2022-12-18 06:13:37 -06:00
Alex
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
Peter Bašista
efa1781eb6
Date format change ( #1113 )
2022-12-17 15:24:26 -06:00
Alex
03e86ed147
chore(web) update SvelteKit to 1.0.0 ( #1110 )
2022-12-16 20:51:17 -06:00
Alex
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