Skip to content

Latest commit

 

History

History
3329 lines (2241 loc) · 155 KB

File metadata and controls

3329 lines (2241 loc) · 155 KB

Changelog for ownCloud Web unreleased (UNRELEASED)

The following sections list the changes in ownCloud web unreleased relevant to ownCloud admins and users.

Summary

  • Enhancement - Add view options: #5408
  • Enhancement - Update owncloud-design-system to v7.5.0: #5408

Details

Changelog for ownCloud Web 3.3.1 (2021-06-28)

The following sections list the changes in ownCloud web 3.3.1 relevant to ownCloud admins and users.

Summary

  • Bugfix - Image-source directive did not handle updates correctly: #5364
  • Bugfix - Remove unnecessary Propfind requests: #5340

Details

  • Bugfix - Image-source directive did not handle updates correctly: #5364

    When using v-image-source to bind an image source it did not handle changes to the image source url.

    This has been fixed by implementing the update hook in the directive.

    owncloud#5364

  • Bugfix - Remove unnecessary Propfind requests: #5340

    In the the files-app views Favorites, SharedViaLink, SharedWithMe and SharedWithOthers we did a unnecessary propfind request to obtain the rootFolder which is not required there.

    This has been fixed by removing those requests.

    owncloud#5340

Changelog for ownCloud Web 3.3.0 (2021-06-23)

The following sections list the changes in ownCloud web 3.3.0 relevant to ownCloud admins and users.

Summary

  • Bugfix - Avoid duplicate loading of resources: #5194
  • Bugfix - Center MediaViewer loading spinner: #5270
  • Bugfix - Keyboard navigation for copy to clipboard: #5147
  • Bugfix - Hide left sidebar navigation when switching routes: #5025
  • Bugfix - Hide "Create new public link" button: #5126
  • Bugfix - Add docs link & fix translations on error page: #5034
  • Bugfix - Make skip to main content link visible: #5118
  • Bugfix - Add index route for the OC10 integration: #5201
  • Bugfix - Reduced Thumbnail Size: #5194
  • Bugfix - Do not call Vuex create store multiple times: #5254
  • Bugfix - Prevent scrolling issues: #5131
  • Bugfix - Show 0 as used quota if a negative number is given: #5229
  • Bugfix - Resizeable html container: #5052
  • Bugfix - Translated user menu items: #5042
  • Bugfix - Prevent fileTypeIcon to throw a TypeError: #5253
  • Bugfix - Make sure IDs in HTML are unique: #5028
  • Bugfix - Upsert resource in filestable: #5130
  • Enhancement - Improve a11y colors: #5138
  • Enhancement - Accessible status indicators: #5182
  • Enhancement - Use a proper definition list for the account settings page: #5012
  • Enhancement - Add pagination: #5224
  • Enhancement - Asynchronous loading of images: #4973
  • Enhancement - Update owncloud Design System to v7.1.2: #5002
  • Enhancement - Button appearance: #5053
  • Enhancement - Confirmation message when copying links: #5147
  • Enhancement - File editor mode: #5226
  • Enhancement - Improve accessibility for the files sidebar: #5000
  • Enhancement - Improve a11y in the files sidebar peoples & shares section: #5034
  • Enhancement - Focus breadcrumb on route change: #5166
  • Enhancement - Enable focus trap in oc-modal: #5013
  • Enhancement - Hide left sidebar if no navitems are present: #5149
  • Enhancement - Introduce image cache: #3098
  • Enhancement - Do not reset file selection when cancelling batch delete: #5107
  • Enhancement - Move breadcrumbs out of location picker heading: #5020
  • Enhancement - Move hint in the Location picker under breadcrumbs: #5008
  • Enhancement - Improve accessibility on new file menu: #5058
  • Enhancement - OcTooltip: #5055
  • Enhancement - Send focus to "Add people" btn after closing Add/Edit panels: #5129
  • Enhancement - Remove autoclose on notifications: #5040
  • Enhancement - Request cancellation: #5163
  • Enhancement - Ability to update file resource fields: #5311
  • Enhancement - Use oc-select for role select: #4937
  • Enhancement - Add focus trap to left sidebar: #5027
  • Enhancement - Improve accessibility on trash bin: #5046
  • Enhancement - TypeScript Support: #5194
  • Enhancement - Update ownCloud Design System to v7.4.2: #5224
  • Enhancement - Use slots in the navigation sidebar: #5105
  • Enhancement - Improve accessibility on user menu: #5010
  • Enhancement - Visibility observer: #5194

Details