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

Keeps the dashboard sessions from expiring. #9263

Merged
merged 2 commits into from
Oct 1, 2018

Commits on Sep 26, 2018

  1. Keeps the dashboard sessions from expiring.

    Route dashboard ajax calls through Laravel.
    Boots minimal cookies and sessions.
    Does not fix other pages for now, real fix is to fully port.
    murrant committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    7d103b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Check Laravel auth for the legacy calls.

    Display Laravel errors in the dashboard.
    legacy auth checks are mostly extraneous now.
    murrant committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    b2f4c96 View commit details
    Browse the repository at this point in the history