Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSC4108: Mechanism to allow OIDC sign in and E2EE set up via QR code #4108

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Feb 22, 2024

  1. Placeholder

    hughns committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6e42f10 View commit details
    Browse the repository at this point in the history
  2. MSC4108

    hughns committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d90eda1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. WIP of MSC4108

    hughns committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f7bbba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    177a2db View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f54e194 View commit details
    Browse the repository at this point in the history
  2. Cheat spell checker

    hughns committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f34bec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2830e88 View commit details
    Browse the repository at this point in the history
  4. Add description of QR format

    hughns committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    24e2242 View commit details
    Browse the repository at this point in the history
  5. Lint

    hughns committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    21ae2ca View commit details
    Browse the repository at this point in the history
  6. Notes on threat model

    hughns committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    38eb661 View commit details
    Browse the repository at this point in the history
  7. Fix broken link

    hughns authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9cd724f View commit details
    Browse the repository at this point in the history
  8. Resolve some more TODOs

    hughns committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    db759ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d6fb4a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    4e425af View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    a302c39 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add error codes

    hughns committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a81491c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Formatting

    hughns committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e1f7367 View commit details
    Browse the repository at this point in the history
  2. Whitespace

    hughns committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d8c62ed View commit details
    Browse the repository at this point in the history
  3. More formatting

    hughns committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ad31acf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Tweaks to the QR code login crypto (#4129)

    - Derive separate encryption keys and nonces for the two sides of the secure channel
    - Spell out HKDF parameters in text too
    - Misc style fixes
    
    ---------
    
    Co-authored-by: Damir Jelić <poljar@termina.org.uk>
    Co-authored-by: Hugh Nimmo-Smith <hughns@element.io>
    3 people authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa37af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289a810 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    25e8fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12945c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    4f9a4a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Set max payload size to 4KB and fix content-type as text/plain (#4134)

    * Set max payload size and fix content-type as text/plain
    
    * Set max payload size to 4KB
    hughns authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fbb30ec View commit details
    Browse the repository at this point in the history
  2. Cross signing is mandatory

    The user must having cross signing set up and the private keys available on the existing device for the process to complete.
    hughns committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fe939be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76f175b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    0ca3dea View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    02f18e1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix m.login.failure reason typo

    Co-authored-by: Damir Jelić <poljar@termina.org.uk>
    hughns and poljar authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f49fd7f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Fix originator of m.login.declined

    Co-authored-by: Damir Jelić <poljar@termina.org.uk>
    hughns and poljar authored May 30, 2024
    Configuration menu
    Copy the full SHA
    73da95a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    87f8317 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Update 4108-oidc-qr-login.md

    Co-authored-by: Denis Kasak <dkasak@termina.org.uk>
    hughns and dkasak authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0b315f5 View commit details
    Browse the repository at this point in the history