Skip to content

Commit c288b33

Browse files
committed
Automated changelog update [skip ci]
1 parent 4d6641d commit c288b33

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Summary
2020
* Enhancement - Add custom handler to file extensions: [#12109](https://github.com/owncloud/web/pull/12109)
2121
* Enhancement - Add password protected folders app: [#12137](https://github.com/owncloud/web/pull/12137)
2222
* Enhancement - Password protected folder permissions: [#12141](https://github.com/owncloud/web/pull/12141)
23+
* Enhancement - Add password protected folders handler: [#12142](https://github.com/owncloud/web/pull/12142)
24+
* Enhancement - Control more elements visibility via URL query: [#12142](https://github.com/owncloud/web/pull/12142)
2325

2426
Details
2527
-------
@@ -124,6 +126,27 @@ Details
124126
https://github.com/owncloud/web/issues/12039
125127
https://github.com/owncloud/web/pull/12141
126128

129+
* Enhancement - Add password protected folders handler: [#12142](https://github.com/owncloud/web/pull/12142)
130+
131+
We've added a new file action used to handle password protected folders. When a
132+
password protected folder is opened, a popup is opened prompting the user to
133+
enter the password. After successfully entering the password, content of the
134+
folder is displayed inside of the popup.
135+
136+
https://github.com/owncloud/web/issues/12039
137+
https://github.com/owncloud/web/pull/12142
138+
139+
* Enhancement - Control more elements visibility via URL query: [#12142](https://github.com/owncloud/web/pull/12142)
140+
141+
We've added new params into the URL query that allows configuring elements
142+
visibility. The following params can be used:
143+
144+
- `hide-app-switcher`: hides the application switcher in the top bar -
145+
`hide-account-menu`: hides the feedback action, notifications bell, and user
146+
menu - `hide-navigation`: hides the navigation sidebar and mobile navigation
147+
148+
https://github.com/owncloud/web/pull/12142
149+
127150
Changelog for ownCloud Web [11.1.1] (2025-01-22)
128151
=======================================
129152
The following sections list the changes in ownCloud web 11.1.1 relevant to

0 commit comments

Comments
 (0)