Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 4 | -1/+59 |
|\ | |||||
| * | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
| | | |||||
| * | Add integration tests | Lukas Reschke | 2016-06-30 | 2 | -0/+47 |
| | | |||||
| * | Merge pull request #236 from nextcloud/master-sync-upstream | Morris Jobke | 2016-06-28 | 1 | -3/+3 |
| |\ | | | | | | | [Master] sync upstream | ||||
| | * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -3/+3 |
| | |\ | |||||
| * | | | Adjust integration test | Lukas Reschke | 2016-06-27 | 1 | -0/+1 |
| |/ / | | | | | | | | | | The app is now enabled by default | ||||
| * | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 5 | -40/+146 |
| |\ \ | |||||
| * | | | fix integration tests for new admin_audit app | Morris Jobke | 2016-06-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add integration tests | Morris Jobke | 2016-06-14 | 1 | -0/+9 |
| | | | | |||||
* | | | | Add integration test for sharing with group, then user in group | Vincent Petry | 2016-07-05 | 1 | -0/+15 |
| |_|/ |/| | | | | | | | | | | | Add integration test for the use case where a group share exists and then the same owner creates a direct share to a user in that group. | ||||
* | | | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 1 | -3/+3 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15. | ||||
* | | Added test with new endpoint (#23934) | Sergio Bertolín | 2016-06-17 | 2 | -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 rewording | Sergio Bertolín | 2016-06-15 | 2 | -8/+36 |
| | | |||||
* | | Fixing the tests | Sergio Bertolín | 2016-06-15 | 2 | -21/+20 |
| | | |||||
* | | Added favorites integration tests | David Toledo | 2016-06-15 | 2 | -1/+62 |
| | | |||||
* | | Us an explicit version of sabre/dav to allow caching on the jenkins slaves - ↵ | Thomas Müller | 2016-06-14 | 1 | -1/+1 |
|/ | | | | fixes #25087 (#25088) | ||||
* | Fix typo (found by codespell) (#25073) | Stefan Weil | 2016-06-13 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | DAV now returns file name with Content-Disposition header | Vincent Petry | 2016-06-09 | 1 | -2/+2 |
| | | | | | Fixes issue where Chrome would append ".txt" to XML files when downloaded in the web UI | ||||
* | Get a range from several chunks | Sergio Bertolin | 2016-05-31 | 1 | -2/+2 |
| | |||||
* | Added another case about overwriting folder using old chunking | Sergio Bertolin | 2016-05-31 | 1 | -16/+12 |
| | |||||
* | Added same test using old chunking | Sergio Bertolin | 2016-05-31 | 1 | -1/+17 |
| | |||||
* | userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcoded | Sergio Bertolin | 2016-05-31 | 1 | -5/+5 |
| | |||||
* | add overwriting using chunking but failing | Sergio Bertolin | 2016-05-31 | 1 | -0/+19 |
| | |||||
* | Added tests about overwriting files and folders as recipient | Sergio Bertolin | 2016-05-31 | 3 | -1/+42 |
| | |||||
* | Update integration tests for system tags with groups | Vincent Petry | 2016-05-20 | 2 | -17/+232 |
| | |||||
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -2/+2 |
| | |||||
* | add auth integration tests | Christoph Wurst | 2016-05-11 | 3 | -0/+198 |
| | |||||
* | increase token column width | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
| | | | | add some range to time() assertions | ||||
* | Modified expected output according to rullzer | Sergio Bertolin | 2016-05-02 | 2 | -2/+4 |
| | |||||
* | Added integration tests directly in the code PR | Sergio Bertolín | 2016-05-02 | 4 | -3/+259 |
| | |||||
* | Integration test for a disabled user | Thomas Müller | 2016-05-02 | 3 | -1/+33 |
| | |||||
* | Not logged in is original calculated target | Roeland Jago Douma | 2016-04-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #23942 from owncloud/fix-behat | Thomas Müller | 2016-04-27 | 1 | -6/+6 |
|\ | | | | | Use baseUrl as provided | ||||
| * | Use baseUrl as provided | Thomas Müller | 2016-04-12 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26 | Lukas Reschke | 2016-04-16 | 2 | -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 range | Sergio Bertolin | 2016-04-13 | 2 | -0/+28 |
| | | | |||||
* | | | Merge pull request #24030 from owncloud/integration-tests-improved-resharing | Lukas Reschke | 2016-04-16 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | Added test case for QA-94 | ||||
| * | | | Added test case for QA-94 | Sergio Bertolin | 2016-04-15 | 1 | -0/+14 |
| | | | | |||||
* | | | | Merge pull request #23939 from owncloud/stricter-csp-for-dav-backend | Lukas Reschke | 2016-04-16 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Employ a stricter Content Security Policy on remote.php | ||||
| * | | | | Employ a stricter Content Security Policy on remote.php | Lukas Reschke | 2016-04-12 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | | | | | Items sent by remote.php have not to be interpreted by browsers in any way. | ||||
* | | | | Move share-permissions property namespace | Roeland Jago Douma | 2016-04-15 | 1 | -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 Douma | 2016-04-14 | 1 | -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-dav | Thomas Müller | 2016-04-13 | 2 | -0/+68 |
|\ \ \ | |_|/ |/| | | Initial implementation of the new chunked upload | ||||
| * | | Add intergration tests for new chunking | Roeland Jago Douma | 2016-04-12 | 2 | -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 with | Björn Schießle | 2016-04-12 | 1 | -2/+2 |
|/ | |||||
* | Add intergration tests | Roeland Jago Douma | 2016-04-04 | 2 | -0/+31 |
| | |||||
* | Add sharePermissions webdav property | Roeland Jago Douma | 2016-03-31 | 2 | -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 tests | Roeland Jago Douma | 2016-03-22 | 2 | -0/+17 |
| | | | | | | * Only for sharees right now * Sharing intergration tests fail due to the test setup we have right now | ||||
* | Add intergration tests | Roeland Jago Douma | 2016-03-17 | 2 | -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-tests | Thomas Müller | 2016-03-16 | 7 | -219/+299 |
|\ | | | | | Add integration tests for sharee endpoint |