| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
comparison
|
| |
|
|
|
|
|
|
|
|
| |
It is already not allowed to share a folder containing mount points /
incoming shares.
This fixes an issue that made it possible to bypass the check by moving
the incoming share mount point into an existing outgoing share folder.
|
|\
| |
| | |
[stable8.1] Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified"
|
| |
| |
| |
| |
| |
| |
| | |
Fix regression that makes PROPPATCH of mtime work like it did in OC <=
8.0.
The PROPPATCH must be done on the "lastmodified" property.
The "getlastmodified" now return 403 again.
|
|/
|
|
| |
Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110
|
|
|
|
|
|
| |
In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure.
Thus the error message should not directly get displayed to the user and instead be logged.
|
|
|
|
|
|
| |
Some folders might have an extension like "test.conf".
This fix prevents to overwrite the folder's mime type with another mime
type while running the mimetype repair step.
|
|\
| |
| | |
[stable8.1] Fallback to complete Memcached flush if getAllKeys fails
|
| |
| |
| |
| |
| |
| |
| | |
Newer Memcached's do not support the underlying protocol commands that
getAllKeys() is implemented with. We should fallback to clearing
everything in that case, as causing (temporary) performance problems for
other applications on the server is better than having stale cached data.
|
| |
| |
| |
| | |
(cherry picked from commit e28a2ff)
|
| |
| |
| |
| | |
* adjusted to stable8.1 backport of #19574
|
| |
| |
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/19438
(cherry picked from commit e735a99)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
version.php now contains the previous ownCloud version from which
upgrades are allowed. Any other upgrades will show a message that the
upgrade/downgrade is not supported.
Conflicts:
version.php
|
|/
|
|
|
| |
targets before the user was added to the group otherwise we will always detect
a name collision
|
|
|
|
| |
:speak_no_evil: :speak_no_evil: :speak_no_evil:
|
|
|
|
|
|
|
|
| |
use ref for factory test
Ensure we construct SimpleContainer
Use single instance of DIContainer in routing tests
|
|\
| |
| | |
[stable8.1] Fix removal of share permissions when share disabled for user
|
| | |
|
|\ \
| | |
| | | |
[stable8.1] disable "ssl root certificate" settings if user can't mount external storages
|
| |/
| |
| |
| | |
disabled for the user
|
|\ \
| | |
| | | |
[stable8.1] Correct regex
|
| | | |
|
| | |
| | |
| | |
| | | |
Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected.
|
|\ \ \
| |_|/
|/| | |
[stable8.1] make sure that hooks are emitted properly on file move operation
|
| | |
| | |
| | |
| | | |
the root folder with the nodes API
|
| | |
| | |
| | |
| | | |
file doesn't already exists in the file cache
|
|\ \ \
| |_|/
|/| | |
[stable8.1][avatar] add error handlers for avatar setup
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
add colon to translated string
use placeholder in t()
Adding a size limitation for avatar upload
Unit test for file size
Fix typo & display server side error message
|
|\ \ \
| | | |
| | | | |
[stable8.1] Detect old NSS and OpenSSL versions
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface.
Fixes https://github.com/owncloud/core/issues/17901
|
|/ / |
|
| | |
|
|/ |
|
|\
| |
| | |
[8.1 backport] make sure that we always detect legacy files correctlly
|
| | |
|
|/ |
|
|
|
|
|
|
| |
There is the case where OCs IDs might become outdated such as it has been with the calendar and contacts app which refer to the old dummy entry. This means that users with the old OCS id can't update updates as well will receive invalid state flags. (e.g. "experimental" instead of "approved")
To allow instances to properly update the applications in the future we need to migrate the OCS IDs for now manually.
|
|\
| |
| | |
[stable8.1] fix getting mount points when passing a path to the files:scan command
|
| | |
|
|\ \
| | |
| | | |
Stable8.1 chunk cleanupgracefulonlock
|
| | | |
|
| |/
|/| |
|
|/
|
|
|
|
| |
Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553
Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224
|
|\
| |
| | |
Cleanup part file after upload exception
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added unit tests for checking for stray part files.
Convert exception to sabre exception in upload put method.
Also added unit test for exception mapping, which also indirectly tests
that the part file is being deleted on exception.
This applies to both chunking and non-chunking mode.
Added some unit tests for chunk upload.
|
|\ \
| | |
| | | |
Fixing "ImportController::__construct() must implement interface OCP\…
|
| |/
| |
| |
| | |
OCP\\ICache, instance of OC\\Cache\\File given"
|