Ryan Mitchell

Results 264 comments of Ryan Mitchell

@quadradan you can use a structured collection and an entries field for this use case. You lose magic routing but its otherwise pretty much the same.

@jhhazelaar if youre on discord hit me up on this - I've done it and can walk you through it

@jasonvarga I've updated this now the main PR has merged. It should follow the same principles.

@aerni the idea of it being a fixed string was to provide some sort of security - that someone malicious couldn’t just constantly force your site to recache.

Maybe we could make it a Boolean config and the token could be a Crypt or Sha of the url. The app key is used in the Crypt so it...

> By "stomp over" I suppose you mean the old file will just not be served anymore? Won't this result in a lot of abandoned files pretty fast? Should there...

@aerni here you go - its a boolean now. Feels simpler.

I make all my PRs opt in until Jason changes them to not be :)

@Krzemo Are those things not already a potential issue with the existing implementation? My understanding is modern filesystems will lock the file during writing, so any read operations will wait...