aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * update existing unit testsBjoern Schiessle2014-07-234-126/+15
| |
* | fixes from git push forceMorris Jobke2014-08-121-2/+0
| |
* | add unit testsBjoern Schiessle2014-08-121-0/+49
| |
* | Disable encryption migration testsMorris Jobke2014-08-051-0/+8
| |
* | Minor fixesMorris Jobke2014-08-051-1/+1
| | | | | | | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment
* | add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+52
|/
* check that the file proxies are enabled after each testBjoern Schiessle2014-07-171-0/+2
|
* update keys recursively if a folder was movedBjoern Schiessle2014-07-171-0/+48
|
* Removed legacy encryption testsVincent Petry2014-07-161-84/+0
|
* - Added test to trigger index id errorVincent Petry2014-07-141-6/+37
| | | | | - re-enable encryption migration tests - sqlite requires reconnect after schema changes
* Disable legacy encryption testsVincent Petry2014-07-111-0/+4
| | | | | It seems these tests are not needed any more, but will now be skipped instead until the case is cleared out.
* remove pointless require of Blowfish.phpThomas Müller2014-07-102-2/+0
|
* Kill legacy encryption migrationThomas Müller2014-07-081-42/+0
|
* Merge pull request #9453 from owncloud/enc_fix_wrong_file_sizeFrank Karlitschek2014-07-061-4/+8
|\ | | | | [encryption] always take unencrypted size
| * improved unit testsBjoern Schiessle2014-07-041-4/+8
| |
* | add owner as parameter for delShareKeyBjoern Schiessle2014-07-041-2/+2
|/
* unit testsBjoern Schiessle2014-06-271-19/+192
|
* fix unit testsBjoern Schiessle2014-06-251-2/+2
|
* always use a \OC\Files\ViewBjoern Schiessle2014-06-252-33/+34
|
* add unit testsBjoern Schiessle2014-06-241-1/+29
|
* Merge pull request #9093 from owncloud/remove_unused_codeMorris Jobke2014-06-192-7/+5
|\ | | | | remove unused code
| * remove unused codeBjoern Schiessle2014-06-182-7/+5
| |
* | Merge pull request #9068 from owncloud/trashbin_unittests_masterBjörn Schießle2014-06-181-1/+1
|\ \ | |/ |/| fix trash bin expire operation and add unit tests
| * adjust encryption tests to the trash bin changesBjoern Schiessle2014-06-181-1/+1
| |
* | fix rename of encryption keysBjoern Schiessle2014-06-181-6/+7
| |
* | Fix moving movablemount over webdavRobin Appelman2014-06-171-1/+2
|/
* disable failing testsBjoern Schiessle2014-06-111-0/+6
|
* remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-3/+3
|
* 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
| | | | Updating SabreDAV namespaces
* 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 3rdparty
| * use phpseclib from 3rdpartyThomas Müller2014-06-031-1/+1
| | | | | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish
* | 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
|\ | | | | [encryption] improved error handling during password change
| * only start migration if the encryption was initialized; allow to overwrite ↵Bjoern Schiessle2014-05-191-0/+42
| | | | | | | | keys if no files exists
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-198-28/+28
|/ | | | * test case added to avoid adding them later
* 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
| * backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-0/+11
| | | | | | | | can restore them if needed
* | 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
|\|