Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added feature and context, not working yet, option to allow sharing needs to ↵ | Sergio Bertolin | 2016-08-30 | 2 | -0/+50 |
| | | | | be added | ||||
* | Modified run.sh to mount a local storage | Sergio Bertolin | 2016-08-30 | 2 | -0/+9 |
| | |||||
* | Added integration test | Sergio Bertolin | 2016-08-29 | 1 | -0/+18 |
| | |||||
* | Fix intergration tests | Roeland Jago Douma | 2016-08-14 | 2 | -9/+77 |
| | | | | | * Set OCS-APIREQUEST: true * PUT requires a body | ||||
* | Fix intergration test for admin_audit | Roeland Jago Douma | 2016-08-08 | 1 | -1/+0 |
| | |||||
* | Merge pull request #445 from nextcloud/ocs_share_to_appframework | Lukas Reschke | 2016-08-08 | 3 | -3/+29 |
|\ | | | | | OCS Share API to appframework | ||||
| * | Add OCS-APIREQUEST header to intergration test calls | Roeland Jago Douma | 2016-08-05 | 3 | -3/+29 |
| | | |||||
* | | Disbale failing intergration test for now | Roeland Jago Douma | 2016-08-05 | 1 | -14/+14 |
|/ | | | | | | I have not been able to reproduce this failure locally yet. But it seems to happen often on CI. So disable for now. | ||||
* | Add integration tests for double shares with rename in between | Vincent Petry | 2016-08-03 | 2 | -4/+34 |
| | |||||
* | Add integration tests for merging received shares | Vincent Petry | 2016-08-03 | 3 | -24/+180 |
| | |||||
* | Add intergration test | Roeland Jago Douma | 2016-08-02 | 1 | -0/+16 |
| | |||||
* | Merge pull request #648 from nextcloud/add-quotaplugin-v2-master | Björn Schießle | 2016-07-29 | 2 | -2/+41 |
|\ | | | | | [upstream] Adding quota plugin to new dav endpoint | ||||
| * | Adding quota plugin to new dav endpoint (#25615) | Thomas Müller | 2016-07-29 | 2 | -2/+41 |
| | | | | | | | | | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test | ||||
* | | Add some integration test fixes | Morris Jobke | 2016-07-29 | 4 | -22/+21 |
| | | |||||
* | | ownCloud --> Nextcloud | enoch85 | 2016-07-28 | 2 | -12/+12 |
|/ | |||||
* | Add app to provisioning output | Joas Schilling | 2016-07-26 | 1 | -0/+1 |
| | |||||
* | Fix intergration tests | Roeland Jago Douma | 2016-07-22 | 1 | -2/+2 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 15 | -13/+272 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -0/+3 |
| | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login) | ||||
* | Add a new integration test for CREATE only shares | Joas Schilling | 2016-07-14 | 1 | -0/+31 |
| | |||||
* | Make sure the update was successful | Joas Schilling | 2016-07-14 | 1 | -0/+4 |
| | |||||
* | 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 |
| |