Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -184/+0 |
| | | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 | ||||
* | Add data-fingerprint property to webdav | Roeland Jago Douma | 2016-04-18 | 1 | -2/+9 |
| | |||||
* | In case of exception we return an html page in case the client is a browser | Thomas Müller | 2016-03-24 | 1 | -0/+5 |
| | |||||
* | Merge pull request #23431 from owncloud/use-dav-sabre-plugin-for-browser-2 | Thomas Müller | 2016-03-23 | 1 | -1/+2 |
|\ | | | | | Fix display of vcard and calendar object details page in browser plugin | ||||
| * | Fix display of vcard and calendar object details page in browser plugin | Thomas Müller | 2016-03-23 | 1 | -1/+2 |
| | | |||||
* | | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 1 | -0/+6 |
|/ | |||||
* | Fake LOCK statement for Windows 7, 8 and 10 network mounts | Morris Jobke | 2016-03-10 | 1 | -0/+1 |
| | | | | * fixes #22596 | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Check that the owner of a link share still has share permissions on access | Robin Appelman | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Add REPORT on files endpoint for filtering | Vincent Petry | 2016-02-08 | 1 | -1/+10 |
| | | | | For now only supports filtering by system tags | ||||
* | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 1 | -0/+1 |
| | |||||
* | Add fake locking support for OneNote 2013 | Lukas Reschke | 2016-01-26 | 1 | -3/+6 |
| | | | | Fixes https://github.com/owncloud/core/issues/21925 | ||||
* | Put nodes from Directory->getChildren in the ObjectTree cache | Robin Appelman | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | Remove the listener plugin | Joas Schilling | 2016-01-13 | 1 | -8/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | Add internal locking plugin - fixes #20502 | Thomas Müller | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Add fake locker plugin for WebDAVFS | Lukas Reschke | 2015-11-13 | 1 | -2/+41 |
| | | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses. | ||||
* | Ensure the user folder exists | Thomas Müller | 2015-11-10 | 1 | -0/+3 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -0/+113 |