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

Feat: Session manager #1133

Merged
merged 14 commits into from
Oct 18, 2024
Merged

Feat: Session manager #1133

merged 14 commits into from
Oct 18, 2024

Commits on Sep 3, 2024

  1. store secretID in SessionUser, add myCurrentSecretID field, set noSes…

    …sion=true in roles resolver,
    realmayus committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    57d5a1c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/master' into feat-session-manager

    # Conflicts:
    #	graphql/authentication.ts
    #	graphql/user/fields.ts
    realmayus committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    681ed34 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ea1e756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4b0b5c View commit details
    Browse the repository at this point in the history
  3. allow nullable deviceIds

    realmayus committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dd3dee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d38bd8c View commit details
    Browse the repository at this point in the history
  2. fix compilation errors (webstorm's incremental TS compilation doesn't…

    … notice prisma schema changes..)
    realmayus committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e1f5c90 View commit details
    Browse the repository at this point in the history
  3. remove debug

    realmayus committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2fe4590 View commit details
    Browse the repository at this point in the history
  4. more nullable queries

    realmayus committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    93bb90e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72c9f1a View commit details
    Browse the repository at this point in the history
  6. adjust test

    realmayus committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    25e9bd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e83b157 View commit details
    Browse the repository at this point in the history
  8. remove log

    realmayus committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d0ca07a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea182db View commit details
    Browse the repository at this point in the history