| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests | Roeland Jago Douma | 2017-12-06 | 1 | -1/+1 |
* | A failed storage is a not available storage | Roeland Jago Douma | 2017-12-06 | 1 | -0/+5 |
* | Use ::class to avoid errors | Joas Schilling | 2017-10-25 | 1 | -6/+12 |
* | Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0 | Joas Schilling | 2017-10-25 | 1 | -1/+1 |
* | Do not log WebDAV maintenance mode exception | Morris Jobke | 2017-10-23 | 1 | -3/+7 |
* | Fix quota calculation on new dav upload endpoint | Roeland Jago Douma | 2017-09-15 | 2 | -17/+79 |
* | add propfind to detect encryption status | Bjoern Schiessle | 2017-08-28 | 1 | -1/+7 |
* | Merge pull request #5435 from nextcloud/backport-5124-allow-dirlisting-with-u... | Lukas Reschke | 2017-07-11 | 1 | -0/+6 |
|\ |
|
| * | Allow dir-listing also when one child is blocked by access control | Joas Schilling | 2017-06-16 | 1 | -0/+6 |
* | | Don't log passwords on dav exceptions | Joas Schilling | 2017-07-05 | 1 | -21/+4 |
* | | Enhance the logging if the part file can not be renamed | Morris Jobke | 2017-06-23 | 1 | -1/+1 |
|/ |
|
* | Prevent sending second WWW-Authenticate header | Lukas Reschke | 2017-06-13 | 1 | -0/+14 |
* | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 1 | -0/+4 |
* | Make legacy DAV backend use the BearerAuth backend as well | Lukas Reschke | 2017-05-18 | 1 | -3/+4 |
* | Use Bearer backend for SabreDAV | Lukas Reschke | 2017-05-18 | 2 | -12/+76 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -0/+13 |
* | Revert "fix objectstore rename" | Roeland Jago Douma | 2017-05-15 | 1 | -1/+0 |
* | fix error when browsing the dav root | Robin Appelman | 2017-05-08 | 1 | -4/+3 |
* | Enforce type hints in dav app | Morris Jobke | 2017-05-04 | 2 | -2/+6 |
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+6 |
* | Merge pull request #4524 from nextcloud/downstream-27508 | Roeland Jago Douma | 2017-04-28 | 4 | -106/+187 |
|\ |
|
| * | Add comment | Vincent Petry | 2017-04-27 | 1 | -0/+2 |
| * | Properly handle missing READ permission | Vincent Petry | 2017-04-27 | 3 | -0/+20 |
| * | Fix FutureFile MOVE to keep destination node | Vincent Petry | 2017-04-26 | 2 | -4/+49 |
| * | Accept moving FutureFile into a Directory | Vincent Petry | 2017-04-26 | 1 | -0/+6 |
| * | Remove ObjectTree::move and let is use the IMoveTarget approach instead | Vincent Petry | 2017-04-26 | 1 | -98/+0 |
| * | Ported ObjectTree::move to IMoveTarget in new DAV endpoint | Vincent Petry | 2017-04-26 | 1 | -4/+110 |
* | | Merge pull request #4503 from nextcloud/downstream-27281 | Roeland Jago Douma | 2017-04-26 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | fix objectstore rename | Joas Schilling | 2017-04-25 | 1 | -0/+1 |
* | | 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 | 1 | -0/+17 |
|/ / |
|