summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-12-05120-240/+242
* 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
* | 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
* | | Adapt testsJohn Molakvoæ (skjnldsv)2021-12-021-0/+2
* | | Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)2021-12-023-6/+84
* | | Merge pull request #29735 from nextcloud/background-scan-one-by-oneRobin Appelman2021-12-026-18/+35
|\ \ \
| * | | code checker fixes for instanceOfStorageRobin Appelman2021-12-023-2/+7
| * | | background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-022-16/+25
| * | | teach psalm about `Storage::instanceOfStorage`Robin Appelman2021-12-021-0/+3
* | | | Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p...Joas Schilling2021-12-0212-850/+23
|\ \ \ \
| * | | | Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-0112-850/+23
| |/ / /
* | | | Merge pull request #30028 from nextcloud/bugfix/noid/fix-log_queryJoas Schilling2021-12-021-1/+10
|\ \ \ \
| * | | | Fix log_query config flagJoas Schilling2021-12-011-1/+10
| | |/ / | |/| |
* / | | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-014-6/+109
|/ / /
* | | Merge pull request #30013 from nextcloud/bugfix/noid/dont-count-attempts-when...John Molakvoæ2021-12-011-2/+6
|\ \ \
| * | | Don't query the bruteforce attempts when we just deleted themJoas Schilling2021-12-011-2/+6
| |/ /
* / / Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
|/ /
* | Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-301-5/+0
* | 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
* | | Merge pull request #29958 from nextcloud/fix/translit-php8/deps-and-testsMichaIng2021-11-302-5/+0
|\ \ \ | |/ / |/| |
| * | Remove iconv from dependencies and testsMichaIng2021-11-302-5/+0
* | | Include previous execption for repair steps that don't existChristoph Wurst2021-11-301-1/+1
* | | Let repair step query exceptions bubble upChristoph Wurst2021-11-301-1/+8
* | | [tx-robot] updated from transifexNextcloud bot2021-11-302-0/+28
|/ /
* | Merge pull request #29917 from nextcloud/fix/29768/l10nPytal2021-11-297-17/+17
|\ \
| * | Fix source of translationsChristopher Ng2021-11-267-17/+17
* | | Merge pull request #29951 from nextcloud/fix/log-interpolation-exceptionsChristoph Wurst2021-11-291-8/+19
|\ \ \
| * | | Interpolate the log message also for logged exceptionsChristoph Wurst2021-11-291-8/+19
* | | | Merge pull request #29830 from nextcloud/enhancement/wfe-operation-scope-psal...Christoph Wurst2021-11-291-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Add Psalm specific scope type hint for the WFE operationChristoph Wurst2021-11-221-0/+3
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-292-0/+2
* | | | Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
* | | | add method to shorten a string to given byte size to UtilsArthur Schiwon2021-11-261-0/+24
| |/ / |/| |
* | | Merge pull request #29906 from nextcloud/fix/strict_comp_for_redisVincent Petry2021-11-251-1/+1
|\ \ \
| * | | Use strict comparison to detect usage of redis clusterLouis Chemineau2021-11-251-1/+1
* | | | Merge pull request #29894 from nextcloud/fix/inactive-profile-parameterblizzz2021-11-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix inactive profile parameters being returnedChristopher Ng2021-11-251-0/+1
* | | | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-11-252-0/+2
* | | [tx-robot] updated from transifexNextcloud bot2021-11-242-0/+18
* | | Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-2339-85/+95
|\ \ \
| * | | Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-232-4/+4
| * | | Fix warning about passing null to substr_countCôme Chilliet2021-11-231-1/+1
| * | | Fix warning about passing null to rtrimCôme Chilliet2021-11-231-1/+1
| * | | Fix type errorsCôme Chilliet2021-11-232-5/+6
| * | | Fix DateTime constructor calls with nullCôme Chilliet2021-11-231-1/+1
| * | | Fix Guzzle function callsCôme Chilliet2021-11-232-5/+5