Skip to content

Commit a94a10b

Browse files
committed
Automated changelog update [skip ci]
1 parent 62579fa commit a94a10b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Summary
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

1314
Details
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+
2940
Changelog for ownCloud Web [11.3.5] (2025-06-26)
3041
=======================================
3142
The following sections list the changes in ownCloud web 11.3.5 relevant to

0 commit comments

Comments
 (0)