Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2020-10-14Bump vimeo/psalm from 3.15 to 3.17.1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-13Use own psalm instead of a global oneChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-13Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-10-11Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-10-09Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-10-07Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-10-06Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-10-05Merge pull request #22891 from ↵Morris Jobke
nextcloud/techdebt/18680/improve-ProvisioningApiMiddleware-service-logic Improve registerService logic for ProvisioningApiMiddleware for static code analysis
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-26Bump jsdoc from 3.6.5 to 3.6.6 in /builddependabot-preview[bot]
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.5 to 3.6.6. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.6/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.5...3.6.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-25Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-09-18Add integration tests to check that only the given path is transferredDaniel Calviño Sánchez
Until recently (it was fixed in ac2999a26a) when a path was transferred other shares with the target user were removed, so a test was added to ensure that it does not happen again. Besides that a test to ensure that other files with the target user are not transferred was added too (it did not fail before, but seemed convenient to have that covered too :-) ). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-18Add integration tests for transferring files of a user with a risky nameDaniel Calviño Sánchez
The files:transfer-ownership performs a sanitization of users with "risky" display names (including characters like "\" or "/"). In order to allow (escaped) double quotes in the display name the regular expression used in the "user XXX with displayname YYY exists" step had to be adjusted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-18Add integration test for transferring the path of a single fileDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-18Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-09-16Update baselineMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-16Update baselineMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-16Remove phan config - was replaced by PsalmMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-14Merge pull request #22761 from ↵Morris Jobke
nextcloud/extend-integration-tests-for-files-transfer-ownership-command Extend integration tests for "files:transfer-ownership" command
2020-09-10Merge pull request #22665 from ↵Morris Jobke
nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.7.0 Update behat/behat requirement from ~3.6.1 to ~3.7.0 in /build/integration
2020-09-10Add integration tests for transferring ownership of resharesDaniel Calviño Sánchez
Currently only transferring ownership of a reshare with a group to a user in the group is possible. When transferring ownership of a reshare with another user or with a group to a user not in the group restoring the share fails (but the command succeeds, it only fails for the specific files that are reshares). When transferring ownership of a path that is a reshare the command fails (as when a specific path is provided the path tries to move the file, it does not take into account reshares). The added integration tests reflect the above behaviours. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-10Check share ownership after transferring file ownershipDaniel Calviño Sánchez
The integration tests did not verify that the shares were actually transferred between the users (or that they were removed due to being transferred to the sharee). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-10Check whether file exists or not after transferring ownershipDaniel Calviño Sánchez
The integration tests did not verify that the files were actually transferred between the users, only that the files were downloadable. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-09Merge pull request #22663 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.7 Bump karma-viewport from 1.0.6 to 1.0.7 in /build
2020-09-09Merge pull request #22600 from ↵Roeland Jago Douma
nextcloud/dependabot/npm_and_yarn/build/http-proxy-1.18.1 [Security] Bump http-proxy from 1.17.0 to 1.18.1 in /build
2020-09-09Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-09-08Update behat/behat requirement in /build/integrationdependabot[bot]
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.6.1...v3.7.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-08Bump karma-viewport from 1.0.6 to 1.0.7 in /builddependabot[bot]
Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/squidfunk/karma-viewport/releases) - [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.6...1.0.7) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-07Merge pull request #21945 from nextcloud/fix-contact-download-pictureJohn Molakvoæ
Changed Content-Disposition header to download Contact Photo with correct extension
2020-09-06Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-09-05Change Content-Disposition HeaderJacob Neplokh
- Make ALLOWED_CONTENT_TYPES public in order to use - Add $fileName variable which uses "$node->getName()" to get the proper file name and "$file->getMimeType()" along with the ALLOWED_CONTENT_TYPES array in PhotoCache.php to get the proper file extension - Make "$fileName" the name of the file in the Content-Disposition header when downloading a Contact's photo - Add filename to the CardDAV integration image export test header - Change headers in ImageExportPluginTest to reflect changes Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-09-04[Security] Bump http-proxy from 1.17.0 to 1.18.1 in /builddependabot-preview[bot]
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.** - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-03Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-08-27Use proper branch name in phpdoc buildsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-26Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma
Add php docs build script
2020-08-26Add php docs build scriptJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-26Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-21Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2020-08-20Fix psalm warningsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Fix psalm warningsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Accept psalm warning for nowMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20Extend psalm baseline to ignore errors for nowMorris Jobke
One is a false positive - see https://github.com/vimeo/psalm/pull/4032 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20new weather status used in dashboardJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-19Merge pull request #22289 from ↵Morris Jobke
nextcloud/techdebt/noid/fix-encryption-stream-invalid-scalar-arguments Cast float to int to avoid invalid scalar argument warning
2020-08-19Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke
Use matching parameter names form interfaces and implementations
2020-08-19Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke
Send "429 Too Many Requests" in case of brute force protection
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-19Merge pull request #22288 from ↵Morris Jobke
nextcloud/techdebt/noid/fix-oc_image-invalid-scalar-arguments Cast float/char to int to avoid invalid scalar argument warning