summaryrefslogtreecommitdiffstats
path: root/core/js/files
Commit message (Expand)AuthorAgeFilesLines
* Fix MKCOL for IE11 as wellRoeland Jago Douma2016-03-101-1/+6
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-1/+4
* Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-171-0/+2
|\
| * Add handler for global ajax errorsVincent Petry2016-02-151-0/+2
* | Fix redundant headers in files dav clientVincent Petry2016-02-161-12/+7
|/
* Add system tags filter section for files appVincent Petry2016-02-091-1/+72
* Make JS Webdav work again with IE9-IE10Vincent Petry2016-02-051-55/+41
* Small fixes in Dav files clientVincent Petry2016-02-041-2/+2
* Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-12/+10
|\
| * Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-12/+10
* | Fix files UI mtime parsing from webdavVincent Petry2015-12-161-1/+1
|/
* Files can't have create permissionsRoeland Jago Douma2015-12-111-4/+0
* Fix for parsing pretty printed Webdav responsesVincent Petry2015-11-241-4/+1
* Now using IE8 workaround of davclient.js for all IE versionsVincent Petry2015-11-221-1/+1
* Fix OC.FileInfo to copy all propertiesVincent Petry2015-11-221-25/+17
* Use oc:fileid property instead of oc:idVincent Petry2015-11-221-17/+3
* Fix port issue - options.host already has the port attachedThomas Müller2015-11-221-16/+3
* Query tags/favorite through Webdav in file listVincent Petry2015-11-222-10/+58
* Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-222-0/+816
* Add evert's davclient.js + es6-promise + IE8 workaroundVincent Petry2015-11-221-0/+169