Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1283 from nextcloud/us_files-ui-webdav-upload | Lukas Reschke | 2016-10-25 | 1 | -1/+40 |
|\ | | | | | Use Webdav PUT for uploads | ||||
| * | More fixes to file upload | Vincent Petry | 2016-10-24 | 1 | -1/+40 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Sort favorite files first Issue #1802 | ryanwr | 2016-10-24 | 2 | -1/+13 |
|/ | | | | Signed-off-by: Ryan Welch <ryantwr@gmail.com> | ||||
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 1 | -1/+5 |
| | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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 |
| | | | | | Using https://github.com/owncloud/core/pull/22274 we have to patch the iedavclient.js as well. | ||||
* | 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 |
|\ | | | | | Adding global error handler for ajax calls which run into redirection… | ||||
| * | 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 |
|/ | | | | | The defaultHeaders are already injected with the xhrProvider, so no need to pass them again a second time. | ||||
* | 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 |
| | | | | | Remove double leading slash in path. Add utf-8 in default content type. | ||||
* | Merge pull request #21200 from owncloud/files-authorizationheader | Thomas Müller | 2015-12-17 | 1 | -12/+10 |
|\ | | | | | Use Authorization headers for public webdav in web UI | ||||
| * | Use Authorization headers for public webdav instead of URL | Vincent Petry | 2015-12-14 | 1 | -12/+10 |
| | | | | | | | | | | | | Instead of prepending the token as username in the URL, use the Authorization header instead. This is because IE9 considers this a cross-domain call and refuses to do it in the first place. | ||||
* | | 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 |
| | | | | Fixes #20839 | ||||
* | Fix for parsing pretty printed Webdav responses | Vincent Petry | 2015-11-24 | 1 | -4/+1 |
| | | | | Update davclient.js + adjust IE workaround for this | ||||
* | 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 |
| | | | | | This makes it possible to also store custom properties passed through the data object like tags or shareOwner. | ||||
* | 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 |
- Add davclient.js lib - Add es6-promise required by that lib - Wrote IE8 workaround lib/shim for davclient.js |