Skip to content

Releases: owncloud/web

12.0.4

27 Aug 10:19
v12.0.4
4e04a4a
Compare
Choose a tag to compare

Changelog for ownCloud Web 12.0.4 (2025-08-27)

Summary

  • Bugfix - Sign public link archiver download URL: #12943

Details

  • Bugfix - Sign public link archiver download URL: #12943

    We've started signing the archiver download URL in public link context in case
    the link is password protected. This allows users to download large archives
    without memory limits imposed by browsers.

    #12811
    #12943

11.3.6

14 Aug 14:22
v11.3.6
96dcbc1
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.3.6 (2025-08-14)

Summary

  • Bugfix - Incorrect translation when using switches language: #12889
  • Bugfix - Deactivated Space button clips German translated word: #12890
  • Bugfix - User info getting translated: #12893

Details

  • Bugfix - Incorrect translation when using switches language: #12889

    We have fixed an issue where the translation was incorrect when switching
    languages in the web interface. This ensures that the language displayed matches
    the selected language without inconsistencies by fetching the roles when use
    switches language.

    #12889
    https://kiteworks.atlassian.net/browse/OCISDEV-186

  • Bugfix - Deactivated Space button clips German translated word: #12890

    We have fixed an issue where the "Deactivated Space" button would clip the
    German translated word. The button now displays the full word without clipping.

    #12890
    https://kiteworks.atlassian.net/browse/OCISDEV-194

  • Bugfix - User info getting translated: #12893

    We have fixed the issue where user's info are getting translated by disabling
    browser translation for certain fields, avatar image, first name, last name and
    username.

    #12893
    https://kiteworks.atlassian.net/browse/OCISDEV-193

11.3.5

26 Jun 14:28
v11.3.5
70a45d3
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.3.5 (2025-06-26)

Summary

  • Bugfix - Md Text Html Preview Text gets Clipped: #12697

Details

  • Bugfix - Md Text Html Preview Text gets Clipped: #12697

    We've fixed an issue where the first letter of a text was clipped during HTML
    preview rendering due to improper margin

    owncloud/enterprise#7233
    #12697

12.0.3

19 Jun 10:11
v12.0.3
d3052d8
Compare
Choose a tag to compare

Changelog for ownCloud Web 12.0.3 (2025-06-19)

Summary

  • Bugfix - Export correct design system files: #12717

Details

  • Bugfix - Export correct design system files: #12717

    We've fixed the export of the design system files to ensure they are correctly
    exported as ES modules.

    #12717

12.0.2

17 Jun 11:43
v12.0.2
4a81b66
Compare
Choose a tag to compare

Changelog for ownCloud Web 12.0.2 (2025-06-17)

Summary

  • Bugfix - Ensure uniform distribution when generating password: #12575

Details

  • Bugfix - Ensure uniform distribution when generating password: #12575

    Replaced the biased division-based random index generation with a method that
    ensures uniform distribution. This can be achieved by using a rejection sampling
    approach, similar to the one used earlier in the getRandomCharsFromSet
    function. Specifically, we will calculate a setLimit for the array length and
    discard random values that fall outside this range. This ensures that the modulo
    operation produces unbiased results.

    #12575

12.0.1

12 Jun 08:56
v12.0.1
57e50b6
Compare
Choose a tag to compare

Changelog for ownCloud Web 12.0.1 (2025-06-12)

Summary

  • Bugfix - Md Text Html Preview Text gets Clipped: #12697

Details

  • Bugfix - Md Text Html Preview Text gets Clipped: #12697

    We've fixed an issue where the first letter of a text was clipped during HTML
    preview rendering due to improper margin

    owncloud/enterprise#7233
    #12697

12.0.0

11 Jun 10:18
v12.0.0
513c179
Compare
Choose a tag to compare

Changelog for ownCloud Web 12.0.0 (2025-06-11)

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

  • Bugfix - Preview app flat file lists: #11960

    We've fixed the image loading of the preview app in flat file lists ("Shared
    with me", "Shared with others", "Shared via link", favorites, search result
    page) so all images of the current file list are being loaded.

    #8932
    #11960

  • Bugfix - Show progress bar when emptying trash bin: #11967

    We've fixed a bug where the progress bar wasn't shown when emptying the trash
    bin.

    #11966
    #11967

  • Bugfix - Reload preloaded resource in sidebar: #12059

    We've fixed an issue where actions were not being updated on a resource. We are
    now reloading metadata of the resource even in the case when it is already
    preloaded so that we get up to date information.

    #10748
    #12059

  • Bugfix - Missing User Light translations: #12101

    We've added a missing "User Light" string definition into our translations in
    order to get this role translated.

    #12100
    #12101

  • Bugfix - Preserve current page when opening a file: #12207

    Add page query into meta contextQueryItems in the route definition

    #12162
    #12207

  • Bugfix - Make password protected folder tile clickable: #12227

    We've fixed an issue where the password protected folder resource was not
    clickable when the files list is in "Tiles" view mode. Due to missing
    permissions on the resource, the click was disabled. We have added a new check
    that asserts whether the resource is a password protected folder and if yes, we
    allow the click.

    #12193
    #12227

  • Bugfix - Allow email address as user name in the user creation form: #12228

    We've fixed user name filtering in the user creation form to allow entering
    email address as user name, thus aligning UI filtering with backend filtering.

    #12228
    #12229

  • Bugfix - Sorting arrow misplaced: #12236

    We've fixed an issue where sorting arrow is showed below the text instead of
    next to it.

    #12232
    #12236

  • Bugfix - Disable cutting and pasting into the same folder: #12265

    We've fixed the issue where users were allowed to cut and paste files into the
    same folder, either by clicking on the "Paste" button or by using keyboard paste
    shortcuts. This fix ensures that the paste operation is only allowed when the
    destination folder is different from the source folder, preventing invalid file
    operations.

    #12021
    #12265

  • Bugfix - Generate public link password on click: #12266

    We've fixed an issue where the password input was not generating a new password
    on click. The generate method was directly called instead of being passed as a
    callback.

    #12266

  • Bugfix - Disallow user from inviting themselves: #12328

    We've fixed the issue where users were allowed to accept invitations from their
    own generated token link by disabling the accept invitation button when user is
    using their own generated token link.

    #12183
    #12328

  • Bugfix - Delete .psec file: #12329

    We've extended the ...

Read more

11.3.4

26 May 12:31
v11.3.4
ac255ce
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.3.4 (2025-05-26)

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.

    #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.

    #12121
    #12598

11.3.3

23 May 05:34
v11.3.3
65e3755
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.3.3 (2025-05-22)

Summary

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

Details

  • Bugfix - Do not reveal generated password: #12326

    We've stopped revealing passwords in the password input when user clicks on the
    generate action. In order to preview the password, the user needs to click on
    the eye icon inside the input.

    #12275
    #12326

  • Bugfix - Drop advanced mode when creating links: #12326

    We've removed the advanced mode in the create public link dialog and we show the
    password and expiration date fields directly.

    #12275
    #12326

11.3.2

20 May 07:57
v11.3.2
4de74fe
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.3.2 (2025-05-19)

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

  • Bugfix - Add missing dependencies to markdown editor: #12460

    Due to several missing dependencies of the markdown editor app, some features
    were not fully working or were throwing an error. We added the following
    dependencies:

    • highlight.js - mermaid - screenfull - katex

    #12460

  • Bugfix - Hide image upload in markdown editor: #12460

    We hid a non-functioning image upload in the markdown editor to avoid pointless
    buttons that lead to no actions.

    #12407
    #12460

  • Bugfix - Hide save in markdown editor: #12460

    We hid the save button in the markdown editor as it was not functional. We
    decided on hiding it as it could be confusing with already having a save button
    provided by the app container.

    #12460