summaryrefslogtreecommitdiffstats
path: root/settings/ajax/setquota.php
Commit message (Collapse)AuthorAgeFilesLines
* Bump user controller, cleaned old legacy and added route history modeJohn Molakvoæ (skjnldsv)2018-05-161-77/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-1/+1
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Require password confirmation to change the QuotaJoas Schilling2016-11-181-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-3/+3
|
* Update author informationLukas Reschke2016-03-011-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 instanceArthur Schiwon2016-02-091-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-1/+8
|
* Remove OC_AppconfigThomas Müller2015-07-031-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-3/+25
|
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+25
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-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 usageMorris Jobke2014-12-081-1/+1
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* Use !== and === in settings.kondou2013-07-211-3/+3
|
* allow to set quota to zero, issue #2696Björn Schießle2013-05-071-5/+1
|
* Style cleanup settingsBart Visscher2013-02-211-1/+3
|
* CP failLukas Reschke2013-01-141-1/+1
|
* Check if user is admin - boolLukas Reschke2013-01-141-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: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Make the settings ajax calls use the routerBart Visscher2012-10-021-3/+0
|
* Update settings/ajax/setquota.phpThomas Müller2012-09-041-9/+9
| | | respect coding style
* fix copy&paste fail and deny subadmins to set the default qoutaGeorg Ehrke2012-07-191-2/+2
|
* fix setqouta for subadminsGeorg Ehrke2012-07-191-1/+7
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-1/+0
|
* CSRF check in the settingsLukas Reschke2012-07-071-0/+1
|
* improve log browsingRobin Appelman2012-02-261-0/+5
|
* add configure option for default quotaRobin Appelman2012-02-241-2/+9
|
* new config widget for user quotaRobin Appelman2012-02-241-4/+5
|
* add a default user quotaRobin Appelman2012-02-241-2/+8
|
* save quota in human readable format (42 MB), should prevent some of the ↵Robin Appelman2011-12-141-1/+4
| | | | overflow related problems
* after editing a user quota, set the value of the quota field to how the ↵Robin Appelman2011-12-111-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 responsesBart Visscher2011-09-251-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 quotaRobin Appelman2011-08-151-0/+22