summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/util.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* files_encryption: Fix getFileSize()Markus Goetz2013-10-231-1/+29
* Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-12/+12
* Also remove other unnecessary realpath() calls.Andreas Fischer2013-08-211-5/+5
* Do not use realpath() on includes.Andreas Fischer2013-08-211-7/+7
* fix getUidAndFilename() testBjörn Schießle2013-07-051-1/+1
* Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle2013-06-131-3/+26
|\
| * Merge pull request #3668 from owncloud/encryption_migrate_only_onceBjörn Schießle2013-06-131-3/+26
| |\
| | * add comment to explain the helper functionBjörn Schießle2013-06-131-0/+8
| | * adapt test to the code changesBjörn Schießle2013-06-121-3/+18
* | | Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle2013-06-121-0/+16
|\| |
| * | add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+16
| |/
* / fix legacy key in until testFlorin Peter2013-05-311-1/+1
|/
* Use the new session wrapperRobin Appelman2013-05-281-3/+3
* added users for testsFlorin Peter2013-05-261-115/+154
* improved testFlorin Peter2013-05-261-93/+94
* improved testsFlorin Peter2013-05-221-0/+57
* added legacy encryption testFlorin Peter2013-05-201-3/+46