summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/proxy.php
Commit message (Expand)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-154/+0
* Update license headersJenkins for ownCloud2015-03-261-12/+17
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+17
* if we download a public shared file we need to retrieve the user from the pathBjoern Schiessle2015-01-131-12/+1
* Correctly namespace encryption testsJoas Schilling2014-12-091-2/+4
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-13/+13
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-3/+1
* upgrade to new folder structureBjoern Schiessle2014-12-021-22/+0
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-6/+10
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-7/+0
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-0/+8
* we also encrypt/decrypt files in the versions folder for previews and if encr...Bjoern Schiessle2014-10-061-0/+38
* improved unit testsBjoern Schiessle2014-07-041-4/+8
* 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-3/+3
* Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+20
* added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-011-50/+0
* Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-211-1/+1
* only remove encryption keys if a real file gets deleted, skip this method if ...Bjoern Schiessle2013-12-161-7/+62
* fix commentBjoern Schiessle2013-10-151-1/+1
* added simple test for getFileSize proxyBjoern Schiessle2013-10-151-216/+106
* rename folder to testsFlorin Peter2013-04-301-0/+220
* All in-use unit tests now passing after mergeSam Tuke2013-01-061-224/+0
* Revert "Revert "Development snapshot""Sam Tuke2012-12-111-5/+14
* Revert "Development snapshot"Sam Tuke2012-12-111-14/+5
* Development snapshotSam Tuke2012-12-051-5/+14
* Development SnapshotSam Tuke2012-12-041-1/+99
* Development snapshot:Sam Tuke2012-07-181-109/+109
* fix encryption test cases when not logged inRobin Appelman2012-06-301-2/+6
* dont change the encryption key during the test caseRobin Appelman2012-06-211-0/+5
* truncate decrypted files based on filelengthRobin Appelman2012-06-211-0/+15
* add binary test case for encryptionRobin Appelman2012-06-151-4/+36
* use absolute path for file proxiesRobin Appelman2012-06-091-0/+15
* load remote and public paths from info.xml during upgrade instead of setting ...Robin Appelman2012-05-111-0/+46