| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
owncloud/stable8.2-share-keepoptioncheckboxinblocks
[stable8.2] Keep share checkboxes together
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- removed leading spaces before markup which can affect rendering in
some cases
- added shareOption CSS class to group and keep share option checkbox +
label
- moved ".showCruds" arrow into the matching shareOption to keep the
arrow together with the checkbox
|
|\ \ \ \
| |/ / /
|/| | | |
[stable8.2] Update avatar on username change if avatar is set
|
| | | |
| | | |
| | | |
| | | | |
* fixes #20455
|
|\ \ \ \
| | | | |
| | | | | |
Synchronise files_external and objectstore Docker tests with master
|
| | | | |
| | | | |
| | | | |
| | | | | |
Checkout files from 4d69e562a065a79461343444a842ada025f3643c
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
[Stable 8.2] Set proper public webdav permissions when public upload disabled
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #23325
It can happen that a user shares a folder with public upload. And some
time later the admin disables public upload on the server.
To make sure this is handled correctly we need to check the config value
and reduce the permissions.
Fix is kept small to be easy backportable.
|
|\ \ \ \
| |_|/ /
|/| | | |
[stable8.2] Execute parallel-lint
|
|/ / /
| | |
| | |
| | | |
Backport of https://github.com/owncloud/core/pull/22994 and https://github.com/owncloud/core/pull/23303
|
|\ \ \
| | | |
| | | | |
[stable8.2] Gracefull handle link shares rename hook
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes #21678
The hook is called on all renames. However when we use a link share
the getUserFolder fails. We now just opt out.
|
|\ \ \ \
| | | | |
| | | | | |
allow group shares, even if not all public keys are available
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
[stable8.2] Update error text for link passwords
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* this removes the old tooltip first before showing
the new one to update the text - otherwise the old
text will be shown
|
|\ \ \ \
| | | | |
| | | | | |
[8.2] don't hide server not available exception, fixes #20536
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
[stable8.2] Fake LOCK statement for Windows 7, 8 and 10 network mounts
|
|/ / / /
| | | |
| | | |
| | | | |
* fixes #22596
|
|\ \ \ \
| | | | |
| | | | | |
[stable8.2] Remove disabled autocorrect for new file names
|
|/ / / /
| | | |
| | | |
| | | | |
* ref #22784
|
|\ \ \ \
| | | | |
| | | | | |
[Stable 8.2] Rename and move permissions are set when a file is updatable
|
| | | | |
| | | | |
| | | | |
| | | | | |
* Fix unit tests
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[stable8.2] Fix archive file name when downloading public share
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When no files were specified for download, it means folder download.
In this case, no need to pass an empty "files" argument.
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When download a public link share folder using the button on the top
right, it doesn't provide a list of files.
This fix makes sure to trigger the correct logic when no file list was
given.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove wrongly backported test
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
* backported with #22752
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
owncloud/stable8.2-files-newmenu-removebrowsercomplete
[stable8.2] Remove browser autocomplete in new file menu
|
| |/ / / |
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[stable8.2] Run cleanup of expired DB file locks to background job
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* fixes #22819
The old way fired a DELETE statement on each destruction of the
DBLockingProvider. Which could cause a lot of queries. It's enough
to run this every 5 minutes in a background job, which in the end
could result in file locks that exists 5 minutes longer - in the
worst case and for not properly released locks.
This makes the DB based locking a lot more performant and could
result in a similar performance to the Redis based locking provider.
|
|\ \ \
| |/ /
|/| | |
[stable8.2] Properly check path validity before deleting to trash
|
|/ /
| |
| |
| |
| | |
This prevents deleting the whole "files" folder of the user whenever
$ownerPath is empty. This can happen in concurrency situations.
|
|\ \
| | |
| | | |
Add Versions app header to config.sample.php
|
|/ / |
|
|/ |
|
|\
| |
| | |
[stable8.2] allow putting the part file in the view root
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When overwriting shared files as recipient, the part file is written on
the uploader's storage before overwriting the target file.
If the uploader has no quota left, they should still be able to
overwrite that file with Webdav. To make this work, they need to be able
to write the part file to their own storage first.
|
| | |
|
| | |
|
|\ \
| |/
|/| |
[stable8.2] Fixing CodeChecker usage
|
|/ |
|
|\
| |
| | |
[8.2] scan the file in the write lock when uploading over dav
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/backport-22677-theme-overwriting-language
[8.2] Allow to overwrite a single language string via the theme folder
|