| Commit message (Expand) | Author | Age | Files | Lines |
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -2/+0 |
* | Rename database password toggle | Morris Jobke | 2017-02-07 | 1 | -3/+3 |
* | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 1 | -2/+0 |
|\ |
|
| * | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -2/+0 |
* | | Add clear search button | John Molakvoæ (skjnldsv) | 2017-01-25 | 1 | -0/+1 |
* | | fix scss | Christoph Wurst | 2017-01-23 | 1 | -1/+1 |
* | | Use flexbox for header and rearrange some elements | Christoph Wurst | 2017-01-23 | 1 | -54/+57 |
|/ |
|
* | Add a TwoFactorException | Cornelius Kölbel | 2017-01-11 | 1 | -1/+7 |
* | Fix #24219: Added hint for specifying a port. (#26860) | Sourav Badami | 2016-12-22 | 1 | -0/+3 |
* | Use a form so firefox doesn't try to save the space as a password | Joas Schilling | 2016-12-19 | 1 | -3/+3 |
* | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+1 |
* | Remove leftovers from #1929 | Morris Jobke | 2016-11-30 | 2 | -51/+0 |
* | Fix mail header logo [fixes #1326] | Felix Epp | 2016-11-30 | 2 | -6/+4 |
* | fix some outdated naming | Jan-Christoph Borchardt | 2016-11-24 | 1 | -1/+1 |
* | show installation spinner correctly, fix #2129 | Jan-Christoph Borchardt | 2016-11-22 | 1 | -2/+2 |
* | Show a little explanation above the input field | Joas Schilling | 2016-11-18 | 1 | -0/+1 |
* | Empty the password field on submission of the form | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
* | Introduce the UI for password confirmation | Joas Schilling | 2016-11-18 | 1 | -0/+7 |
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 4 | -4/+4 |
* | Inlince oc.js if possible! | Roeland Jago Douma | 2016-10-25 | 3 | -0/+15 |
* | Merge pull request #1871 from nextcloud/use-csp-nonces | Morris Jobke | 2016-10-25 | 3 | -3/+3 |
|\ |
|
| * | Add ContentSecurityPolicyNonceManager | Lukas Reschke | 2016-10-24 | 3 | -3/+3 |
| * | Add support for CSP nonces | Lukas Reschke | 2016-10-24 | 3 | -3/+3 |
* | | show empty folder message in filepicker | Robin Appelman | 2016-10-21 | 1 | -0/+4 |
|/ |
|
* | Use a table for the filepicker list and add size column | Robin Appelman | 2016-10-19 | 1 | -7/+16 |
* | Merge pull request #1641 from nextcloud/log-in-button | Jan-Christoph Borchardt | 2016-10-17 | 1 | -12/+17 |
|\ |
|
| * | finish up layout of log in page, postpone forgot password link for later | Jan-Christoph Borchardt | 2016-10-17 | 1 | -6/+0 |
| * | update styles of log in | Jan-Christoph Borchardt | 2016-10-11 | 1 | -11/+19 |
| * | fix log in button layout | Jan-Christoph Borchardt | 2016-10-06 | 1 | -2/+3 |
| * | bring back dedicated log in button to make log in more usable | Jan-Christoph Borchardt | 2016-10-06 | 1 | -1/+3 |
* | | filepicker styling | Robin Appelman | 2016-10-14 | 1 | -1/+1 |
* | | Use name from theming | Joas Schilling | 2016-10-07 | 1 | -1/+1 |
* | | Set proper web title for apple | Roeland Jago Douma | 2016-10-06 | 1 | -1/+1 |
|/ |
|
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -7/+1 |
* | Merge pull request #1158 from nextcloud/cache_avatars | Lukas Reschke | 2016-09-05 | 1 | -2/+2 |
|\ |
|
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -2/+2 |
* | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 2 | -2/+18 |
* | | Add attribute “tabindex” to login form (fixes #1110) | coderkun | 2016-08-31 | 1 | -5/+5 |
|/ |
|
* | Merge pull request #1093 from nextcloud/mail-fontstack | Raghu Nayyar | 2016-08-28 | 1 | -1/+1 |
|\ |
|
| * | use proper font stack for email | Jan-Christoph Borchardt | 2016-08-26 | 1 | -1/+1 |
* | | list 2FA providers as buttons | Christoph Wurst | 2016-08-27 | 2 | -4/+4 |
* | | use centered h2 for 2FA page headers | Christoph Wurst | 2016-08-27 | 2 | -22/+22 |
* | | fix 2fa challenge page wording | Christoph Wurst | 2016-08-27 | 2 | -3/+2 |
* | | reorder 2fa challenge HTML | Christoph Wurst | 2016-08-27 | 1 | -7/+7 |
|/ |
|
* | Remove uninterpreted PHP | Lukas Reschke | 2016-08-19 | 1 | -1/+1 |
* | Add cachebuster to right navigation | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
* | Add cache buster to left menu bar | Lukas Reschke | 2016-08-18 | 1 | -2/+2 |
* | Empty tags are not allowed for image and feColorMatrix in IE11 and below | Morris Jobke | 2016-08-17 | 1 | -4/+4 |
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -1/+1 |
* | reduce info on update screens, introduce button to refresh | Jan-Christoph Borchardt | 2016-08-04 | 1 | -1/+3 |