core
core copied to clipboard
:cloud: ownCloud web server core (Files, DAV, etc.)
### Steps to reproduce 1. Alice creates a file "test.txt" with content "original text" 2. Alice shares the file with Brian 3. Brian creates a file "new.txt" with content "new...
### Steps to reproduce 1. at the server https://oc10133rc2-20231120.jw-qa.owncloud.works/ : 2. user admin configures an external storage SFTP, avalable to all users. 3. user admin enables users to mount external...
## Description ## TODO - [ ] migrate SwiftMailer to Symfony mail - https://github.com/owncloud/core/pull/41009 - [x] drop opis/closure - use laravel/serializable-closure ## Not in scope of this PR - [...
## Description ## Related Issue - Fixes ## Motivation and Context ## How Has This Been Tested? - test environment: - test case 1: - test case 2: - ......
## Description Save the :ringed_planet: - save CPU, network, memory, energy :dancers: Number of queries of `Share::getUsersSharingFile()` has been reduced from 17+ to 8 ## Motivation and Context Be smart...
## Description New generic sync mechanism, aiming to fix some flaws the current mechanism has. In particular, the errors that could happen during syncing will be reported and be visible...
## Description ## Related Issue - Fixes ## Motivation and Context ## How Has This Been Tested? - test environment: - test case 1: - test case 2: - ......
After moving a few thousand files, sync failed (it might have failed a few hours before). Failed to fix the issue. Updated server to newest version: 10.13.2.3 Also using newest...
## Description IE was deprecated with 10.13.0 on 22.08.2023 - https://doc.owncloud.com/docs/next/server_release_notes.html#changes-in-10-13-0 We can drop IE support 6 month later -> 22.02.2024 :exclamation: :exclamation: :exclamation: DO NOT MERGE BEFORE 22.02.2024 :exclamation:...
If an app ships with an incompatible command the occ command will be broken and unusable, eg: ``` An unhandled exception has been thrown: ArgumentCountError: Too few arguments to function...