| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 1 | -12/+22 |
* | Skip some more tests on Windows which just can not work at all | Joas Schilling | 2014-11-17 | 1 | -0/+7 |
* | remove unnecessary require calls - the ownCloud class loader is supposed to t... | Thomas Müller | 2014-10-30 | 1 | -7/+0 |
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -0/+8 |
* | make sure to close the stream at the end of each test | Bjoern Schiessle | 2014-06-04 | 1 | -0/+6 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
* | 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 | -6/+6 |
* | add test for the stream wrapper to read encrypted files from the system folde... | Bjoern Schiessle | 2013-12-18 | 1 | -0/+39 |
* | Merge pull request #4537 from owncloud/no-realpath | Thomas Müller | 2013-08-22 | 1 | -8/+8 |
|\ |
|
| * | Use __DIR__ instead of dirname(__FILE__). | Andreas Fischer | 2013-08-21 | 1 | -8/+8 |
| * | Do not use realpath() on includes. | Andreas Fischer | 2013-08-21 | 1 | -8/+8 |
* | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
|/ |
|
* | raise failed tests from first commit to size @medium | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
* | added users for tests | Florin Peter | 2013-05-26 | 1 | -60/+54 |
* | improved test | Florin Peter | 2013-05-26 | 1 | -65/+69 |
* | improved tests | Florin Peter | 2013-05-22 | 1 | -225/+181 |
* | fixed some tests | Florin Peter | 2013-05-01 | 1 | -1/+1 |
* | revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is ... | Florin Peter | 2013-05-01 | 1 | -1/+1 |
* | fixed tests after merge against master | Florin Peter | 2013-04-30 | 1 | -1/+1 |
* | rename folder to tests | Florin Peter | 2013-04-30 | 1 | -0/+226 |
* | All in-use unit tests now passing after merge | Sam Tuke | 2013-01-06 | 1 | -227/+0 |
* | all unit files_encryption crypt unit tests now passing after merge | Sam Tuke | 2012-10-17 | 1 | -1/+1 |
* | Development snapshot | Sam Tuke | 2012-09-11 | 1 | -0/+142 |
* | Development snapshot: | Sam Tuke | 2012-07-18 | 1 | -77/+77 |
* | truncate decrypted files based on filelength | Robin Appelman | 2012-06-21 | 1 | -8/+22 |
* | fix for encryption binary files | Robin Appelman | 2012-06-16 | 1 | -1/+16 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
* | make use of the fact that stream_read will always read 8192 bytes for encrypt... | Robin Appelman | 2012-04-18 | 1 | -0/+56 |