Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

11.3.0

Choose a tag to compare

@ownclouders ownclouders released this 25 Feb 10:16
· 3796 commits to master since this release
v11.3.0
1d251f1

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.

    #12104

  • 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.

    #12105

  • 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.

    #12109