41 Commits (6d7d71cbb6752265bb8de799229b3e0828ce05a2)

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 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 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 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 706cbf2845 handle all post errors and delete files properly 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 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 f2757c3bdd delete all files form upload if later file files/errors 5 years ago
fatchan 77954769ff throw error properly when captcha error occurs + more random trip salt 5 years ago
fatchan 2de229337b 'BANNED FOR THIS POST' message + styling improvements 5 years ago
fatchan 139f937897 banners, captcha, image in separate folders and associated changes 5 years ago
fatchan e7dc699cbc use temp files in express-fileupload, new SVG icons, make room for captcha 5 years ago
fatchan 620d873c88 seems better - aggregate on dlete, increment on new post 5 years ago
fatchan 2adb6dfa11 closes #18 5 years ago
fatchan 1552bd42a5 aggregate for omitted post and image count 5 years ago
fatchan 65989c85fc sticky, lock, sage + changed action handling significantly to combine queries 5 years ago
fatchan 7a14464704 togglable action footers 5 years ago
fatchan 2791385a8b reference #16 this is reply and image count, and move 'open thread' button to top for mobile 5 years ago
fatchan 8e378bb160 omitted images and reply count with thread previews 5 years ago
fatchan 3d7d0f3367 styling 5 years ago
fatchan 014596c501 message page fixes, name regex fix 5 years ago
fatchan 82bc97ea3f way to delete banners 5 years ago
fatchan 92f8e993d9 banner uploads. no listing or deleting yet. gotta sleep 5 years ago
fatchan b0f09621b9 capcodes 5 years ago
fatchan 9792f123d5 put boards in a map 5 years ago
fatchan d5870187bc global and board bans/reports separated, improved action selection form 5 years ago
fatchan ff4f6c4758 stop calling that a model 5 years ago
fatchan 335b38f9cc unbanning, rename some routes and remove some unnecessary error catches 5 years ago
fatchan 8ce5aa292c quotes cross-thread fixes #11 5 years ago
fatchan db963d4607 global and board IP bans, improved error handling, improved permissions checks 5 years ago
fatchan e823cad14e scuffed bans. todo: custom duration, expiry in DB, show banned post 5 years ago
fatchan c79112a35e spoiler posts 5 years ago
fatchan 03e3b2e742 add bold, italic, spoiler 6 years ago
fatchan f109307b44 db changes #9 6 years ago
fatchan f4f5d2c34f board management section and post reports 6 years ago
fatchan b42a7eafdf rename, restructure api vs forms naming + correct delete permissions 6 years ago
fatchan c0be2c0c9f fix sage, param/body data types and projectons 6 years ago
fatchan ecaa0277e8 fix tripcode bugs 6 years ago
fatchan e90847b0a4 early video support with thumbnailing 6 years ago
fatchan 3700769204 basic markdown green/redtext and quotes 6 years ago
fatchan 86c2841d4e proper message page for redirect with messages 6 years ago
fatchan 39b6999c9e proper page responses or frontend stuff with redirects back to board. Fixes #5 6 years ago
fatchan 7bafb670bf per-thread user IDs AND preview post truncation to 16 line and 1000 chars. 6 years ago
fatchan 9afa0a65cc refactor 6 years ago