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

[5.x] Decouple CSRF token from nocache script #11014

Open
wants to merge 13 commits into
base: 5.x
Choose a base branch
from

Commits on Oct 25, 2024

  1. Rename controller

    aerni committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d86db3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5645040 View commit details
    Browse the repository at this point in the history
  3. Add csrf token endpoint

    aerni committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e0dac3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69a1496 View commit details
    Browse the repository at this point in the history
  5. This code is now redundant

    The position option was only introduced in statamic#10898 to allow either Livewire or nocache to work. We can revert all this code as we’ve now got a separate CSRF route that will solve the Livewire issue.
    aerni committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f80e304 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5ce601 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    aerni committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6c5516d View commit details
    Browse the repository at this point in the history
  8. Remove obsolete config

    aerni committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    152aa89 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

    aerni committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c92861b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Make decoupled scripts opt-in

    aerni committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7632236 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix tests"

    This reverts commit 6c5516d.
    aerni committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0b0d9a2 View commit details
    Browse the repository at this point in the history
  3. Add test

    aerni committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    367e1d4 View commit details
    Browse the repository at this point in the history