This repository was archived by the owner on Jul 14, 2026. It is now read-only.
11.3.0
Changelog for ownCloud Web 11.3.0 (2025-02-25)
Summary
- Enhancement - Add psec file icon: #12104
- Enhancement - Handle extensions without editor: #12105
- Enhancement - Add custom handler to file extensions: #12109
Details
-
Enhancement - Add psec file icon: #12104
We've added a new icon which will be used for psec files. These files are
representing our password protected folders. -
Enhancement - Handle extensions without editor: #12105
We've added a new property to extensions that asserts whether is has an editor
or not. This property is computed by checking whether the extension exposes any
routes. -
Enhancement - Add custom handler to file extensions: #12109
We've added a new property into application file extensions called
customHandler. This property allows app developers to use completely custom
flows when creating new files.