| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Restrict proppatch to the proper nodes | Vincent Petry | 2017-04-25 | 2 | -20/+14 |
|/ |
|
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 6 | -14/+0 |
* | Allow file upload when storage is unlimited | Joas Schilling | 2017-04-12 | 1 | -1/+1 |
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 3 | -3/+3 |
* | Allow getting the unread comment count for an entire folder at once | Robin Appelman | 2017-03-30 | 1 | -1/+30 |
* | Adding dav resource for avatars | Thomas Müller | 2017-03-29 | 1 | -1/+1 |
* | DummyGetResponsePlugin: ownCloud -> Nexcloud | Christoph Wickert | 2017-03-18 | 1 | -1/+1 |
* | Don't set the HTTP status twice | Joas Schilling | 2017-03-16 | 1 | -1/+0 |
* | switch reshares to true | Maxence Lange | 2017-03-14 | 1 | -1/+1 |
* | Merge pull request #3600 from coletivoEITA/master | Roeland Jago Douma | 2017-03-14 | 1 | -2/+2 |
|\ |
|
| * | added method needsPartFile() in Storage | Vinicius Cubas Brand | 2017-03-14 | 1 | -2/+2 |
* | | Correct incorrectly typed X-OC-Mtime header | Stefan Schneider | 2017-03-10 | 1 | -1/+6 |
* | | Merge pull request #3621 from kuimovvg/master | Roeland Jago Douma | 2017-03-09 | 1 | -0/+1 |
|\ \ |
|
| * | | don't setted status when file is lock | vkuimov | 2017-02-25 | 1 | -0/+1 |
* | | | Set a status code when setting a body | Joas Schilling | 2017-03-07 | 1 | -0/+1 |
* | | | handle non existing owners when handling dav requests | Robin Appelman | 2017-03-02 | 1 | -3/+10 |
* | | | Properly handle groups with a / | Roeland Jago Douma | 2017-02-27 | 1 | -1/+1 |
* | | | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -3/+0 |
* | | | Merge pull request #3430 from nextcloud/fix-ios-client-detection | Morris Jobke | 2017-02-10 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | Fix detection of the new iOS app | Joas Schilling | 2017-02-10 | 1 | -4/+3 |
| |/ / |
|
* / / | Add integration tests for legacy DAV endpoints | Lukas Reschke | 2017-02-10 | 2 | -1/+19 |
|/ / |
|
* | | Merge pull request #2850 from nextcloud/downstream-26603 | Roeland Jago Douma | 2017-01-02 | 1 | -0/+3 |
|\ \ |
|
| * | | Fixed size issues on main detail view and disappearing of share recipients (#... | Michael Jobst | 2016-12-23 | 1 | -0/+3 |
* | | | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 1 | -17/+2 |
|/ / |
|
* | | Return explicit values instead of boolean from sabre (#26654) | Sergio Bertolín | 2016-12-22 | 1 | -1/+5 |
* | | Fix error when $view is null when being passed into some plugins | Thomas Müller | 2016-12-19 | 1 | -7/+5 |
* | | Don't set Content-Disposition header if one already exists | Lukas Reschke | 2016-12-14 | 1 | -2/+4 |
|/ |
|
* | Also get infos about email shares | Joas Schilling | 2016-11-30 | 1 | -1/+2 |
* | basic lockdown logic | Robin Appelman | 2016-11-16 | 1 | -0/+1 |
* | Remove unused $view from FilesPlugin (#26549) | Vincent Petry | 2016-11-14 | 2 | -4/+0 |
* | remove unneeded getDirectoryContent when getting share types for a folder | Robin Appelman | 2016-11-09 | 1 | -14/+20 |
* | Update sabre dav to 3.2 (#26115) | Thomas Müller | 2016-11-04 | 1 | -0/+1 |
* | Upload autorename on client side | Vincent Petry | 2016-11-02 | 1 | -50/+0 |
* | Fix merging backend results | Roeland Jago Douma | 2016-11-01 | 1 | -1/+4 |
* | Add getShareTypesInFolder to optimize folder listening | Robin Appelman | 2016-10-31 | 1 | -4/+28 |
* | Require to use at least desktop client 2.0 by default | Thomas Müller | 2016-10-25 | 1 | -1/+1 |
* | Merge pull request #1883 from nextcloud/downstream-26145 | Morris Jobke | 2016-10-25 | 2 | -3/+6 |
|\ |
|
| * | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 2 | -3/+6 |
* | | Goodbye Iframe transport ! | Vincent Petry | 2016-10-24 | 2 | -189/+0 |
* | | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 3 | -0/+240 |
|/ |
|
* | Merge pull request #1834 from nextcloud/downstream-26186 | Morris Jobke | 2016-10-21 | 2 | -6/+34 |
|\ |
|
| * | Add more files plugins to new DAV endpoint (#26186) | Vincent Petry | 2016-10-20 | 2 | -6/+34 |
* | | Merge pull request #1806 from nextcloud/karakayasemi_1767 | Roeland Jago Douma | 2016-10-21 | 1 | -4/+4 |
|\ \ |
|
| * | | Update file.php put function posthook calls | Semih Serhat Karakaya | 2016-10-20 | 1 | -4/+4 |
| |/ |
|
* / | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #1821 from nextcloud/downstream-26366 | Morris Jobke | 2016-10-20 | 1 | -8/+13 |
|\ |
|
| * | Sanitize length headers when validating quota | Thomas Müller | 2016-10-20 | 1 | -8/+13 |
* | | Merge pull request #1796 from nextcloud/oc_fav-report | Lukas Reschke | 2016-10-20 | 4 | -2/+53 |
|\ \
| |/
|/| |
|
| * | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 4 | -2/+53 |
* | | Make sure we only use numbers as length | Joas Schilling | 2016-10-19 | 1 | -2/+3 |
|/ |
|