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

MSC2140: Terms of Service for ISes and IMs #2140

Merged
merged 62 commits into from
Aug 26, 2019
Merged

MSC2140: Terms of Service for ISes and IMs #2140

merged 62 commits into from
Aug 26, 2019

Commits on Jun 20, 2019

  1. Proposal for IS & IM TOS API

    dbkr committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    23af87e View commit details
    Browse the repository at this point in the history
  2. you have a number now

    dbkr committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    32c7fc6 View commit details
    Browse the repository at this point in the history
  3. One more tradeoff

    dbkr committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    cf48030 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Typo

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    276e2b6 View commit details
    Browse the repository at this point in the history
  2. Specify ID grammar and add comma

    dbkr committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    d4ca0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ca3ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Linkify

    Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    dbkr and richvdh committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a63e442 View commit details
    Browse the repository at this point in the history
  2. perfix

    dbkr committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4ba9b2a View commit details
    Browse the repository at this point in the history
  3. m.third_party_terms -> m.accepted_terms

    as it will have the HS's terms too
    dbkr committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    2555801 View commit details
    Browse the repository at this point in the history
  4. s/Third Party/Accepted/

    dbkr committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    8ae4755 View commit details
    Browse the repository at this point in the history
  5. HS docs must be added too

    also, unbind must not error when called by HSes and proxy terms token
    dbkr committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    abb4071 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. line wrap

    dbkr committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2c09580 View commit details
    Browse the repository at this point in the history
  2. Re-write for OpenID auth

    dbkr committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    6f374dc View commit details
    Browse the repository at this point in the history
  3. GET terms must be unauthed.

    Detail process for new auth (don't register until consent given).
    
    Specifically mention the authentication header.
    dbkr committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0dae2d5 View commit details
    Browse the repository at this point in the history
  4. Use M_CONSENT_NOT_GIVEN

    No idea where I got the other one from: we already have one in the
    spec, so use it.
    dbkr committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9e0d8b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Typing hard is

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5709427 View commit details
    Browse the repository at this point in the history
  2. Clarify this applies to 2134

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    af691b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d75828 View commit details
    Browse the repository at this point in the history
  4. Clarify we must be accepting HS auth

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ba7047c View commit details
    Browse the repository at this point in the history
  5. Capitalise on our identifiers

    dbkr committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4edf826 View commit details
    Browse the repository at this point in the history
  6. Clarify v1 API deprecation

    dbkr committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    6273868 View commit details
    Browse the repository at this point in the history
  7. backwards compat

    dbkr committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    58cf083 View commit details
    Browse the repository at this point in the history
  8. Add really horrible custom HTTP header

    for giving the IS token to the HS
    dbkr committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    2694bb1 View commit details
    Browse the repository at this point in the history
  9. No custom HTTP headers

    Use the obvious way: in the same place as the ID server address
    dbkr committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    21b9eaf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    b5326de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a6a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f95197b View commit details
    Browse the repository at this point in the history
  4. Typing

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    4be283c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. line wrap

    dbkr committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    83bb386 View commit details
    Browse the repository at this point in the history
  2. back to M_TERMS_NOT_SIGNED

    dbkr committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    45d6309 View commit details
    Browse the repository at this point in the history
  3. rewrite UI auth tradeoffs

    dbkr committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    786d5bc View commit details
    Browse the repository at this point in the history
  4. Spec terms response

    dbkr committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    fe14d3c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Typo

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    8af35be View commit details
    Browse the repository at this point in the history
  2. Typo

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2d11217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5374030 View commit details
    Browse the repository at this point in the history
  4. both registers are excluded from auth

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f02e4c2 View commit details
    Browse the repository at this point in the history
  5. exclude submittoken too

    dbkr committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    d00dfb7 View commit details
    Browse the repository at this point in the history
  6. re-word double openid

    dbkr committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    03e6ab0 View commit details
    Browse the repository at this point in the history
  7. Typo

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7f65364 View commit details
    Browse the repository at this point in the history
  8. s/deprecate/remove/

    dbkr committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    ac6b9bd View commit details
    Browse the repository at this point in the history
  9. remove acceptance token mention

    dbkr committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    79dbad2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10858bf View commit details
    Browse the repository at this point in the history
  11. slash

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4c72c37 View commit details
    Browse the repository at this point in the history
  12. slash

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e28f7aa View commit details
    Browse the repository at this point in the history
  13. fullstop

    Co-Authored-By: Travis Ralston <travpc@gmail.com>
    dbkr and turt2live committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    d15c9df View commit details
    Browse the repository at this point in the history
  14. http status code

    dbkr committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1a66934 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

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

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    bf8a1e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    701d340 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. typo

    dbkr committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9bb6ad8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. typo

    Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
    dbkr and jryans committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    f474b31 View commit details
    Browse the repository at this point in the history
  2. unnecessary capital

    Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
    dbkr and jryans committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    6e061b1 View commit details
    Browse the repository at this point in the history
  3. unnecessary capital mk. 2

    Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
    dbkr and jryans committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    25a47af View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Hopefully clarify some bits

    dbkr committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    a1de6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9269b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Apply suggestions from code review

    Typos / spelling
    
    Co-Authored-By: Hubert Chathi <hubert@uhoreg.ca>
    dbkr and uhoreg committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    e4bdc28 View commit details
    Browse the repository at this point in the history
  2. /account/logout not /logout

    Co-Authored-By: Hubert Chathi <hubert@uhoreg.ca>
    dbkr and uhoreg committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    12377fb View commit details
    Browse the repository at this point in the history
  3. clarify error proxying

    dbkr committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    6d00673 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Typo

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    dbkr and anoadragon453 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    4073d94 View commit details
    Browse the repository at this point in the history
  2. Typo

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    dbkr and anoadragon453 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    6931541 View commit details
    Browse the repository at this point in the history
  3. Add full stop

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    dbkr and anoadragon453 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8bd9d7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ea8f64 View commit details
    Browse the repository at this point in the history