273 Commits (fcec878053c0e9073b8299acd0861e4c99cc6f3e)
 

Author SHA1 Message Date
fatchan fcec878053 optimisation for backlink deleting, use an with updadtemany instead of updateOne to reduce bulkwrite amount instead of one for everyt single quote (duhhh) 5 years ago
fatchan 1932e597ad page number bug when 0 posts, page is always above maxpages of 0 5 years ago
fatchan 722d58be50 same origin referrer policy to protect user privacy, if supported by browser. same origin to prevent issues with same site links and posting referrer checks 5 years ago
fatchan e59af4d34f add cyclic to actionhandler under same method as sage/lock since it wont change order 5 years ago
fatchan 2bf9e5dad9 change message for cycle/lock/sage/sticky actions 5 years ago
fatchan 13ed2b2b91 improve actionhandler. not correctly handles case of page numbers decreasing on a delete action, removing further pages html correctly 5 years ago
fatchan 9c99b9026c add the 5 minute difference back and clean 5 years ago
fatchan 4bf56fdc3b cyclical threads, fix trying empty bulkwrite in deleteposts, fix missing thumbs in catalog tiles 5 years ago
fatchan dc3005a3db NOW I REMEMBER why i didnt do that before: make backlinks delete properly based on quotes from database. 5 years ago
fatchan cb2fe7c3b5 fix cyclical issue by not taking the model into the posts db, and correct params for deletepost 5 years ago
fatchan 0b817b9c68 unify post deletion including removing old html, and add backlinks in the databse. will allow for more easily re-marking up posts in future and unlinking dead quotes from deleted posts or in cyclical threads 5 years ago
fatchan 37ab2f526b destructure crypto instead of requiring whole module and promisifying parts 5 years ago
fatchan 72edd5eff2 ecosystem log format changes, default wipe changes and style fix 5 years ago
fatchan 77085efd87 strict samesite instead of lax 5 years ago
fatchan 7718a37af0 schedules handle errors correctly and log when rebuild homepage 5 years ago
fatchan 4b87a14dfe page count on ctalog tiles and titles for hover tooltops 5 years ago
fatchan 65486ebfbc underline and strikethrough added to post styling 5 years ago
fatchan 9d61902568 homepage total post and pph 5 years ago
fatchan 5dcb209054 catalog cleanup, email field link color, update wiper 5 years ago
fatchan f82ad5a91e descriptio nfor board trimmed in paramconverter 5 years ago
fatchan 4df62dcb09 refactor msTimes and use for ban times, scheduler and dates for posts/day 5 years ago
fatchan 3abbe9b2c7 add distortion to captcha instead of wave using imagemagick and update dependency for gm fork 5 years ago
fatchan d1292ec60f catalog tile remove no subject text 5 years ago
fatchan 4c2176b1df title tag in head adjusted to use new board description from settings, plus homepage word changes 5 years ago
fatchan 7c57fca366 organise the helpers some 5 years ago
fatchan 6c610f8e9b remove unnecessary negative margin here and improve catalog appearance 5 years ago
fatchan 5da9e123c0 add some homepage info, and remove inaccurate renderstart from foot 5 years ago
fatchan e54e30c586 board name and description can be changed in manage page 5 years ago
fatchan 5172ffc251 who decided that was a good way to do tripcodes 5 years ago
fatchan 9d83260d22 added custom ban duration for bans, no duration is perma references #2 5 years ago
fatchan 1009051949 actually still needed the x values tweaked, but there we go 5 years ago
fatchan e075b26228 improved captchas fix #1 5 years ago
fatchan 6ea3f29d17 bans _are_ building actions since the ban message is set on a post, and reduce unnecessary catalog rebuilds on spoilering or bans of non-OP post 5 years ago
fatchan b13d64a7cb random banner _actually_ from the selected board, that was pretty dumb 5 years ago
fatchan 6e59f1ee85 changed nav links, bolding and bracketed for mobile clicking 5 years ago
fatchan ebf0b603f5 public banner page for board and rebuilds when board banners updated in manage page 5 years ago
fatchan 6ae05b58ed action handler improvements, dont rebuild on reports, and onyl continue if some valid actions were selected e.g. not trying to sticky an already-sticky post. 5 years ago
fatchan ab7086dd59 padded anchors were too big and didnt look good for threads 5 years ago
fatchan 1ead7e26c3 anchors dont hit top of page 5 years ago
fatchan 65db7a1495 cleaned up and improved gulpfile. now optiosn for clean, css, images or default 5 years ago
fatchan bf88672766 delete html when toggling captcha so postform gets updated. currently build on load 5 years ago
fatchan 968f0b3af1 style changes 5 years ago
fatchan 6a51b69420 link regex reject more invalid characters, revert to old spoilers andimprove spoiler appearance 5 years ago
fatchan ede2593118 move top/bottom to sticky nav include with fixed position 5 years ago
fatchan c2eb8e8244 smooth scroll css makes clicking quotes and nav buttons much nicer. 5 years ago
fatchan f5d859c71e redirect to correct page on login or manage 5 years ago
fatchan d200c0792e add title property to sticky/sage/lock icons (for hover), separate extension in post file handler, update some deps 5 years ago
fatchan 0a0c715df4 fix builds for boards with more than 10 pages -- not a hardcoded maximum anymore + html removing, prune threads and rebuilding when number of max pages changes 5 years ago
fatchan 504090655c return the empty array instead of a new one 5 years ago
fatchan a794790a00 show form options for mods when disabled since already checked server side 5 years ago