aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-2432-348/+412
|
* [tx-robot] updated from transifexNextcloud bot2021-02-2350-282/+770
|
* Merge pull request #25743 from nextcloud/disable-vs-code-intellisenseLukas Reschke2021-02-221-1/+4
|\ | | | | Disable basic PHP completion in Codespace
| * Disable basic PHP completion in CodespaceLukas Reschke2021-02-221-1/+4
| | | | | | | | | | | | | | | | | | This competes with the completions provided by https://github.com/felixfbecker/vscode-php-intellisense. Thus disabling the completions is recommended. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #25680 from nextcloud/taint-expressionbuilderLukas Reschke2021-02-223-0/+162
|\ \ | |/ |/| Add expression taint source and sanitizer
| * Add expression taint source and sanitizerLukas Reschke2021-02-173-0/+162
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #25602 from nextcloud/bugfix/noid/only-create-share-onceJohn Molakvoæ2021-02-223-8/+23
|\ \ | | | | | | Avoid creating two share links when password is enforced
| * | Avoid creating two share links when password is enforcedJulius Härtl2021-02-193-8/+23
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | Merge pull request #25689 from ↵Vincent Petry2021-02-227-14/+34
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/disable-updater-ui-when-disabled Hide update channel + button when web update is disabled
| * | | Hide updater button when web updater is disabledVincent Petry2021-02-187-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the web updater is disabled, the updater button and its matching token requesting endpoints are disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-2124-24/+252
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-2012-12/+58
| |/ / |/| |
* | | Merge pull request #24978 from dems54/issue24139John Molakvoæ2021-02-196-26/+246
|\ \ \
| * | | ReplyTo option for sharebymail - Issue #24139 - Little bug fixNicolas SIMIDE2021-01-281-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
| * | | Update apps/sharebymail/lib/Settings/SettingsManager.phpdems542021-01-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Small nitpicks Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
| * | | Update apps/sharebymail/lib/Settings/SettingsManager.phpdems542021-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Small nitpicks Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
| * | | ReplyTo option for sharebymail Issue #24139Nicolas SIMIDE2021-01-286-26/+246
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-196-2/+16
| | | |
* | | | Merge pull request #25086 from ↵Christoph Wurst2021-02-18135-538/+480
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/nextcloud/coding-standard-0.5.0 Bump nextcloud/coding-standard from 0.3.0 to 0.5.0
| * | | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-18135-538/+480
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #25707 from ↵Roeland Jago Douma2021-02-182-4/+7
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/send-emails-of-password-reset-to-displayname Send emails on password reset to the displayname
| * | | | Send emails on password reset to the displaynameJoas Schilling2021-02-182-4/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #25706 from nextcloud/bugfix/noid/when-it-kicks-inRoeland Jago Douma2021-02-181-7/+7
|\ \ \ \ | | | | | | | | | | When coding style kicks in
| * | | | When it kicks inJoas Schilling2021-02-181-7/+7
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-1822-6/+226
| | | |
* | | | Merge pull request #25700 from nextcloud/fix/zipresponse-initialize-arrayRoeland Jago Douma2021-02-171-1/+1
|\ \ \ \ | | | | | | | | | | Initialize \OCP\AppFramework\Http\ZipResponse::$resources
| * | | | Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #25681 from nextcloud/techdebt/noid/cleanup-provisioningRoeland Jago Douma2021-02-172-13/+10
|\ \ \ \ \ | | | | | | | | | | | | Cleanup appinfo usage
| * | | | | Cleanup appinfo usageJoas Schilling2021-02-162-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #25697 from nextcloud/fix/noid/applicable-dav-repair-vRoeland Jago Douma2021-02-171-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | bump applicable version due to an intermediate release
| * | | | | bump applicable version due to an intermediate releaseArthur Schiwon2021-02-171-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #25668 from nextcloud/enh/carddav/to_querybuilderChristoph Wurst2021-02-171-12/+32
|\ \ \ \ \ | |_|/ / / |/| | | | Move getChangesForAddressBook to QueryBuilder
| * | | | Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma2021-02-171-12/+32
|/ / / / | | | | | | | | | | | | | | | | | | | | Makes psalm happy, and makes me happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25440 from ↵Roeland Jago Douma2021-02-177-39/+107
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/cache-the-user-backend-info-for-30s Cache the user backend info for 5mins
| * | | | Cache the user backend info for 300sJoas Schilling2021-02-157-39/+107
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #25687 from ↵Roeland Jago Douma2021-02-171-3/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-02-171-3/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-1722-18/+482
| | | | |
* | | | | Merge pull request #25678 from nextcloud/drop/defaults-logo-claimRoeland Jago Douma2021-02-162-19/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Drop \OCP\Defaults::getLogoClaim
| * | | | Drop \OC_Theme::getLogoClaimChristoph Wurst2021-02-161-9/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Drop \OCP\Defaults::getLogoClaimChristoph Wurst2021-02-161-10/+0
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25675 from nextcloud/enh/db/drop_redundant_indexesRoeland Jago Douma2021-02-1617-9/+250
|\ \ \ \ | |/ / / |/| | | Drop redundant indes
| * | | Drop redundant indesRoeland Jago Douma2021-02-1617-9/+250
|/ / / | | | | | | | | | | | | | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25669 from nextcloud/fix/psalm/encryptallChristoph Wurst2021-02-161-1/+1
|\ \ \ | | | | | | | | Harden EncryptAll check for empty email
| * | | Harden EncryptAll check for empty emailRoeland Jago Douma2021-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by psalm For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #25673 from ↵Roeland Jago Douma2021-02-161-13/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | Update psalm baselineNextcloud-PR-Bot2021-02-161-13/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / [tx-robot] updated from transifexNextcloud bot2021-02-1610-2/+416
|/ / /
* | | Merge pull request #25664 from nextcloud/fix/psalm/dav_castsRoeland Jago Douma2021-02-152-3/+3
|\ \ \ | | | | | | | | Fix some RedundantCast in dav code
| * | | Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>