Commit Graph

74 Commits

Author SHA1 Message Date
Nancy Butler b5b31a5dba catch cluster not found errors 2021-08-20 12:33:53 -07:00
Vincent Fiduccia 10cc32e487
Only reload on version upgrades in prod 2021-08-11 23:24:06 -07:00
Vincent Fiduccia 095c8ceea9
Set ember redirect cookie when loading vue 2021-08-09 22:09:04 -07:00
Vincent Fiduccia 840e9127d9
Watch server version, subscribe fixes 2021-08-09 19:01:03 -07:00
Richard Cox a2f298b956 update default admin password message
# Conflicts:
#	assets/translations/en-us.yaml
2021-07-07 17:17:44 +01:00
Richard Cox 80d07c7113 Tweaks/Fixes
- Use new newUserSetPassword string
- Removed unused USERNAME query param definition
- Tidied up some boolean logic, removed need for lodash fn
- Fixed issue where if a user didn't reset their password (for example due to page refresh) they were stuck in a loop until session times out
- During these tweaks i broke some of the original logic, so fixed. Some of the changes are just different ways of doing the same thing given changes above

Unrelated to PR but whilst in the area...
- Ensure value of mustChangePassword is correct when editing a user
- Added error handling to step 1 of setup
- Setup password text suggests using random password, so start with that selected
- vertical position won't jiggle on toggling password type
2021-07-06 15:09:34 +01:00
Westly Wright 999a0bff25
Update auth-setup page to handle resetting user password
rancher/dashboard#3143
2021-06-28 09:02:25 -07:00
Neil MacDougall b0cbc417b1 SSR fixes 2021-06-16 13:40:01 +01:00
Neil MacDougall f1468f7959 Fix back button nav issue 2021-06-11 16:46:59 +01:00
Neil MacDougall 9694dd559b WIP 2021-06-10 11:42:55 +01:00
Vincent Fiduccia 0fa3ce8ca4
Merge pull request #3166 from richard-cox/fix-partial-settings
Fix missing settings on log on
2021-06-04 09:12:18 -07:00
Richard Cox 2ac9c356d8 Fix missing settings on log on
- only affected unauthed world where partial settings list was fetched
2021-06-04 14:58:07 +01:00
Vincent Fiduccia 4f78aad2ad
Cluster templates 2021-06-04 01:45:47 -07:00
Vincent Fiduccia c3cd7ccdc8
Fix setup flow with old settings api 2021-05-21 02:59:41 -07:00
Vincent Fiduccia d12079875a
/v3/settings to /v1/management.cattle.io.setting
- /v3 doesn't exist if multi-cluster-management is disabled
- Use /v1/management.cattle.io.settings everywhere instead of /v3
- It now returns the public set of settings if retrieve with no auth, so
  the store needs to remember that even though we loaded "all" of them
that wasn't really ALL of them so that the full list gets loaded after
auth.
- Use new x-api-cattle-auth header to determine authentication state if present
- Use SETTINGS.* constants consistently
- `brand` -> `ui-brand` for consistency
- `eula-accepted=true` -> `eula-agreed=<timestamp>` to match Ember
2021-05-20 16:48:45 -07:00
Vincent Fiduccia f95f4e802a
RKE2 backup & restore 2021-05-19 17:19:46 -07:00
Nancy Butler 65f447599c handle incorrect default admin pass 2021-05-13 09:50:56 -07:00
Nancy Butler 2d2621c400 linting 2021-05-13 09:49:27 -07:00
Nancy Butler 05bdca9ff0 initial setup flow 2021-05-13 09:48:45 -07:00
Neil MacDougall 489bfdd4ef Remove WIP code 2021-05-05 11:33:05 +01:00
Neil MacDougall 002536c2b4 TIdy ups and remove some hacks 2021-05-05 11:33:03 +01:00
Neil MacDougall 8172b17e13 Address merge issues 2021-05-05 11:32:48 +01:00
Neil MacDougall deacdf6b7c Latest changes 2021-05-05 11:32:32 +01:00
Neil MacDougall 06501b5459 Remove WIP code 2021-05-05 11:20:06 +01:00
Neil MacDougall 47f86b9e1d TIdy ups and remove some hacks 2021-05-05 11:20:06 +01:00
Neil MacDougall 6427754168 Address merge issues 2021-05-05 11:20:06 +01:00
Neil MacDougall 7f53e97033 Latest changes 2021-05-05 11:20:06 +01:00
Vincent Fiduccia 8f6852a847
More login to dashboard 2021-04-20 14:42:22 -07:00
Vincent Fiduccia 8adcafc7bb
Support standalone steve 2021-03-02 15:44:24 -07:00
Nancy Butler c009ed0bcb oauth 2021-01-29 12:16:52 -07:00
Vincent Fiduccia 1f0ae239ce
Timed out flag on logout 2020-12-07 18:53:01 -07:00
Vincent Fiduccia a29f6a3f88
Revert "Catch requests for route outside of base url earlier"
This reverts commit e7e4836df0.
2020-11-03 12:08:23 -07:00
Vincent Fiduccia e7e4836df0
Catch requests for route outside of base url earlier 2020-11-03 11:49:48 -07:00
Vincent Fiduccia d804f73905
Don't use redirect on client side auth error 2020-09-29 02:57:56 -07:00
Vincent Fiduccia e974816072
Show error if creating with YAML and no namespace on namespaced type 2020-09-28 03:41:25 -07:00
Vincent Fiduccia f23f9aa818
Show server and dashboard version in footer 2020-08-26 14:17:30 -07:00
Vincent Fiduccia 11af4a54b2
Basic questions support 2020-08-21 03:17:28 -07:00
Vincent Fiduccia 3a5fbc1de3
Apps, bugs 2020-07-27 19:11:23 -07:00
Vincent Fiduccia 75c3e9104e
More dynamic products, MCM 2020-07-15 00:11:51 -07:00
Vincent Fiduccia ba5fba343d
Product switcher 2020-07-10 11:26:00 -07:00
Vincent Fiduccia 174b39b982
Define products 2020-07-10 11:25:45 -07:00
Vincent Fiduccia 78ca12cd50
Kubectl shell 2020-06-16 16:42:20 -07:00
Vincent Fiduccia dad04cb9e3
Standalone Steve /v1/clusters support 2020-06-09 19:14:36 -07:00
Cody Jackson 00476e5cb9 Enabling no-console rule for eslint
This will automate checking for stray console errors so they don't need to be
checked for in PRs.
2020-04-24 10:37:10 -07:00
Vincent Fiduccia 794025d506
Handle loading errors better 2020-04-20 14:13:09 -07:00
Vincent Fiduccia 676dbd22a9
Use userpreference to save prefs 2020-03-24 16:03:43 -07:00
Cody Jackson 60647843f5 Ensure typeconfigs are applied before type-map getters are used
This ensures that the type configuration is available before resourceDetail looks up custom edits or details.
2020-03-19 14:27:29 -07:00
Vincent Fiduccia fab595d82f
Project picker/filter, standalone steve 2020-03-17 23:07:33 -07:00
Vincent Fiduccia 3742637779
Watch schemas, reorganize nav 2020-03-12 02:42:15 -07:00
Vincent Fiduccia 9ab19afd64
Remove API_GROUP calls, server returns only preferred 2020-03-10 21:00:30 -07:00