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-12-05Update license headersChristoph Wurst
2019-12-03add @since to limitToHomeRobin Appelman
2019-12-03Allow filtering the search results to the users home storageRobin Appelman
2019-11-28Properly anotate LockedException in files node apiJulius Härtl
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13dont expose metadata etag for nowRobin Appelman
2019-11-13expose filecache extension data in FileInfoRobin Appelman
2019-11-13store filecache extension fieldsRobin Appelman
2019-07-26Remove deprecated searchByTagRoeland Jago Douma
2019-04-08Harden appdata putcontentRoeland Jago Douma
2019-02-27add option to get raw size (without submounts) from fileinfoRobin Appelman
2019-02-18add event for cache updateRobin Appelman
2019-02-07Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke
2019-02-07add event for inserting cache entriesRobin Appelman
2019-02-07Add since labelsMorris Jobke
2019-02-07Implement guest avatar endpointMichael Weimann
2018-12-12Add objectExists to objectstore interfaceRobin Appelman
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
2018-11-19Add PHPDoc for thrown exceptionMorris Jobke
2018-11-15Fix string doc type casingChristoph Wurst
2018-10-31extend storage api to allow directly writing a stream to storageRobin Appelman
2018-10-29Add getExtension() to FileInfoRobin Appelman
2018-07-11Merge pull request #10179 from nextcloud/mount-filterMorris Jobke
2018-07-11Separate fopen into read and write methodsJulius Härtl
2018-07-11Add fopen method to ISimpleFileJulius Härtl
2018-07-10Add the option to filter mounts for a userRobin Appelman
2018-06-26Add resource type phpDoc for putContent methodsJulius Härtl
2018-05-14Make Appdata staticRoeland Jago Douma
2018-04-04Fix testsRoeland Jago Douma
2018-04-04Make the MountManager strictRoeland Jago Douma
2018-03-27Throw an exception if file_put_contents failsRoeland Jago Douma
2018-03-21Add hint about OCP\Folder::getByIdMorris Jobke
2018-02-27Hardening of SimpleFile getContentRoeland Jago Douma
2017-12-12Fix filename typoRobin Appelman
2017-11-09Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke
2017-11-06Update license headersMorris Jobke
2017-10-27Allow getting the filepath when getting cached mounts by fileidRobin Appelman
2017-10-24Doc: Fix phpDoc issuesJulius Härtl
2017-08-01Replace wrong PHPDocsLukas Reschke
2017-08-01AppData is no longer internalRoeland Jago Douma
2017-07-22Some phpstorm inspection fixesRoeland Jago Douma
2017-06-21Added missing PHPDoc for @sinceMorris Jobke
2017-06-15show used space in user listRobin Appelman
2017-04-28allow apps to set custom mount typesRobin Appelman
2017-04-23Remove unused use statementsMorris Jobke
2017-04-21limit the user when searching for a file by id if we know the user alreadyRobin Appelman
2017-03-23Fix type hints and doc blocksJoas Schilling
2017-03-20Add ignore_files to config,Felix Heidecke
2017-03-14Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma
2017-03-14added method needsPartFile() in StorageVinicius Cubas Brand