16 Commits (476cf5c2a97553e4256b8fbfa45f88aa8ad781c6)

Author SHA1 Message Date
fatchan 5158893bbc move to an immediate build strategy to prevent issues with active pages rebuilding excessively on quick successive request 5 years ago
fatchan 77a0b6ecb9 changes to handing actions better 5 years ago
fatchan a818a25e91 generate and save html to disk. actions that would cause a page to change delete the html. on the next visit, nginx will try_files, else pass to the backend which will generate the page again. CURRENTLY DOES NOT SUPPORT POST ACTIONS e.g. deletes, spoiler, sticky, etc will not cause pages to be deleted for future rebuilding. thats coming in next commits. consider this the start of actual smart building strategy to prevent templating and db hits unnecessarily. where its possible to serve a plain html page, we will do so. 5 years ago
fatchan d956a7fd53 changes to pages for boards again 5 years ago
fatchan 3e67a5df55 update some pages to not use csrf token where unnecessary 5 years ago
fatchan 8a0160a924 early captchas 5 years ago
fatchan 3d7d0f3367 styling 5 years ago
fatchan e80e9e4452 differentiate between report reason and ban reason, improve actions form, renamed some stuff 5 years ago
fatchan ff4f6c4758 stop calling that a model 5 years ago
fatchan 529bc5e91d option to preserve post in ban + show bans on manage page 5 years ago
fatchan db963d4607 global and board IP bans, improved error handling, improved permissions checks 5 years ago
fatchan 66c3b40fbd early catalog view 5 years ago
fatchan b42a7eafdf rename, restructure api vs forms naming + correct delete permissions 5 years ago
fatchan 87de6f9724 manage page and admin bypass delete permissions 5 years ago
fatchan c0be2c0c9f fix sage, param/body data types and projectons 5 years ago
fatchan e00c6d2fff Basic registration and login with model and controllers 5 years ago
fatchan a5205ac480 add pagination to boards 5 years ago
fatchan 9afa0a65cc refactor 5 years ago
fatchan 2a2f00e606 sv 5 years ago
fatchan a313426e2a good enough styling for now 5 years ago
fatchan 0a6a8b150c add board list page 5 years ago
fatchan f92adeb610 add boards with title, description, etc 5 years ago
fatchan 8c858ba018 view improvements and enforce URL format 5 years ago
fatchan e97692408e correct recent sorting, no more class for Posts and fix 404 loop 5 years ago