| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| | |
remove part file extension before we read a filekey
|
| |
| |
| |
| | |
if possible, otherwise stuff like versioning will break
|
|\ \
| | |
| | | |
Get correct mimetype when moving and changing extension
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes issue when restoring folders from trash cross-storage, as such
folders have an extension ".d12345678".
Fixes issue when moving folders between storages and at the same time
changing their extension.
|
|\ \ \
| | | |
| | | | |
Fix PHPDoc
|
| | | |
| | | |
| | | |
| | | | |
Use correct parameters
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
Fix PHPDoc :see_no_evil:
|
| |/ /
| | |
| | |
| | | |
*sigh*
|
|\ \ \
| | | |
| | | | |
occ option to update all third party apps without disable
|
| | |/
| |/| |
|
|/ / |
|
|\ \
| | |
| | | |
dont go trough the view when moving to trash
|
| | | |
|
|\ \ \
| |_|/
|/| | |
wait with copying the skeleton untill login and setupfs are done
|
| | |
| | |
| | |
| | | |
message contained is empty - e.g. "message":"OCP\\Files\\NotFoundException: at \/home\/deepdiver\/Development\/ownCloud\/core-autotest\/apps\/provisioning_api\/lib\/users.php#354",
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add support for disallowing domains to the ContentSecurityPolicy
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
For enhanced security it is important that there is also a way to disallow domains, including the default ones.
With this commit every method gets added a new "disallow" function.
|
|\ \ \ \
| |/ / /
|/| | | |
Clean-up of orthography, grammar
|
| | | |
| | | |
| | | |
| | | | |
* Changed "instead to" to "instead of".
* Changed "setup" to "set up" (past participle).
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Scrutinizer Auto-Fixes
|
| | | |
| | | |
| | | |
| | | | |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
|\ \ \ \
| | | | |
| | | | | |
Fix unexisting class and broken doc
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Reduce the complexity of the search queries in the user/group backends to a minimum
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Conditional logging
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Log condition for log level increase based on conditions. Once one of these
conditions is met, the required log level is set to debug. This allows to
debug specific requests, users or apps
* Supported conditions (setting `log_condition` in `config.php`):
- `shared_secret`: if a request parameter with the name `log_secret` is set to
this value the condition is met
- `users`: if the current request is done by one of the specified users,
this condition is met
- `apps`: if the log message is invoked by one of the specified apps,
this condition is met
* fix unit test and add app log condition test
|
| | | | |
| | | | |
| | | | |
| | | | | |
* remove duplicate code from child classes
|
|\ \ \ \ \
| | | | | |
| | | | | | |
rename to 'Default encryption module'
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Mute XCache error when trying to clear the opcode cache
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
From https://github.com/owncloud/core/issues/16287:
> This is caused by XCache at https://github.com/owncloud/core/blob/8e59d4c64b48ed7daeebb714e11213f7a22b5740/lib/private/util.php#L1276 where we are trying to reset the opcode cache with `XC_TYPE_PHP`.
> I suspect that while XCache is installed its opcode component is not used. Unfortunately, the XCache API is not really properly documented and thus I don't know what API we would have to call to check whether the `XC_TYPE_PHP` cache is populated. In fact, there is an [open XCache bug](http://xcache.lighttpd.net/ticket/176) since 7 years that discusses this problem and is likely to never get fixed since XCache is abandonware.
Fixes https://github.com/owncloud/core/issues/16287
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
fix #16356
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[encryption] only try to delete file keys if it is a valid path
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Only load commands of enabled apps
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
fix bug #15973
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Rework of stream_seek handling; there where basically two bugs: 1. seeking to the end of the current file would fail (with SEEK_SET); and 2. if seeking to an undefined position (outside 0,unencryptedSize) then newPosition was not defined. I used the opportunity to simplify the code.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
Fix PHPDoc of public interface ILockingProvider
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
redirect to error page if download failed
|
| | |/ / / /
| |/| | | | |
|