285 Commits (9ce66a303d533215e8688b5b058b8a15e8e47aaf)

Author SHA1 Message Date
fatchan 90fa066261 modlog bugfix 5 years ago
fatchan f1707bc5a7 action handler improvement. also fixed board-specific IP deleted not working for global staff 5 years ago
fatchan 59ab7171e3 redirect to manage page on transfer to non-exist account 5 years ago
Tom f0795a959f
Tags (#51) 5 years ago
Tom ab27114f71
add board tags, and limits to tags, moderators and filters (#49) 5 years ago
fatchan 5ce2b42a0e dont build homepage immediately on schedule start, and move delete captchas to separate file 5 years ago
Tom f0ca405236
Add modlogs (#48) 5 years ago
fatchan 0a64859358 pepega 5 years ago
fatchan 8c09b8bd58 add db index file and destructure to reduce repetitive imports 5 years ago
fatchan 848cc07d9f separate ratelimits from captchas 5 years ago
fatchan b10b7135dd add early404 to board settings incase somebody wants it off 5 years ago
fatchan 883020cfe9 news page, and ability to add or delete news from global manage page, by auto level 0 accounts only 5 years ago
fatchan 12f1df0e9c refactor, all orm controllers now separate ^-^ 5 years ago
fatchan e17d7e2305 improvements to removebans and deleteboards controllers, and adjustments to combine global and board manage routes 5 years ago
fatchan 5d5e18816f thumbnail size calced to prevent content jumping 5 years ago
fatchan bcf477b2d3 user and pph on homepage 5 years ago
fatchan d412be3450 dice rolls ##XdY+/-Z, and adjust post styling to accommodate it references #2 5 years ago
fatchan 4787c0c1d8 references #2 more options for reply vs thread post settings on manage pages 5 years ago
fatchan 9bb6f78cff bugfixes for file ref counts and deleting multiple posts 5 years ago
fatchan 87f59ed051 board moderators can now be assigned/removed 5 years ago
fatchan 7b398327ac file stats on homepage 5 years ago
fatchan 70b38d96e7 ability to delete own board for BO/global/admin 5 years ago
fatchan ac55522492 add board locking, and add it as a tph trigger action 5 years ago
fatchan 22e4033b82 add more options for filters, filter mode and auto ban configurable duration 5 years ago
fatchan 1e2392780c improved capcoding to show the correct role for admin/staff/owner/mod, and prefix whatever they put in the capcode for name 5 years ago
fatchan 55327d1b98 groundwork for user board creation 5 years ago
fatchan c5f0049584 changes to pruning/dedupe files 5 years ago
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 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 13c3f8da41 fixes #46 this happens because sanitizehtml was blocking the attirbutes set in the markdown when somebody posted 5 years ago
fatchan 0a0d5512be fix for file with no name, only extension having missing extension after uploading 5 years ago
fatchan 54a13dc945 ip hash and fix inaccessible ip in report/globalreport for actionhandler 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 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 de953fd8cf indent and style fixes 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 e59af4d34f add cyclic to actionhandler under same method as sage/lock since it wont change order 5 years ago