Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unit test getting temp dir from config | Robin McCorkell | 2015-08-30 | 1 | -1/+19 |
* | Clean up TempManager to follow code guidelines | Robin McCorkell | 2015-08-30 | 1 | -3/+14 |
* | moved code to /lib/private/tempmanager.php | root | 2015-08-29 | 1 | -3/+2 |
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -3/+3 |
* | Fix collision on temporary files + adjust permissions | Lukas Reschke | 2015-04-23 | 1 | -4/+25 |
* | Filter potential dangerous characters in path name | Lukas Reschke | 2015-03-26 | 1 | -0/+13 |
* | Make the method compatible with all types of extensions | Olivier Paroz | 2015-03-19 | 1 | -6/+6 |
* | fix failing unit test for the temp manager - concurrently executed unit tests... | Thomas Müller | 2014-11-25 | 1 | -2/+2 |
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -3/+6 |
* | Windows does not support CHMOD, therefor we can not test not writable folders | Joas Schilling | 2014-11-10 | 1 | -0/+8 |
* | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2014-10-24 | 1 | -0/+143 |