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
AgeCommit message (Collapse)Author
2022-10-29Bump phpunit/phpunit from 9.5.23 to 9.5.26 in /build/integrationdependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.23 to 9.5.26. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.23...9.5.26) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08Only normalize data in public shares and not crudfix/public-sharingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-02Remake profile picture saving with Vueenh/27869/avatarChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-26Fix copy in view-only modeVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26Add int test for view-only downloadVincent Petry
Asserts that downloading a view-only document returns 403. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-26Add composer.lock for integration testsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Int test for share owner change on moveVincent Petry
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>
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-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-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-23Add testCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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-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-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-03Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
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-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-12Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-04-06Add settings to not match userID during full matchfeat/dont_match_useridLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
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-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-03Update images in scripts to run local tests in DockerDaniel Calviño Sánchez
PHP 7.3 support was dropped for Nextcloud 24. The Docker images are updated to the same images used for integration and acceptance tests in CI. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-02-23Update GuzzleHttp function call for v7MichaIng
https://github.com/guzzle/guzzle/issues/2824 Signed-off-by: MichaIng <micha@dietpi.com>
2022-02-22Update 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/6.5.2...7.4.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integrationdependabot[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.0...4.3.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07Only allow avatars in 64 and 512 pixel sizeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-25Fix PHP Notices in build/integration/features/bootstrapCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-01-13Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan
Fix psalm not running
2022-01-13Check style updateCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-11Set the file's mtime from the headers in bulk uploadLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-12-21Merge pull request #29879 from ↵Julius Härtl
nextcloud/bugfix/noid/sharing-enumeration-addressbooks
2021-12-18Update sabre/dav requirement from 4.2.3 to 4.3.0 in /build/integrationdependabot[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.2.3...4.3.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-11Update sabre/dav requirement from 4.2.1 to 4.2.3 in /build/integrationdependabot[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.2.1...4.2.3) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-08Add integration tests for email completionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-05Update sabre/dav requirement from 4.2.0 to 4.2.1 in /build/integrationdependabot[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.2.0...4.2.1) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25Correctly set the response after a ClientException as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-25Add an integration testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-23Update sabre/dav requirement from 3.2.3 to 4.2.0 in /build/integrationdependabot[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/3.2.3...4.2.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17Update 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.9.0...v3.10.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-05Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez
The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05Add integration tests for listing federated sharesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-05Add integration tests for deleting federated sharesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-10-23Update 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.8.0...v3.9.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20Add integration tests for user_status APIJonas Meurer
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-10-19Add new account propertiesChristopher Ng
- New properties - Organisation - Role - Headline - Biography - Profile Enabled property - Fix errors with building default account properties - Fix L10N factory method `getLanguage` not public error - Update tests Signed-off-by: Christopher Ng <chrng8@gmail.com>