summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests
Commit message (Expand)AuthorAgeFilesLines
* add function to extract filename from sharekey name + testsBjoern Schiessle2014-02-031-0/+20
* added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-013-65/+300
* Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-217-35/+35
* Merge pull request #6507 from owncloud/enc_fix_getUserBjörn Schießle2013-12-192-0/+43
|\
| * tests addedBjoern Schiessle2013-12-192-0/+43
* | add test for the stream wrapper to read encrypted files from the system folde...Bjoern Schiessle2013-12-181-0/+39
* | test for isEncryptedPath()Bjoern Schiessle2013-12-181-0/+35
|/
* only remove encryption keys if a real file gets deleted, skip this method if ...Bjoern Schiessle2013-12-161-7/+62
* call set password hook because it doesn't get triggered during test execution...Bjoern Schiessle2013-12-161-3/+12
* enable more testsBjoern Schiessle2013-12-041-8/+4
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-272-3/+3
|\
| * some small changes according to the review commentsBjoern Schiessle2013-11-272-3/+3
* | public upload now also works with encryption enabledBjoern Schiessle2013-11-211-1/+3
|/
* adapt tests to the new codeBjoern Schiessle2013-11-201-9/+13
* Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle2013-11-151-0/+58
|\
| * 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
* | tests addedBjoern Schiessle2013-11-151-1/+14
|/
* Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry2013-11-132-17/+54
|\
| * rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle2013-11-121-6/+6
| * missed some replacements... now tests should workBjoern Schiessle2013-11-121-13/+6
| * fixing tests for the new part file handlingBjoern Schiessle2013-11-122-17/+61
* | files_encryption: Fix getFileSize()Markus Goetz2013-10-231-1/+29
|/
* fix commentBjoern Schiessle2013-10-151-1/+1
* added simple test for getFileSize proxyBjoern Schiessle2013-10-151-216/+106
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-227-75/+75
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-217-75/+75
| * Also remove other unnecessary realpath() calls.Andreas Fischer2013-08-213-14/+14
| * Do not use realpath() on includes.Andreas Fischer2013-08-217-61/+61
* | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-185-38/+41
|\ \
| * | Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-173-246/+39
| |\|
| * | don't know why it works locally but not on the build server... let's keep it ...Bjoern Schiessle2013-07-311-0/+3
| * | this hopefully fixes testRecoveryForUser(), works locallyBjoern Schiessle2013-07-311-7/+10
| * | this test works locally, let's see what out build server says...Bjoern Schiessle2013-07-311-3/+0
| * | fixing some unit testsBjoern Schiessle2013-07-302-6/+6
| * | adapt unit tests to the modified stream wrapperBjoern Schiessle2013-07-305-35/+35
* | | Add _many_ newlines at the end of fileskondou2013-08-183-3/+3
| |/ |/|
* | fixing typos and PHPDocThomas Müller2013-08-081-3/+4
* | adapt tests to the changes in crypt.phpBjoern Schiessle2013-08-082-244/+31
* | fix test and make warning translatableBjoern Schiessle2013-08-011-2/+7
|/
* Merge branch 'master' into parallel-autotest.sh-masterThomas Müller2013-07-221-0/+3
|\
| * mark test as incomplete because I can't reproduce jenkins failureMorris Jobke2013-07-211-0/+3
* | don't rely on admin user but create a test user for Test_Encryption_KeymanagerThomas Müller2013-07-191-17/+15
|/
* fix getUidAndFilename() testBjörn Schießle2013-07-051-1/+1
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-132-22/+27
|\
| * 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
| * | | LegacyKeyRecryptKeyfileEncrypt() no longer exists, so test can be removedBjörn Schießle2013-06-131-18/+0