summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30075 from nextcloud/logic-opChristoph Wurst2021-12-091-4/+4
|\
| * Switch logical operatorsacsfer2021-12-031-4/+4
* | Make psalm more happyJoas Schilling2021-12-091-2/+2
* | Fix docs to make Psalm happierJoas Schilling2021-12-091-6/+1
* | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-081-3/+12
* | Limit more contact searchesJoas Schilling2021-12-084-5/+25
* | Only limit search in the system address bookJoas Schilling2021-12-082-3/+16
* | Only wildcard search if enumeration is allowedJoas Schilling2021-12-082-1/+10
* | Avoid assignment in if clauseCôme Chilliet2021-12-061-8/+12
* | Fix typing problems in OC_ImageCôme Chilliet2021-12-061-2/+10
* | Avoid calling image* methods on booleanCôme Chilliet2021-12-061-14/+27
* | Merge pull request #30055 from nextcloud/enh/note-share-apiJulius Härtl2021-12-062-2/+12
|\ \
| * | Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl2021-12-032-2/+12
* | | 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
* | | | Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)2021-12-022-2/+6
* | | | Merge pull request #29735 from nextcloud/background-scan-one-by-oneRobin Appelman2021-12-022-16/+25
|\ \ \ \
| * | | | background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-022-16/+25
* | | | | Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p...Joas Schilling2021-12-0210-842/+23
|\ \ \ \ \
| * | | | | Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-0110-842/+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
|/ / /
* | | Merge pull request #29917 from nextcloud/fix/29768/l10nPytal2021-11-297-17/+17
|\ \ \
| * | | Fix source of translationsChristopher Ng2021-11-267-17/+17
* | | | Interpolate the log message also for logged exceptionsChristoph Wurst2021-11-291-8/+19
* | | | Obey col length of 255 to insert and search in accounts_dataArthur Schiwon2021-11-261-1/+8
|/ / /
* | | 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
|/ /
* | Merge pull request #29432 from nextcloud/fix/support-php-8.1Vincent Petry2021-11-2329-70/+81
|\ \
| * | Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-231-2/+2
| * | 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