summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/stream.php
Commit message (Expand)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-232/+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
* Correctly namespace encryption testsJoas Schilling2014-12-091-5/+7
* 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-3/+1
* upgrade to new folder structureBjoern Schiessle2014-12-021-19/+0
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-12/+22
* Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-171-0/+7
* 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
* make sure to close the stream at the end of each testBjoern Schiessle2014-06-041-0/+6
* 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-2/+2
* Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-211-6/+6
* add test for the stream wrapper to read encrypted files from the system folde...Bjoern Schiessle2013-12-181-0/+39
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-221-8/+8
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-8/+8
| * Do not use realpath() on includes.Andreas Fischer2013-08-211-8/+8
* | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* raise failed tests from first commit to size @mediumJörn Friedrich Dreyer2013-06-101-0/+3
* added users for testsFlorin Peter2013-05-261-60/+54
* improved testFlorin Peter2013-05-261-65/+69
* improved testsFlorin Peter2013-05-221-225/+181
* fixed some testsFlorin Peter2013-05-011-1/+1
* revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is ...Florin Peter2013-05-011-1/+1
* fixed tests after merge against masterFlorin Peter2013-04-301-1/+1
* rename folder to testsFlorin Peter2013-04-301-0/+226
* All in-use unit tests now passing after mergeSam Tuke2013-01-061-227/+0
* all unit files_encryption crypt unit tests now passing after mergeSam Tuke2012-10-171-1/+1
* Development snapshotSam Tuke2012-09-111-0/+142
* Development snapshot:Sam Tuke2012-07-181-77/+77
* truncate decrypted files based on filelengthRobin Appelman2012-06-211-8/+22
* fix for encryption binary filesRobin Appelman2012-06-161-1/+16
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* move all the files stuff into a files classFrank Karlitschek2012-05-021-2/+2
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-2/+2
* make use of the fact that stream_read will always read 8192 bytes for encrypt...Robin Appelman2012-04-181-0/+56