Changelog for ownCloud Phoenix 0.25.0 (2020-11-16)
Summary
- Bugfix - Make available file actions (more) aware of the page context: #4255
- Bugfix - Fix loginAsUser: #4297
- Change - File actions as accordion item in right sidebar: #4255
- Enhancement - Added support for OpenID Connect Dynamic Client Registration 1.0: #4286
Details
-
Bugfix - Make available file actions (more) aware of the page context: #4255
The list of available file actions sometimes contained actions which should not be possible
and sometimes was missing actions that should be possible. Most important examples are that
copy/move should not be available onshared with me
andshared with others
pages (but they
were) and that the set of file actions from theAll files
page should also be available for the
favorites page (but were not). -
Bugfix - Fix loginAsUser: #4297
LoginAsUser wasn't waiting until the loading finished. Added an additional check
-
Change - File actions as accordion item in right sidebar: #4255
We moved the menu items from
file actions
dropdown menu (the "three dots menu") as accordion
item into the right sidebar and made it the default item to be opened when clicking the three
dots. For the sake of consistency we now also made the right sidebar available for theDeleted files
page, where we offer the actions accordion item with aRestore
andDelete
action. -
Enhancement - Added support for OpenID Connect Dynamic Client Registration 1.0: #4286
OwnCloud Phoenix can use the dynamic client registration protocol to exchange client id and
client secret woth the IdP