summaryrefslogtreecommitdiffstats
path: root/core/vendor/davclient.js
Commit message (Collapse)AuthorAgeFilesLines
* Npmize (vendor) scriptsChristoph Wurst2019-01-093-521/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* vendor: Update davclient.js to 0.1.2Leon Klingele2017-09-152-7/+13
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Update davclient.js to 0.1.1Vincent Petry2017-03-222-25/+83
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add .bower.json to version controlRoeland Jago Douma2016-10-121-0/+32
| | | | | | We need .bower.json to have bower functioning correctly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update davclient.js for headers fixVincent Petry2016-02-241-1/+2
|
* Update davclient library for propfind headersVincent Petry2016-02-161-5/+7
|
* Updated davclient.jsRoeland Jago Douma2016-02-101-1/+7
| | | | Fix for MKCOL in edge
* Fix parsing empty Webdav property nodesVincent Petry2016-02-021-1/+1
| | | | Return empty string instead of undefined
* Add pagination support for comments GUIVincent Petry2016-02-021-12/+17
|
* Backbone transport for WebdavVincent Petry2016-01-161-0/+65
|
* Fix for parsing pretty printed Webdav responsesVincent Petry2015-11-241-5/+28
| | | | Update davclient.js + adjust IE workaround for this
* Patch for davclient.js for FirefoxVincent Petry2015-11-221-5/+5
|
* Update davclient.jsVincent Petry2015-11-221-1/+1
|
* Add evert's davclient.js + es6-promise + IE8 workaroundVincent Petry2015-11-222-0/+323
- Add davclient.js lib - Add es6-promise required by that lib - Wrote IE8 workaround lib/shim for davclient.js