Releases: owncloud/web
8.0.0-alpha.11
Changelog for ownCloud Web 8.0.0 (2023-11-30)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Link resolving into default app: #9799
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Bugfix - Keep both folders conflict in same-named folders: #9915
- Bugfix - Enabling "invite people" for password-protected folder/file: #9931
- Bugfix - Icon extension mapping: #10031
- Bugfix - Logout page after token expiry: #10065
- Bugfix - Disable expiration date for alias link (internal): #10083
- Change - Remove deprecated code: #7338
- Enhancement - Make login url configurable: #7317
- Enhancement - Permission checks for shares and favorites: #7497
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Upload preparation time: #9552
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Provide vendor neutral file icons: #9847
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
- Enhancement - Create shortcuts: #9890
- Enhancement - Manage tags in details panel: #9905
- Enhancement - Reorganize "New" menu: #9906
- Enhancement - Add media type filter chip: #9912
- Enhancement - Display error message for upload to locked folder: #9940
- Enhancement - Support more audio formats with correct icon: #9966
- Enhancement - Additional languages: #10007
- Enhancement - Shared by filter: #10013
- Enhancement - Share search filter: #10014
- Enhancement - Duplicate space: #10024
- Enhancement - Default link permission: #10037
- Enhancement - Add explaining contextual helper to spaces overview: #10047
- Enhancement - Folder tree creation during upload: #10057
- Enhancement - Show webdav information in details view: #10062
- Enhancement - Add authentication delegation in the Embed mode: #10082
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused
trouble in the sharing sidebar section. This has been addressed by filtering out
shares without a displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share
wasn't possible. -
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in
Sidebar. -
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default
file action has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been
fixed.
7.1.2
Changelog for ownCloud Web 7.1.2 (2023-11-16)
Summary
- Bugfix - Respect "details"-query on private links: #9868
- Bugfix - Private link resolving via share jail ID: #9913
Details
-
Bugfix - Respect "details"-query on private links: #9868
The "details"-query on private links is now being respected properly when
openLinksWithDefaultApp
is enabled. This fixed an issue where the sidebar
would not open despite requesting to do so. -
Bugfix - Private link resolving via share jail ID: #9913
Resolving private links via the share jail ID has been fixed.
8.0.0-alpha.10
Changelog for ownCloud Web 8.0.0 (2023-11-21)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Link resolving into default app: #9799
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Respect "details"-query on private links: #9868
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Bugfix - Private link resolving via share jail ID: #9913
- Bugfix - Keep both folders conflict in same-named folders: #9915
- Bugfix - Enabling "invite people" for password-protected folder/file: #9931
- Change - Remove deprecated code: #7338
- Enhancement - Make login url configurable: #7317
- Enhancement - Permission checks for shares and favorites: #7497
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
- Enhancement - Create shortcuts: #9890
- Enhancement - Manage tags in details panel: #9905
- Enhancement - Reorganize "New" menu: #9906
- Enhancement - Provide vendor neutral file icons: #9911
- Enhancement - Add media type filter chip: #9912
- Enhancement - Display error message for upload to locked folder: #9940
- Enhancement - Support more audio formats with correct icon: #9966
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused
trouble in the sharing sidebar section. This has been addressed by filtering out
shares without a displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share
wasn't possible. -
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in
Sidebar. -
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default
file action has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been
fixed. -
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening
files with external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching
server validation for username
8.0.0-alpha.9
Changelog for ownCloud Web 8.0.0 (2023-11-17)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Link resolving into default app: #9799
- Bugfix - Resolving external URLs: #9804
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Respect "details"-query on private links: #9868
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Bugfix - Private link resolving via share jail ID: #9913
- Bugfix - Keep both folders conflict in same-named folders: #9915
- Bugfix - Enabling "invite people" for password-protected folder/file: #9931
- Change - Remove deprecated code: #7338
- Enhancement - Make login url configurable: #7317
- Enhancement - Permission checks for shares and favorites: #7497
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
- Enhancement - Create shortcuts: #9890
- Enhancement - Manage tags in details panel: #9905
- Enhancement - Reorganize "New" menu: #9906
- Enhancement - Provide vendor neutral file icons: #9911
- Enhancement - Add media type filter chip: #9912
- Enhancement - Display error message for upload to locked folder: #9940
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
sharing sidebar section. This has been addressed by filtering out shares without a
displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share wasn't possible.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been fixed.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening files with
external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username#9694
ht...
8.0.0-alpha.8
Changelog for ownCloud Web 8.0.0 (2023-11-15)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Link resolving into default app: #9799
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Bugfix - Private link resolving via share jail ID: #9913
- Bugfix - Keep both folders conflict in same-named folders: #9915
- Enhancement - Make login url configurable: #7317
- Enhancement - Permission checks for shares and favorites: #7497
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
- Enhancement - Create shortcuts: #9890
- Enhancement - Manage tags in details panel: #9905
- Enhancement - Reorganize "New" menu: #9906
- Enhancement - Provide vendor neutral file icons: #9911
- Enhancement - Add media type filter chip: #9912
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
sharing sidebar section. This has been addressed by filtering out shares without a
displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share wasn't possible.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been fixed.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening files with
external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
Bugfix - Create .space folder if it does not exist: #9788
Creating .space folder and README.md in space if folder has been removed by user.
-
Bugfix - Link resolving into default app: #9799
Internal and public file links now reliably resolve into the default app when
`openLinksWith...
8.0.0-alpha.7
Changelog for ownCloud Web 8.0.0 (2023-11-08)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Link resolving into default app: #9799
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Bugfix - Private link resolving via share jail ID: #9913
- Enhancement - Make login url configurable: #7317
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
- Enhancement - Reorganize "New" menu: #9906
- Enhancement - Provide vendor neutral file icons: #9911
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
sharing sidebar section. This has been addressed by filtering out shares without a
displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share wasn't possible.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been fixed.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening files with
external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
Bugfix - Create .space folder if it does not exist: #9788
Creating .space folder and README.md in space if folder has been removed by user.
-
Bugfix - Link resolving into default app: #9799
Internal and public file links now reliably resolve into the default app when
openLinksWithDefaultApp
is enabled. -
Bugfix - Copy quicklinks for webkit navigator: #9832
Copying quicklinks didn't work on safari or other webkit based browsers and is fixed now.
-
Bugfix - Fix display path on resources: [#9843](...
8.0.0-alpha.6
Changelog for ownCloud Web 8.0.0 (2023-11-07)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Link resolving into default app: #9799
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Enhancement - Make login url configurable: #7317
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
- Enhancement - Reorganize "New" menu: #9906
- Enhancement - Provide vendor neutral file icons: #9911
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
sharing sidebar section. This has been addressed by filtering out shares without a
displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share wasn't possible.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been fixed.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening files with
external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
Bugfix - Create .space folder if it does not exist: #9788
Creating .space folder and README.md in space if folder has been removed by user.
-
Bugfix - Link resolving into default app: #9799
Internal and public file links now reliably resolve into the default app when
openLinksWithDefaultApp
is enabled. -
Bugfix - Copy quicklinks for webkit navigator: #9832
Copying quicklinks didn't work on safari or other webkit based browsers and is fixed now.
-
Bugfix - Fix display path on resources: #9843
We've fixed a bug, where the display path of a resource w...
8.0.0-alpha.5
Changelog for ownCloud Web 8.0.0 (2023-10-30)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Bugfix - Create .space folder if it does not exist: #9788
- Bugfix - Copy quicklinks for webkit navigator: #9832
- Bugfix - Fix display path on resources: #9843
- Bugfix - Upload space image: #9844
- Bugfix - Duplicated file search request: #9861
- Bugfix - Tags are no longer editable for a locked file: #9873
- Bugfix - Prevent rendering of old/wrong set of resources in search list: #9881
- Enhancement - Make login url configurable: #7317
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Personal shares can be shown and hidden: #9531
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Add editors to the application menu: #9809
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
- Enhancement - Add
mode
config option: #9818 - Enhancement - Last modified filter chips: #9831
- Enhancement - Add embed mode actions: #9841
- Enhancement - Show only create folder button in embed mode: #9853
- Enhancement - Search query term linking: #9854
- Enhancement - Add permission to delete link passwords when password is enforced: #9857
- Enhancement - Remove settings icon from searchbar: #9858
- Enhancement - Location picker in embed mode: #9863
- Enhancement - Search tags filter chips style aligned: #9864
- Enhancement - Enable dark theme on importer: #9884
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
sharing sidebar section. This has been addressed by filtering out shares without a
displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share wasn't possible.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been fixed.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening files with
external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
Bugfix - Create .space folder if it does not exist: #9788
Creating .space folder and README.md in space if folder has been removed by user.
-
Bugfix - Copy quicklinks for webkit navigator: #9832
Copying quicklinks didn't work on safari or other webkit based browsers and is fixed now.
-
Bugfix - Fix display path on resources: #9843
We've fixed a bug, where the display path of a resource was missing parts. For example the
respective space name or the folder name of a share. -
Bugfix - Upload space image: #9844
Space image upload failed due to some code changes, this fixed and works as expected again.
-
Bugfix - Duplicated file search request: #9861
We have fixed a bug where the search was sent unnecessarily twice.
7.1.1
8.0.0-alpha.4
Changelog for ownCloud Web 8.0.0 (2023-10-17)
Summary
- Bugfix - Filter out shares without display name: #9257
- Bugfix - PDF loading Safari: #9483
- Bugfix - Set or remove expiration date on group share not possible: #9513
- Bugfix - Shared with action menu label alignment: #9529
- Bugfix - Internal public link resolving: #9587
- Bugfix - Audio- & video-loading on Shared with me page: #9593
- Bugfix - Add project space filter: #9649
- Bugfix - Respect the open-in-new-tab-config for external apps: #9663
- Bugfix - Tiles view accessibility: #9670
- Bugfix - Special characters in username: #9694
- Enhancement - Make login url configurable: #7317
- Enhancement - Scroll to newly created folder: #7600
- Enhancement - Application unification: #9302
- Enhancement - Show local loading spinner in sharing button: #9423
- Enhancement - File versions tooltip with absolute date: #9441
- Enhancement - Disabling extensions: #9441
- Enhancement - Add SSE to get notifications instantly: #9451
- Enhancement - Tags form improved: #9525
- Enhancement - Don't display confirmation dialog on file deletion: #9527
- Enhancement - Indicate processing state: #9561
- Enhancement - Display locking information: #9566
- Enhancement - Moving share's "set expiration date" function: #9584
- Enhancement - Add keyboard navigation to spaces overview: #9625
- Enhancement - Add batch actions to spaces: #9627
- Enhancement - Keyword Query Language (KQL) search syntax: #9653
- Enhancement - OcModal set buttons to same width: #9671
- Enhancement - Add password policy compatibility: #9682
- Enhancement - Password generator for public links: #9691
- Enhancement - Added app banner for mobile devices: #9696
- Enhancement - Unify sharing expiration date menu items: #9706
- Enhancement - Show error if password is on a banned password list: #9727
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
Details
-
Bugfix - Filter out shares without display name: #9257
In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
sharing sidebar section. This has been addressed by filtering out shares without a
displayName. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
Bugfix - Set or remove expiration date on group share not possible: #9513
We've fixed a bug where setting or removing an expiration on a group share wasn't possible.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
Bugfix - Audio- & video-loading on Shared with me page: #9593
Loading audio and video on the Shared with me page with the preview app has been fixed.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
Bugfix - Respect the open-in-new-tab-config for external apps: #9663
The
WEB_OPTION_OPEN_APPS_IN_TAB
is now being respected correctly when opening files with
external apps. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
Enhancement - Make login url configurable: #7317
We've added a new configuration option loginUrl to web, this is helpful if you use an external
IdP and the login is out of web/OCIS context. -
Enhancement - Scroll to newly created folder: #7600
After creating a new folder that gets sorted into the currently displayed resources but
outside of the current viewport, we now scroll to the new folder. -
Enhancement - Application unification: #9302
The existing apps have been refactored and their common functionality has been extracted.
This enables developers to more easily create custom apps, and brings unified behavior like
auto-saving, shortcut handling and success/error messages across all file viewer/editor
apps. -
Enhancement - Show local loading spinner in sharing button: #9423
We've added a loading spinner to the share button in the sharing panel to indicate that its still
processing if action takes longer. -
Enhancement - File versions tooltip with absolute date: #9441
We've added a tooltip with the absolute date for file versions in file details
-
Enhancement - Disabling extensions: #9441
A new configuration
disabledExtensions
has been added which enables disabling specific
extensions via their id. -
Enhancement - Add SSE to get notifications instantly: #9451
We've added SSE to the notifications which allows us to be notified about new notifications
instantly and from the server without polling every few seconds. -
Enhancement - Tags form improved: #9525
We've improved the tags form in various ways, including visual appearance as well as
usability. Auto save, remove tags on backspace, and contextual helper (and more, see issues)