Skip to content

Releases: owncloud/web

0.29.0

07 Dec 14:56
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.29.0 (2020-12-07)

Summary

  • Bugfix - Public link glitches: #1028
  • Change - Use labels to display share info: #4410
  • Enhancement - Display full public and private links: #4410

Details

  • Bugfix - Public link glitches: #1028

    We fixed a couple of glitches with public links: - Creating a folder in a public link context was
    showing an error message although the folder was created correctly. This was happening
    because reloading the current folder didn't take the public link context into account. - For
    public links with editor role the batch actions at the top of the files list were not showing. The
    public links route didn't have a specific flag for showing the batch actions. - Quick actions
    for sharing are not available in public link contexts by design. The check printed an error in
    the javascript console though. We made this check silent now.

    owncloud/ocis#1028
    #4425

  • Change - Use labels to display share info: #4410

    We've changed the way of displaying share information for public links and people. Every
    information is now displayed in its own label.

    #4410

  • Enhancement - Display full public and private links: #4410

    Below the names of public and private links we've added the respective full URL so that users can
    copy it without the copy to clipboard button.

    #4410

0.28.0

04 Dec 11:35
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.28.0 (2020-12-04)

Summary

  • Bugfix - Don't break file/folder names in text editor: #4391
  • Change - Configurable home path: #4411
  • Change - Show dedicated 404 page for invalid resource references: #4411

Details

  • Bugfix - Don't break file/folder names in text editor: #4391

    The label in the text editor that displays the path of the active file was removing the first
    character instead of trimming leading slashes. This might have lead to situations where
    actual characters were removed. We fixed this by only removing leading slahes instead of
    blindly removing the first character.

    #4391

  • Change - Configurable home path: #4411

    We introduced a config.json option homeFolder which let's you specify a default location
    when opening the All files view. Please refer to the documentation for details.

    #4411
    https://owncloud.github.io/clients/web/getting-started/

  • Change - Show dedicated 404 page for invalid resource references: #4411

    When visiting a public link or the All files page with an invalid resource in the URL (e.g.
    because it was deleted in the meantime) we now show a dedicated page which explains that the
    resource could not be found and offers a link to go back to the respective root (»All files«
    home location or the root of the public link). The breadcrumbs have been made available on
    invalid resources as well, so that those could be used for more precise navigation instead of
    jumping back to the root.

    #4411

0.27.0

24 Nov 22:00
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.27.0 (2020-11-24)

Summary

  • Bugfix - Unavailable extensions causing route duplication: #4382
  • Change - Configurable default extension: #4382
  • Change - Load extensions config: #4380

Details

  • Bugfix - Unavailable extensions causing route duplication: #4382

    There was an error in the extension loading handlers which caused routes to be loaded multiple
    times when extensions from the config.json were unavailable. We hardened the extension
    loading handlers to just skip those extensions.

    #4382

  • Change - Configurable default extension: #4382

    We introduced a config option in the config.json file which allows to configure the default
    extension for ownCloud Web. Any of the configured extension ids can be chosen as default
    extension. If none is provided, we fall back to the files extension.

    #4382

  • Change - Load extensions config: #4380

    We've started loading the config of extensions which can now be defined as an object in the
    external_apps in the config.json.

    #4380

0.26.0

23 Nov 20:21
4395234
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.26.0 (2020-11-23)

Summary

  • Bugfix - Fix edit public link view: #4374
  • Bugfix - Icon mappings: #4357
  • Enhancement - Use handler of file editors: #4324
  • Enhancement - Add custom icons in the new file menu: #4375
  • Enhancement - Theme redirect and access denied pages: #4373
  • Enhancement - Update ODS to 2.0.0: #4373

Details

  • Bugfix - Fix edit public link view: #4374

    We've fixed the issue that edit public link view in the sidebar was overlapping with the
    versions accordion.

    #4374

  • Bugfix - Icon mappings: #4357

    The file type icon mappings contained some mappings to non-existing icon files. We fixed
    those.

    owncloud/ocis#905
    #4357

  • Enhancement - Use handler of file editors: #4324

    In case the extension is a file editor which defines a custom handler, we are triggering that
    handler instead of trying to open any assigned route.

    #4324

  • Enhancement - Add custom icons in the new file menu: #4375

    We've added an option to display own icon in the new file menu.

    #4375

  • Enhancement - Theme redirect and access denied pages: #4373

    We've adjusted the theme on OIDC redirect and access denied pages to use correct logo and
    background. We've also added those two values into the theming capabilities.

    #4373

  • Enhancement - Update ODS to 2.0.0: #4373

    We've updated the ownCloud design system to version 2.0.0.

    #4373
    https://github.com/owncloud/owncloud-design-system/releases/tag/v2.0.0

0.25.0

16 Nov 21:03
779d002
Compare
Choose a tag to compare

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 on shared with me and shared with others pages (but they
    were) and that the set of file actions from the All files page should also be available for the
    favorites page (but were not).

    #4255

  • Bugfix - Fix loginAsUser: #4297

    LoginAsUser wasn't waiting until the loading finished. Added an additional check

    #4297

  • 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 the Deleted files page, where we offer the actions accordion item with a Restore and Delete action.

    #4255

  • 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

    #4286
    #4306

0.24.0

06 Nov 17:33
f6d2f9b
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.24.0 (2020-09-06)

Summary

  • Bugfix - Fix browse to files page in the ui tests: #4281
  • Enhancement - Display collaborators type: #4203

Details

  • Bugfix - Fix browse to files page in the ui tests: #4281

    When the ui tests where executing the "the user has browsed to the files page" step then it
    wouldn't wait until the files were loaded.

    #4281

  • Enhancement - Display collaborators type: #4203

    We've added a new line into the collaborators autocomplete and list in the sidebar to display
    their type.

    #4203

0.23.0

30 Oct 12:10
492e6a6
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.23.0 (2020-10-30)

Summary

  • Change - App sidebar accordion instead of tabs: #4249

Details

  • Change - App sidebar accordion instead of tabs: #4249

    We replaced the tabs in the right app-sidebar with an accordion.

    #4249

0.22.0

26 Oct 17:46
f427a43
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.22.0 (2020-10-26)

Summary

  • Change - Set icon for unknown file types to "file": #4237
  • Change - Attach share permission to roles: #4216
  • Change - Update ODS to v1.12.2: #4239
  • Enhancement - Auto-close alerts: #4236

Details

0.21.0

22 Oct 07:06
b42194e
Compare
Choose a tag to compare

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

0.20.0

09 Oct 07:26
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.20.0 (2020-10-08)

Summary

  • Change - Enable autoredirect to the IdP: #4138

Details

  • Change - Enable autoredirect to the IdP: #4138

    We've added a key into the theme to enable autoredirect to the IdP when entering ocis-web
    instead of displaying the login page first. The default value is set to true.

    #4138