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

refactor: decouple Next.js from core #2857

Merged
merged 31 commits into from
Oct 27, 2021
Merged

refactor: decouple Next.js from core #2857

merged 31 commits into from
Oct 27, 2021

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    d6522be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae04178 View commit details
    Browse the repository at this point in the history
  3. fix: signout route

    balazsorban44 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    019b1d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d2f35a View commit details
    Browse the repository at this point in the history
  5. fix: imports

    balazsorban44 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    92ac44e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a549e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d7a945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7166da3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d931ff4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bac68d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    f517629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539f3e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c45dbaa View commit details
    Browse the repository at this point in the history
  4. fix: change base to url

    balazsorban44 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    118d09f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b09a4bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3abdab5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aba573 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    8eb98cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fe245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba16de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4096ad8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1db283 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    bfaf360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ddcb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10fbb5a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    0b8b5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8844846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2fcba1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    fc5ba18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'beta'

    Conflicts:
    	src/core/lib/oauth/authorization-url.ts
    	src/core/pages/error.tsx
    	src/core/pages/signin.tsx
    	src/core/pages/signout.tsx
    	src/core/pages/verify-request.tsx
    	src/server/lib/oauth/authorization-url.js
    	src/server/pages/error.tsx
    	src/server/pages/signin.tsx
    	src/server/pages/signout.tsx
    	src/server/pages/verify-request.tsx
    balazsorban44 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    1b00587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f71bfe0 View commit details
    Browse the repository at this point in the history