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
2015-04-07remove old encryption appBjoern Schiessle
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
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-26change private/public key names for consistency reasonsBjoern Schiessle
2014-11-26new folder structure for keysBjoern Schiessle
2014-11-25Replace deprecated constant with new class constantJoas Schilling
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 t...Thomas Müller
2014-10-20make tests compatible with hook based skeleton generationJörn Friedrich Dreyer
2014-09-23Fix share key finding algorithm in various casesVincent Petry
2014-07-30add unit test for rename and copy operationBjoern Schiessle
2014-06-25always use a \OC\Files\ViewBjoern Schiessle
2014-06-18fix rename of encryption keysBjoern Schiessle
2014-06-06remove encryption keys if user unshares a fileBjoern Schiessle
2014-06-05use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle
2014-05-21Merge pull request #8637 from owncloud/enc_improved_error_handlingVincent Petry
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle
2014-05-12remove legacy aka deprecated code: OC_FilesystemViewThomas Müller
2014-04-23fix encryption tests after the removal of the shared folderBjoern Schiessle
2014-02-24add test case if a file gets moved out from the shared folderBjoern Schiessle
2014-02-14fileinfo is no longer a arrayBjoern Schiessle
2014-02-07name users after testBjoern Schiessle
2014-02-01added tests for the delete hooks if the trash bin is disabledBjoern Schiessle