aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/hooks.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-447/+0
|
* Update license headersJenkins for ownCloud2015-03-261-12/+16
|
* Revert "Updating license headers"Morris Jobke2015-02-261-16/+13
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-13/+16
|
* Correctly namespace encryption testsJoas Schilling2014-12-091-23/+21
|
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-26/+26
|
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-13/+15
|
* upgrade to new folder structureBjoern Schiessle2014-12-021-31/+1
|
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-2/+2
|
* new folder structure for keysBjoern Schiessle2014-11-261-52/+52
| | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey
* 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 ↵Thomas Müller2014-10-301-6/+0
| | | | take care of this
* 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
| | | | | | | | | | | Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin
* 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
|\ | | | | [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-191-2/+2
|/ | | | * test case added to avoid adding them later
* 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