Commit Graph

11 Commits

Author SHA1 Message Date
Jess Archer 86b4b1b656
[9.x] Vite (#5904)
* Use Vite

* Gitignore Vite build directory

* Use CSS entry points

* Update plugin

* Linting

* Update plugin
2022-06-22 13:07:47 -05:00
Jess Archer 2e3563d9aa
Switch to ESM imports (#5895)
This improves the transition for Vite users.
2022-05-27 17:36:33 -07:00
Mark van den Broek 2f8e55a9ec Rename `encrypted` to `forceTLS`. (#5159) 2019-11-25 08:10:36 -06:00
Taylor Otwell 6ff5d6c7b8 Merge branch 'master' into develop 2019-08-23 11:59:05 -05:00
Jess Archer aa74fcb38f Remove manual adding of X-CSRF-TOKEN header (#5083)
This is unnessecery code because Axios already automatically adds
a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on
same-origin requests. The `VerifyCsrfToken` middleware and Passport's
`TokenGuard` already allow using the `X-XSRF-TOKEN` header.
2019-08-21 07:47:43 -05:00
Dries Vints a5111cf70f
Merge branch 'master' into develop 2019-08-12 11:56:28 +02:00
Dries Vints d5691a2e6d
Add missing trailing semicolon 2019-08-06 14:32:07 +02:00
Taylor Otwell fc39b073f3 remove ui scaffolding 2019-06-27 19:57:39 -05:00
Dries Vints 91dc5ed286 Apply fixes from StyleCI 2019-04-22 14:06:03 +00:00
Daniel Bănciulea 4202ec978d fix running mix tasks error 2018-10-24 01:57:56 +03:00
Taylor Otwell ff38d4e1a0 flatten resources more 2018-07-31 15:03:51 -05:00