| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Remove hard coded limit of 15 from getShareWith
|
| | |
|
|\ \
| | |
| | | |
Add unit test for migrator with different prefix
|
| | | |
|
|\ \ \
| | | |
| | | | |
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'
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Show a empty response for GET on non-files instead of the Browser Plugin
|
| | | | |
| | | | |
| | | | | |
As discussed in https://github.com/owncloud/core/pull/14151, we missed to add this to the `files_sharing` S2S public WebDAV backend though.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
catch unallowed anonymous auth attempt and show specific error
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
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
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add hint about additional PHP database modules
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* fixes #16391
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
fix #16356
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
operation
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
add missing parameter to constructor
|
| | | | | | | | |
|
| | | | | | | | |
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[encryption] only try to delete file keys if it is a valid path
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Only load commands of enabled apps
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
fix bug #15973
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Tests reorganised and extended
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
also encrypt files in trash bin
|
| | |_|/ / / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fix PHPDoc of public interface ILockingProvider
|
| | |_|/ / / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
redirect to error page if download failed
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add notice that WebDAV interface is not intended for browsers
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixes https://github.com/owncloud/core/issues/16359
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fix to make sure expiration date is properly set
|
| | |/ / / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This did not happen correctly when the password was enforced since a
different code path was taken.
* moved generation of the default date string to separate function
* added unit test
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Reset share dialog values - more
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* Unit test
|
| | | | | | | | |
|
| | | | | | | | |
|