summaryrefslogtreecommitdiffstats
path: root/tests/lib/helperstorage.php
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-1/+2
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-021-9/+10
|
* Adding more DB groups to test suitsThomas Müller2015-11-301-1/+2
| | | | Adding more DB groups to test suits
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-4/+15
|
* Added experimental switch to count external storage data in quotaVincent Petry2014-06-041-21/+124
| | | | | | | This includes all mountpoints except the Shared one in the used space calculation. Added unit tests for ext storage inclusion in quota calculation
* Fixed total space display when data size exceeds quotaVincent Petry2014-03-101-0/+113
The total space display in the personal page now shows the quota value instead of used space when used space exceeds the quota (soft quota).