Skip to content

chore(deps): update dependency @ownclouders/web-pkg to v12 #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ownclouders/web-pkg (source) ^11.0.0 -> ^12.0.0 age adoption passing confidence

Release Notes

owncloud/web (@​ownclouders/web-pkg)

v12.0.1: 12.0.1

Compare Source

Changelog for ownCloud Web 12.0.1 (2025-06-12)
Summary
  • Bugfix - Md Text Html Preview Text gets Clipped: #​12697
Details

v12.0.0

Compare Source

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

Summary

  • Bugfix - Preview app flat file lists: #​11960
  • Bugfix - Show progress bar when emptying trash bin: #​11967
  • Bugfix - Reload preloaded resource in sidebar: #​12059
  • Bugfix - Missing User Light translations: #​12101
  • Bugfix - Preserve current page when opening a file: #​12207
  • Bugfix - Make password protected folder tile clickable: #​12227
  • Bugfix - Allow email address as user name in the user creation form: #​12228
  • Bugfix - Sorting arrow misplaced: #​12236
  • Bugfix - Disable cutting and pasting into the same folder: #​12265
  • Bugfix - Generate public link password on click: #​12266
  • Bugfix - Disallow user from inviting themselves: #​12328
  • Bugfix - Delete .psec file: #​12329
  • Bugfix - Handle shares loading error: #​12336
  • Bugfix - Add domain to distinguish between external users: #​12339
  • Bugfix - Fix sorting in spaces view that may crash the application: #​12351
  • Bugfix - Show path tooltip on parent folder: #​12356
  • Bugfix - Handle changed public link password in file editors: #​12357
  • Bugfix - Space context menu is cropped with limited vertical screen space: #​12368
  • Bugfix - Add space not found message: #​12373
  • Bugfix - Mock services correctly in test file: #​12377
  • Bugfix - Use resource ID in share notifications: #​12385
  • Bugfix - Watch scroll target in shared list: #​12385
  • Bugfix - Download archives directly: #​12406
  • Bugfix - Request archive as blob: #​12406
  • Bugfix - Fix wrong HTML lang attribute: #​12478
  • Bugfix - Delete resource throws unknown error: #​12482
  • Bugfix - Application language and browser language do not match: #​12487
  • Bugfix - Access correct key when loading favorites: #​12606
  • Bugfix - Load ancestor space only when parent id is returned: #​12607
  • Bugfix - Do not crash when tus is unsupported: #​12608
  • Bugfix - Use capabilities store in preview service: #​12628
  • Bugfix - Add missing label to rename button: #​12646
  • Change - Remove CERN's collapsible table: #​12567
  • Change - Remove deprecated applicationMenu: #​12686
  • Change - Remove deprecated ApplicationQuickAction: #​12686
  • Change - Remove deprecated client init method: #​12686
  • Change - Remove deprecated isFileEditor: #​12686
  • Change - Remove deprecated ocsUserContext and ocsPublicLinkContext: #​12686
  • Change - Remove deprecated type prop: #​12686
  • Enhancement - Accessibility improvements: #​5379
  • Enhancement - Create spaces via admin settings: #​11849
  • Enhancement - Hide active editor action: #​12110
  • Enhancement - Add maintenance banner: #​12239
  • Enhancement - Add new supported language to md-editor: #​12243
  • Enhancement - Rephrase invite users to invite users to federate: #​12355
  • Enhancement - Use custom password generator: #​12424
  • Enhancement - Add OCM explanatory tooltips: #​12488
  • Enhancement - Add duplicate action: #​12508
  • Enhancement - Add flat list view: #​12509
  • Enhancement - Add loading spinner to submit button: #​12513
  • Enhancement - Improve file drop view UI: #​12519
  • Enhancement - Add Catalan to list of supported languages: #​12578
  • Enhancement - Disable space membership management when it's server-managed: #​12584
  • Enhancement - Add login error: #​12648

Details

v11.3.4

Compare Source

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

Summary

  • Bugfix - Add tag characters limit: #​12474
  • Bugfix - Add src attribute to external app iframe: #​12598

Details

  • Bugfix - Add tag characters limit: #​12474

    We now limit the number of characters in a tag. The limit is configured in the
    capabilities and defaults to 30.

    https://github.com/owncloud/web/pull/12474

  • Bugfix - Add src attribute to external app iframe: #​12598

    This adds the src attribute to the external app iframe using the POST
    request. Some external apps like Collabora and OnlyOffice are using the POST
    requests to load the app with authenticated user. src attribute was in that
    case omitted as it was not necessarily needed. That however introduced a bug
    with permissions propagation. Any custom permissions set on the iframe like
    camera were not propagated to the final website. Adding the src attribute
    should ensure that the permissions are propagated.

    https://github.com/owncloud/web/issues/12121
    https://github.com/owncloud/web/pull/125982598

v11.3.3

Compare Source

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

Summary

  • Bugfix - Do not reveal generated password: #​12326
  • Bugfix - Drop advanced mode when creating links: #​12326

Details

v11.3.2

Compare Source

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

Summary

  • Bugfix - Add missing dependencies to markdown editor: #​12460
  • Bugfix - Hide image upload in markdown editor: #​12460
  • Bugfix - Hide save in markdown editor: #​12460

Details

v11.3.1

Compare Source

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

Summary

  • Bugfix - Broken title for public files link: #​12225
  • Bugfix - Disable password protected folders creation inside public links: #​12226
  • Bugfix - Add password policies to password protected folders: #​12240
  • Bugfix - Revert password protected folder creation on error: #​12241
  • Bugfix - Add password generator into password protected folders: #​12270
  • Bugfix - Two spaces are created at the same time when user tries to create a space: #​12297

Details

v11.3.0

Compare Source

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

Summary

  • Enhancement - Add psec file icon: #​12104
  • Enhancement - Handle extensions without editor: #​12105
  • Enhancement - Add custom handler to file extensions: #​12109

Details

v11.2.0

Compare Source

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

Summary

  • Bugfix - Create password protected folder in personal space: #​12146
  • Bugfix - Do not render default actions in context menu: #​12175
  • Bugfix - Open password protected folder when clicking on its name: #​12177
  • Bugfix - Skip upload dropzone init when files view is missing: #​12178
  • Bugfix - Display shared file versions: #​12194
  • Bugfix - Sanitize content from md-editor-v3: #​12195
  • Bugfix - Enable external shares editing: #​12204
  • Bugfix - Prevent password protected folder move: #​12205
  • Bugfix - Preserve current language in password protected folder view: #​12206
  • Enhancement - Disable resources in delete queue: #​12046
  • Enhancement - Add password protected folders app: #​12137
  • Enhancement - Password protected folder permissions: #​12141
  • Enhancement - Add password protected folders handler: #​12142
  • Enhancement - Control more elements visibility via URL query: #​12142
  • Enhancement - Display default actions in context menu: #​12145
  • Enhancement - Hide password protected folders action: #​12145
  • Enhancement - Hide password protected folders extension: #​12145
  • Enhancement - Recursive folder creation: #​12146
  • Enhancement - Delete password protected folders: #​12152
  • Enhancement - Allow camera in external app iframe: #​12188
  • Enhancement - Add lang URL query parameter: #​12206

Details


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mmattel mmattel requested review from LukasHirt and mzner June 12, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants