Skip to content

Releases: owncloud/web

7.0.0-rc.13

13 Feb 20:37
7bf01a4
Compare
Choose a tag to compare
7.0.0-rc.13 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-02-13)

Summary

  • Bugfix - Loading shares in deep nested folders: #7655
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Re-using space images: #8083
  • Bugfix - Show space members despite deleted entries: #8148
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Application menu active display on hover: #8265
  • Bugfix - Loading additional user data: #8276
  • Bugfix - Re-loading space members panel: #8300
  • Bugfix - Editing users who never logged in: #8326
  • Bugfix - Cancel custom permissions: #8340
  • Change - Update Vue to v3.2: #7948
  • Enhancement - Add tag support: #7388
  • Enhancement - Improve performance when loading folders and share indicators: #7721
  • Enhancement - Warn users when using unsupported browsers: #7942
  • Enhancement - Optional Contributor role and configurable resharing permissions: #7965
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Add tiles view for resource display: #7991
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Show upload speed: #8166
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Admin settings users section uses graph api for role assignments: #8261
  • Enhancement - Move user group select to edit panel: #8279
  • Enhancement - Add support for multiple clients in theme.json: #8280
  • Enhancement - Move language selection to user account page: #8294
  • Enhancement - Show selectable groups only: #8306
  • Enhancement - Add context menu to groups: #8317
  • Enhancement - Space member expiration: #8320
  • Enhancement - Update SDK to v3.1.0-alpha.3: #8320
  • Enhancement - Add context menu to users: #8324
  • Enhancement - Admin settings users section details improvement: #8331
  • Enhancement - Add ItemFilter component: #8354
  • Enhancement - Admin settings general section: #8363
  • Enhancement - Add appearance section in general settings: #8375
  • Enhancement - User group filter: #8377
  • Enhancement - Use standardized layout for file/space action list: #8398

Details

  • Bugfix - Loading shares in deep nested folders: #7655

    Loading shares and share indicators on page reloads in deep nested folders was not possible and
    has been fixed.

    #7655
    #8349

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    ...

Read more

7.0.0-rc.12

09 Feb 20:32
07616b5
Compare
Choose a tag to compare
7.0.0-rc.12 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-02-09)

Summary

  • Bugfix - Loading shares in deep nested folders: #7655
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Re-using space images: #8083
  • Bugfix - Show space members despite deleted entries: #8148
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Application menu active display on hover: #8265
  • Bugfix - Loading additional user data: #8276
  • Bugfix - Re-loading space members panel: #8300
  • Bugfix - Editing users who never logged in: #8326
  • Bugfix - Cancel custom permissions: #8340
  • Change - Update Vue to v3.2: #7948
  • Enhancement - Add tag support: #7388
  • Enhancement - Improve performance when loading folders and share indicators: #7721
  • Enhancement - Warn users when using unsupported browsers: #7942
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Add tiles view for resource display: #7991
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Show upload speed: #8166
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Admin settings users section uses graph api for role assignments: #8261
  • Enhancement - Move user group select to edit panel: #8279
  • Enhancement - Add support for multiple clients in theme.json: #8280
  • Enhancement - Move language selection to user account page: #8294
  • Enhancement - Show selectable groups only: #8306
  • Enhancement - Add context menu to groups: #8317
  • Enhancement - Space member expiration: #8320
  • Enhancement - Update SDK to v3.1.0-alpha.3: #8320
  • Enhancement - Add context menu to users: #8324
  • Enhancement - Admin settings users section details improvement: #8331
  • Enhancement - Add ItemFilter component: #8354
  • Enhancement - Admin settings general section: #8363

Details

  • Bugfix - Loading shares in deep nested folders: #7655

    Loading shares and share indicators on page reloads in deep nested folders was not possible and
    has been fixed.

    #7655
    #8349

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfi...

Read more

7.0.0-rc.11

02 Feb 19:59
d449416
Compare
Choose a tag to compare
7.0.0-rc.11 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-02-02)

Summary

  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Re-using space images: #8083
  • Bugfix - Show space members despite deleted entries: #8148
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Application menu active display on hover: #8265
  • Bugfix - Loading additional user data: #8276
  • Bugfix - Re-loading space members panel: #8300
  • Bugfix - Editing users who never logged in: #8326
  • Bugfix - Cancel custom permissions: #8340
  • Change - Update Vue to v3.2: #7948
  • Enhancement - Add tag support: #7388
  • Enhancement - Warn users when using unsupported browsers: #7942
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Add tiles view for resource display: #7991
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Admin settings users section uses graph api for role assignments: #8261
  • Enhancement - Move user group select to edit panel: #8279
  • Enhancement - Add support for multiple clients in theme.json: #8280
  • Enhancement - Move language selection to user account page: #8294
  • Enhancement - Show selectable groups only: #8306
  • Enhancement - Add context menu to groups: #8317
  • Enhancement - Space member expiration: #8320
  • Enhancement - Update SDK to v3.1.0-alpha.3: #8320
  • Enhancement - Add context menu to users: #8324
  • Enhancement - Admin settings users section details improvement: #8331

Details

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Show space members despite deleted entries: #8148

    The space members panel in the right sidebar was not showing any members anymore if one of the
    members was deleted. This has been fixed and now shows th...

Read more

7.0.0-rc.10

27 Jan 13:39
b5f3fd5
Compare
Choose a tag to compare
7.0.0-rc.10 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-01-27)

Summary

  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Re-using space images: #8083
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Application menu active display on hover: #8265
  • Bugfix - Loading additional user data: #8276
  • Bugfix - Re-loading space members panel: #8300
  • Bugfix - Editing users who never logged in: #8326
  • Change - Update Vue to v3.2: #7948
  • Enhancement - Add tag support: #7388
  • Enhancement - Warn users when using unsupported browsers: #7942
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Admin settings users section uses graph api for role assignments: #8261
  • Enhancement - Move user group select to edit panel: #8279
  • Enhancement - Add support for multiple clients in theme.json: #8280
  • Enhancement - Move language selection to user account page: #8294
  • Enhancement - Show selectable groups only: #8306
  • Enhancement - Add context menu to groups: #8317
  • Enhancement - Add context menu to users: #8324

Details

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Search bar input appearance: #8158

    The broken appearance of the search bar input field has been fixed.

    #8158
    #8203

  • Bugfix - Application menu active display on hover: #8265

    The text color of the active application menu item on hover as been fixed.

    #8265

  • Bugfix - Loading additional user data: #8276

    Loading additional user data in the admin settings when opening the sidebar via select-toggle
    has been fixed.

    #8275
    #8276

  • Bugfix - Re-loading space members panel: [#8300](https://github.com/owncloud/web...

Read more

7.0.0-rc.9

26 Jan 20:14
e5127c9
Compare
Choose a tag to compare
7.0.0-rc.9 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-01-26)

Summary

  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Re-using space images: #8083
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Application menu active display on hover: #8265
  • Bugfix - Loading additional user data: #8276
  • Bugfix - Re-loading space members panel: #8300
  • Change - Update Vue to v3.2: #7948
  • Enhancement - Add tag support: #7388
  • Enhancement - Warn users when using unsupported browsers: #7942
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Admin settings users section uses graph api for role assignments: #8261
  • Enhancement - Move user group select to edit panel: #8279
  • Enhancement - Add support for multiple clients in theme.json: #8280
  • Enhancement - Move language selection to user account page: #8294
  • Enhancement - Show selectable groups only: #8306
  • Enhancement - Add context menu to groups: #8317
  • Enhancement - Add context menu to users: #8324

Details

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Search bar input appearance: #8158

    The broken appearance of the search bar input field has been fixed.

    #8158
    #8203

  • Bugfix - Application menu active display on hover: #8265

    The text color of the active application menu item on hover as been fixed.

    #8265

  • Bugfix - Loading additional user data: #8276

    Loading additional user data in the admin settings when opening the sidebar via select-toggle
    has been fixed.

    #8275
    #8276

  • Bugfix - Re-loading space members panel: #8300

    We've fixed a bug where re-loading the members panel for a space would remove rec...

Read more

7.0.0-rc.8

26 Jan 12:43
Compare
Choose a tag to compare
7.0.0-rc.8 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-01-12)

Summary

  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Re-using space images: #8083
  • Bugfix - Search bar input appearance: #8158
  • Change - Update Vue to v3.2: #7948
  • Enhancement - Add tag support: #7388
  • Enhancement - Warn users when using unsupported browsers: #7942
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Spaces list in admin settings: #8178

Details

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Search bar input appearance: #8158

    The broken appearance of the search bar input field has been fixed.

    #8158
    #8203

  • Change - Update Vue to v3.2: #7948

    Vue has been updated to v3.2. More detailed information can be found in the referenced issues
    and PRs down below.

    BREAKING CHANGE for developers: The vue/composition-api plugin is not available anymore
    as the composition-api now comes with Vue.

    #7948
    #5269
    #8283
    #8307
    #8295
    #8128
    #7877
    #8207
    #8201
    #8202
    #8198
    #8213
    #8214
    #8221
    #8256
    #8257
    #8258
    #8282
    #8289
    #8287
    #8285
    #8288
    #8308
    #8311

  • Enhancement - Add tag support: #7388

    Web now supports tags on resources to enhance the way of organizing and working. Tags are
    visible in the files list and can also be searched to quickly filter tagged files.

    #7134
    htt...

Read more

7.0.0-rc.7

12 Jan 18:22
Compare
Choose a tag to compare
7.0.0-rc.7 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-01-12)

Summary

  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - Re-using space images: #8083
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Change - Update Vue to v3.2.45 (via compat mode): #7948
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Add tag support: #7388
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Warn users when using unsupported browsers: #7942

Details

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Search bar input appearance: #8158

    The broken appearance of the search bar input field has been fixed.

    #8158
    #8203

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Change - Update Vue to v3.2.45 (via compat mode): #7948

    Vue has been updated to v3.2.45. It is currently running in the so-called "compat mode", which
    guarantees compatibility with Vue 2.7. More detailed information can be found in the
    referenced issues and PRs down below.

    BREAKING CHANGE for developers: The vue/composition-api plugin is not available anymore
    as the composition-api now comes with Vue.

    #7948
    #5269
    #8128
    #7877
    #8207
    #8201
    #8202
    #8198
    #8213
    #8214
    #8221

  • Enhancement - Access right sidebar panels via URL: #8021

    Opening the right sidebar (including its panels) is now possible via URL param.

    For private or internal links it only requires the new details param in the URL. For other URLs
    (e.g. personal space, project space) the scrollTo param including the resource id is needed
    as well.

    The following values can be used for the details param:

    • details - sidebar open, no specific panel * actions - actions panel * sharing - share
      panel * `ve...
Read more

7.0.0-rc.6

12 Jan 11:57
18591c4
Compare
Choose a tag to compare
7.0.0-rc.6 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-01-12)

Summary

  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - Re-using space images: #8083
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Change - Update Vue to v3.2.45 (via compat mode): #7948
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Add tag support: #7388
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Warn users when using unsupported browsers: #7942

Details

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Search bar input appearance: #8158

    The broken appearance of the search bar input field has been fixed.

    #8158
    #8203

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Change - Update Vue to v3.2.45 (via compat mode): #7948

    Vue has been updated to v3.2.45. It is currently running in the so-called "compat mode", which
    guarantees compatibility with Vue 2.7. More detailed information can be found in the
    referenced issues and PRs down below.

    BREAKING CHANGE for developers: The vue/composition-api plugin is not available anymore
    as the composition-api now comes with Vue.

    #7948
    #5269
    #8128
    #7877
    #8207
    #8201
    #8202
    #8198
    #8213
    #8214

  • Enhancement - Access right sidebar panels via URL: #8021

    Opening the right sidebar (including its panels) is now possible via URL param.

    For private or internal links it only requires the new details param in the URL. For other URLs
    (e.g. personal space, project space) the scrollTo param including the resource id is needed
    as well.

    The following values can be used for the details param:

    • details - sidebar open, no specific panel * actions - actions panel * sharing - share
      panel * versions - versions panel * space-share - members panel (project space only)

    #7927
    #8021

  • Enhancement - Make clipboard copy available to more browse...

Read more

7.0.0-rc.5

03 Jan 11:49
Compare
Choose a tag to compare
7.0.0-rc.5 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2023-01-03)

Summary

  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - Re-using space images: #8083
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Change - Update Vue to v2.7.14: #7877
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Space group shares: #8161
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Add tag support: #7388
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Warn users when using unsupported browsers: #7942

Details

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Change - Update Vue to v2.7.14: #7877

    Vue has been updated to 2.7.14

    BREAKING CHANGE for developers: The vue/composition-api plugin is not available anymore
    as the composition-api now comes with Vue.

    #7877

  • Enhancement - Access right sidebar panels via URL: #8021

    Opening the right sidebar (including its panels) is now possible via URL param.

    For private or internal links it only requires the new details param in the URL. For other URLs
    (e.g. personal space, project space) the scrollTo param including the resource id is needed
    as well.

    The following values can be used for the details param:

    • details - sidebar open, no specific panel * actions - actions panel * sharing - share
      panel * versions - versions panel * space-share - members panel (project space only)

    #7927
    #8021

  • Enhancement - Make clipboard copy available to more browsers: #8136

    We have added more functionality for copying (e.g. links) to the user's clipboard. By
    switching libraries we now use the standard browser API (if available) with a fallback and only
    offer copy-to-clipboard buttons if the browser supports it.

    #8134
    #8136
    #8173

  • Enhancement - Add switch to enable condensed resource table: #7976

    We've added a switch to have a more condensed resource table. The change gets saved to the route
    and persisted across folder navigation in all files, spaces and favorites views.

    #6380
    #7976
    #8105

  • Enhancement - Conflict dialog UX: #7983

    The UX of the conflict dialog has been improved slightly:

    • The name of the conflicting resource is now written in quotes * The title of the dialog now tells
      the difference between files and folders * The "Skip"-dialog now tells the difference between
      files and folders

    https://github.com...

Read more

7.0.0-rc.4

30 Dec 18:00
Compare
Choose a tag to compare
7.0.0-rc.4 Pre-release
Pre-release

Changelog for ownCloud Web 7.0.0 (2022-12-30)

Summary

  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - Re-using space images: #8083
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Change - Update Vue to v2.7.14: #7877
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Add tag support: #7388
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Warn users when using unsupported browsers: #7942

Details

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Change - Update Vue to v2.7.14: #7877

    Vue has been updated to 2.7.14

    BREAKING CHANGE for developers: The vue/composition-api plugin is not available anymore
    as the composition-api now comes with Vue.

    #7877

  • Enhancement - Access right sidebar panels via URL: #8021

    Opening the right sidebar (including its panels) is now possible via URL param.

    For private or internal links it only requires the new details param in the URL. For other URLs
    (e.g. personal space, project space) the scrollTo param including the resource id is needed
    as well.

    The following values can be used for the details param:

    • details - sidebar open, no specific panel * actions - actions panel * sharing - share
      panel * versions - versions panel * space-share - members panel (project space only)

    #7927
    #8021

  • Enhancement - Add switch to enable condensed resource table: #7976

    We've added a switch to have a more condensed resource table. The change gets saved to the route
    and persisted across folder navigation in all files, spaces and favorites views.

    #6380
    #7976
    #8105

  • Enhancement - Conflict dialog UX: #7983

    The UX of the conflict dialog has been improved slightly:

    • The name of the conflicting resource is now written in quotes * The title of the dialog now tells
      the difference between files and folders * The "Skip"-dialog now tells the difference between
      files and folders

    #7682
    #7983

  • Enhancement - Group and user creation forms submit on enter: #7968

    Group and User creation forms can now be submitted by pressing enter.

    #7937
    #7968

  • Enhancement - Increase Searchbar height: #8056

    We've increased the height of the Searchbar to better fit the design.

    #8056

  • Enhancement - Don't open sidebar when copying quicklink: #8008

    Following user feedback...

Read more