summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29527 from nextcloud/rakekniven-patch-1John Molakvoæ2021-12-041-1/+1
|\
| * Added dot at end of sentence.rakekniven2021-11-021-1/+1
| | | | | | | | | | The full message in the UI is composed by a few strings. Therefore the single parts needs an dot at the end. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #30034 from nextcloud/fix/bump-scssphp/scssphp-to-1.8.1John Molakvoæ2021-12-031-3/+2
|\ \
| * | Follow upstream security recommandationCarl Schwan2021-12-021-3/+2
| | | | | | | | | | | | | | | | | | See https://scssphp.github.io/scssphp/docs/#security-considerations Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Adapt testsJohn Molakvoæ (skjnldsv)2021-12-021-0/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)2021-12-023-6/+84
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #29735 from nextcloud/background-scan-one-by-oneRobin Appelman2021-12-026-18/+35
|\ \ \ | | | | | | | | find users for background scan one by one
| * | | code checker fixes for instanceOfStorageRobin Appelman2021-12-023-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | background scan the source storage when a background scan on a storage jail ↵Robin Appelman2021-12-022-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | is triggered Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | teach psalm about `Storage::instanceOfStorage`Robin Appelman2021-12-021-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #30016 from ↵Joas Schilling2021-12-0212-850/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-default-token-provider Remove default token which is deprecated since Nextcloud 13
| * | | | Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-0112-850/+23
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #30028 from nextcloud/bugfix/noid/fix-log_queryJoas Schilling2021-12-021-1/+10
|\ \ \ \ | | | | | | | | | | Fix log_query config flag
| * | | | Fix log_query config flagJoas Schilling2021-12-011-1/+10
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-014-6/+109
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #30013 from ↵John Molakvoæ2021-12-011-2/+6
|\ \ \ | | | | | | | | | | | | nextcloud/bugfix/noid/dont-count-attempts-when-we-just-deleted
| * | | Don't query the bruteforce attempts when we just deleted themJoas Schilling2021-12-011-2/+6
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-301-5/+0
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29966 from nextcloud/feat/remove-isIEJohn Molakvoæ2021-11-302-17/+0
|\ \
| * | Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-302-17/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #29958 from nextcloud/fix/translit-php8/deps-and-testsMichaIng2021-11-302-5/+0
|\ \ \ | |/ / |/| | Remove iconv from dependencies and tests
| * | Remove iconv from dependencies and testsMichaIng2021-11-302-5/+0
| | | | | | | | | | | | | | | | | | which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
* | | Include previous execption for repair steps that don't existChristoph Wurst2021-11-301-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Let repair step query exceptions bubble upChristoph Wurst2021-11-301-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And hide the type error caused by a constructor call with missing arguments. `new $repairStep();` only works for the rare case that no arguments are required. Anything else will throw. Then we previously hid the trace of the more important query exception. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-302-0/+28
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29917 from nextcloud/fix/29768/l10nPytal2021-11-297-17/+17
|\ \
| * | Fix source of translationsChristopher Ng2021-11-267-17/+17
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #29951 from nextcloud/fix/log-interpolation-exceptionsChristoph Wurst2021-11-291-8/+19
|\ \ \ | | | | | | | | Interpolate the log message also for logged exceptions
| * | | Interpolate the log message also for logged exceptionsChristoph Wurst2021-11-291-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to PSR-3 the log message can have placeholders that are replaced from the context object. Our logger implementation did that for all PSR-3 logger methods. The only exception was our custom `logException`. Since PsrLoggerAdapter calls logException when an exception key is present in the context object, log messages were no longer interpolated. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #29830 from ↵Christoph Wurst2021-11-291-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/enhancement/wfe-operation-scope-psalm-type-hint Add Psalm specific scope type hint for the WFE operation
| * | | Add Psalm specific scope type hint for the WFE operationChristoph Wurst2021-11-221-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-292-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | add method to shorten a string to given byte size to UtilsArthur Schiwon2021-11-261-0/+24
| |/ / |/| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #29906 from nextcloud/fix/strict_comp_for_redisVincent Petry2021-11-251-1/+1
|\ \ \ | | | | | | | | Use strict comparison to detect usage of redis cluster
| * | | Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #29894 from nextcloud/fix/inactive-profile-parameterblizzz2021-11-251-0/+1
|\ \ \ \ | |/ / / |/| | | Fix inactive profile parameters being displayed in the Profile visibility section
| * | | Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-252-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-242-0/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-2339-85/+95
|\ \ \ | | | | | | | | Support PHP 8.1 - First batch
| * | | Fix default value for $type in ↵Côme Chilliet2021-11-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC\DB\QueryBuilder\ExpressionBuilder\ExpressionBuilder::literal This fixes PHP errors about passing null to PDO::quote second parameter. We may want to change IExpressionBuilder as well? Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix warning about passing null to substr_countCôme Chilliet2021-11-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix warning about passing null to rtrimCôme Chilliet2021-11-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix type errorsCôme Chilliet2021-11-232-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix DateTime constructor calls with nullCôme Chilliet2021-11-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix Guzzle function callsCôme Chilliet2021-11-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 1.7.0 and 2.0 these functions are turned into static methods. See https://github.com/guzzle/psr7#upgrading-from-function-api Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix Iterator return typesCôme Chilliet2021-11-234-10/+6
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>