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 (Collapse)Author
2015-04-07remove old encryption appBjoern Schiessle
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-23Updating license headersJenkins for ownCloud
2015-01-30get correct user for paths to the trash bin, needed for remote shares if the ↵Bjoern Schiessle
size of of trash gets calculated
2015-01-09make versions of shared files downloadableBjoern Schiessle
2014-12-09Correctly namespace encryption testsJoas Schilling
2014-12-09Use self:: instead of the class name in encryption testsJoas Schilling
2014-12-09Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling
2014-12-02upgrade to new folder structureBjoern Schiessle
2014-11-26new folder structure for keysBjoern Schiessle
all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey
2014-11-17Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling
2014-10-30remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller
take care of this
2014-10-20make tests compatible with hook based skeleton generationJörn Friedrich Dreyer
2014-09-23Fix share key finding algorithm in various casesVincent Petry
Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin
2014-06-02ceanup encryption code, improved return codesBjoern Schiessle
2013-12-19tests addedBjoern Schiessle
2013-11-15tests addedBjoern Schiessle
2013-11-12rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵Bjoern Schiessle
describes better what the method actually does
2013-11-12missed some replacements... now tests should workBjoern Schiessle
2013-11-12fixing tests for the new part file handlingBjoern Schiessle