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-17first step to drop \OCP\Config:: in favour of IConfigMorris Jobke
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
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-08-15login as user1 before performing a testBjoern Schiessle
2014-07-23add unit test for aes256/aes128Bjoern Schiessle
2014-07-23update existing unit testsBjoern Schiessle
2014-07-17check that the file proxies are enabled after each testBjoern Schiessle
2014-07-10remove pointless require of Blowfish.phpThomas Müller
2014-07-08Kill legacy encryption migrationThomas Müller
2014-06-03use phpseclib from 3rdpartyThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-17Fix PHPDoc in /appsRobin McCorkell
2014-05-12remove legacy aka deprecated code: OC_FilesystemViewThomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-21Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry
2013-11-27some small changes according to the review commentsBjoern Schiessle
2013-11-21adapt tests to the new codeBjoern Schiessle
2013-08-22Merge pull request #4537 from owncloud/no-realpathThomas Müller
2013-08-21Use __DIR__ instead of dirname(__FILE__).Andreas Fischer
2013-08-21Also remove other unnecessary realpath() calls.Andreas Fischer
2013-08-21Do not use realpath() on includes.Andreas Fischer
2013-08-17Merge branch 'master' into decrypt_files_againBjoern Schiessle
2013-08-08fixing typos and PHPDocThomas Müller
2013-08-08adapt tests to the changes in crypt.phpBjoern Schiessle
2013-07-30adapt unit tests to the modified stream wrapperBjoern Schiessle
2013-06-13Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-13LegacyKeyRecryptKeyfileEncrypt() no longer exists, so test can be removedBjörn Schießle
2013-06-11Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-10add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer
2013-06-03reformat codeFlorin Peter
2013-06-03use generated private key fro m setUp()Björn Schießle
2013-06-03added test for decryptPrivateKey()Björn Schießle
2013-05-29Merge branch 'master' into remove_unused_varsFlorin Peter
2013-05-28fixed encryption session namespace to avoid problemsFlorin Peter
2013-05-27Merge branch 'master' into remove_unused_varsBjörn Schießle
2013-05-27make legacyDecrypt() private als always call legacyBlockDecrypt() from other ...Björn Schießle
2013-05-27fix tests, after unused variables are removedBjörn Schießle
2013-05-26added users for testsFlorin Peter
2013-05-26improved testFlorin Peter
2013-05-22improved testsFlorin Peter