Skip to content

0.21.0

Compare
Choose a tag to compare
@kulmann kulmann released this 22 Oct 07:06
· 10581 commits to master since this release
b42194e

Changelog for ownCloud Phoenix 0.21.0 (2020-10-21)

Summary

  • Bugfix - OIDC logout: #266
  • Bugfix - Do not display "empty folder" message when there is any content: #263
  • Change - Sensible default apps in example configs: #4155

Details

  • Bugfix - OIDC logout: #266

    We've fixed the bug that the user sometimes got immediately logged back into the web UI after
    clicking on logout.

    owncloud/product#266
    #4211

  • Bugfix - Do not display "empty folder" message when there is any content: #263

    We've fixed that when some of the file/share lists were being loaded, the "empty folder"
    message sometimes briefly appeared even though the list wasn't empty.

    owncloud/product#263
    #4162

  • Change - Sensible default apps in example configs: #4155

    We adapted the example configs for oc10 and owncloud so that the files and media-viewer apps are
    enabled by default.

    #4155