- From: Emil Lundberg <noreply@github.com>
- Date: Wed, 15 May 2019 13:11:54 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/jafisher-featuredetection Home: https://github.com/w3c/webauthn Commit: 5338dde6fade40ba89a759e10a7f0549c6d4263d https://github.com/w3c/webauthn/commit/5338dde6fade40ba89a759e10a7f0549c6d4263d Author: Emil Lundberg <emil@yubico.com> Date: 2019-03-21 (Thu, 21 Mar 2019) Changed paths: M index.bs Log Message: ----------- Revert "Revert change to new TR link" This reverts commit b8940315474bd52901df94a61532e5783128d977. Commit: 6f8a921f381806c5dbc709b3d553e5d2849b27dc https://github.com/w3c/webauthn/commit/6f8a921f381806c5dbc709b3d553e5d2849b27dc Author: Adam Langley <agl@imperialviolet.org> Date: 2019-04-26 (Fri, 26 Apr 2019) Changed paths: M index.bs Log Message: ----------- Add considerations for string truncation. Fixes #973. Commit: 2af6b4fa4544ab247bd4bf495945b1f9db8937fc https://github.com/w3c/webauthn/commit/2af6b4fa4544ab247bd4bf495945b1f9db8937fc Author: Adam Langley <agl@imperialviolet.org> Date: 2019-04-30 (Tue, 30 Apr 2019) Changed paths: M index.bs Log Message: ----------- Response to Emil's comments Commit: d25dcb453b3d9981f06ec9a7f0fbf8565da87b09 https://github.com/w3c/webauthn/commit/d25dcb453b3d9981f06ec9a7f0fbf8565da87b09 Author: Adam Langley <agl@imperialviolet.org> Date: 2019-05-02 (Thu, 02 May 2019) Changed paths: M index.bs Log Message: ----------- Addressing some of aphillips's comments Commit: 12763df35f0139dbde6ccdb99e812a3c7671db60 https://github.com/w3c/webauthn/commit/12763df35f0139dbde6ccdb99e812a3c7671db60 Author: Adam Langley <agl@imperialviolet.org> Date: 2019-05-09 (Thu, 09 May 2019) Changed paths: M index.bs Log Message: ----------- Addressing Jeff's comments Commit: 81c0dfd4200ca094c0fdf78e7c2d52353a3dccdf https://github.com/w3c/webauthn/commit/81c0dfd4200ca094c0fdf78e7c2d52353a3dccdf Author: Emil Lundberg <emil@yubico.com> Date: 2019-05-10 (Fri, 10 May 2019) Changed paths: M index.bs Log Message: ----------- Polish client device definition as suggested by @equalsJeffH See issue #1216: https://github.com/w3c/webauthn/issues/1216 See review comment: https://github.com/w3c/webauthn/pull/1209#discussion_r282260388 Commit: f041335347cc79b84b3d7da69fa91a3c7e7695ec https://github.com/w3c/webauthn/commit/f041335347cc79b84b3d7da69fa91a3c7e7695ec Author: Adam Langley <agl@imperialviolet.org> Date: 2019-05-10 (Fri, 10 May 2019) Changed paths: M index.bs Log Message: ----------- Remove explicit, and superfluous, prohibition on unpaired surrogates in UTF-8 data Commit: 6fb9fd340c761f758bc24fed3ef4827484be9a4c https://github.com/w3c/webauthn/commit/6fb9fd340c761f758bc24fed3ef4827484be9a4c Author: Emil Lundberg <emil@yubico.com> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M index.bs Log Message: ----------- Merge pull request #1217 from w3c/issue-1216-polish-client-device Polish client device definition as suggested by @equalsJeffH Commit: 5326083231c6d1a151d6e90e2e985475eabd898d https://github.com/w3c/webauthn/commit/5326083231c6d1a151d6e90e2e985475eabd898d Author: =JeffH <jdhodges@google.com> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M index.bs Log Message: ----------- fix #1166: clarify extension input/output data type names (#1210) Commit: 2a7528a216f74bd9380f9497e2216522e93b8987 https://github.com/w3c/webauthn/commit/2a7528a216f74bd9380f9497e2216522e93b8987 Author: Emil Lundberg <emil@yubico.com> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M index.bs Log Message: ----------- Use consistent section id prefixes (#1212) * Use section prefix sctn- consistently * Use section ID prefix dictionary- for dictionary <dfn> sections * Use section ID prefix enum- for enum <dfn> sections Commit: a6910a166fd9bee94d80218ab7e7c7786e53811c https://github.com/w3c/webauthn/commit/a6910a166fd9bee94d80218ab7e7c7786e53811c Author: =JeffH <jdhodges@google.com> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M index.bs Log Message: ----------- feature policy integration (#1214) this improves #911 -- we'll look in to adding indication of framedness in WD-02 * feature-policy initial inclusion * add 'allowed to use' to create/get algs * grovel around fixing cross-ref linkage breakages * polish linkages * remove 'allowed to use', it belongs in credman * polish Feature Policy integration * oops, promises must return errors, not throw them * add Note to isUVPAA() wrt rejecting if not 'allowed to use' Commit: c9b1d4efd0be1e9d8da0388948d386eab9da673d https://github.com/w3c/webauthn/commit/c9b1d4efd0be1e9d8da0388948d386eab9da673d Author: Adam Langley <agl@google.com> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M index.bs Log Message: ----------- Merge pull request #1205 from agl/stringtruncation Add considerations for string truncation. Commit: db94f4a72567ede161a26482c8ba3292e737b70d https://github.com/w3c/webauthn/commit/db94f4a72567ede161a26482c8ba3292e737b70d Author: Emil Lundberg <emil@yubico.com> Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M index.bs Log Message: ----------- Merge pull request #1187 from w3c/link-fixes-tr-level2 Revert "Revert change to new TR link" Compare: https://github.com/w3c/webauthn/compare/ef80a25d0dd8...db94f4a72567
Received on Wednesday, 15 May 2019 20:12:17 UTC