summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/trashbin.php
Commit message (Expand)AuthorAgeFilesLines
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-191-64/+66
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-161-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