- Nov 06, 2020
-
-
Morris Jobke authored
Do not setup the default FS on normal routes
-
Morris Jobke authored
Remove the cookie paths for php<7.3
-
Morris Jobke authored
Replace some usages of OC_DB in OC\Share\* with query builder
-
Morris Jobke authored
Read the env variables only once
-
Morris Jobke authored
Fix iLike() falsely turning escaped % and _ into wildcards
-
Morris Jobke authored
Improve query type detection
-
Morris Jobke authored
Fix repair mimetype step to not leave stray cursors
-
Morris Jobke authored
Skip already loaded apps in loadApps
-
dependabot-preview[bot] authored
-
Morris Jobke authored
Merge pull request #23929 from nextcloud/techdebt/noid/deprecate-prepare-and-execute-audited-as-they-leak-cursors Deprecate OC_DB::prepare and OC_DB::executeAudited as they leak cursors
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Allow config to specify the bucket exists
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Otherwise you might end up calling a lot of functions unneeded. And while the individual calls are cheap if you multiply them by 20k they still get somewhat expensive. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Julius Härtl authored
Fix casting to integer on Oracle
-
Roeland Jago Douma authored
In the 99% case the bucket is just always there. And if it is not the read/write will fail hard anyways. Esp on big instances the Objectstore is not always fast and this can save a few hundered ms of each request that acess the objectstore. In short it is adding 'verify_bucket_exists' => false To the S3 config part Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Bearer must be in the start of the auth header
-
Morris Jobke authored
[Automated] Update psalm-baseline.xml
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
This should help with load times hopefully. Only initialize the FS if we actually ned it. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
dependabot-preview[bot] authored
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
John Molakvoæ authored
-
dependabot-preview[bot] authored
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Nov 05, 2020
-
-
Morris Jobke authored
Bump vimeo/psalm from 4.0.1 to 4.1.1
-
dependabot-preview[bot] authored
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.0.1...4.1.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Morris Jobke authored
Simplify the check if admin can change password based on encryption status
-
Morris Jobke authored
Do not emit UserCreatedEvent twice
-
Morris Jobke authored
Found by Psalm: ``` /home/runner/work/server/server/apps/settings/lib/Controller/UsersController.php:324:8:error - RedundantCondition: Type true for $isEncryptionModuleLoaded is never falsy ``` Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Julius Härtl authored
only run the background scanner for users that have unscanned files
-
dependabot-preview[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.2.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.2.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Julius Härtl authored
Fix link share avatar icon
-