Commit Graph
8 Commits
Author SHA1 Message Date
Riyyi 9a99c31d47 Controller: Add CSRF token validation to development toggle 2021-08-30 01:02:50 +02:00
Riyyi d50443b10a Controllers+Views+JS+Route: Implement cache purging 2021-08-30 00:45:57 +02:00
Riyyi b244b625ab Controllers: Implement new HTTP class in development toggle 2021-08-30 00:42:36 +02:00
Riyyi 077e4c434c Everywhere: Add config and cache page
Add config database table and enable crud page.
Also add cache controller, model and view and routes for these pages.

Make the JavaScript display a message when changing the state of
development mode.
2021-08-27 16:15:03 +02:00
Riyyi 253a3fe2f6 Admin+Config: Add toggle that disables Cloudflare cache
It's now possible to disable the Cloudflare cache during development,
so the hacky workaround with the random number in the CSS/JS URLs is no
longer needed.

Development mode is automatically disabled by Cloudflare after 4 hours.
2021-08-25 18:24:33 +02:00
Riyyi b1072b360e Add robots.txt 2021-06-21 16:39:51 +02:00
Riyyi aed4f15e22 Add CRUD create/update form validation 2021-05-10 18:06:20 +02:00
Riyyi a8056b66cc Initial commit
Couldnt keep the history unfortunately.
2021-03-03 17:55:48 +01:00