summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-12-042-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30054 from ↵Christoph Wurst2021-12-031-36/+43
|\ | | | | | | | | nextcloud/refactor/cleaner-dav-background-resource-job ✨ Clean up the DAV resource background job
| * Clean up the DAV resource background jobChristoph Wurst2021-12-021-36/+43
| | | | | | | | | | | | | | | | * Replace deprecated execute with executeQuery and executeStatement * Close open cursors * Drop phpdoc that only mirrors php type hints Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #30034 from nextcloud/fix/bump-scssphp/scssphp-to-1.8.1John Molakvoæ2021-12-033-7/+42
|\ \
| * | Follow upstream security recommandationCarl Schwan2021-12-023-10/+5
| | | | | | | | | | | | | | | | | | See https://scssphp.github.io/scssphp/docs/#security-considerations Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Add rgb to hsl converterCarl Schwan2021-12-021-4/+41
| | | | | | | | | | | | | | | | | | This ports away from using now internal functions from scssphp. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Bump scssphp/scssphp to 1.8.1Côme Chilliet2021-12-021-0/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #30065 from ↵Carl Schwan2021-12-031-30/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1638504715 [Automated] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2021-12-031-30/+0
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-032-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30024 from ↵Joas Schilling2021-12-026-26/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/list-php-are-only-invokable-via-controllers list.php files are only invoked via ViewController and APIController
| * | | list.php files are only invoked via ViewController and APIControllerJoas Schilling2021-12-016-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both of them actually check that the user is logged in before and also the list.php files themselves would break with getUserSession()->getUser()->getUID() which they contain. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #30015 from nextcloud/feat/addScript-dependencyJohn Molakvoæ2021-12-027-21/+107
|\ \ \ \
| * | | | Adapt testsJohn Molakvoæ (skjnldsv)2021-12-022-10/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)2021-12-026-11/+90
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #29735 from nextcloud/background-scan-one-by-oneRobin Appelman2021-12-0212-64/+64
|\ \ \ \ | | | | | | | | | | find users for background scan one by one
| * | | | fix testsRobin Appelman2021-12-024-29/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | code checker fixes for instanceOfStorageRobin Appelman2021-12-024-3/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | stop background scan early if a users still has unscanned files after ↵Robin Appelman2021-12-021-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | background scan Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | find users for background scan one by oneRobin Appelman2021-12-021-22/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | background scan the source storage when a background scan on a storage jail ↵Robin Appelman2021-12-023-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0227-2442/+59
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-default-token-provider Remove default token which is deprecated since Nextcloud 13
| * | | | | Remove unused importsJoas Schilling2021-12-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix last testsJoas Schilling2021-12-022-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | More test fixingJoas Schilling2021-12-012-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | More test fixingJoas Schilling2021-12-016-271/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | More unit test adjustmentsJoas Schilling2021-12-015-881/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix testsCarl Schwan2021-12-012-424/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | 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 #30046 from nextcloud/fix/dav-back-end-missing-close-cursorChristoph Wurst2021-12-021-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Close open cursor in the caldav back-end
| * | | | | | Close open cursor in the caldav back-endChristoph Wurst2021-12-021-0/+3
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #30033 from nextcloud/ie-polifilsJohn Molakvoæ2021-12-023-13/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove IE polyffilsacsfer2021-12-023-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pursuing the "IE removal" quest ☮️ Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #30032 from nextcloud/techdebt/noid/add-missing-indicesJoas Schilling2021-12-023-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add an index for selecting the next job
| * | | | | | Add an index for selecting the next jobJoas Schilling2021-12-013-0/+21
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #30011 from ↵Joas Schilling2021-12-028-10/+159
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/allow-to-log-queries-to-db-ldap-and-redis Allow to log queries to db, ldap and redis
| * | | | | Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-018-10/+159
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #29976 from nextcloud/fix/bump-sabre/dav-to-4.2.0Côme Chilliet2021-12-021-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Bump sabre/dav to 4.2.1
| * | | | Bump to 4.2.1Côme Chilliet2021-12-021-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Bump sabre/dav to 4.2.0Côme Chilliet2021-12-021-0/+0
|/ / / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / / / [tx-robot] updated from transifexNextcloud bot2021-12-024-2/+30
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30018 from nextcloud/fix/30017/tags-stylesPytal2021-12-011-0/+4
|\ \ \
| * | | Fix collaborative tags stylesChristopher Ng2021-12-011-0/+4
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.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>
* | | Merge pull request #30012 from nextcloud/bugfix/noid/only-check-2fa-state-onceJohn Molakvoæ2021-12-011-1/+9
|\ \ \
| * | | Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>