- From: GitHub <noreply@github.com>
- Date: Wed, 30 May 2018 11:23:17 -0700
- To: public-webauthn@w3.org
- Message-ID: <5b0eec15d710b_c1f2b05ef45bc1045464@hookshot-fe-b0febf1.cp1-iad.github.net.mail>
Branch: refs/heads/issue-613-hot-plugging-finish
Home: https://github.com/w3c/webauthn
Commit: 6e4480e49b3de9ebb435bdcc30b8b22a4083f784
https://github.com/w3c/webauthn/commit/6e4480e49b3de9ebb435bdcc30b8b22a4083f784
Author: Adam Langley <agl@imperialviolet.org>
Date: 2018-05-10 (Thu, 10 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Add an “internal” AuthenticatorTransport.
The motivating example is a built-in fingerprint reader. It might be
connected via an I²C bus or the like, but the current
AuthenticatorTransport enumeration cannot express anything like that.
This change adds a catch-all for these internal transports because, from
the point of view of the client, they're all the same: there's nothing
for the user to do if they're not there so no point prompting them.
It also clarifies that the “usb” type means a removable USB device. Some
built-in hardware (esp in laptops) is connected via an internal USB bus,
but a user would not know that and would not want to be prompted like it
was a removable device in that case.
Commit: 73ec34024dfe5e50580ce1e9338184802676e67f
https://github.com/w3c/webauthn/commit/73ec34024dfe5e50580ce1e9338184802676e67f
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Fix urlPrefix of FIDO-APPID anchors to agree with FIDO-APPID in biblio
Commit: 836b12623cf30066b98455059a63c10bf9a1dd6e
https://github.com/w3c/webauthn/commit/836b12623cf30066b98455059a63c10bf9a1dd6e
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Update FIDO references to newer versions of the documents
Commit: 3c5e383f0f5642e9d5815d97480e7d1b198356fe
https://github.com/w3c/webauthn/commit/3c5e383f0f5642e9d5815d97480e7d1b198356fe
Author: Adam Langley <agl@imperialviolet.org>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #903 from agl/internal-transport
Add an “internal” AuthenticatorTransport.
Commit: a43d1792ffaa7b7b6c9c92e1d4479c35d24afe1a
https://github.com/w3c/webauthn/commit/a43d1792ffaa7b7b6c9c92e1d4479c35d24afe1a
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Update more FIDO references
Commit: 59acf19709bb64ab89b59fa37d91f8eda3bdc80d
https://github.com/w3c/webauthn/commit/59acf19709bb64ab89b59fa37d91f8eda3bdc80d
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Use consistent formatting for "true" in prose
Commit: a067ae4239c43b1467daad5288494accf13456ab
https://github.com/w3c/webauthn/commit/a067ae4239c43b1467daad5288494accf13456ab
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Use consistent formatting for "false" in prose
Commit: d368b688e3c62d9ea811f0d871bcc61fddb25769
https://github.com/w3c/webauthn/commit/d368b688e3c62d9ea811f0d871bcc61fddb25769
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Fix uses of "Boolean" in prose text
Commit: 5e08a1d71eaab8703e9ee6ddd5ca59eb3607bf8e
https://github.com/w3c/webauthn/commit/5e08a1d71eaab8703e9ee6ddd5ca59eb3607bf8e
Author: gmandyam <mandyam@quicinc.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Update index.bs
Commit: bcd08c6641e8ff3bb43b5ba8c23b0df81c602027
https://github.com/w3c/webauthn/commit/bcd08c6641e8ff3bb43b5ba8c23b0df81c602027
Author: gmandyam <mandyam@quicinc.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #924 from gmandyam/master
Modify Location Extension description
Commit: 454985fd9477b1c4241cf8f8333ef34054279f22
https://github.com/w3c/webauthn/commit/454985fd9477b1c4241cf8f8333ef34054279f22
Author: Emil Lundberg <emil@emlun.se>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #922 from w3c/issue-921-boolean-formatting
Fix formatting of Boolean values and type name
Commit: f9b5981a3ec09c2842df8f2c5e9f9431cac9dd4f
https://github.com/w3c/webauthn/commit/f9b5981a3ec09c2842df8f2c5e9f9431cac9dd4f
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into issue-898-update-fido-refs
Commit: 2c6faa8cad963a9dd2eacbb19022cdee4001a745
https://github.com/w3c/webauthn/commit/2c6faa8cad963a9dd2eacbb19022cdee4001a745
Author: Emil Lundberg <emil@emlun.se>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #913 from w3c/issue-898-update-fido-refs
Update FIDO references to newer documents
Commit: 25527753261d554425a4daac7302744e1ff6b5c6
https://github.com/w3c/webauthn/commit/25527753261d554425a4daac7302744e1ff6b5c6
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into issue-613-hot-plugging-finish
Commit: f2fae2ed1f083232561134a6afa90f851c76e528
https://github.com/w3c/webauthn/commit/f2fae2ed1f083232561134a6afa90f851c76e528
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into issue-613-hot-plugging-finish
Commit: c8f110d9765a2a9aeee2d68bcf7e1e9fd31f3ba8
https://github.com/w3c/webauthn/commit/c8f110d9765a2a9aeee2d68bcf7e1e9fd31f3ba8
Author: Emil Lundberg <emil@yubico.com>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'master' into issue-613-hot-plugging-finish
Compare: https://github.com/w3c/webauthn/compare/e5696ed6bee6...c8f110d9765a
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Received on Wednesday, 30 May 2018 18:23:43 UTC