Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed enabled/disabled app in provisioning api tests | Sergio Bertolín | 2016-08-31 | 1 | -6/+7 |
| | |||||
* | External storage was not enabled and content was not deleted before scenarios | Sergio Bertolín | 2016-08-31 | 1 | -0/+3 |
| | | | | | | Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh | ||||
* | Added local_storage folder | Sergio Bertolín | 2016-08-31 | 1 | -0/+4 |
| | |||||
* | Run as current user | Sergio Bertolin | 2016-08-31 | 1 | -1/+2 |
| | | | | | Conflicts: build/integration/run.sh | ||||
* | Removed extra context added needed option and remove storage after external ↵ | Sergio Bertolin | 2016-08-31 | 3 | -26/+1 |
| | | | | | | | | storage scenarios Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh | ||||
* | Added feature and context, not working yet, option to allow sharing needs to ↵ | Sergio Bertolin | 2016-08-31 | 2 | -0/+50 |
| | | | | be added | ||||
* | Creating the folder when the tests run | Sergio Bertolín | 2016-08-31 | 2 | -0/+36 |
| | | | | | | Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh | ||||
* | Add integration test for sharing with group, then user in group | Vincent Petry | 2016-08-31 | 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. | ||||
* | [stable9.1] Added integration test (#25675) | Thomas Müller | 2016-08-30 | 1 | -0/+18 |
| | | | | | | * [stable9.1] Added integration test * A shared storage is never a home storage - fixes #25582 | ||||
* | Fix intergration test for admin_audit | Roeland Jago Douma | 2016-08-08 | 1 | -1/+0 |
| | |||||
* | Disable buggy test for now | Roeland Jago Douma | 2016-08-07 | 1 | -14/+14 |
| | |||||
* | Add integration tests for double shares with rename in between | Vincent Petry | 2016-08-04 | 2 | -4/+34 |
| | |||||
* | Add integration tests for merging received shares | Vincent Petry | 2016-08-04 | 3 | -24/+180 |
| | |||||
* | Merge pull request #602 from nextcloud/backport-workflow-engine | Joas Schilling | 2016-08-04 | 1 | -0/+1 |
|\ | | | | | 🚧 [WIP] Backport workflow engine 🚧 | ||||
| * | Add app to provisioning output | Joas Schilling | 2016-07-27 | 1 | -0/+1 |
| | | |||||
* | | Add intergration test | Roeland Jago Douma | 2016-08-03 | 1 | -0/+16 |
| | | |||||
* | | 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 | ||||
* | Merge pull request #513 from nextcloud/backport-505-license-mailmap | Morris Jobke | 2016-07-22 | 1 | -4/+8 |
|\ | | | | | [stable10] license and mailmap backports | ||||
| * | only search the license header for @copyright statements | Bjoern Schiessle | 2016-07-22 | 1 | -2/+3 |
| | | |||||
| * | Fix the license script | Joas Schilling | 2016-07-22 | 1 | -2/+5 |
| | | |||||
* | | Run the license script | Joas Schilling | 2016-07-22 | 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) | ||||
* | Merge pull request #398 from nextcloud/issue-388-fix-hidden-file-list-master | Lukas Reschke | 2016-07-14 | 1 | -0/+35 |
|\ | | | | | Fix hidden file list master | ||||
| * | 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 |
| | | |||||
* | | - keep copyright notice and only update the authors list | Bjoern Schiessle | 2016-07-13 | 1 | -18/+81 |
|/ | | | | - check if all changes to a file happened after the fork, this allows the authors to check if the file can be relicensed to AGPLv3 or later | ||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 6 | -11/+117 |
|\ | |||||
| * | 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 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160614 | Arthur Schiwon | 2016-06-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | Use proper PhantomJS library and run the tests as separate step | Morris Jobke | 2016-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * add dependency for phantomjs | ||||
| * | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Downstream 2016-06-09 | Arthur Schiwon | 2016-06-09 | 3 | -1/+73 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609 | ||||
| * | | | | | | Revert "Downstream 2016-06-08" | blizzz | 2016-06-09 | 3 | -73/+1 |
| | | | | | | | |||||
| * | | | | | | Get a range from several chunks | Sergio Bertolin | 2016-06-09 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Added another case about overwriting folder using old chunking | Sergio Bertolin | 2016-06-09 | 1 | -16/+12 |
| | | | | | | | |||||
| * | | | | | | Added same test using old chunking | Sergio Bertolin | 2016-06-09 | 1 | -1/+17 |
| | | | | | | | |||||
| * | | | | | | userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcoded | Sergio Bertolin | 2016-06-09 | 1 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | add overwriting using chunking but failing | Sergio Bertolin | 2016-06-09 | 1 | -0/+19 |
| | | | | | | | |||||
| * | | | | | | Added tests about overwriting files and folders as recipient | Sergio Bertolin | 2016-06-09 | 3 | -1/+42 |
| | | | | | | | |||||
| * | | | | | | no more CLA and switch to AGPLv3 or later | Bjoern Schiessle | 2016-06-06 | 1 | -9/+57 |
| | | | | | | | |||||
* | | | | | | | 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 |