File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 99-------
1010
1111* Bugfix - Reset selection only when path changes: [#12768](https://github.com/owncloud/web/pull/12768)
12+ * Bugfix - Handle direct admin settings access: [#12780](https://github.com/owncloud/web/pull/12780)
1213
1314Details
1415-------
@@ -26,6 +27,16 @@ Details
2627 https://github.com/owncloud/web/issues/10398
2728 https://github.com/owncloud/web/pull/12768
2829
30+ * Bugfix - Handle direct admin settings access: [#12780](https://github.com/owncloud/web/pull/12780)
31+
32+ Opening the admin settings directly by pasting the URL in the browser address
33+ bar or opening the app in a new tab now works correctly. The redirect was not
34+ correctly using the navigation guard leading to a mismatch in users permissions.
35+ We now redirect to the first available route and leave the route itself to
36+ handle the permissions navigation guard.
37+
38+ https://github.com/owncloud/web/pull/12780
39+
2940Changelog for ownCloud Web [11.3.5] (2025-06-26)
3041=======================================
3142The following sections list the changes in ownCloud web 11.3.5 relevant to
You can’t perform that action at this time.
0 commit comments