Roeland Jago Douma
|
1f715289bf
|
Removed deprecated function OC_User::deleteUser
Replaced with proper OCP calls
|
2015-12-17 16:18:40 +01:00 |
Roeland Jago Douma
|
835911bce5
|
Removed deprecated private OC_User::createUser
All function calls are replaced with the recommended (which was already
the body of the function).
|
2015-12-17 16:18:40 +01:00 |
Morris Jobke
|
d331e0d4f8
|
Replace OC_Config in tests with IConfig calls
|
2015-12-02 23:14:52 +01:00 |
Thomas Müller
|
757aa45db7
|
Adding more DB groups to test suits
Adding more DB groups to test suits
|
2015-11-30 10:55:06 +01:00 |
Morris Jobke
|
0d4f0ab871
|
reduce OC_Preferences, OC_Config and \OCP\Config usage
* files_encryption
* files_versions
* files_trashbin
* tests
* status.php
* core
* server container
|
2014-12-08 22:42:37 +01:00 |
Joas Schilling
|
6625d5c88f
|
Correctly restore previous root mount point after testing
|
2014-11-17 10:48:19 +01:00 |
Vincent Petry
|
da889ff029
|
Added experimental switch to count external storage data in quota
This includes all mountpoints except the Shared one in
the used space calculation.
Added unit tests for ext storage inclusion in quota calculation
|
2014-06-04 16:08:59 +02:00 |
Vincent Petry
|
010eef95c0
|
Fixed total space display when data size exceeds quota
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).
|
2014-03-10 17:59:14 +01:00 |