summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* Use !== and === in settings.kondou2013-07-211-1/+1
|
* move to non-static OC_DefaultsBjörn Schießle2013-07-041-2/+2
| | | | | | Conflicts: lib/mail.php
* Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-041-0/+2
|
* make footer and urls aware of ownCloud editionsBjörn Schießle2013-06-121-1/+1
|
* Fix #3251kondou2013-05-091-2/+3
| | | | Using ksort now, instead of prefilling the commonlanguages array.
* Sort priorized languages as defined in the arraykondou2013-05-011-3/+4
| | | | Also add russian and arabic to the common languages.
* Priorize common languages.kondou2013-04-181-3/+12
|
* sort languages based on display name not the iso codeThomas Mueller2013-02-141-9/+19
|
* make it possible to modify the links to the clientsGeorg Ehrke2013-02-061-0/+7
|
* let the user change his display name, if supported by the back-endBjörn Schießle2013-02-061-0/+2
|
* offer change password only when the action is supported by the user backendArthur Schiwon2013-02-051-0/+1
|
* moving storage calculation code to OC_Helper::getStorageInfo()Thomas Mueller2013-01-021-12/+4
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-3/+3
|
* Merge branch 'master' into routingBart Visscher2012-10-171-6/+2
|\ | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| * Remove verify user from personal.phpLukas Reschke2012-10-151-1/+0
| |
| * Change auth checksLukas Reschke2012-10-151-0/+1
| |
| * the Shared folder is no longer in the cacheRobin Appelman2012-10-131-6/+1
| |
| * don´t show negative numbers. this is only a quickfix. I still dont get why ↵Frank Karlitschek2012-10-041-0/+1
| | | | | | | | the Shared folder can be bigger than the root folder. Perhaps a inconsitency in the filecache?
* | Convert menu entries of settings pages to use routerBart Visscher2012-09-281-1/+1
|/
* adding space between) and {Thomas Mueller2012-09-071-3/+3
|
* Update settings/personal.phpThomas Müller2012-09-041-2/+2
| | | respect coding style
* Update settings/personal.phpThomas Müller2012-09-041-11/+11
| | | respect coding style
* Check if size isset, try to fix used space calculation again, fixs bug oc-1331Michael Gapczynski2012-07-261-1/+1
|
* Fix used space calculation if shared folder does not exist, fixes bug oc-1331Michael Gapczynski2012-07-261-1/+6
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-3/+1
|
* don't add the "Shared"-directory size to users quotaBjoern Schiessle2012-06-181-1/+2
|
* prevend a division by zero problemFrank Karlitschek2012-06-011-0/+1
|
* removing executable bit from various filesThomas Mueller2012-04-301-0/+0
|
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
|
* Merge branch 'master' into filesystemRobin Appelman2012-02-011-1/+3
|\
| * pre-select current language, sort available languagesThomas Schmidt2012-02-011-1/+3
| |
* | merge master into filesystemRobin Appelman2012-01-301-1/+1
|\|
| * add more language namesRobin Appelman2012-01-281-1/+1
| |
* | merge master into filesystemRobin Appelman2012-01-161-1/+9
|\|
| * read language name from the right resourceRobin Appelman2012-01-151-1/+1
| |
| * make language name translatable and fallback to language code if we dont ↵Robin Appelman2012-01-151-1/+9
| | | | | | | | have the language name
| * don´t show warnings for missing language name definitionsFrank Karlitschek2012-01-141-1/+1
| |
* | use fscache for getting used spaceRobin Appelman2011-12-141-1/+2
|/
* Removed unused javascriptMarvin Thomas Rabe2011-10-021-1/+0
|
* Changed multiple select for days of weekend to 'chosen'. Cleaned up some ↵Marvin Thomas Rabe2011-10-021-4/+7
| | | | code. Removed success message when changing timezone.
* Add email field to personal preferencesBart Visscher2011-09-261-0/+3
|
* settings/personal: calculate the relative usage with 2 decimalsFlorian Pritz2011-09-241-1/+1
| | | | | | | | Normally a browser window will be large enough that the bar is wider than 100px so we can use decimals to display the real usage more closely. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Move some common code to OC_UtilBart Visscher2011-09-181-4/+1
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-1/+6
|
* Show language names in PersonalRobin Appelman2011-08-141-3/+8
|
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-0/+40