summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/hooks.php
Commit message (Expand)AuthorAgeFilesLines
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-2/+2
* new folder structure for keysBjoern Schiessle2014-11-261-52/+52
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-1/+1
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-21/+25
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-6/+0
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-0/+8
* Fix share key finding algorithm in various casesVincent Petry2014-09-231-35/+70
* add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+52
* always use a \OC\Files\ViewBjoern Schiessle2014-06-251-1/+1
* fix rename of encryption keysBjoern Schiessle2014-06-181-6/+7
* remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-3/+3
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-0/+23
* 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-191-2/+2
|/
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-4/+4
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-19/+7
* add test case if a file gets moved out from the shared folderBjoern Schiessle2014-02-241-0/+55
* fileinfo is no longer a arrayBjoern Schiessle2014-02-141-1/+1
* name users after testBjoern Schiessle2014-02-071-2/+2
* added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-011-0/+271