| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Ensure that stored version is at least 1 for cross-storage copy
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In case of a move operation from an unencrypted to an encrypted
storage the old encrypted version would stay with "0" while the
correct value would be "1". Thus we manually set the value to "1"
for those cases.
See also https://github.com/owncloud/core/issues/23078
|
|\ \
| |/
|/| |
Require at least libxml 2.7.0
|
| |
| |
| |
| | |
Fixes https://github.com/owncloud/core/issues/23168
|
| | |
|
|\ \
| | |
| | | |
remove old share propagation entries from appconfig
|
| | | |
|
|\ \ \
| | | |
| | | | |
Prevent certain DBs throwing exceptions on same-value updates
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
A PreconditionNotMetException must only be thrown if explicit
preconditions are specified for setValues(), not if the value is merely
the same as was already in the DB.
|
|\ \ \ \
| |/ / /
|/| | | |
Fix several .htaccess and .user.ini related problems
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Generate a valid URL for link notification
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
fixes #23197
* Updated unit test
|
|\ \ \
| | | |
| | | | |
dont break when there is an invalid share
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
owncloud/issue-22835-correctly-use-querybuilder-api
Correctly escape join statements and use selectAlias
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Removed unnecessary check 'installed' system value' call.
|
| | | | |
| | | | |
| | | | | |
OC_Utils::checkServer makes an unnecessary call to $config->getSystemValue('installed', false), which replicates the call made immediately before it during the call to needUpgrade.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix broken logtimezone
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add DAV authenticated also to other scopes
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes https://github.com/owncloud/core/issues/22893
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Improved rewrite rule
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
As per https://github.com/owncloud/core/issues/23098 and https://github.com/owncloud/core/issues/23117
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Use proper URLs for search results
|
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Fixes https://github.com/owncloud/core/issues/23136
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Verify the getResponse returns a ResponseInterface
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Can also return `null` as per PHPDoc. Regression added by https://github.com/owncloud/core/commit/97f5c095f4018119e15d7c612a685da1dc91a340
Fixes https://github.com/owncloud/core/issues/23145
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Replace unneded OC::needUpgrade with OCP method
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
owncloud/memcached-not-found-on-remove-means-success
Fix errors in memcached implementation
|
| |/ / / / / / / |
|
|/ / / / / / / |
|
| | | | | | | |
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
* Might fix an issue on oracle
|
| |_|/ / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Explicitly check for port
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The setup uses `\OCP\IRequest::getInsecureServerHost` which in some cases can also include a port. This makes the trusted domain check fail thus.
I've decided to add this here that way because adjusting the setup would require parsing the host properly. This is not something that can be done very good in PHP. Check the following example for why `parse_url` is not our friend: https://3v4l.org/k501Z
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The phpdoc for the sharing functions was very restrictive. As a
consequence passing node object (for example from the OCS Share API
where we don't really care if it is a file or folder), would actually
be invalid.
With this loser restriction the interfaces become more generic.
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Better phpdoc
* Promper use statements
* Unused parameter
|
|\ \ \
| |_|/
|/| | |
Composers PSR-4 autoloader in core
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This introduces the defacto standard PSR-4 autoloader from composer into
core. This will allow proper PSR-4 naming of our classes.
Since our original autoloader is still available we can slowly switch
over classes to PSR-4.
|
|\ \ \
| | | |
| | | | |
Add base rewrite rule only when RewriteBase is defined
|
| | | |
| | | |
| | | |
| | | | |
In case Apache is configured with an `Alias` such as with the ownCloud packages the rewrite rules will fail when no valid RewriteBase is configured.
|
| | | | |
|