Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add integration tests | Joas Schilling | 2017-03-20 | 2 | -0/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Added logic and tests to remove everything inside a folder | Sergio Bertolin | 2017-03-20 | 2 | -0/+57 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Added functions to add files in local_storage | Sergio Bertolin | 2017-03-19 | 1 | -0/+24 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Revert "Add integration test for trashbin" | Morris Jobke | 2017-03-17 | 5 | -177/+10 |
| | |||||
* | Merge pull request #3893 from nextcloud/downstream-27069 | Roeland Jago Douma | 2017-03-17 | 5 | -10/+177 |
|\ | | | | | Add integration test for trashbin | ||||
| * | Add integration test for trashbin | Vincent Petry | 2017-03-16 | 5 | -10/+177 |
| | | | | | | | | | | | | | | | | | | Add test for basic deletion. Add test when deleting from shared folder as recipient. Add test to check that metadata stays when moving out of shared folder as recipient. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #3894 from nextcloud/downstream-27008 | Joas Schilling | 2017-03-17 | 1 | -17/+25 |
|\ \ | | | | | | | Integration test check download without saving file locally | ||||
| * | | Integration test check download without saving file locally | Vincent Petry | 2017-03-16 | 1 | -17/+25 |
| |/ | | | | | | | | | | | | | Use Guzzle stream mode to download the contents instead of using a temporary local file. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Adjust integration test | Lukas Reschke | 2017-03-16 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Make intergration tests work again | Roeland Jago Douma | 2017-03-10 | 1 | -3/+3 |
| | | | | | | The regex was to greedy Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use clearer name setUpScenario | Phil Davis | 2017-02-21 | 5 | -5/+5 |
| | | | | Signed-off-by: Phil Davis <phil.davis@inf.org> | ||||
* | Only request "IndexIgnore" if mod_autoindex is loaded | Robert Scheck | 2017-02-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org> | ||||
* | Add integration tests for legacy DAV endpoints | Lukas Reschke | 2017-02-10 | 4 | -30/+69 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | remove outdated scenario | Arthur Schiwon | 2017-01-20 | 1 | -6/+0 |
| | | | | | | covered by "Delete a non-existing configuration" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP PUT command now supports setting multiple keys at once | Arthur Schiwon | 2017-01-20 | 2 | -22/+25 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | enable user_ldap app for tests | Arthur Schiwon | 2017-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP OCS Api for show config | Arthur Schiwon | 2017-01-19 | 2 | -0/+41 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | test against OCS v2 instead | Arthur Schiwon | 2017-01-19 | 1 | -7/+9 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add LDAP OCS Api for modifying a configuration | Arthur Schiwon | 2017-01-19 | 2 | -6/+36 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix and extend behat tests | Arthur Schiwon | 2017-01-19 | 3 | -1/+75 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP OCS Api for delete config | Arthur Schiwon | 2017-01-18 | 1 | -0/+14 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP OCS Api for create config | Arthur Schiwon | 2017-01-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #2512 from nextcloud/cleanup-system-tag-usage | Roeland Jago Douma | 2017-01-06 | 1 | -3/+10 |
|\ | | | | | Only allow admins to delete tags | ||||
| * | Only allow admins to delete tags | Joas Schilling | 2016-12-06 | 1 | -3/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2948 from nextcloud/allow-global-composer-to-be-used | Morris Jobke | 2017-01-06 | 1 | -9/+19 |
|\ \ | | | | | | | Allow to use a global composer instance | ||||
| * | | Allow to use a global composer instance | Joas Schilling | 2017-01-05 | 1 | -9/+19 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix js tests | Roeland Jago Douma | 2017-01-06 | 1 | -1/+2 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Test remember-me login | Christoph Wurst | 2017-01-02 | 3 | -20/+45 |
| | | | | | | | | | | | | | | This adds a simple integration test that ensures that remembered login works when the session cookies vanish. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #2816 from nextcloud/changing_how_favorites_are_serialized | Roeland Jago Douma | 2016-12-23 | 1 | -4/+4 |
|\ \ | | | | | | | Return explicit values instead of boolean from sabre (#26654) | ||||
| * | | Return explicit values instead of boolean from sabre (#26654) | Sergio BertolĂn | 2016-12-22 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Added phpdoc for getUserHome | Sergio Bertolin | 2016-12-23 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Using propfind instead of accessing the file system | Sergio Bertolin | 2016-12-23 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Changed data directory for work one | Sergio Bertolin | 2016-12-23 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Added support for homes which doesn't have user's name | Sergio Bertolin | 2016-12-23 | 2 | -1/+11 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Added functionaly for not shared elements | Sergio Bertolin | 2016-12-22 | 2 | -4/+13 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Added more favorites report cases | Sergio Bertolin | 2016-12-22 | 1 | -0/+44 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Added flexibility to properties | Sergio Bertolin | 2016-12-22 | 1 | -20/+13 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Fixed failing problems | Sergio Bertolin | 2016-12-22 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | WIP commit, adding report support | Sergio Bertolin | 2016-12-22 | 2 | -1/+67 |
|/ / | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #2758 from nextcloud/only-one-dav-backend | Lukas Reschke | 2016-12-21 | 2 | -0/+40 |
|\ \ | | | | | | | Register only one dav backend | ||||
| * | | Adjust integration test to Nextcloud branding | Lukas Reschke | 2016-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Add test for duplicate 401 headers on DAV | Vincent Petry | 2016-12-19 | 2 | -0/+40 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Fix finding transferred folder in integration tests | Vincent Petry | 2016-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Adjust to Nextcloud changes | Lukas Reschke | 2016-12-19 | 1 | -13/+31 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Add transfer ownership integration tests (#26543) | Vincent Petry | 2016-12-19 | 6 | -40/+405 |
|/ / | | | | | | | | | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Add integration test for creating folder with colon | Vincent Petry | 2016-12-16 | 2 | -0/+25 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #2673 from nextcloud/shared-scanner-unmasked | Lukas Reschke | 2016-12-15 | 1 | -0/+20 |
|\ \ | | | | | | | use unmasked permissions in shared scanner | ||||
| * | | Add integration tests for uploading files to a permission limited share | Robin Appelman | 2016-12-15 | 1 | -0/+20 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Don't set Content-Disposition header if one already exists | Lukas Reschke | 2016-12-14 | 3 | -0/+192 |
| | | | | | | | | | | | | | | | | If a Content-Disposition header is already set by another plugin we don't need to set another one as this breaks clients. Fixes https://github.com/nextcloud/server/issues/1992 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | The hash can change so checking for it is kind of dangerous | Roeland Jago Douma | 2016-12-13 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |