summaryrefslogtreecommitdiffstats
path: root/tests/lib/tempmanager.php
Commit message (Expand)AuthorAgeFilesLines
* Unit test getting temp dir from configRobin McCorkell2015-08-301-1/+19
* Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-301-3/+14
* moved code to /lib/private/tempmanager.phproot2015-08-291-3/+2
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-3/+3
* Fix collision on temporary files + adjust permissionsLukas Reschke2015-04-231-4/+25
* Filter potential dangerous characters in path nameLukas Reschke2015-03-261-0/+13
* Make the method compatible with all types of extensionsOlivier Paroz2015-03-191-6/+6
* fix failing unit test for the temp manager - concurrently executed unit tests...Thomas Müller2014-11-251-2/+2
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-3/+6
* Windows does not support CHMOD, therefor we can not test not writable foldersJoas Schilling2014-11-101-0/+8
* Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2014-10-241-0/+143