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
2022-07-02Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot/composer/build/integration/sabre/dav-4.4.0dependabot[bot]
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>
2022-06-29Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-06-28Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan
Summer cleanup of the federation app
2022-06-27Merge pull request #32998 from nextcloud/fix/setting_nameLouis
Rename setting name to reduce its length
2022-06-27Rename setting name to reduce its lengthLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-06-25Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]
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>
2022-06-24Summer cleanup of the federation appCarl Schwan
- 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>
2022-06-24Merge pull request #32820 from ↵blizzz
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
2022-06-23Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan
Fix type error in Sabre/Connector/Directory
2022-06-23Add testCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-22Merge pull request #32971 from ↵Daniel
nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
2022-06-22Add typing to Sharing BackendCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-22Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-06-21Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-06-13Fix second integration test as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-11Update guzzlehttp/guzzle requirement in /build/integrationdependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4dependabot[bot]
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>
2022-06-10Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling
l10n: Delete apostrophe
2022-06-09Fix integration test which now actually matches the system-addresssbook entrybugfix/noid/keep-non-default-protocol-in-cloud-idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-07Add debug flag to the translation checkerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-31Update psalm-baselineDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-31Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-30Merge pull request #32591 from nextcloud/fix/node-testVincent Petry
Fix node tests ci
2022-05-30Fix node tests ciCarl Schwan
- Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-30Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-24Merge pull request #31761 from ↵Carl Schwan
nextcloud/fix/upgarde-phpunit-in-ci-to-recent-version Require a recent phpunit version in integration and acceptance
2022-05-24Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan
Fix return type and make type stricter
2022-05-24Require a recent phpunit version in integration and acceptanceCôme Chilliet
Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-05-24Fix return type and make type stricterCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-23Merge pull request #32378 from nextcloud/fix/psalm-userbackendCarl Schwan
Fix psalm issues related to the user backend
2022-05-22Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-20Fix psalm issues related to the user backendfix/psalm-userbackendCarl Schwan
- 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>
2022-05-18Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-17Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan
Cleanup dav
2022-05-16Fix more psalm issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16Fix psalm errors fron the end of the baseline fileCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-15Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-13Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ
2022-05-13Merge pull request #32384 from nextcloud/improve-psalm-server-getJohn Molakvoæ
2022-05-13Improve psalm annotation to make it stricterCarl Schwan
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>
2022-05-13Cleanup and compileJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13Merge pull request #32369 from ↵Carl Schwan
nextcloud/automated/noid/psalm-baseline-update-1652416168 [Automated] Update psalm-baseline.xml
2022-05-13Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn Molakvoæ
2022-05-13Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-12Modernize contacts menumodernize-contactmenuThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-11Update psalm baselineautomated/noid/psalm-baseline-update-1652242827nextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-05-11Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan
Add a public replacement for OC::$server->get
2022-05-10Add a public replacement for OC::$server->getCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05Cleanup davCarl Schwan
- Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-03Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>