aboutsummaryrefslogtreecommitdiffstats
path: root/settings/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-1/+5
| | | | can restore them if needed
* Adapt chosen (css) pathDavid Prévot2014-04-221-1/+1
| | | | | | | | | | Avoid shipping duplicate files in 3rdparty/css. 3rdparty/css/chosen/ already contains chosen.css and chosen-sprite.png so its useless to duplicate them in 3rdparty/css. Taking the same approach as in apps/calendar/appinfo/app.php and apps/files_external/settings.php.
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | handleRequest()
* Indicate password strength using strengthifyMorris Jobke2014-01-151-0/+4
| | | | | | | | | | | * uses zxcvbn * outsourced to separate jquery plugin * async loading * hide strength meter if input is empty * feedback if user enters weakest password * fade in and out * show tipsy with strength * Opera 12, IE8-10, FF 23, Chromium 29
* Enable user backends to provide avatar imagesArthur Schiwon2013-11-221-0/+1
|
* Pass view in \OC_Avatar to constructor and use $_ for enable_avatarskondou2013-09-091-0/+1
|
* Provide 'enable_avatars' in config.php, to disable avatarskondou2013-09-011-2/+4
|
* Clean upkondou2013-08-301-1/+0
|
* Use defaultavatarskondou2013-08-291-2/+0
|
* Include placeholder.jskondou2013-08-281-2/+2
|
* Use OC.Router.generate, TODO use cache, prepare for defaultavatarskondou2013-08-281-0/+2
|
* Merge branch 'master' into oc_avatarskondou2013-08-281-1/+1
|\ | | | | | | | | Conflicts: 3rdparty
| * storage information is path specificThomas Müller2013-08-271-1/+1
| |
* | Use Jcrop, have inline errormsg, work on cropping, clean up, WIPkondou2013-08-251-0/+2
| |
* | Remove gravatar and no-avatar functionality, prepare for default avatars ↵kondou2013-08-251-3/+1
| | | | | | | | even more and reword some stuff
* | Improve styling & enable avatar-upload at personal pagekondou2013-08-251-0/+3
| |
* | Add basic avatars and gravatarkondou2013-08-251-0/+1
|/
* check if some encrypted files are left after the app was disabled and warn ↵Bjoern Schiessle2013-08-121-7/+1
| | | | the user
* only show decrypt all files option if encrypted files are availableBjoern Schiessle2013-07-301-2/+1
|
* working decrypt files methodBjoern Schiessle2013-07-291-2/+3
|
* add ajax call to decrypt all filesBjörn Schießle2013-07-291-1/+1
| | | | | Conflicts: apps/files_encryption/lib/crypt.php
* user interface to allow user to decrypt all his files once the encryption ↵Björn Schießle2013-07-291-0/+10
| | | | | | | app was disabled Conflicts: settings/templates/personal.php
* 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
|