summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-5/+6
|
* use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-1/+1
| | | | settings toggle
* only add the possibility to import ssl root certificates to the personalBjoern Schiessle2015-08-041-0/+2
| | | | setting if the user can mount external storages
* [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-1/+1
| | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-1/+2
| | | | Also added unit-tests and better error-handling
* Removing left overs from old encryption appThomas Müller2015-04-071-52/+0
|
* Show label for password change in IE8Morris Jobke2015-03-271-0/+2
| | | | * fixes #10729
* fix capitalization in Personal settingsJan-Christoph Borchardt2015-03-231-3/+3
|
* link back to top on Personal page, fix #14519Jan-Christoph Borchardt2015-03-231-1/+1
|
* Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-111-1/+1
| | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* Merge pull request #10599 from owncloud/move_passwordchange_textLukas Reschke2015-02-241-3/+4
|\ | | | | Make the password changed msg inline to fix #10242
| * Make the password changed msg inline to fix #10242kondou2015-02-111-3/+4
| |
* | Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-161-6/+4
|\ \ | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS
| * | Deduplicate template code and do not translate the linksJoas Schilling2015-02-091-3/+1
| | |
| * | Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-041-4/+4
| |/ | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* / Added overview of groups a user is a member ofRoeland Jago Douma2015-02-121-0/+8
|/
* use title instead of nameMorris Jobke2015-01-211-1/+1
|
* also show message for empty display name if change of it isn't allowedMorris Jobke2015-01-191-2/+2
|
* Show mail address & display name if it is read onlyMorris Jobke2015-01-151-0/+14
| | | | | | | * gives the user the chance to verify it's mail address and display name * ref #12823 * fixes #13393
* Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-6/+15
|\ | | | | Wave accessibility compliance
| * more alt text and label fixes in Personal settingsJan-Christoph Borchardt2014-12-181-6/+15
| |
* | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-0/+1
|/
* Add some basic sanitizationLukas Reschke2014-10-171-2/+2
| | | | Better to be safe than sorry ;)
* implement sidebar fro personal settings - bad kung-fuThomas Müller2014-10-171-7/+14
|
* first steps of sidebar for personal and admin settingsJan-Christoph Borchardt2014-10-171-0/+13
|
* Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-311-3/+6
|
* Cleanup routesRobin Appelman2014-08-311-1/+1
|
* Move certificate management interface from files_external to coreRobin Appelman2014-08-311-3/+38
|
* move hardcoded color to CSS class - for themeabilityMorris Jobke2014-08-291-2/+2
|
* color quota bar yellow for feedback if usage is over 90%Jan-Christoph Borchardt2014-08-291-1/+2
|
* Set email input field to type=email for better UXDan Callahan2014-08-261-1/+1
|
* personal: link straight to /promote as @tomneedham saidJan-Christoph Borchardt2014-07-021-1/+1
|
* add link to contribute and promote pages in personal settingsJan-Christoph Borchardt2014-07-021-0/+12
|
* Added app navigation for files appVincent Petry2014-05-151-6/+0
| | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
* backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-2/+33
| | | | can restore them if needed
* replace personalblock fieldset with section div in admin and personal settingsJan-Christoph Borchardt2014-03-271-93/+82
|
* update wording of email fieldMorris Jobke2014-03-041-1/+1
|
* profile image: relabel technical 'Abort' to more widely used 'Cancel'Jan-Christoph Borchardt2014-02-281-1/+1
|
* do not autocapitalize fields on mobile, fix user name input. Also disable ↵Jan-Christoph Borchardt2014-02-181-4/+10
| | | | autocorrect and specify autocomplete
* Merge pull request #6927 from owncloud/enc_dont_reload_page_on_decryptMorris Jobke2014-01-271-22/+20
|\ | | | | remove the form, it isn't needed here
| * remove the form, it isn't needed hereBjoern Schiessle2014-01-241-22/+20
| |
* | prevent autofill for password change settings, prevent leak of existing ↵Jan-Christoph Borchardt2014-01-241-2/+4
|/ | | | password, fix #6552
* Indicate password strength using strengthifyMorris Jobke2014-01-151-0/+2
| | | | | | | | | | | * 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
* Merge pull request #6058 from owncloud/ldap2avatarblizzz2013-11-261-0/+4
|\ | | | | Set Avatar for LDAP users automatically (if a picture is available)
| * Enable user backends to provide avatar imagesArthur Schiwon2013-11-221-0/+4
| |
* | fix typoBjoern Schiessle2013-11-251-1/+1
| |
* | remove logic from template and fix syntax errorThomas Mueller2013-11-241-1/+1
| |
* | replace echo with pFrank Karlitschek2013-11-241-1/+1
| |
* | show the build number if on the daily build update channelFrank Karlitschek2013-11-241-1/+1
|/
* change 'Display Name' to more understandable 'Full Name', fix #5612Jan-Christoph Borchardt2013-11-061-1/+1
|