summaryrefslogtreecommitdiffstats
path: root/core/js/files/client.js
Commit message (Expand)AuthorAgeFilesLines
* Adjust some jsdocsJulius Härtl2018-10-241-1/+1
* Remove duplicate call to decodeURIComponentBernd Stellwag2018-10-111-2/+0
* fix trashbin infoparsers interfering with other dav clientsRobin Appelman2018-09-201-0/+1
* pass existing data to info parsersRobin Appelman2018-09-201-1/+1
* fix js files client for user names with spacesRobin Appelman2018-09-101-1/+1
* Removed unused variable isFileschoonc2018-08-091-2/+0
* Move the webui over to the new dav endpointRoeland Jago Douma2018-05-081-1/+1
* Do not add sharePermission logic in JSRoeland Jago Douma2018-04-261-1/+13
* Merge pull request #6079 from nextcloud/fix-antivirusblizzz2017-12-111-10/+37
|\
| * Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry2017-11-131-10/+37
* | check for encryption state on propfindBjoern Schiessle2017-11-201-0/+12
* | Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-1/+4
|\ \ | |/ |/|
| * Set read permission for files based on the data returned by the serverDaniel Calviño Sánchez2017-11-021-1/+4
* | Enable chunking for bigger files in authenticated web uploadVincent Petry2017-11-031-3/+15
|/
* 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-051-7/+0
* Use dot notation for array access - JSLint recommendationMorris Jobke2017-05-011-1/+1
* 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-241-0/+7
|/
* 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-271-2/+15
* 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
* 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
* 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-221-9/+54
* Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-221-0/+673