185 Commits (1a186b865c3353f5000b2522d2f1f04bd07378ec)
 

Author SHA1 Message Date
fatchan 1a186b865c dont delete files since we hash them. keep for later 5 years ago
fatchan 8b327111e1 shorten line 5 years ago
fatchan 263a937081 properly rebuild on bans, sagdes, locks, etc 5 years ago
fatchan 68c5e520f6 fix truncate for long posts vs high line count 5 years ago
fatchan 469a40d4c3 spoiler spoilers filename (keeps title and download so hovering can reveal filename) 5 years ago
fatchan eeb9a06afa stupid firefox not copying formatting in white-space:pre css 5 years ago
fatchan d178c28540 allow .mov and fix video resolution -- filter streams to only video 5 years ago
fatchan 8712c67ae0 catalog tile style changes, remove lynxchan reference from footer 5 years ago
fatchan c54c9e7892 multi board rebuilds and rebuilds work for global actions untested 5 years ago
fatchan 6255a45037 post form expand button change 5 years ago
fatchan d6727978f0 order by postId not by _id to prevent issues with out of order inserts at high load 5 years ago
fatchan c4633546e2 default banner fix for board without banners 5 years ago
Tom 2ccafcdb06
Merge pull request #27 from fatchan/html-generate 5 years ago
fatchan 476cf5c2a9 always thumbnail animated images to prevent large filesize by small dimension gifs not being thumbnailed 5 years ago
fatchan a56b9b9fad fix building first page whenall posts/only first page posts deleted, and redirect user immediately after new post -- no need to wait for many pages to be rebuilt, improves perceived posting speed 5 years ago
fatchan 59f57da145 limit number of reports on a post 5 years ago
fatchan 6d7d71cbb6 fix captcha enabled enforcing 5 years ago
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