Releases: owncloud/web
12.0.4
Changelog for ownCloud Web 12.0.4 (2025-08-27)
Summary
- Bugfix - Sign public link archiver download URL: #12943
Details
11.3.6
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. -
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. -
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.
11.3.5
12.0.3
12.0.2
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 thegetRandomCharsFromSet
function. Specifically, we will calculate asetLimitfor the array length and
discard random values that fall outside this range. This ensures that the modulo
operation produces unbiased results.
12.0.1
12.0.0
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. -
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. -
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. -
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. -
Bugfix - Preserve current page when opening a file: #12207
Add page query into meta contextQueryItems in the route definition
-
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. -
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. -
Bugfix - Sorting arrow misplaced: #12236
We've fixed an issue where sorting arrow is showed below the text instead of
next to it. -
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. -
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. -
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. -
Bugfix - Delete .psec file: #12329
We've extended the ...
11.3.4
Changelog for ownCloud Web 11.3.4 (2025-05-26)
Summary
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. -
Bugfix - Add src attribute to external app iframe: #12598
This adds the
srcattribute to the external app iframe using thePOST
request. Some external apps like Collabora and OnlyOffice are using thePOST
requests to load the app with authenticated user.srcattribute 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
camerawere not propagated to the final website. Adding thesrcattribute
should ensure that the permissions are propagated.
11.3.3
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. -
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.
11.3.2
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
-
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. -
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.