summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* Call final unlink in trash wrapper's storageVincent Petry2015-01-231-0/+2
* replace hook with storage wrapperBjoern Schiessle2015-01-191-21/+19
* Correctly namespace encryption testsJoas Schilling2014-12-091-5/+7
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-4/+4
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-2/+0
* upgrade to new folder structureBjoern Schiessle2014-12-021-22/+0
* new folder structure for keysBjoern Schiessle2014-11-261-45/+46
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-65/+66
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-8/+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-16/+73
* adjust encryption tests to the trash bin changesBjoern Schiessle2014-06-181-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-4/+4
* 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-2/+2
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-221-9/+9
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-9/+9
| * Do not use realpath() on includes.Andreas Fischer2013-08-211-9/+9
* | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-181-2/+2
|\ \
| * | fixing some unit testsBjoern Schiessle2013-07-301-2/+2
| * | adapt unit tests to the modified stream wrapperBjoern Schiessle2013-07-301-3/+3
| |/
* / Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* allow 30 sec for testDeleteFileJörn Friedrich Dreyer2013-06-101-0/+1
* add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+2
* added users for testsFlorin Peter2013-05-261-79/+112
* improved testFlorin Peter2013-05-261-98/+95
* improved trashbin test againFlorin Peter2013-05-241-0/+1
* improved trashbin testFlorin Peter2013-05-241-1/+1
* added trash bin testsFlorin Peter2013-05-221-0/+269