Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+2 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -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 calls | Morris Jobke | 2015-12-02 | 1 | -9/+10 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -1/+2 |
| | | | | Adding more DB groups to test suits | ||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -1/+1 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -4/+15 |
| | |||||
* | Added experimental switch to count external storage data in quota | Vincent Petry | 2014-06-04 | 1 | -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 quota | Vincent Petry | 2014-03-10 | 1 | -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). |