Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -3/+3 |
| | |||||
* | allow to set quota to zero, issue #2696 | Björn Schießle | 2013-05-07 | 1 | -5/+1 |
| | |||||
* | Style cleanup settings | Bart Visscher | 2013-02-21 | 1 | -1/+3 |
| | |||||
* | CP fail | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :) | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 1 | -3/+0 |
| | |||||
* | Update settings/ajax/setquota.php | Thomas Müller | 2012-09-04 | 1 | -9/+9 |
| | | | respect coding style | ||||
* | fix copy&paste fail and deny subadmins to set the default qouta | Georg Ehrke | 2012-07-19 | 1 | -2/+2 |
| | |||||
* | fix setqouta for subadmins | Georg Ehrke | 2012-07-19 | 1 | -1/+7 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -1/+0 |
| | |||||
* | CSRF check in the settings | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -0/+5 |
| | |||||
* | add configure option for default quota | Robin Appelman | 2012-02-24 | 1 | -2/+9 |
| | |||||
* | new config widget for user quota | Robin Appelman | 2012-02-24 | 1 | -4/+5 |
| | |||||
* | add a default user quota | Robin Appelman | 2012-02-24 | 1 | -2/+8 |
| | |||||
* | save quota in human readable format (42 MB), should prevent some of the ↵ | Robin Appelman | 2011-12-14 | 1 | -1/+4 |
| | | | | overflow related problems | ||||
* | after editing a user quota, set the value of the quota field to how the ↵ | Robin Appelman | 2011-12-11 | 1 | -1/+1 |
| | | | | | | server parsed the input, not the user input this way the user can see when an invalid input is given | ||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -9/+2 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | add option to set user quota | Robin Appelman | 2011-08-15 | 1 | -0/+22 |