Juan Di Toro
|
43a0ab0b29
|
Merge branch 'develop' of git.lumeweb.com:LumeWeb/portal-dashboard into develop
|
2024-03-20 20:05:13 +01:00 |
Derrick Hammer
|
b3f0044723
|
refactor: use handleResponse on login
|
2024-03-20 13:43:51 -04:00 |
Derrick Hammer
|
729414c45a
|
refactor: add success notification on register, remove success from route form and auto login call
|
2024-03-20 13:42:21 -04:00 |
Derrick Hammer
|
6fbbe4975c
|
refactor: switch to using Authenticated and Navigate components
|
2024-03-20 13:26:41 -04:00 |
Derrick Hammer
|
33decc2e2d
|
Revert "fix: route redirection issue"
This reverts commit 9a8a7ee978 .
|
2024-03-20 13:19:53 -04:00 |
Derrick Hammer
|
081df029e0
|
refactor: de-duplicate code into handleResponse helper and add support for success notifications
|
2024-03-20 13:10:57 -04:00 |
Derrick Hammer
|
6bffca0524
|
dep: update portal-sdk
|
2024-03-20 13:10:21 -04:00 |
Derrick Hammer
|
5aa62f7d82
|
Merge pull request 'Refine Integration' (#13) from riobuenoDevelops/refine-integration into develop
Reviewed-on: #13
|
2024-03-19 23:50:54 +00:00 |
Juan Di Toro
|
65bf663b67
|
chore: dont break the app by throwing error just yet
|
2024-03-19 23:47:33 +01:00 |
Juan Di Toro
|
9a8a7ee978
|
fix: route redirection issue
|
2024-03-19 23:41:45 +01:00 |
Tania Gutierrez
|
dec1fd29f5
|
Merge branch 'develop' into riobuenoDevelops/refine-integration
|
2024-03-19 14:17:59 -04:00 |
Tania Gutierrez
|
d59130930f
|
fix: Fixed Dialog not reseting state
|
2024-03-19 14:13:37 -04:00 |
Tania Gutierrez
|
34e9009e96
|
fix: Added cancelMutation to toast
|
2024-03-19 11:38:42 -04:00 |
Derrick Hammer
|
8770e24639
|
fix: wrap page in Authenticated component
|
2024-03-19 11:10:02 -04:00 |
Juan Di Toro
|
c291434881
|
fix: wrong login schema
|
2024-03-19 15:40:12 +01:00 |
Derrick Hammer
|
847f7537a3
|
fix: don't validate as email
|
2024-03-19 10:27:55 -04:00 |
Derrick Hammer
|
02cd490700
|
fix: update password needs the correct data sent to the mutation
|
2024-03-19 10:25:44 -04:00 |
Derrick Hammer
|
1dae0ba771
|
refactor: have UpdatePasswordFormRequest extend UpdatePasswordFormTypes
|
2024-03-19 10:23:03 -04:00 |
Derrick Hammer
|
03b1d761f0
|
fix: use ChangePasswordSchema
|
2024-03-19 10:16:22 -04:00 |
Derrick Hammer
|
b65bd12c8a
|
feat: implement updatePassword
|
2024-03-19 10:12:13 -04:00 |
Derrick Hammer
|
8ca46c6f18
|
dep: update portal-sdk
|
2024-03-19 10:07:38 -04:00 |
Derrick Hammer
|
2dccaca132
|
fix: missing await
|
2024-03-19 09:12:21 -04:00 |
Derrick Hammer
|
3502732e76
|
fix: pass password to updateEmail
|
2024-03-19 08:59:10 -04:00 |
Derrick Hammer
|
ddf9a0ddea
|
feat: initial update email support
|
2024-03-19 08:54:10 -04:00 |
Derrick Hammer
|
9fed7a2643
|
dep: update portal-sdk
|
2024-03-19 08:53:49 -04:00 |
Derrick Hammer
|
ff5e5dec14
|
refactor: major refactor of the providers and resources to be more dynamic and flexible
|
2024-03-19 07:20:57 -04:00 |
Derrick Hammer
|
2e918e7802
|
refactor: we don't need to pass the endpoint, the sdk handles it
|
2024-03-19 07:18:52 -04:00 |
Derrick Hammer
|
482fd966cc
|
chore: remove unused property
|
2024-03-19 07:17:15 -04:00 |
Tania Gutierrez
|
37ad1d1dc9
|
feat: Added Dialog to Edit Avatar Card on Account View
|
2024-03-18 21:42:32 -04:00 |
Tania Gutierrez
|
add532aa51
|
feat: Added Notification provided and toast to verify email and recovery password
|
2024-03-18 21:41:53 -04:00 |
Derrick Hammer
|
1ff5f205b2
|
feat: add callback and emit to track hashing progress
|
2024-03-18 18:51:41 -04:00 |
Derrick Hammer
|
0a51f3e76d
|
dep: update portal-sdk
|
2024-03-18 18:42:53 -04:00 |
Derrick Hammer
|
c12c980b17
|
dep: update portal-sdk
|
2024-03-18 18:32:12 -04:00 |
Derrick Hammer
|
48f29a1338
|
refactor: set parallelUploads to 10
|
2024-03-18 18:20:24 -04:00 |
Derrick Hammer
|
9a9357bfc0
|
dep: update portal-sdk
|
2024-03-18 18:06:49 -04:00 |
Derrick Hammer
|
7293cb0b5a
|
refactor: switch to pulling the cookie from the account service after ping as ping now returns it in the response
|
2024-03-18 17:25:49 -04:00 |
Derrick Hammer
|
ba374a851c
|
dep: update portal-sdk
|
2024-03-18 17:23:38 -04:00 |
Derrick Hammer
|
d1e059fd71
|
fix: need to merge tus metadata to file meta
|
2024-03-18 16:48:29 -04:00 |
Derrick Hammer
|
90f14b63e5
|
build: add patch-package to package.json
|
2024-03-18 16:36:17 -04:00 |
Derrick Hammer
|
04c38429fd
|
fix: disable refine telemetry
|
2024-03-18 15:57:17 -04:00 |
Tania Gutierrez
|
43ac8560cb
|
Merge branch 'develop' into riobuenoDevelops/refine-integration
|
2024-03-18 15:52:14 -04:00 |
Tania Gutierrez
|
85615f53f5
|
fix: Added Row Skeletons with loading table data
|
2024-03-18 15:51:02 -04:00 |
Derrick Hammer
|
dc4f6f7e23
|
refactor: need to add an uppy pre-processor to configure the tus options per file, including the hashing
|
2024-03-18 15:32:47 -04:00 |
Derrick Hammer
|
043c9b8375
|
dep: update portal-sdk
|
2024-03-18 14:32:33 -04:00 |
Derrick Hammer
|
7f8310ea9c
|
debug: disable minify
|
2024-03-18 13:02:48 -04:00 |
Derrick Hammer
|
6794bb2a4a
|
dep: update portal-sdk
|
2024-03-18 13:02:22 -04:00 |
Derrick Hammer
|
7779f794e4
|
fix: bind handleUpload to current instance
|
2024-03-18 12:50:44 -04:00 |
Derrick Hammer
|
2402d3e076
|
fix: set auth token globally on sdk after login
|
2024-03-18 12:50:26 -04:00 |
Derrick Hammer
|
2140a63add
|
fix: put plugin logic inside setInputProps onChange
|
2024-03-18 12:37:22 -04:00 |
Derrick Hammer
|
756a505590
|
fix: uppy requires a type
|
2024-03-18 12:36:58 -04:00 |