aboutsummaryrefslogtreecommitdiffstats
path: root/settings/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* 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?
* 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