Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Changed data directory for work one | Sergio Bertolin | 2016-12-23 | 2 | -5/+5 | |
* | | | Added support for homes which doesn't have user's name | Sergio Bertolin | 2016-12-23 | 2 | -1/+11 | |
* | | | Added functionaly for not shared elements | Sergio Bertolin | 2016-12-22 | 2 | -4/+13 | |
* | | | Added more favorites report cases | Sergio Bertolin | 2016-12-22 | 1 | -0/+44 | |
* | | | Added flexibility to properties | Sergio Bertolin | 2016-12-22 | 1 | -20/+13 | |
* | | | Fixed failing problems | Sergio Bertolin | 2016-12-22 | 2 | -5/+5 | |
* | | | WIP commit, adding report support | Sergio Bertolin | 2016-12-22 | 2 | -1/+67 | |
|/ / | ||||||
* | | Merge pull request #2758 from nextcloud/only-one-dav-backend | Lukas Reschke | 2016-12-21 | 2 | -0/+40 | |
|\ \ | ||||||
| * | | Adjust integration test to Nextcloud branding | Lukas Reschke | 2016-12-19 | 1 | -2/+2 | |
| * | | Add test for duplicate 401 headers on DAV | Vincent Petry | 2016-12-19 | 2 | -0/+40 | |
* | | | Fix finding transferred folder in integration tests | Vincent Petry | 2016-12-19 | 1 | -1/+1 | |
* | | | Adjust to Nextcloud changes | Lukas Reschke | 2016-12-19 | 1 | -13/+31 | |
* | | | Add transfer ownership integration tests (#26543) | Vincent Petry | 2016-12-19 | 6 | -40/+405 | |
|/ / | ||||||
* | | Add integration test for creating folder with colon | Vincent Petry | 2016-12-16 | 2 | -0/+25 | |
* | | Merge pull request #2673 from nextcloud/shared-scanner-unmasked | Lukas Reschke | 2016-12-15 | 1 | -0/+20 | |
|\ \ | ||||||
| * | | Add integration tests for uploading files to a permission limited share | Robin Appelman | 2016-12-15 | 1 | -0/+20 | |
| |/ | ||||||
* / | Don't set Content-Disposition header if one already exists | Lukas Reschke | 2016-12-14 | 3 | -0/+192 | |
|/ | ||||||
* | Add intergration tests | Roeland Jago Douma | 2016-12-02 | 3 | -0/+141 | |
* | Add integration test for web based installer | Morris Jobke | 2016-11-21 | 4 | -14/+76 | |
* | Adjust integration test | Lukas Reschke | 2016-11-21 | 1 | -0/+1 | |
* | Add intergration test | Roeland Jago Douma | 2016-11-14 | 1 | -0/+17 | |
* | Merge pull request #1792 from nextcloud/bump_sabre | Roeland Jago Douma | 2016-11-09 | 1 | -1/+1 | |
|\ | ||||||
| * | Update sabre dav to 3.2 (#26115) | Thomas Müller | 2016-11-04 | 1 | -1/+1 | |
* | | Add sleep function | Roeland Jago Douma | 2016-11-04 | 2 | -0/+10 | |
* | | Fix tests | Roeland Jago Douma | 2016-11-04 | 1 | -6/+15 | |
* | | Remove unneeded behat method | Morris Jobke | 2016-11-02 | 1 | -10/+0 | |
* | | Adapted favorites and dav2 features | Sergio Bertolin | 2016-11-02 | 6 | -127/+248 | |
|/ | ||||||
* | Merge pull request #1887 from nextcloud/downstream-26370 | Morris Jobke | 2016-11-02 | 2 | -1/+47 | |
|\ | ||||||
| * | Fix intergration tests | Roeland Jago Douma | 2016-11-02 | 1 | -1/+1 | |
| * | Added test case about issue 26346 | Sergio Bertolin | 2016-11-02 | 1 | -0/+15 | |
| * | Changed description of variable | Sergio Bertolin | 2016-11-02 | 1 | -1/+1 | |
| * | Added functions to check etag of elements | Sergio Bertolin | 2016-11-02 | 1 | -0/+31 | |
* | | unit tests updated and new added | Bjoern Schiessle | 2016-11-01 | 1 | -1/+2 | |
|/ | ||||||
* | remove unneeded steps | Morris Jobke | 2016-10-21 | 1 | -2/+0 | |
* | Changed request to not add a prefix to the url (#26256) | Sergio Bertolín | 2016-10-20 | 2 | -3/+29 | |
* | Added test for 26182 | Sergio Bertolin | 2016-10-10 | 1 | -0/+14 | |
* | Adding type parameter because behat cannot ignore it | Sergio Bertolín | 2016-10-06 | 1 | -2/+3 | |
* | Orphaned shares test and some requirements | Sergio Bertolín | 2016-10-06 | 3 | -1/+50 | |
* | User was incorrect | Sergio Bertolin | 2016-10-05 | 1 | -10/+11 | |
* | Modifications to avoid old dav path | Sergio Bertolín | 2016-10-05 | 2 | -5/+5 | |
* | Added failing tests | Sergio Bertolin | 2016-10-05 | 1 | -0/+38 | |
* | Fix size | Roeland Jago Douma | 2016-10-02 | 1 | -2/+2 | |
* | Added quota calculation test when a file is recieved | Sergio Bertolin | 2016-10-02 | 3 | -2/+15 | |
* | Added test checking quota after usage | Sergio Bertolin | 2016-10-02 | 3 | -0/+31 | |
* | Remove unused endpoint | Joas Schilling | 2016-09-30 | 1 | -6/+14 | |
* | Fix integration test to use a valid URL | Joas Schilling | 2016-09-27 | 1 | -2/+3 | |
* | Make OCS intergration tests check for CSP | Roeland Jago Douma | 2016-09-15 | 2 | -0/+25 | |
* | 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 |