Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump user controller, cleaned old legacy and added route history mode | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -77/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 |
| | | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Require password confirmation to change the Quota | Joas Schilling | 2016-11-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+3 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -1/+8 |
| | |||||
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+25 |
| | |||||
* | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 1 | -2/+2 |
| | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | 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 |