| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the webui over to the new dav endpoint | Roeland Jago Douma | 2018-05-08 | 1 | -1/+1 |
* | Do not add sharePermission logic in JS | Roeland Jago Douma | 2018-04-26 | 2 | -2/+19 |
* | Merge pull request #6079 from nextcloud/fix-antivirus | blizzz | 2017-12-11 | 1 | -10/+37 |
|\ |
|
| * | Parse Sabre Exception in OC.Files.Client and file-upload | Vincent Petry | 2017-11-13 | 1 | -10/+37 |
* | | check for encryption state on propfind | Bjoern Schiessle | 2017-11-20 | 1 | -0/+12 |
* | | Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss... | Björn Schießle | 2017-11-20 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | Set read permission for files based on the data returned by the server | Daniel Calviño Sánchez | 2017-11-02 | 1 | -1/+4 |
* | | Enable chunking for bigger files in authenticated web upload | Vincent Petry | 2017-11-03 | 1 | -3/+15 |
|/ |
|
* | Allow files to be copied through action menu & multiple files actions | Thomas Citharel | 2017-09-15 | 1 | -0/+45 |
* | fix parsing of dav permissions | Robin Appelman | 2017-07-17 | 1 | -3/+2 |
* | Fix sorting of favorite files | Daniel Calviño Sánchez | 2017-07-05 | 2 | -13/+1 |
* | Use dot notation for array access - JSLint recommendation | Morris Jobke | 2017-05-01 | 2 | -2/+2 |
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -1/+10 |
* | Fixed size issues on main detail view and disappearing of share recipients (#... | Michael Jobst | 2016-12-23 | 1 | -12/+24 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -4/+4 |
* | Merge pull request #1283 from nextcloud/us_files-ui-webdav-upload | Lukas Reschke | 2016-10-25 | 1 | -1/+40 |
|\ |
|
| * | More fixes to file upload | Vincent Petry | 2016-10-24 | 1 | -1/+40 |
* | | Sort favorite files first Issue #1802 | ryanwr | 2016-10-24 | 2 | -1/+13 |
|/ |
|
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 1 | -1/+5 |
* | dont load filelist previews if we know we dont have one | Robin Appelman | 2016-07-27 | 2 | -3/+21 |
* | Init the headers in iedavclient.js | Vincent Petry | 2016-06-22 | 1 | -0/+1 |
* | Fix MKCOL for IE11 as well | Roeland Jago Douma | 2016-03-10 | 1 | -1/+6 |
* | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 1 | -1/+4 |
* | Merge pull request #16783 from owncloud/handle-redirects-global | Thomas Müller | 2016-02-17 | 1 | -0/+2 |
|\ |
|
| * | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 1 | -0/+2 |
* | | Fix redundant headers in files dav client | Vincent Petry | 2016-02-16 | 1 | -12/+7 |
|/ |
|
* | Add system tags filter section for files app | Vincent Petry | 2016-02-09 | 1 | -1/+72 |
* | Make JS Webdav work again with IE9-IE10 | Vincent Petry | 2016-02-05 | 1 | -55/+41 |
* | Small fixes in Dav files client | Vincent Petry | 2016-02-04 | 1 | -2/+2 |
* | Merge pull request #21200 from owncloud/files-authorizationheader | Thomas Müller | 2015-12-17 | 1 | -12/+10 |
|\ |
|
| * | Use Authorization headers for public webdav instead of URL | Vincent Petry | 2015-12-14 | 1 | -12/+10 |
* | | Fix files UI mtime parsing from webdav | Vincent Petry | 2015-12-16 | 1 | -1/+1 |
|/ |
|
* | Files can't have create permissions | Roeland Jago Douma | 2015-12-11 | 1 | -4/+0 |
* | Fix for parsing pretty printed Webdav responses | Vincent Petry | 2015-11-24 | 1 | -4/+1 |
* | Now using IE8 workaround of davclient.js for all IE versions | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
* | Fix OC.FileInfo to copy all properties | Vincent Petry | 2015-11-22 | 1 | -25/+17 |
* | Use oc:fileid property instead of oc:id | Vincent Petry | 2015-11-22 | 1 | -17/+3 |
* | Fix port issue - options.host already has the port attached | Thomas Müller | 2015-11-22 | 1 | -16/+3 |
* | Query tags/favorite through Webdav in file list | Vincent Petry | 2015-11-22 | 2 | -10/+58 |
* | Added OC.Files.Client Webdav-based files client | Vincent Petry | 2015-11-22 | 2 | -0/+816 |
* | Add evert's davclient.js + es6-promise + IE8 workaround | Vincent Petry | 2015-11-22 | 1 | -0/+169 |