Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-29Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)
2019-04-15Make sure we have a proper node before parsingJohn Molakvoæ (skjnldsv)
2019-03-13Created infrastructure to show circles' shared filesVinicius Cubas Brand
2018-11-25Properly handle errors (including 500)Tomasz Grobelny
2018-10-24Adjust some jsdocsJulius Härtl
2018-10-11Remove duplicate call to decodeURIComponentBernd Stellwag
2018-09-20fix trashbin infoparsers interfering with other dav clientsRobin Appelman
2018-09-20pass existing data to info parsersRobin Appelman
2018-09-10fix js files client for user names with spacesRobin Appelman
2018-08-09Removed unused variable isFileschoonc
2018-05-09Move the webui over to the new dav endpointRoeland Jago Douma
2018-04-26Do not add sharePermission logic in JSRoeland Jago Douma
2017-12-11Merge pull request #6079 from nextcloud/fix-antivirusblizzz
2017-11-20check for encryption state on propfindBjoern Schiessle
2017-11-20Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle
2017-11-13Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry
2017-11-03Enable chunking for bigger files in authenticated web uploadVincent Petry
2017-11-02Set read permission for files based on the data returned by the serverDaniel Calviño Sánchez
2017-09-15Allow files to be copied through action menu & multiple files actionsThomas Citharel
2017-07-17fix parsing of dav permissionsRobin Appelman
2017-07-05Fix sorting of favorite filesDaniel Calviño Sánchez
2017-05-01Use dot notation for array access - JSLint recommendationMorris Jobke
2017-04-28allow apps to set custom mount typesRobin Appelman
2016-12-23Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
2016-10-25Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke
2016-10-24More fixes to file uploadVincent Petry
2016-10-24Sort favorite files first Issue #1802ryanwr
2016-10-19Make it possible to filter by tags with REPORT methodVincent Petry
2016-07-27dont load filelist previews if we know we dont have oneRobin Appelman
2016-06-22Init the headers in iedavclient.jsVincent Petry
2016-03-10Fix MKCOL for IE11 as wellRoeland Jago Douma
2016-02-18Require CSRF token for non WebDAV authenticated requestsLukas Reschke
2016-02-17Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller
2016-02-16Fix redundant headers in files dav clientVincent Petry
2016-02-15Add handler for global ajax errorsVincent Petry
2016-02-09Add system tags filter section for files appVincent Petry
2016-02-05Make JS Webdav work again with IE9-IE10Vincent Petry
2016-02-04Small fixes in Dav files clientVincent Petry
2015-12-17Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller
2015-12-16Fix files UI mtime parsing from webdavVincent Petry
2015-12-14Use Authorization headers for public webdav instead of URLVincent Petry
2015-12-12Files can't have create permissionsRoeland Jago Douma
2015-11-24Fix for parsing pretty printed Webdav responsesVincent Petry
2015-11-22Now using IE8 workaround of davclient.js for all IE versionsVincent Petry
2015-11-22Fix OC.FileInfo to copy all propertiesVincent Petry
2015-11-22Use oc:fileid property instead of oc:idVincent Petry
2015-11-22Fix port issue - options.host already has the port attachedThomas Müller
2015-11-22Query tags/favorite through Webdav in file listVincent Petry
2015-11-22Added OC.Files.Client Webdav-based files clientVincent Petry