Changelog for ownCloud Web 4.3.0 (2021-10-07)
Summary
- Enhancement - Download as archive: #5832
- Enhancement - Early store initialization: #5874
- Enhancement - Add wrapper app for external apps: #5805
- Enhancement - Add AppProvider actions to fileactions: #5805
- Enhancement - Move custom permissions to roles drop: #5764
- Enhancement - Refactor runtime boot process: #5752
- Enhancement - Multiple shared with me tables: #5814
Details
-
Enhancement - Download as archive: #5832
We've introduced archive downloads based on whether or not an archiver capability is present.
The current implementation supports the archiver v2 (a.k.a. the REVA implementation).
Archive downloads are available in two different ways: - as action on a folder (right-click
context menu or actions panel in the right sidebar) - as batch action for all selected files The
implementation is currently limited to authenticated contexts. A public links
implementation will follow soon. -
Enhancement - Early store initialization: #5874
We made sure that the store and auth get initialized as early as possible. With this we ensured
that capabilities are always loaded as soon as applications start their initialization
process. -
Enhancement - Add wrapper app for external apps: #5805
We have added a
external
app that can render apps coming from the oCIS AppProvider via iFrame. -
Enhancement - Add AppProvider actions to fileactions: #5805
If the AppProvider within oCIS communicates a matching application for the mime type of a file,
there are now additional actions in the default actions and actions in both the contextmenu and
the right sidebar. -
Enhancement - Move custom permissions to roles drop: #5764
We've moved all the custom permissions (previously advanced permissions) in the sharing
dialog into a dropdown which gets triggered by selecting the Custom permissions item in the
roles dropdown. -
Enhancement - Refactor runtime boot process: #5752
We have updated the way applications are being loaded in the web runtime. It does now feature a
dedicated boot process, providing hooks that other applications can take advantage of.#2891
#3726
#3771
#4735
#5135
#5460
#5752
(tbd)
(tbd)
(tbd,
%22needs
api
tweak%22%29
(tbd)
(tbd)
(tbd) -
Enhancement - Multiple shared with me tables: #5814
We have separated the single table on the shared with me page into up to three different tables: -
pending shares - accepted shares - declined shares By default we show pending and accepted
shares. There is navigation in place to switch over from the accepted to the declined shares and
the other way around. Pending shares stay visible all the time since it's expected that users
take immediate action on pending shares anyway.