summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-339/+0
|
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
|
* get correct user for paths to the trash bin, needed for remote shares if the ↵Bjoern Schiessle2015-01-301-0/+1
| | | | size of of trash gets calculated
* make versions of shared files downloadableBjoern Schiessle2015-01-091-25/+227
|
* Correctly namespace encryption testsJoas Schilling2014-12-091-19/+19
|
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-5/+5
|
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-18/+18
|
* upgrade to new folder structureBjoern Schiessle2014-12-021-8/+0
|
* new folder structure for keysBjoern Schiessle2014-11-261-52/+0
| | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-16/+27
|
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-2/+0
| | | | take care of this
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-7/+11
|
* Fix share key finding algorithm in various casesVincent Petry2014-09-231-0/+56
| | | | | | | | | | | 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
* ceanup encryption code, improved return codesBjoern Schiessle2014-06-021-1/+8
|
* tests addedBjoern Schiessle2013-12-191-0/+37
|
* tests addedBjoern Schiessle2013-11-151-1/+14
|
* rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵Bjoern Schiessle2013-11-121-6/+6
| | | | describes better what the method actually does
* missed some replacements... now tests should workBjoern Schiessle2013-11-121-13/+6
|
* fixing tests for the new part file handlingBjoern Schiessle2013-11-121-0/+61