aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make sure strtolower only receives a string to satisfy psalmJoas Schilling2021-12-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Lowercase all core=>email valuesJoas Schilling2021-12-132-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always store and compare the email address as lower caseJoas Schilling2021-12-101-3/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-12-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30160 from ↵Pytal2021-12-091-2/+6
|\ | | | | | | nextcloud/bugfix/noid/encryption-wrapper-fclose-check
| * Check resource before closing in encryption wrapperVincent Petry2021-12-091-2/+6
| | | | | | | | | | | | | | | | | | | | | | In case of error there is no guarantee that $source or $target is set or is a resource when handling an error. Without this fix, there's a risk that fclose will fail and the actual exception will not be thrown, making it impossible to find out about the root cause. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #29996 from zordsdavini/patch-1Pytal2021-12-092-0/+2
|\ \
| * | Fix relation "user_id" already exists migration errorChristopher Ng2021-12-032-0/+2
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #30075 from nextcloud/logic-opChristoph Wurst2021-12-091-4/+4
|\ \ | | | | | | Switch logical operators
| * | Switch logical operatorsacsfer2021-12-031-4/+4
| | | | | | | | | Unless there is a good reason to keep actual ones 👀
* | | Merge pull request #30156 from ↵John Molakvoæ2021-12-098-13/+65
|\ \ \ | | | | | | | | | | | | nextcloud/bugfix/noid/only-wildcard-search-if-enumeration-is-allowed
| * | | Make psalm more happyJoas Schilling2021-12-091-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix docs to make Psalm happierJoas Schilling2021-12-091-6/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-083-6/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Limit more contact searchesJoas Schilling2021-12-084-5/+25
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Only limit search in the system address bookJoas Schilling2021-12-083-4/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Only wildcard search if enumeration is allowedJoas Schilling2021-12-084-1/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-092-0/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-084-0/+50
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-076-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Avoid assignment in if clauseCôme Chilliet2021-12-061-8/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix typing problems in OC_ImageCôme Chilliet2021-12-062-3/+11
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Avoid calling image* methods on booleanCôme Chilliet2021-12-061-14/+27
| | | | | | | | | | | | | | | | | | | | | This avoids fatal errors on PHP>=8, and warnings on older versions. Log should also be clearer. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | 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 ↵Julius Härtl2021-12-032-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | share mail when set Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-0616-2/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-12-05120-240/+242
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | 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>