168 Commits (826b62347707d03041f38f00a2b12baff088c1a1)
 

Author SHA1 Message Date
fatchan 826b623477 dont thumbnail images that are already small dimensions, and fix css for mismatched width/height thumbs 5 years ago
fatchan 38c72dd5ce improve ecosystem file and only signal PM2 _after_ listening 5 years ago
fatchan efa57023e7 board settings allow to toggle captchas and check to captchaverify 5 years ago
fatchan 67c7cf3650 check if its a child process before sending pm2 ready signal 5 years ago
fatchan 061188414c stly fixes 5 years ago
fatchan f43ed12a84 change action footer options on manage and global manage pages 5 years ago
fatchan 27afcafa47 showomitted count correctly for threads on baord pages 5 years ago
fatchan bf2c2c9fa1 fix global dismissing, and prevent spoilering already spoilered posts 5 years ago
fatchan 05977d3cd6 server graceful reload with PM2 and close on sigints 5 years ago
fatchan 205b92275a more style changes & fixes 5 years ago
fatchan 9aff8a6031 cache compiled function for templates 5 years ago
fatchan 54ff8b8c0e details/summary tags instead of hacky hidden post form check css 5 years ago
fatchan f7a5ce50dd samesite, secure and htponly for cookies 5 years ago
fatchan a5c120dfd7 show banner rotate always (need to add default banner) 5 years ago
fatchan 996c616d7e better handling of banner uploads, failure cases and add checkecbanners to exempt arrays in paramconverter 5 years ago
fatchan 39f8ed78c8 remove EXIF from images, delete temp files on upload, correct thread pruning to on new thread post, not new reply 5 years ago
fatchan cca0f4264c more guild settings, e.g. force OP file, message, subject, min message length 5 years ago
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 f800c7e205 refresh page that thread preview shown on when new sage post is made 5 years ago
fatchan fad5d04577 fix rebuilding for first page bumps and implement basic rebuilding for post actions 5 years ago
fatchan 71974130e4 catalog sorted now and tiles include sticky/lock/permasage icons 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 17b6a0a47f add helper to render pug template to html file 5 years ago
fatchan e4009bc40e add ecosystem with production env and easier to start deleter and clustered server 5 years ago
fatchan 3e67a5df55 update some pages to not use csrf token where unnecessary 5 years ago
fatchan 85cc03300f more readable delete and remove inaccurate log for amount deleted 5 years ago
fatchan 3ffa8ef51a helper to have csrf checked selectively on routes 5 years ago
fatchan 881bdf946e new reset/wipe script and delete banners and captchas properly 5 years ago
fatchan 8da6ce3d13 globalmanage page ban listing fix and improved ban page 5 years ago
fatchan f7ba9bda75 reject invalid arrays for parsed post body 5 years ago
fatchan 860044fba8 Add 'detected' markdown 5 years ago
fatchan 24206860a2 move actionhandler since its for 2 routes to seperate file and reduces imports in form controller fixes #25 5 years ago
fatchan c2bdcbe9dd dont allow cross-board quotes so current board and properly handle quote errors 5 years ago
fatchan ecba75c975 dont show subject in force anon thread post form 5 years ago
fatchan 706cbf2845 handle all post errors and delete files properly 5 years ago
fatchan b51056002e allow cross board quotes to _just_ the board without a post id 5 years ago
fatchan 402c7c61a0 add route and start validation for board settings changes 5 years ago
fatchan 0e3c6ede2b improve new settings handling, more options, change manage page styling 5 years ago
fatchan 281dba8819 apply board settings limits in handlers and display on manage page, no form handling to edit them YET 5 years ago
fatchan dd3812c6e4 fix negative omitted count bug 5 years ago
fatchan d640962ba5 force anon handle subjects and sage checkbox in postform 5 years ago
fatchan 4b8fbf8e7f ability to force anon and toggle ids + changed postform order and placeholders 5 years ago
fatchan 06d4b26e65 add bold red text 'title' markdown 5 years ago
fatchan 9328efc496 show original filenames and truncate with css elipsis overflow 5 years ago
fatchan 7341affa9b no captcha on manage page and removed some unnecessary actions in action footer 5 years ago
fatchan f2757c3bdd delete all files form upload if later file files/errors 5 years ago
fatchan 10b66370c4 update gitignore 5 years ago
fatchan 363f4bd1b1 add IP delete by board or global (no by-thread) 5 years ago