470 Commits (db3595d7666757218b68a30c60823bd2b89d788b)
 

Author SHA1 Message Date
fatchan 627ccbc8cd early pruning for deduplicated files that no longer exist in any posts 5 years ago
fatchan e7b4a60e95 proper permissions system ready for board creation and assigning staff, and post password hashing 5 years ago
fatchan 38b8c1f7e2 constant time compare for post passwords, wont reveal if passwords exist or their length 5 years ago
fatchan f55f29fb9f filters, improved manage page and store both raw and markdown announcements for showing in editor and on the pages themselved 5 years ago
fatchan 8e7d7131af add a title 5 years ago
fatchan 5a6e7cbf94 improved captcha trigger behaviour and optional modes 5 years ago
fatchan 56dfa48160 add announcements to boards, same styling as posts and fix the strict-origin to same-origin for links 5 years ago
fatchan 5595dd7024 make sticky, sage, lock, cyclic a toggle so they can be reversed or toggled independently in batches 5 years ago
fatchan f3b40dcd75 shorten some names in css and remove unnecessary classes from ~tables 5 years ago
fatchan 73edb8d51c non-greedy markdown, and add faq+custom pags to gulpfile 5 years ago
fatchan f059917bdd vars for colors 5 years ago
fatchan 13c3f8da41 fixes #46 this happens because sanitizehtml was blocking the attirbutes set in the markdown when somebody posted 5 years ago
fatchan 981f257d45 dont need access to Posts in markdown for posting 5 years ago
fatchan e2ae113741 dont show full IP hash on ban page 5 years ago
fatchan 0a0d5512be fix for file with no name, only extension having missing extension after uploading 5 years ago
fatchan a1292bd48a fixes 38 5 years ago
fatchan 4f03bd1ac7 html5 patern for captcha text input 6 characters 5 years ago
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 69b37e2a35 preview backlink corrections for 0 links and incorrect indexOf for all 5 5 years ago
fatchan 7d7f43373e config to disable referrer check for local dev environment 5 years ago
fatchan dab1ae7574 lodash and postform changed 5 years ago
fatchan aa255e8f67 floating postform improvements 5 years ago
Tom 1d228d8806
Merge pull request #36 from fatchan/dependabot/npm_and_yarn/lodash.mergewith-4.6.2 5 years ago
Tom b5fc5a0864
Merge pull request #35 from fatchan/dependabot/npm_and_yarn/lodash-4.17.14 5 years ago
dependabot[bot] dd260bf53a
Bump lodash.mergewith from 4.6.1 to 4.6.2 5 years ago
dependabot[bot] 680299f4db
Bump lodash from 4.17.11 to 4.17.14 5 years ago
Tom d1cb5fc86a
Merge pull request #34 from fatchan/dependabot/npm_and_yarn/lodash.merge-4.6.2 5 years ago
dependabot[bot] 010d65052c
Bump lodash.merge from 4.6.1 to 4.6.2 5 years ago
fatchan 54a13dc945 ip hash and fix inaccessible ip in report/globalreport for actionhandler 5 years ago
fatchan 00c9b91dcb style changes 5 years ago
fatchan 6c610aabaa thats already in pruneoldthreads 5 years ago
fatchan 86610f66c3 post deletion for partial selections patch for delete post iont 5 years ago
fatchan 9997a8d538 make delete_file work alongside delete_post and bans 5 years ago
fatchan 45bf32bef7 correct omitted reply count 5 years ago
fatchan 4a8a54828d limit and show omitted replies on index page when backlinks link to post not shown in preview 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 6ce96d7b5c post re-markups with Promise.all 5 years ago
fatchan aeb71caae6 ealy404 added to pruneoldthreads 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 00083516ed remove ugly wipe script, just put it in the gulpfile 5 years ago
fatchan 2f829121ba dont add a property to an array thats probably a bad idea, make it an object with a set of threads and property for if any were directly selected 5 years ago
fatchan a1e102f25d re-markup posts when a post they quote is deleted 5 years ago
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