summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests
Commit message (Expand)AuthorAgeFilesLines
* adding unit tests for encryption data migrationThomas Müller2014-06-052-0/+169
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-052-18/+28
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-4/+4
* get the storage from the viewBjoern Schiessle2014-06-041-4/+5
* make sure to close the stream at the end of each testBjoern Schiessle2014-06-041-0/+6
* Merge pull request #8729 from owncloud/add-phpseclib-masterThomas Müller2014-06-031-1/+1
|\
| * use phpseclib from 3rdpartyThomas Müller2014-06-031-1/+1
* | ceanup encryption code, improved return codesBjoern Schiessle2014-06-022-13/+8
|/
* Merge pull request #8637 from owncloud/enc_improved_error_handlingVincent Petry2014-05-211-0/+42
|\
| * only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle2014-05-191-0/+42
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-198-28/+28
|/
* Fix PHPDoc in /appsRobin McCorkell2014-05-162-3/+3
* 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-129-30/+30
|/
* fix shouldEncrypt() method and improved decryptAll() unit testsBjoern Schiessle2014-04-281-9/+50
* merge master into webdav-injectionRobin Appelman2014-04-253-46/+33
|\
| * fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-233-46/+33
* | Prevent error if previously cached data doesn't have an etagRobin Appelman2014-04-221-0/+1
* | merge master into webdav-injectionRobin Appelman2014-04-151-3/+3
|\|
| * Remember before change works betterBart Visscher2014-04-011-3/+3
* | merge master into webdav-injectionRobin Appelman2014-03-261-0/+20
|\|
| * Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+20
* | 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-052-6/+19
|/
* add test case if a file gets moved out from the shared folderBjoern Schiessle2014-02-242-0/+125
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-182-8/+85
|\
| * Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-181-6/+6
| |\
| | * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-6/+6
| * | catch errors during decryptionBjoern Schiessle2014-02-171-2/+79
* | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-143-14/+14
|\| |
| * | fileinfo is no longer a arrayBjoern Schiessle2014-02-141-1/+1
| * | Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-142-11/+11
| |\ \ | | |/ | |/|
| | * merge master into fileinfoRobin Appelman2014-01-297-35/+35
| | |\
| | * | remove more is_array from encryptionRobin Appelman2014-01-172-11/+11
| * | | name users after testBjoern Schiessle2014-02-071-2/+2
* | | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-063-2/+6
|/ / /
* | | 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