Vervis/src
fr33domlover a1d0b8402e Disable CSRF token check for HTTP git pull
Git pull uses a POST request, which is treated as a write request and the CSRF
token is checked. However, no modification to the server is made by git pulls,
as far as I know (actually I'm not sure why it uses a POST). The entire
response is handled by the git command, and the client side is usually the git
command running in the terminal, there's no session and no cookies (as far as I
know). So I'm just disabling CSRF token checking for this route.
2018-07-01 15:04:33 +00:00
..
Control/Applicative Minimal pagination for git and darcs change log 2016-05-13 08:49:19 +00:00
Darcs/Local Move DarcsRev and code we're sharing with it into a separate library 2018-03-20 23:45:09 +00:00
Data Generate commit diff data for git repos 2018-05-19 16:10:03 +00:00
Database Upgrade to GHC 8 and LTS 10.10 2018-05-16 00:02:54 +00:00
Diagrams Allow loading the SVG font from deployment data path 2018-05-26 10:27:05 +00:00
Formatting Finish route change, it builds now 2016-05-23 20:46:54 +00:00
Language/Haskell/TH/Quote Complete DB migration list, allowing to upgrade 2016-08-04 running instance 2018-03-27 14:28:56 +00:00
Network/SSH Remove old Git related code /again/... I have ghost files here 2016-04-11 22:37:47 +00:00
Text Treat email address as EmailAddress instead of Text including in the mailer 2018-03-06 02:26:27 +00:00
Vervis Disable CSRF token check for HTTP git pull 2018-07-01 15:04:33 +00:00
Web/PathPieces Start big route change, doesn't build yet 2016-05-23 12:24:14 +00:00
Yesod Upgrade to GHC 8 and LTS 10.10 2018-05-16 00:02:54 +00:00
GitPackProto.hs Parse the git-uploac-pack SSH command properly 2016-04-19 09:42:02 +00:00