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
2016-04-17Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26Lukas Reschke
Added test case about downloading a file inside a folder with range
2016-04-17Merge pull request #24030 from owncloud/integration-tests-improved-resharingLukas Reschke
Added test case for QA-94
2016-04-17Merge pull request #23939 from owncloud/stricter-csp-for-dav-backendLukas Reschke
Employ a stricter Content Security Policy on remote.php
2016-04-15Added test case for QA-94Sergio Bertolin
2016-04-15Move share-permissions property namespaceRoeland Jago Douma
Fixes https://github.com/owncloud/core/issues/23741
2016-04-14On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma
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
2016-04-13Added test case about downloading a file inside a folder with rangeSergio Bertolin
2016-04-13Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller
Initial implementation of the new chunked upload
2016-04-12always return the complete permissions the file was shared withBjörn Schießle
2016-04-12Employ a stricter Content Security Policy on remote.phpLukas Reschke
Items sent by remote.php have not to be interpreted by browsers in any way.
2016-04-12Add intergration tests for new chunkingRoeland Jago Douma
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.
2016-04-04Add intergration testsRoeland Jago Douma
2016-03-31Add sharePermissions webdav propertyRoeland Jago Douma
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
2016-03-22Add intergration testsRoeland Jago Douma
* Only for sharees right now * Sharing intergration tests fail due to the test setup we have right now
2016-03-17Add intergration testsRoeland Jago Douma
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
2016-03-16Merge pull request #23258 from owncloud/sharee-testsThomas Müller
Add integration tests for sharee endpoint
2016-03-15Split the context so we don't reset the config on each testJoas Schilling
2016-03-15Add tests for user enumeration and sharing in group onlyJoas Schilling
2016-03-15Always use the admin when putting poeple in a groupJoas Schilling
2016-03-15Make the app config code ready for reuseJoas Schilling
2016-03-14Deduplicate the existing backgroundJoas Schilling
2016-03-14Only match LOCAL and REMOTE as servers, correctly make use of the sharer ↵Joas Schilling
server from the command
2016-03-13Merge pull request #23091 from ↵Thomas Müller
owncloud/issue-23085-csae-insensitive-group-search Return the correct group casing in sharee api
2016-03-11Merge pull request #23141 from owncloud/behat-code-styleThomas Müller
Fix all the yellow, orange and red errors in integration tests
2016-03-11Add integration tests for the "anti user iteration"Joas Schilling
2016-03-11Add integration tests for sharee APIJoas Schilling
2016-03-11Fix WebDavJoas Schilling
2016-03-11Fix docs of TagsJoas Schilling
2016-03-11Remove unnecessary importsJoas Schilling
2016-03-11Fix commentsJoas Schilling
2016-03-11Fix checksumsContextJoas Schilling
2016-03-11Fix issues in CardDavJoas Schilling
2016-03-11Add docs for CalDavContextJoas Schilling
2016-03-11Docs for BasicStructureJoas Schilling
2016-03-11Remove trailing spacesJoas Schilling
2016-03-11Fix the use of traitsJoas Schilling
2016-03-11Fix inheritance of membersJoas Schilling
2016-03-11API version needs to be on basic because we use it thereJoas Schilling
2016-03-11Fix type in class nameJoas Schilling
2016-03-11Remove hardcoded api versionsJoas Schilling
2016-03-11asCreatingAShareWith has no returnJoas Schilling
2016-03-11Fix docsJoas Schilling
2016-03-11Change resharing to local instead of remote because of a deadlockSergio Bertolin
2016-03-11Adding new tests for federation sharingSergio Bertolín
2016-03-10Add intergration testsRoeland Jago Douma
2016-03-09Merge pull request #22602 from owncloud/fix_slow_chunkcheckThomas Müller
Do not check all chunks of a chunked upload if we do not need to
2016-03-08Fix capabilities intergration testsRoeland Jago Douma
Split the array element selection and the member selection.
2016-03-07Added testsRoeland Jago Douma
* Unit tests for OC_Filechunking to verify the isComplete function * Intergration tests to show that shuffling chunks is all fine
2016-03-04Adjust OCS testLukas Reschke
2016-03-01Add new appsLukas Reschke