Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
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: devlooped/SponsorLinkCore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.3
Choose a base ref
...
head repository: devlooped/SponsorLinkCore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.4
Choose a head ref
  • 13 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 9, 2023

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

Commits on Apr 17, 2023

  1. Add email persistence after app registration/refresh

    At this point, we got user's confirmation we can access their email.
    kzu committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ef69b08 View commit details
    Browse the repository at this point in the history
  2. Add ability to refresh all users' profiles

    This is useful when we add more behavior for installed/approved accounts.
    kzu committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e0c540f View commit details
    Browse the repository at this point in the history
  3. Remove improper/unused code

    kzu committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6241287 View commit details
    Browse the repository at this point in the history
  4. ⬆️ Bump files with dotnet-file sync

    # devlooped/oss
    
    - Ignore app root folder too devlooped/oss@b87a8a7
    - When using EnableRexCodeGenerator, this should Just Work devlooped/oss@c7235d7
    - Enable VSCode/Razor compat when using resxcode generator devlooped/oss@1514d15
    kzu committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8521b81 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Simplify account email storage

    We don't really need more than just the primary email
    kzu committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    38da81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    860ca43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf5fc4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aec8f46 View commit details
    Browse the repository at this point in the history
  5. Bump PolySharp from 1.12.1 to 1.13.1

    Bumps [PolySharp](https://github.com/Sergio0694/PolySharp) from 1.12.1 to 1.13.1.
    - [Release notes](https://github.com/Sergio0694/PolySharp/releases)
    - [Commits](Sergio0694/PolySharp@1.12.1...1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: PolySharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1aa06ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a786386 View commit details
    Browse the repository at this point in the history
  7. If no session ID can be determined, don't optimize checks

    We cannot use other IDs for sessions identifiers, so we just don't optimize in that case.
    kzu committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    900437f View commit details
    Browse the repository at this point in the history
Loading