Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a form so firefox doesn't try to save the space as a password | Joas Schilling | 2016-12-19 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove leftovers from #1929 | Morris Jobke | 2016-11-30 | 2 | -51/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix mail header logo [fixes #1326] | Felix Epp | 2016-11-30 | 2 | -6/+4 |
| | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | fix some outdated naming | Jan-Christoph Borchardt | 2016-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | show installation spinner correctly, fix #2129 | Jan-Christoph Borchardt | 2016-11-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Show a little explanation above the input field | Joas Schilling | 2016-11-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Empty the password field on submission of the form | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Introduce the UI for password confirmation | Joas Schilling | 2016-11-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 4 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Inlince oc.js if possible! | Roeland Jago Douma | 2016-10-25 | 3 | -0/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1871 from nextcloud/use-csp-nonces | Morris Jobke | 2016-10-25 | 3 | -3/+3 |
|\ | | | | | Use CSP nonces | ||||
| * | Add ContentSecurityPolicyNonceManager | Lukas Reschke | 2016-10-24 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | Add support for CSP nonces | Lukas Reschke | 2016-10-24 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CSP nonces are a feature available with CSP v2. Basically instead of saying "JS resources from the same domain are ok to be served" we now say "Ressources from everywhere are allowed as long as they add a `nonce` attribute to the script tag with the right nonce. At the moment the nonce is basically just a `<?php p(base64_encode($_['requesttoken'])) ?>`, we have to decode the requesttoken since `:` is not an allowed value in the nonce. So if somebody does on their own include JS files (instead of using the `addScript` public API, they now must also include that attribute.) IE does currently not implement CSP v2, thus there is a whitelist included that delivers the new CSP v2 policy to newer browsers. Check http://caniuse.com/#feat=contentsecuritypolicy2 for the current browser support list. An alternative approach would be to just add `'unsafe-inline'` as well as `'unsafe-inline'` is ignored by CSPv2 when a nonce is set. But this would make this security feature unusable at all in IE. Not worth it at the moment IMO. Implementing this offers the following advantages: 1. **Security:** As we host resources from the same domain by design we don't have to worry about 'self' anymore being in the whitelist 2. **Performance:** We can move oc.js again to inline JS. This makes the loading way quicker as we don't have to load on every load of a new web page a blocking dynamically non-cached JavaScript file. If you want to toy with CSP see also https://csp-evaluator.withgoogle.com/ Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | show empty folder message in filepicker | Robin Appelman | 2016-10-21 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use a table for the filepicker list and add size column | Robin Appelman | 2016-10-19 | 1 | -7/+16 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #1641 from nextcloud/log-in-button | Jan-Christoph Borchardt | 2016-10-17 | 1 | -12/+17 |
|\ | | | | | bring back dedicated log in button to make log in more usable | ||||
| * | finish up layout of log in page, postpone forgot password link for later | Jan-Christoph Borchardt | 2016-10-17 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | update styles of log in | Jan-Christoph Borchardt | 2016-10-11 | 1 | -11/+19 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | 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 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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 | ||||
| * | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -2/+2 |
| | | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | | add 2fa backup codes app | Christoph Wurst | 2016-09-05 | 2 | -2/+18 |
| | | | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app | ||||
* | | 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 | ||||
| * | 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 |
| | | | | This is in an HTML file. The PHP won't be executed :see_no_evil: | ||||
* | 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 |
| | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | reduce info on update screens, introduce button to refresh | Jan-Christoph Borchardt | 2016-08-04 | 1 | -1/+3 |
| | |||||
* | switch nested containers in update to semibold style | Jan-Christoph Borchardt | 2016-08-03 | 1 | -2/+2 |
| | |||||
* | Shake the login fields if password is wrong | Morris Jobke | 2016-08-01 | 1 | -2/+2 |
| | |||||
* | Fix wrong preserveAspectRatio at app menu icons | Julius Haertl | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | Move to svg filter on app menu to support IE9+ | Julius Haertl | 2016-07-28 | 1 | -2/+8 |
| | |||||
* | Theming: Implement swapping the foreground color for bright colors | Julius Haertl | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 3 | -3/+2 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 3 | -9/+3 |
| |\ | |||||
| * | | singleuser.user.php -> nextcloud | Joachim Sokolowski | 2016-06-22 | 1 | -1/+1 |
| | | | | | | | | | Changed to nextcloud | ||||
| * | | fix setup page strengthify | Morris Jobke | 2016-06-15 | 1 | -1/+0 |
| | | | | | | | | | | | | * fixes #105 |