| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #12941 from owncloud/wave-accessibility-compliance | Morris Jobke | 2014-12-19 | 1 | -6/+15 |
|\ |
|
| * | 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 |
* | 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 |
* | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 1 | -2/+33 |
* | 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 aut... | Jan-Christoph Borchardt | 2014-02-18 | 1 | -4/+10 |
* | 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 | Bjoern Schiessle | 2014-01-24 | 1 | -22/+20 |
* | | prevent autofill for password change settings, prevent leak of existing passw... | Jan-Christoph Borchardt | 2014-01-24 | 1 | -2/+4 |
|/ |
|
* | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 1 | -0/+2 |
* | Merge pull request #6058 from owncloud/ldap2avatar | blizzz | 2013-11-26 | 1 | -0/+4 |
|\ |
|
| * | 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 |
* | introduce link_to_docs() and migrate links | Thomas Müller | 2013-10-21 | 1 | -1/+1 |
* | show the channel. Also mark git as git channel so that someone can see where ... | Frank Karlitschek | 2013-10-13 | 1 | -1/+1 |
* | Includes <optgroup> tag | raghunayyar | 2013-10-11 | 1 | -1/+1 |
* | Puts the language divider in place. thanks @Kondou-ger ;) | raghunayyar | 2013-10-11 | 1 | -0/+1 |
* | Removes the Bogus Label | raghunayyar | 2013-10-11 | 1 | -3/+0 |
* | Uniform Styles and Indentation Fixes for Personal Block | raghunayyar | 2013-10-11 | 1 | -10/+20 |
* | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 1 | -9/+9 |
* | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -1/+1 |
* | Fix an IE8 bug with the avatarcropper. | kondou | 2013-09-05 | 1 | -1/+0 |
* | Partly fix cropper in IE8 and don't use a dialog for it | kondou | 2013-09-03 | 1 | -7/+14 |
* | Fix some of @jancborchardt's complaints in oc_avatars | kondou | 2013-09-02 | 1 | -4/+4 |
* | Provide 'enable_avatars' in config.php, to disable avatars | kondou | 2013-09-01 | 1 | -0/+2 |
* | Use defaultavatars | kondou | 2013-08-29 | 1 | -1/+1 |
* | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 1 | -1/+1 |
|\ |
|
| * | Use personal-password for the password name in personal.php | kondou | 2013-08-24 | 1 | -1/+1 |
* | | Clean up some cruft | kondou | 2013-08-26 | 1 | -3/+0 |
* | | Have a controller instead ofo avatar.php and fix some cropper-design | kondou | 2013-08-26 | 1 | -2/+2 |
* | | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 1 | -0/+1 |
* | | Remove gravatar and no-avatar functionality, prepare for default avatars even... | kondou | 2013-08-25 | 1 | -14/+5 |