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
2018-11-01Fix testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-22Update sabre/dav requirement from 3.2.2 to 3.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/commits/3.2.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-28Merge pull request #11037 from nextcloud/trash-webui-davMorris Jobke
Use trashbin dav endpoint to list trash in webui
2018-09-28extend integration tests with users with numerical IDsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-20fix sharing trashbin integration testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-20more trashbin integration testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-20fix trashbin integration tests and add a few moreRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-20quote paths in behat.ymlRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-20remove old trashbin endpointRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-20Merge pull request #10663 from ↵Morris Jobke
nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.5.0 Update behat/behat requirement from ~3.3.0 to ~3.5.0 in /build/integration
2018-08-13Update behat/behat requirement from ~3.3.0 to ~3.5.0 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/commits/v3.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-08-13don't add new LDAP configs if one is already presentArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-12improve fail info and disable cache for a caseArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-12Phpunit changed, use proper Assert classArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10tests for user storage locationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10convert pagination testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10convert connection testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10fix prov testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10simplify tests and move some out to a new feature as we need a pristineArthur Schiwon
database for them Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10integration test to ensure entries without displayname don't cause troubleArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10login does not save the responseArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10convert LDAP offline and backup server integration testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10integration test checking the group filterArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10check user detailsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-10behat integration tests for LDAP, basic setupArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-08Add integration test for creating room shares when Talk is not enabledDaniel Calviño Sánchez
The test just ensures that the controller will gracefully reject the creation instead of failing miserably; the integration tests when Talk is enabled are in the Talk repository. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-25Add integration tests for searching files by commentsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-24Fix transfering ownership of a share to user with same id as receiverDaniel Calviño Sánchez
When the ownership of a user share is transfered to the receiver the share is removed, as the receiver now owns the original file. However, due to a missing condition, any share with a group, link or remote with the same id as the user was removed, not only the user shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-11add some integration testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-09Fix the behat version to 3.3.*Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-04Fix integration tests for Federation 2.0Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-29Extend integration tests to get the info of a group share as a shareeDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-28Check all paths for own files and sharesDaniel Calviño Sánchez
Add "PARENT (2)" and its subdirectories to the paths to be checked, as before only the own "PARENT" folder was being checked, but not the shared one. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-28Fix filenames in sharing integration testsDaniel Calviño Sánchez
When a file is shared and the receiver of the share already has a file with the same name that file is left untouched, and "(2)" is appended to the name of the shared file. As "textfile0.txt" is included in the user folder skeleton all the users in the integration test have that file, so when it is shared the receiver sees the share as "/textfile0 (2).txt", and her own file as "/textfile0.txt". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-25Fix integration testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-13Fixed phpunit Test classJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-13Update phpunit/phpunit requirement to ~6.5 in /build/integrationdependabot[bot]
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/6.5.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-30Update guzzlehttp/guzzle requirement to 6.3.3 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/commits/6.3.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-30Update sabre/dav requirement to 3.2.2 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/commits/3.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-04-16Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-04-06Make possible to provide "--tags=XXX" parameter to BehatDaniel Calviño Sánchez
"--tags=XXX" limits the features or scenarios to be run to those matching the tag filter expression. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-04-06Add integration tests for zip32/zip64 boundaries of number of filesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-04-06Add integration tests for downloading basic zip filesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-04-06Fix use of data directory in integration testsDaniel Calviño Sánchez
The data directory is not necessarily located at "../..". The proper directory is now got by running "php console.php config:system:get datadirectory". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-04-05Fixed testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-02-26Merge pull request #8355 from nextcloud/fix-comments-num-indexMorris Jobke
Fix comments (and systemtags) when involving users with numerical ids
2018-02-14tests for systemtags related to numeric user idsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-02-14test creating comments with numeric user idsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-02-12fix redundant namespaceRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-09Adjust integration tests to new guzzleRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>