Skip to content

0.29.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 07 Dec 14:56
· 10357 commits to master since this release

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