summaryrefslogtreecommitdiffstats
path: root/core/js/files
Commit message (Expand)AuthorAgeFilesLines
* Allow files to be copied through action menu & multiple files actionsThomas Citharel2017-09-151-0/+45
* fix parsing of dav permissionsRobin Appelman2017-07-171-3/+2
* Fix sorting of favorite filesDaniel Calviño Sánchez2017-07-052-13/+1
* Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-012-2/+2
* allow apps to set custom mount typesRobin Appelman2017-04-281-1/+10
* Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-231-12/+24
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-4/+4
* Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke2016-10-251-1/+40
|\
| * More fixes to file uploadVincent Petry2016-10-241-1/+40
* | Sort favorite files first Issue #1802ryanwr2016-10-242-1/+13
|/
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-1/+5
* dont load filelist previews if we know we dont have oneRobin Appelman2016-07-272-3/+21
* Init the headers in iedavclient.jsVincent Petry2016-06-221-0/+1
* 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