Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $this->blackListedClassNames is unknown | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | Add basic osc intergration tests | Roeland Jago Douma | 2016-09-07 | 2 | -0/+32 |
| | |||||
* | Fix AppTest and intergration test | Roeland Jago Douma | 2016-09-05 | 1 | -0/+1 |
| | |||||
* | Use "testing" instead of "user_ldap" as test app | Lukas Reschke | 2016-08-31 | 1 | -6/+6 |
| | |||||
* | Creating the folder when the tests run | Sergio Bertolín | 2016-08-30 | 3 | -7/+4 |
| | |||||
* | Changed enabled/disabled app in provisioning api tests | Sergio Bertolín | 2016-08-30 | 1 | -6/+7 |
| | |||||
* | External storage was not enabled and content was not deleted before scenarios | Sergio Bertolín | 2016-08-30 | 2 | -1/+19 |
| | |||||
* | Added local_storage folder | Sergio Bertolín | 2016-08-30 | 1 | -0/+4 |
| | |||||
* | Run as current user | Sergio Bertolin | 2016-08-30 | 1 | -5/+3 |
| | |||||
* | Removed extra context added needed option and remove storage after external ↵ | Sergio Bertolin | 2016-08-30 | 5 | -26/+15 |
| | | | | storage scenarios | ||||
* | 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 |
| | |||||
* | Make sure to also detect their new copy right line | Joas Schilling | 2016-08-18 | 1 | -1/+1 |
| | | | | Ref owncloud/core#25518 | ||||
* | Merge pull request #895 from nextcloud/autoloader_checker | Lukas Reschke | 2016-08-17 | 1 | -0/+44 |
|\ | | | | | Autoloader checker | ||||
| * | Add autoload checker | Roeland Jago Douma | 2016-08-17 | 1 | -0/+44 |
| | | |||||
* | | Merge pull request #846 from nextcloud/provisioning_api_ocs | Joas Schilling | 2016-08-17 | 2 | -9/+77 |
|\ \ | |/ |/| | Move Provisioning API to the AppFramework | ||||
| * | Fix intergration tests | Roeland Jago Douma | 2016-08-14 | 2 | -9/+77 |
| | | | | | | | | | | * Set OCS-APIREQUEST: true * PUT requires a body | ||||
* | | If there is no copyright notice print comment line | Roeland Jago Douma | 2016-08-15 | 1 | -1/+6 |
| | | |||||
* | | Do not licence composer stuff | Roeland Jago Douma | 2016-08-15 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | Merge pull request #505 from nextcloud/fix-license-script | Morris Jobke | 2016-07-21 | 1 | -4/+8 |
|\ | | | | | Fix the license script | ||||
| * | only search the license header for @copyright statements | Bjoern Schiessle | 2016-07-21 | 1 | -2/+3 |
| | | |||||
| * | Fix the license script | Joas Schilling | 2016-07-21 | 1 | -2/+5 |
| | | |||||
* | | 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) | ||||
* | 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 |
| | | | |