Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -5/+6 |
| | |||||
* | use SVG for toggle image instead of PNG, fix installation and personal ↵ | Jan-Christoph Borchardt | 2015-09-03 | 1 | -1/+1 |
| | | | | settings toggle | ||||
* | only add the possibility to import ssl root certificates to the personal | Bjoern Schiessle | 2015-08-04 | 1 | -0/+2 |
| | | | | setting if the user can mount external storages | ||||
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -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 controllers | Lukas Reschke | 2015-04-20 | 1 | -1/+2 |
| | | | | Also added unit-tests and better error-handling | ||||
* | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 1 | -52/+0 |
| | |||||
* | Show label for password change in IE8 | Morris Jobke | 2015-03-27 | 1 | -0/+2 |
| | | | | * fixes #10729 | ||||
* | fix capitalization in Personal settings | Jan-Christoph Borchardt | 2015-03-23 | 1 | -3/+3 |
| | |||||
* | link back to top on Personal page, fix #14519 | Jan-Christoph Borchardt | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 1 | -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_text | Lukas Reschke | 2015-02-24 | 1 | -3/+4 |
|\ | | | | | Make the password changed msg inline to fix #10242 | ||||
| * | Make the password changed msg inline to fix #10242 | kondou | 2015-02-11 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 1 | -6/+4 |
|\ \ | | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 1 | -3/+1 |
| | | | |||||
| * | | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 1 | -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 of | Roeland Jago Douma | 2015-02-12 | 1 | -0/+8 |
|/ | |||||
* | use title instead of name | Morris Jobke | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | also show message for empty display name if change of it isn't allowed | Morris Jobke | 2015-01-19 | 1 | -2/+2 |
| | |||||
* | Show mail address & display name if it is read only | Morris Jobke | 2015-01-15 | 1 | -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-compliance | Morris Jobke | 2014-12-19 | 1 | -6/+15 |
|\ | | | | | Wave accessibility compliance | ||||
| * | more alt text and label fixes in Personal settings | Jan-Christoph Borchardt | 2014-12-18 | 1 | -6/+15 |
| | | |||||
* | | load showpassord.js conditionally in the template only if needed | Thomas Müller | 2014-12-16 | 1 | -0/+1 |
|/ | |||||
* | Add some basic sanitization | Lukas Reschke | 2014-10-17 | 1 | -2/+2 |
| | | | | Better to be safe than sorry ;) | ||||
* | implement sidebar fro personal settings - bad kung-fu | Thomas Müller | 2014-10-17 | 1 | -7/+14 |
| | |||||
* | first steps of sidebar for personal and admin settings | Jan-Christoph Borchardt | 2014-10-17 | 1 | -0/+13 |
| | |||||
* | Add unit tests and fix rootcerts creation bug | Lukas Reschke | 2014-08-31 | 1 | -3/+6 |
| | |||||
* | Cleanup routes | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -3/+38 |
| | |||||
* | move hardcoded color to CSS class - for themeability | Morris Jobke | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | color quota bar yellow for feedback if usage is over 90% | Jan-Christoph Borchardt | 2014-08-29 | 1 | -1/+2 |
| | |||||
* | Set email input field to type=email for better UX | Dan Callahan | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | personal: link straight to /promote as @tomneedham said | Jan-Christoph Borchardt | 2014-07-02 | 1 | -1/+1 |
| | |||||
* | add link to contribute and promote pages in personal settings | Jan-Christoph Borchardt | 2014-07-02 | 1 | -0/+12 |
| | |||||
* | Added app navigation for files app | Vincent Petry | 2014-05-15 | 1 | -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 user | Bjoern Schiessle | 2014-05-13 | 1 | -2/+33 |
| | | | | can restore them if needed | ||||
* | replace personalblock fieldset with section div in admin and personal settings | Jan-Christoph Borchardt | 2014-03-27 | 1 | -93/+82 |
| | |||||
* | update wording of email field | Morris Jobke | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | profile image: relabel technical 'Abort' to more widely used 'Cancel' | Jan-Christoph Borchardt | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | do not autocapitalize fields on mobile, fix user name input. Also disable ↵ | Jan-Christoph Borchardt | 2014-02-18 | 1 | -4/+10 |
| | | | | autocorrect and specify autocomplete | ||||
* | Merge pull request #6927 from owncloud/enc_dont_reload_page_on_decrypt | Morris Jobke | 2014-01-27 | 1 | -22/+20 |
|\ | | | | | remove the form, it isn't needed here | ||||
| * | remove the form, it isn't needed here | Bjoern Schiessle | 2014-01-24 | 1 | -22/+20 |
| | | |||||
* | | prevent autofill for password change settings, prevent leak of existing ↵ | Jan-Christoph Borchardt | 2014-01-24 | 1 | -2/+4 |
|/ | | | | password, fix #6552 | ||||
* | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 1 | -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/ldap2avatar | blizzz | 2013-11-26 | 1 | -0/+4 |
|\ | | | | | Set Avatar for LDAP users automatically (if a picture is available) | ||||
| * | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 1 | -0/+4 |
| | | |||||
* | | fix typo | Bjoern Schiessle | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | remove logic from template and fix syntax error | Thomas Mueller | 2013-11-24 | 1 | -1/+1 |
| | | |||||
* | | replace echo with p | Frank Karlitschek | 2013-11-24 | 1 | -1/+1 |
| | | |||||
* | | show the build number if on the daily build update channel | Frank Karlitschek | 2013-11-24 | 1 | -1/+1 |
|/ | |||||
* | change 'Display Name' to more understandable 'Full Name', fix #5612 | Jan-Christoph Borchardt | 2013-11-06 | 1 | -1/+1 |
| |