Skip to content

Releases: owncloud/web

0.3.0

31 Jan 15:20
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.3.0 (2020-01-31)

Summary

  • Bugfix - Transform route titles into real h1 headings: #2681
  • Bugfix - Prevent jumpy behavior when loading user avatars: #2921
  • Change - Bring UI/UX of file links sidebar in line with sharing sidebar: #1907
  • Change - Join users and groups into a single list in collaborators sidebar: #2900
  • Change - Adjusted labels in files list: #2902
  • Enhancement - Add share indicator for direct and indirect shares in file list: #2060
  • Enhancement - Add files list status indicators extension point: #2895
  • Enhancement - Add theme option to disable default files list status indicators: #2895
  • Enhancement - Show indirect outgoing shares in shares panel: #2897
  • Enhancement - Add owner and resharer in collaborators list: #2898

Details

  • Bugfix - Transform route titles into real h1 headings: #2681

    We transformed spans that held the page title to h1 elements. In the case of the file list, a h1 is
    existing for accessibility reasons but can only be perceived via a screen reader.

    #2681

  • Bugfix - Prevent jumpy behavior when loading user avatars: #2921

    When loading a user avatar, the container size was smaller so as soon as the avatar was loaded, it
    resulted in jumpy behavior. This is fixed now by applying the same size to the loading spinner
    element.

    #2921
    #2927

  • Change - Bring UI/UX of file links sidebar in line with sharing sidebar: #1907

    We adapted the UI/UX of the file links sidebar to be in line with the UI/UX of the collaborators
    sidebar. The order of the two sidebars has been reversed (collaborators first, file links
    second). We added info messages to support a clear understanding of the purpose of both private
    and public links. Most notably the file links sidebar has no inline forms anymore.

    #1907
    #1307
    #2841
    #2917

  • Change - Join users and groups into a single list in collaborators sidebar: #2900

    Users and groups were shown as two separate lists (users, then groups) in the collaborators
    sidebar. This separation is now removed, i.e. there is only one list with all collaborators,
    sorted by display name (lower case, ascending). On equal names groups are shown first.

    #2900

  • Change - Adjusted labels in files list: #2902

    Renamed "Modification time" to "Updated" to make it look less technical. Replace "Create new"
    with "New" in the "New" menu as it makes it look less cluttered when trying to spot a matching
    entry.

    #2902
    #2905

  • Enhancement - Add share indicator for direct and indirect shares in file list: #2060

    We've added the ability for the user to directly see whether a resource is shared in the file
    list. For this, share indicators in the form of a group icon and link icon will appear in a new
    column near the shared resource. The blue color of an icon tells whether outgoing shares exist
    directly on the resource. The grey color of an icon tells that incoming or outgoing shares exist
    on any of the parent folders.

    #2060
    #2894
    #2877

  • Enhancement - Add files list status indicators extension point: #2895

    We've added the ability for the extension to inject custom status indicator into files list.
    New indicators will then appear next to the default one.

    #2895
    #2928

  • Enhancement - Add theme option to disable default files list status indicators: #2895

    We've added the option into the theme to disable default files list status indicators.

    #2895
    #2928

  • Enhancement - Show indirect outgoing shares in shares panel: #2897

    Whenever outgoing shares exist on any parent resource from the currently viewed resource, the
    shares panel will now show these outgoing shares with a link to jump to the matching parent
    resource. This applies to both indirect collaborators shares and also to indirect public link
    shares.

    #2897
    #2929
    #2932

  • Enhancement - Add owner and resharer in collaborators list: #2898

    The top of the collaborators list now display new entries for the resource owner and the
    resharer when applicable, and also visible when viewing a child resource of a shared folder
    (indirect share).

    #2898
    #2915
    #2918

0.2.7

15 Jan 10:21
f4d05dd
Compare
Choose a tag to compare

Changelog for ownCloud Phoenix 0.2.7 (2020-01-14)

Summary

  • Bugfix - Display files list only if there is at least one item: #2745
  • Bugfix - Register store which is imported instead of required: #2837
  • Enhancement - Internal links in app switcher: #2838

Details

  • Bugfix - Display files list only if there is at least one item: #2745

    Vue virtual scroll was throwing an error in console in case that the files list was empty. We
    prevent this error by displaying the files list only if there is at least one item.

    #2745

  • Bugfix - Register store which is imported instead of required: #2837

    As some extensions export store not as a module we need to handle that case as well.

    #2837

  • Enhancement - Internal links in app switcher: #2838

    In case extensions integrates itself into Phonix core and not as own SPA we need to handle the
    navigation via router-link inside of Phoenix core SPA.

    #2838

v0.2.7-alpha1

14 Jan 10:37
9118d2b
Compare
Choose a tag to compare
v0.2.7-alpha1 Pre-release
Pre-release

Changelog for ownCloud Phoenix 0.2.7 (2020-01-14)

The following sections list the changes in ownCloud phoenix 0.2.7 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Display files list only if there is at least one item: #2745
  • Bugfix - Register store which is imported instead of required: #2837
  • Enhancement - Internal links in app switcher: #2838

Details

  • Bugfix - Display files list only if there is at least one item: #2745

    Vue virtual scroll was throwing an error in console in case that the files list was empty. We
    prevent this error by displaying the files list only if there is at least one item.

    #2745

  • Bugfix - Register store which is imported instead of required: #2837

    As some extensions export store not as a module we need to handle that case as well.

    #2837

  • Enhancement - Internal links in app switcher: #2838

    In case extensions integrates itself into Phonix core and not as own SPA we need to handle the
    navigation via router-link inside of Phoenix core SPA.

    #2838

0.2.6-alpha2

10 Jan 12:37
936857c
Compare
Choose a tag to compare

v0.2.6

08 Jan 14:14
3228d08
Compare
Choose a tag to compare

v0.2.5

25 Oct 15:11
65599b9
Compare
Choose a tag to compare

Phoenix v0.2.4

27 Sep 14:04
c3621b9
Compare
Choose a tag to compare

Phoenix v0.2.3

19 Sep 12:35
ee3b72e
Compare
Choose a tag to compare

Phoenix v0.2.2

13 Sep 13:12
ee250e9
Compare
Choose a tag to compare

Phoenix v0.2.1

06 Sep 12:37
55919fe
Compare
Choose a tag to compare