summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update psalm baselinenextcloud-command2022-08-091-2/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* Int test for share owner change on moveVincent Petry2022-07-261-0/+48
| | | | | | | Added tests to verify share owner change when moving the parent of a subshare in and out of a received share. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update psalm baselinenextcloud-command2022-07-131-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Update psalm baselinenextcloud-command2022-07-121-3/+0
| | | | | Signed-off-by: GitHub <noreply@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-111-36/+0
|\ | | | | Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-051-30/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup avatar related codeCarl Schwan2022-06-221-6/+0
| | | | | | | | | | | | | | | | - Move event listener to new event handling - Add typing almost everywhere - Fix inconsistent interface parameter Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot[bot]2022-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update psalm baselinenextcloud-command2022-06-291-45/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan2022-06-281-11/+0
|\ \ | | | | | | Summer cleanup of the federation app
| * | Summer cleanup of the federation appCarl Schwan2022-06-241-11/+0
| |/ | | | | | | | | | | | | | | | | | | - Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-271-1/+1
|\ \ | | | | | | Rename setting name to reduce its length
| * | Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #32820 from ↵blizzz2022-06-241-1/+1
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4 Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
| * | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan2022-06-232-5/+116
|\ \ \ | |_|/ |/| | Fix type error in Sabre/Connector/Directory
| * | Add testCarl Schwan2022-06-232-5/+116
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32971 from ↵Daniel2022-06-221-11/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2022-06-221-11/+0
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
| * | | Update psalm baselinenextcloud-command2022-06-211-46/+2
| |/ / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / Add typing to Sharing BackendCarl Schwan2022-06-221-55/+2
|/ / | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / Fix second integration test as wellJoas Schilling2022-06-131-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-101-1/+13
|\ | | | | l10n: Delete apostrophe
| * Add debug flag to the translation checkerJoas Schilling2022-06-071-1/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix integration test which now actually matches the system-addresssbook entryJoas Schilling2022-06-092-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update psalm-baselineDaniel Kesselberg2022-05-311-14/+23
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update psalm baselinenextcloud-command2022-05-311-5/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #32591 from nextcloud/fix/node-testVincent Petry2022-05-301-0/+1
|\ | | | | Fix node tests ci
| * Fix node tests ciCarl Schwan2022-05-301-0/+1
| | | | | | | | | | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-05-301-8/+0
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #31761 from ↵Carl Schwan2022-05-246-15/+17
|\ | | | | | | | | nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version Require a recent phpunit version in integration and acceptance
| * Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-246-15/+17
| | | | | | | | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan2022-05-241-5/+0
|\ \ | |/ |/| Fix return type and make type stricter
| * Fix return type and make type stricterCarl Schwan2022-05-241-5/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan2022-05-231-53/+3
|\ \ | |/ |/| Fix psalm issues related to the user backend
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-58/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - Reflect the actual return value returned by the implementation in the the interface. E.g. IUser|bool -> IUser|false - Remove $hasLoggedIn parameter from private countUser implementation. Replace the two call with the equivalent countSeenUser - getBackend is nuallable, add this to the interface - Use backend interface to make psalm happy about call to undefined methods. Also helps with getting rid at some point of the old implementActions Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Update psalm baselinenextcloud-command2022-05-221-47/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Update psalm baselinenextcloud-command2022-05-181-10/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-171-110/+0
|\ \ | | | | | | Cleanup dav
| * | Fix more psalm issuesCarl Schwan2022-05-161-105/+0
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Cleanup davCarl Schwan2022-05-051-5/+0
| | | | | | | | | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-39/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Update psalm baselinenextcloud-command2022-05-151-12/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-131-8/+0
|\ \ \
| * | | Modernize contacts menuThomas Citharel2022-05-121-8/+0
| | |/ | |/| | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #32384 from nextcloud/improve-psalm-server-getJohn Molakvoæ2022-05-131-1/+0
|\ \ \
| * | | Improve psalm annotation to make it stricterCarl Schwan2022-05-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using class-string<T> as input will only return T, and any other string will return mixed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Cleanup and compileJohn Molakvoæ2022-05-131-54/+0
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #32369 from ↵Carl Schwan2022-05-131-5/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652416168 [Automated] Update psalm-baseline.xml