Neil MacDougall
1a4db954f3
Remove legacy global configuration ( #12346 )
...
* Remove embedded DNS pages under 'Global Configuration'
* Remove the top-level legacy pages
* Fix redirect for the legacy route on refresh
* Fix URl in test - alerts no longer exists anyway
2024-10-27 12:02:25 +00:00
Nancy
1a2373d0b0
vue3 - fix detail page routing ( #11976 )
...
* remove optional modifier from the cluster/product/resource/namespace/id route
* add e2e test for node detail page refresh
2024-09-20 08:03:27 -07:00
Cody Jackson
120adaa039
Fix the router 404 page
2024-08-22 16:05:36 -07:00
Phillip Rak
0ad1b0179c
Fix router warning
...
Uncaught runtime errors:
ERROR
Catch all routes ("*") must now be defined using a param with a custom regexp. See more at https://next.router.vuejs.org/guide/migration/#removed-star-or-catch-all-routes .
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:05:36 -07:00
Cody Jackson
250b9ab0ee
Removing all of middleware merged from my other prs
2024-07-29 14:19:38 -07:00
Phillip Rak
c814fc2b3a
Ensure that route paths are non-empty
...
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-07-26 14:38:50 -07:00
Richard
d88c454496
Handle harvester loading in a route guard to better handle the unauthenticated method. This is done by providing a 404 catch all page which is authenticated.
2024-07-09 07:56:14 -07:00
Evgeniya Vashkevich
6bf081327f
[FEAT] Added JWT Authentication feature ( #11292 )
...
[FEAT] Added JWT Authentication feature
2024-06-27 17:24:43 -07:00
Phillip Rak
ab1118cd32
Stub out user retension settings form
...
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-06-26 15:05:44 -06:00
Giuseppe Leo
1db3aade10
Clean and simplify Nuxt utility ( #11258 )
...
* Remove reassignment; Add meaningful variables and attributes names
* Move import logic to router
* Remove unused code and move single case to related files
* Simplify and merge functions
* Move error functions to its own util
* Fix linting issues
* Add comments and change names
* Remove nuxt util, merge logic to init entry helper
2024-06-18 11:06:49 +02:00
Cody Jackson
b81a1f8522
Extracted the authentication portion of the authenticated middleware into a navigation guard
2024-06-10 14:03:48 -07:00
Cody Jackson
d6b5a231bd
Splitting up the route definitions from the router config and creation
2024-05-16 11:10:04 -07:00