aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/util.php
Commit message (Expand)AuthorAgeFilesLines
* adapt decrypt all and restore/delete key backups to the new folder structure ...Bjoern Schiessle2015-01-131-14/+83
* make versions of shared files downloadableBjoern Schiessle2015-01-091-37/+0
* cache keys to read them only once from the hard discBjoern Schiessle2014-12-191-0/+3
* Correctly namespace encryption testsJoas Schilling2014-12-091-23/+21
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-3/+3
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-18/+20
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+3
* upgrade to new folder structureBjoern Schiessle2014-12-021-24/+1
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-6/+6
* new folder structure for keysBjoern Schiessle2014-11-261-39/+47
* Fix file upload to ext storage when recovery key is enabledVincent Petry2014-11-201-0/+37
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-24/+31
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-8/+0
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-0/+9
* Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-231-6/+10
|\
| * Fix share key finding algorithm in various casesVincent Petry2014-09-231-6/+10
* | create backup from all keys before recoveryBjoern Schiessle2014-09-191-0/+42
|/
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-131-1/+1
|\
| * update existing unit testsBjoern Schiessle2014-07-231-1/+1
* | fixes from git push forceMorris Jobke2014-08-121-2/+0
* | add unit testsBjoern Schiessle2014-08-121-0/+49
* | Minor fixesMorris Jobke2014-08-051-1/+1
|/
* Removed legacy encryption testsVincent Petry2014-07-161-84/+0
* Disable legacy encryption testsVincent Petry2014-07-111-0/+4
* remove unused codeBjoern Schiessle2014-06-181-6/+4
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-18/+5
* ceanup encryption code, improved return codesBjoern Schiessle2014-06-021-12/+0
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-7/+7
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-2/+2
* Merge pull request #8398 from owncloud/enc_backup_keysBjörn Schießle2014-05-131-0/+11
|\
| * backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-0/+11
* | remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-6/+6
|/
* fix shouldEncrypt() method and improved decryptAll() unit testsBjoern Schiessle2014-04-281-9/+50
* merge master into webdav-injectionRobin Appelman2014-04-251-1/+1
|\
| * fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-1/+1
* | merge master into webdav-injectionRobin Appelman2014-03-061-2/+2
|\|
| * use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-271-2/+2
* | Fix encryption webdav testsRobin Appelman2014-03-051-1/+5
|/
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-2/+79
|\
| * catch errors during decryptionBjoern Schiessle2014-02-171-2/+79
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-4/+4
|\|
| * merge master into fileinfoRobin Appelman2014-01-291-6/+6
| |\
| * | remove more is_array from encryptionRobin Appelman2014-01-171-4/+4
* | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
| |/ |/|
* | Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-211-6/+6
|/
* Merge pull request #6507 from owncloud/enc_fix_getUserBjörn Schießle2013-12-191-0/+6
|\
| * tests addedBjoern Schiessle2013-12-191-0/+6
* | test for isEncryptedPath()Bjoern Schiessle2013-12-181-0/+35
|/
* remove debug outputBjoern Schiessle2013-11-141-6/+0
* test encryptAll() and decryptAll() to make sure that mtime and etag stay the ...Bjoern Schiessle2013-11-141-0/+64