Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-16Bump user controller, cleaned old legacy and added route history modeJohn Molakvoæ (skjnldsv)
2018-03-22Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma
2018-01-17Remove IAppConfig::setValueRoeland Jago Douma
2017-11-06Change @georgehrke's emailMorris Jobke
2017-11-06Update license headersMorris Jobke
2016-11-18Require password confirmation to change the QuotaJoas Schilling
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-09Consolidate getQuota and setQuota methods in User instanceArthur Schiwon
2016-01-12Happy new year!Thomas Müller
2015-10-29Drop OC_SubAdmin and replace usagesLukas Reschke
2015-07-03Remove OC_AppconfigThomas Müller
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2015-02-13Manually type-case all AJAX filesLukas Reschke
2014-12-09reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke
2014-08-31Use public api for getting l10nRobin Appelman
2013-07-21Use !== and === in settings.kondou
2013-05-07allow to set quota to zero, issue #2696Björn Schießle
2013-02-22Style cleanup settingsBart Visscher
2013-01-14CP failLukas Reschke
2013-01-14Check if user is admin - boolLukas Reschke
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-10-02Make the settings ajax calls use the routerBart Visscher
2012-09-04Update settings/ajax/setquota.phpThomas Müller
2012-07-19fix copy&paste fail and deny subadmins to set the default qoutaGeorg Ehrke
2012-07-19fix setqouta for subadminsGeorg Ehrke
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-07-07CSRF check in the settingsLukas Reschke
2012-02-26improve log browsingRobin Appelman
2012-02-25add configure option for default quotaRobin Appelman
2012-02-25new config widget for user quotaRobin Appelman
2012-02-25add a default user quotaRobin Appelman
2011-12-14save quota in human readable format (42 MB), should prevent some of the overf...Robin Appelman
2011-12-12after editing a user quota, set the value of the quota field to how the serve...Robin Appelman
2011-09-26Use OC_JSON for json responsesBart Visscher
2011-08-15add option to set user quotaRobin Appelman