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
2016-04-24Move \OC\Files to PSR-4Roeland Jago Douma
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-10Use database for keeping track of the versionLukas Reschke
2016-02-03Add store/retrieve checksumsRoeland Jago Douma
2016-01-14Return a class from cache operations instead of an arrayRobin Appelman
2016-01-12Happy new year!Thomas Müller
2015-12-08Add reshare permission checksVincent Petry
2015-12-08Compute share permissions in the viewVincent Petry
2015-11-19take the etag of child mounts into account for the folder etagRobin Appelman
2015-11-19Some more cleanup for getFIleInfo/getDirectoryContentRobin Appelman
2015-11-10Add getOwner to FileInfoRobin Appelman
2015-10-05update licence headers via scriptMorris Jobke
2015-07-08Update fileinfo.phptbartenstein
2015-04-07remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle
2015-03-26Merge pull request #15234 from owncloud/encryption2_coreThomas Müller
2015-03-26implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-09Store FileInfo::getType() result for future useRobin McCorkell
2014-12-17Add getMountPoint to FileInfoRobin Appelman
2014-11-25Replace deprecated constant with new class constantJoas Schilling
2014-11-18Check if the size field is availableLukas Reschke
2014-09-25Expose creatable permissions trough fileinfoRobin Appelman
2014-08-07shared files/folders are not mountedThomas Müller
2014-06-06Fix folder name for storage rootRobin Appelman
2014-05-19Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-02- Introduce isShared() and isMounted() on FileInfo classThomas Müller
2014-03-07Check if value exists before returningRobin Appelman
2014-03-07Fix FileInfo->getType errorsRobin Appelman
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-14remove the JsonSerializable interface from \OC\Files\FileInfoRobin Appelman
2014-01-24Add isReadable, isUpdateable, isDeletable, isShareableRobin Appelman
2014-01-13add Support for passing a FileInfo instance to View->putFileInfoRobin Appelman
2014-01-13remove ArrayAccess, JsonSerializable from the public part of FileInfoRobin Appelman
2014-01-13Add a FileInfo class which holds all info of a file and return that from getF...Robin Appelman