| Commit message (Expand) | Author | Age | Files | Lines |
* | Call final unlink in trash wrapper's storage | Vincent Petry | 2015-01-23 | 1 | -0/+2 |
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -21/+19 |
* | Correctly namespace encryption tests | Joas Schilling | 2014-12-09 | 1 | -5/+7 |
* | Use self:: instead of the class name in encryption tests | Joas Schilling | 2014-12-09 | 1 | -4/+4 |
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -2/+0 |
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -22/+0 |
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -45/+46 |
* | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 1 | -65/+66 |
* | remove unnecessary require calls - the ownCloud class loader is supposed to t... | Thomas Müller | 2014-10-30 | 1 | -8/+0 |
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -0/+8 |
* | Fix share key finding algorithm in various cases | Vincent Petry | 2014-09-23 | 1 | -16/+73 |
* | adjust encryption tests to the trash bin changes | Bjoern Schiessle | 2014-06-18 | 1 | -1/+1 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -4/+4 |
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -2/+2 |
* | Replaced time() with uniqid() to make sure the file name is unique | Vincent Petry | 2014-01-21 | 1 | -2/+2 |
* | Merge pull request #4537 from owncloud/no-realpath | Thomas Müller | 2013-08-22 | 1 | -9/+9 |
|\ |
|
| * | Use __DIR__ instead of dirname(__FILE__). | Andreas Fischer | 2013-08-21 | 1 | -9/+9 |
| * | Do not use realpath() on includes. | Andreas Fischer | 2013-08-21 | 1 | -9/+9 |
* | | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 1 | -2/+2 |
|\ \ |
|
| * | | fixing some unit tests | Bjoern Schiessle | 2013-07-30 | 1 | -2/+2 |
| * | | adapt unit tests to the modified stream wrapper | Bjoern Schiessle | 2013-07-30 | 1 | -3/+3 |
| |/ |
|
* / | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
|/ |
|
* | allow 30 sec for testDeleteFile | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+1 |
* | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+2 |
* | added users for tests | Florin Peter | 2013-05-26 | 1 | -79/+112 |
* | improved test | Florin Peter | 2013-05-26 | 1 | -98/+95 |
* | improved trashbin test again | Florin Peter | 2013-05-24 | 1 | -0/+1 |
* | improved trashbin test | Florin Peter | 2013-05-24 | 1 | -1/+1 |
* | added trash bin tests | Florin Peter | 2013-05-22 | 1 | -0/+269 |