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
2022-04-14Fix an issue with the search backend updateCarl Schwan
2022-04-13Add a metadata service to store file metadataCarl Schwan
2022-04-07Merge pull request #25747 from nextcloud/XAccelBufferingblizzz
2022-03-19add optional WebDav propfind properties to show number of folders/files insid...Julien Veyssier
2022-01-17Add X-Accel-Buffering header to downloadsXAccelBufferingUnpublished
2021-11-29Expose DAV:creationdate for propfind/proppatchJulius Härtl
2021-11-23Allow to fetch the creation time of foldersJulius Härtl
2021-07-22Make sure that the dav propfind plugins always use the proper user idJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-25Use lowercase true, false and null constantsChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13hookup creation and upload time into davRobin Appelman
2019-02-27Add note to dav endpointtobiasKaminsky
2018-07-02look for correct OCM permissionsBjoern Schiessle
2018-01-30Only handle encrypted property on foldersRoeland Jago Douma
2018-01-26Return value immediately instead of assigning to a one-time variableMorris Jobke
2017-12-15Handle OC-Total-Length in new chunkingThomas Müller
2017-11-06Update license headersMorris Jobke
2017-08-28add propfind to detect encryption statusBjoern Schiessle
2017-08-01Fix sabre testRoeland Jago Douma
2017-08-01[DAV] Fix URLUtil::splitPath usageRoeland Jago Douma
2017-08-01Stricter phan config fixesLukas Reschke
2017-05-26Allow dir-listing also when one child is blocked by access controlJoas Schilling
2017-05-08fix error when browsing the dav rootRobin Appelman
2017-04-28allow apps to set custom mount typesRobin Appelman
2017-04-27Properly handle missing READ permissionVincent Petry
2017-04-26Fix FutureFile MOVE to keep destination nodeVincent Petry
2017-04-25Restrict proppatch to the proper nodesVincent Petry
2017-04-23Remove unused use statementsMorris Jobke
2017-03-02handle non existing owners when handling dav requestsRobin Appelman
2016-12-23Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst
2016-12-14Don't set Content-Disposition header if one already existsLukas Reschke
2016-11-14Remove unused $view from FilesPlugin (#26549)Vincent Petry
2016-11-03Upload autorename on client sideVincent Petry
2016-10-24Use Webdav PUT for uploads in the web browserVincent Petry
2016-09-26FilesHome now also returns DAV propertiesVincent Petry
2016-08-29[master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz
2016-07-27add dav property to check if a file has a preview availableRobin Appelman