Juan Pablo Villafañez
Juan Pablo Villafañez
Checked with the WND app ### Steps to reproduce 1. Setup an external mount point and check that the root folder of the mount point can't be updated nor deleted....
### Steps to reproduce 1. Install OC 10.10 2. Disable files_external app 3. Logout 4. In the login page, mark the "stay logged in" checkbox (it doesn't seem too visual)...
## Description Possible solution to the issue with multiple tabs in https://github.com/owncloud/core/pull/39916. When the tab closes, a message is sent to the rest of the tabs so they sent a...
## Description There might be cases where the upload data has disappeared from the DB, but the actual chunks are still present in the FS. At the moment, those chunks...
From https://msdn.microsoft.com/en-us/library/aa367017(v=vs.85).aspx Decided to go through the easy route and forward any attribute with a range. Without this patch, if AD send any attribute with a range, the library will...
Use ->setOperationInvoker(new LdapOperationInvokerForPaging()) to activate this change. ->setUsePaging(true) is needed to get data per page, otherwise all the data will be returned. Example code: ``` $config = new Configuration(); //...
## Description The share folder we get could be different than the one configured if somehow the target folder isn't available. This might be bad since the shares will be...
## Description Versions of files were left in the trashbin even though the associated file was either restored or deleted. This causes a performance loss for large scenarios because we...
Coming from https://central.owncloud.org/t/web-ui-redirection-2-0-its-even-worse/39322 1. Install OC10 and web 2. Set web as default app for the user 3. Make web crash somehow (likely some wrong configuration somewhere) ### Expected behaviour...
### Steps to reproduce 1. Create "test1" folder 2. Upload "file.txt" inside the "test1" folder 3. Upload multiple versions of "file.txt" 4. Delete "test1" folder 5. In the "deleted files"...