summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* add 'namespace' for automatically created navigation divs, fixes #12080Arthur Schiwon2014-11-121-1/+1
|
* bower strengthifyMorris Jobke2014-11-061-2/+2
|
* bower jcropMorris Jobke2014-11-061-2/+2
|
* drop unused library chosenMorris Jobke2014-11-051-2/+0
|
* implement sidebar fro personal settings - bad kung-fuThomas Müller2014-10-171-3/+32
|
* Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-311-0/+2
|\ | | | | Make external shares work with imported self signed certificates
| * Move certificate management interface from files_external to coreRobin Appelman2014-08-311-0/+2
| |
* | Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|/
* fix old Japanese language code redirectionVolkan Gezer2014-08-091-1/+1
| | | | | | ja_JP has not been updated since March and the reference to this language should be removed. It also exists as *ja* on Transifex
* Added to personal settings page.scolebrook2014-08-051-2/+2
|
* Add Turkish to common languagesVolkan Gezer2014-06-051-1/+1
|
* 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
| |