summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Added test with new endpoint (#23934)Sergio Bertolín2016-06-172-37/+55
| | | | | | | | | | | | | | * Added test with new endpoint * Moved all scenarios using new dav endpoint to a new feature file * Removed extra slash in welcome.txt * some fixes * Incorrect user while downloading with range * Fixed Content-disposition
* Added unfavoriting tests and some rewordingSergio Bertolín2016-06-152-8/+36
|
* Fixing the testsSergio Bertolín2016-06-152-21/+20
|
* Added favorites integration testsDavid Toledo2016-06-152-1/+62
|
* Us an explicit version of sabre/dav to allow caching on the jenkins slaves - ↵Thomas Müller2016-06-141-1/+1
| | | | fixes #25087 (#25088)
* Fix typo (found by codespell) (#25073)Stefan Weil2016-06-131-1/+1
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* DAV now returns file name with Content-Disposition headerVincent Petry2016-06-091-2/+2
| | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI
* Get a range from several chunksSergio Bertolin2016-05-311-2/+2
|
* Added another case about overwriting folder using old chunkingSergio Bertolin2016-05-311-16/+12
|
* Added same test using old chunkingSergio Bertolin2016-05-311-1/+17
|
* userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcodedSergio Bertolin2016-05-311-5/+5
|
* add overwriting using chunking but failingSergio Bertolin2016-05-311-0/+19
|
* Added tests about overwriting files and folders as recipientSergio Bertolin2016-05-313-1/+42
|
* Update integration tests for system tags with groupsVincent Petry2016-05-203-17/+232
|
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-2/+2
|
* add auth integration testsChristoph Wurst2016-05-113-0/+198
|
* increase token column widthChristoph Wurst2016-05-111-1/+1
| | | | add some range to time() assertions
* Modified expected output according to rullzerSergio Bertolin2016-05-022-2/+4
|
* Added integration tests directly in the code PRSergio Bertolín2016-05-024-3/+259
|
* Integration test for a disabled userThomas Müller2016-05-023-1/+33
|
* Not logged in is original calculated targetRoeland Jago Douma2016-04-301-2/+2
|
* Merge pull request #23942 from owncloud/fix-behatThomas Müller2016-04-271-6/+6
|\ | | | | Use baseUrl as provided
| * Use baseUrl as providedThomas Müller2016-04-121-6/+6
| |
* | Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26Lukas Reschke2016-04-162-0/+28
|\ \ | | | | | | Added test case about downloading a file inside a folder with range
| * | Added test case about downloading a file inside a folder with rangeSergio Bertolin2016-04-132-0/+28
| | |
* | | Merge pull request #24030 from owncloud/integration-tests-improved-resharingLukas Reschke2016-04-161-0/+14
|\ \ \ | | | | | | | | Added test case for QA-94
| * | | Added test case for QA-94Sergio Bertolin2016-04-151-0/+14
| | | |
* | | | Merge pull request #23939 from owncloud/stricter-csp-for-dav-backendLukas Reschke2016-04-161-2/+2
|\ \ \ \ | | | | | | | | | | Employ a stricter Content Security Policy on remote.php
| * | | | Employ a stricter Content Security Policy on remote.phpLukas Reschke2016-04-121-2/+2
| | |_|/ | |/| | | | | | | | | | Items sent by remote.php have not to be interpreted by browsers in any way.
* | | | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-20/+20
| |/ / |/| | | | | | | | Fixes https://github.com/owncloud/core/issues/23741
* | | On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma2016-04-141-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests
* | | Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-132-0/+68
|\ \ \ | |_|/ |/| | Initial implementation of the new chunked upload
| * | Add intergration tests for new chunkingRoeland Jago Douma2016-04-122-0/+68
| |/ | | | | | | | | | | | | | | The same intergration tests as for the old endpoint. But now using the new chunking. We upload 3 chunks in different order and the result should be the same in all three.
* / always return the complete permissions the file was shared withBjörn Schießle2016-04-121-2/+2
|/
* Add intergration testsRoeland Jago Douma2016-04-042-0/+31
|
* Add sharePermissions webdav propertyRoeland Jago Douma2016-03-312-0/+118
| | | | | | | | | | | | | | | | This property can be queries by the clients so they know the max permissions they can use to share a file with. This will improve the UX. The oc:permissions proptery is not enough since mountpoints have different permissions (delete + move by default). By making it a new property the clients can just request it. On older servers it will just return a 404 for that property (and thus they know they have to fall back to their hacky work arounds). But if the property is returned the client can show proper info. * unit tests * intergration test
* Add intergration testsRoeland Jago Douma2016-03-222-0/+17
| | | | | | * Only for sharees right now * Sharing intergration tests fail due to the test setup we have right now
* Add intergration testsRoeland Jago Douma2016-03-172-1/+125
| | | | | | | | | | Intergration tests to ensure the share-types property is set correctly. * Unshared item * Shared with user * Shared with group * Shared by link * Shared with user & group & link
* Merge pull request #23258 from owncloud/sharee-testsThomas Müller2016-03-167-219/+299
|\ | | | | Add integration tests for sharee endpoint
| * Split the context so we don't reset the config on each testJoas Schilling2016-03-154-57/+82
| |
| * Add tests for user enumeration and sharing in group onlyJoas Schilling2016-03-152-45/+103
| |
| * Always use the admin when putting poeple in a groupJoas Schilling2016-03-151-4/+5
| |
| * Make the app config code ready for reuseJoas Schilling2016-03-152-78/+104
| |
| * Deduplicate the existing backgroundJoas Schilling2016-03-141-44/+14
| |
* | Only match LOCAL and REMOTE as servers, correctly make use of the sharer ↵Joas Schilling2016-03-143-30/+30
|/ | | | server from the command
* Merge pull request #23091 from ↵Thomas Müller2016-03-132-0/+253
|\ | | | | | | | | owncloud/issue-23085-csae-insensitive-group-search Return the correct group casing in sharee api
| * Add integration tests for the "anti user iteration"Joas Schilling2016-03-111-0/+54
| |
| * Add integration tests for sharee APIJoas Schilling2016-03-112-0/+199
| |
* | Merge pull request #23141 from owncloud/behat-code-styleThomas Müller2016-03-1113-51/+233
|\ \ | | | | | | Fix all the yellow, orange and red errors in integration tests
| * | Fix WebDavJoas Schilling2016-03-112-5/+39
| | |