162 Commits (4e22ee61ceaebd320f112f384a76c28de9fe23d8)

Author SHA1 Message Date
fatchan f0f811bd25 quote improvement for when board doesnt exist, dont search for a post 5 years ago
fatchan d5a5a8d8c6 cross quotes work on their own, and optional last slash in crossquote regex 5 years ago
fatchan 0f3dbfa931 post layout, postform and ban page improvements 5 years ago
fatchan 88e86c5349 automatic captcha enabled at configurable PPH 5 years ago
fatchan c8093fce8b captcha ratelimiting 5 years ago
fatchan c18f25861e improve trimming bad inputs and fix code block markdown to be non-greedy and respect first line leading whitespace 5 years ago
fatchan de953fd8cf indent and style fixes 5 years ago
fatchan 0373ba610c basic antispam. currently for posting only references #2 5 years ago
fatchan a1e102f25d re-markup posts when a post they quote is deleted 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 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 7718a37af0 schedules handle errors correctly and log when rebuild homepage 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 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 7c57fca366 organise the helpers some 5 years ago
fatchan 5da9e123c0 add some homepage info, and remove inaccurate renderstart from foot 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 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 6a51b69420 link regex reject more invalid characters, revert to old spoilers andimprove spoiler appearance 5 years ago
fatchan f5d859c71e redirect to correct page on login or manage 5 years ago
fatchan bca87c06ed render opengraph correctly for video, spoilers and no-thumb images, and show render time in ms at bottom of page. 5 years ago
fatchan 2c6ee4d9ee add required fields in html forms and add * to labels according to board settings for required OP subject, message or file. 5 years ago
fatchan 1992adbb8f add options for spoilers, deleting and unlinking with post password and update footer/postform to match 5 years ago
fatchan 0c2f4ae7ec blur spoilers instead of black box 5 years ago
fatchan b3431baadf improved configuration options -- settings for opengraph url/sitename and render template cache 5 years ago
fatchan f9ec124d61 dont use object tag unnecessarily, deleted file display properly in catalog and other minor style changes 5 years ago
fatchan cfb53d3cc1 trim inputs and improve imput handling for inputs to prevent all whitespace 5 years ago
fatchan c7d02a5a2b temp files _actually_ deleted for uploads, still need a little refactor. also remove hyphen from filenames 5 years ago
fatchan 66d168863f do that for body instead and remove old 'p' for page query not used anymore 5 years ago
fatchan 70618c950e refactor param converter for number inputs 5 years ago
fatchan 491d0de81e make sure thumbnails for videos never exceed 128px in either dimension, while also maintaining aspect radio 5 years ago
fatchan f8a88d7a23 prevent dup[licate backlinks and add (OP) label to op quotes 5 years ago
fatchan f23e4cd20e temp file delete helper, add unlink_file to actionchecker, backlinks in build -- might remove backlinking but works fine for now 5 years ago
fatchan a50797cb1a identify based on temp file 5 years ago
fatchan 8b327111e1 shorten line 5 years ago
fatchan d178c28540 allow .mov and fix video resolution -- filter streams to only video 5 years ago
fatchan c54c9e7892 multi board rebuilds and rebuilds work for global actions untested 5 years ago
fatchan 476cf5c2a9 always thumbnail animated images to prevent large filesize by small dimension gifs not being thumbnailed 5 years ago
fatchan 6d7d71cbb6 fix captcha enabled enforcing 5 years ago
fatchan efa57023e7 board settings allow to toggle captchas and check to captchaverify 5 years ago