Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: discourse/discourse-login-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: discourse/discourse-login-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 16 files changed
  • 5 contributors

Commits on Mar 26, 2025

  1. Merge pull request #1 from discourse/v1

    WIP: first take
    pmusaraj authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    5cc3574 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Update readme (#3)

    pmusaraj authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    0ea7e87 View commit details
    Browse the repository at this point in the history
  2. Bump rack from 3.0.11 to 3.0.14 (#2)

    Bumps [rack](https://github.com/rack/rack) from 3.0.11 to 3.0.14.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rack/rack/commits/v3.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    76b1e8d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

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

Commits on Apr 8, 2025

  1. FEATURE: retrieve user avatar (#6)

    - also add specs
    - remove unused `name` info
    ZogStriP authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    c209952 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. FIX: Use "nickname" instead of "username" in oauth payload (#7)

    - This also includes a few small cosmetic fixes for labels.
    - Remove setting as well
    pmusaraj authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    cb401e5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. DEV: Fix specs (#8)

    pmusaraj authored May 2, 2025
    Configuration menu
    Copy the full SHA
    d586780 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Bump rack from 3.0.14 to 3.0.16 (#9)

    Bumps [rack](https://github.com/rack/rack) from 3.0.14 to 3.0.16.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v3.0.14...v3.0.16)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-version: 3.0.16
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    5ec82f7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. UX: add the user's intent as a query parameter (#10)

    - Extract the `DiscourseLoginClientStrategy` into its own file
    - Remove default methods from the `DiscourseLoginClientAuthenticator`
    ZogStriP authored May 20, 2025
    Configuration menu
    Copy the full SHA
    8455a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd93e5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. FEATURE: new "revoke" endpoint (#12)

    That will allow the provider to revoke all the auth tokens, aka logs out the user, whenever they revoke a community from the provider's side
    
    Internal ref - t/153564
    ZogStriP authored May 23, 2025
    Configuration menu
    Copy the full SHA
    87abbb9 View commit details
    Browse the repository at this point in the history
  2. DEV: rename site setting (#13)

    From `discourse_login_debug_auth` to `discourse_login_client_verbose_logging`
    ZogStriP authored May 23, 2025
    Configuration menu
    Copy the full SHA
    733344c View commit details
    Browse the repository at this point in the history
Loading