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-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>
2022-04-29Merge pull request #31758 from nextcloud/fix/utf8-detection-fixblizzz
Use sabre function directly rather than duplicating it
2022-04-26Update psalm baseline for Sabre decodePathfix/utf8-detection-fixVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-25Enable Talk with --force to have less issues during transition period after ↵techdebt/noid/enable-helper-app-with-forceJoas Schilling
a branch-off Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-23Merge pull request #32054 from ↵Joas Schilling
nextcloud/verify-that-talk-could-be-enabled-before-executing-the-tests Verify that Talk could be enabled before executing the tests
2022-04-21Lint and psalm fixJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Remove accessibilityJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Verify that Talk could be enabled before executing the testsDaniel Calviño Sánchez
This should make the problem clearer if Talk could not be enabled (for example, due to a version mismatch), as otherwise the tests would fail in more cryptic ways. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-13Add a metadata service to store file metadataCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-13Merge pull request #31932 from nextcloud/feat/ignore_second_dnVincent Petry
Add settings to ignore second display name in search
2022-04-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-12Fix ZipArchive::addEmptyDir stubCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-12Add stubs for ZipArchiveCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-04-11Merge pull request #31857 from nextcloud/feat/dont_match_useridVincent Petry
Add settings to not match userID during full match
2022-04-09Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-04-07Update psalm baselineautomated/noid/psalm-baseline-update-1649304710nextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-04-06Add settings to not match userID during full matchfeat/dont_match_useridLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-06Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-31Update 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.1...7.4.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22Merge pull request #31629 from nextcloud/feat/remove-ie-headersPytal
2022-03-20Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-03-19Remove legacy Internet Explorer headersMichaIng
X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
2022-03-18Update psalm baselineautomated/noid/psalm-baseline-update-1647576744nextcloud-command
Signed-off-by: GitHub <noreply@github.com>