231 Commits (2409930dfc9f082f5ac9ada989cb8264f9144338)

Author SHA1 Message Date
fatchan f001176b47 finally figure out post stats being incorrect at end of some hours 5 years ago
fatchan 3cd2fc35f0 cyclic post prune change 5 years ago
fatchan 40c6f486ab keep reply and file count consistent in cyclical threads when some early posts are pruned 5 years ago
fatchan ef78276bbd fix name regex for capcodes with space 5 years ago
fatchan ac6eeb0f94 make thumbnail size configurable 5 years ago
fatchan 93cd4c4d64 change thumbs to png and try handling dedupes when thumb format has been changed and file uploaded 5 years ago
fatchan 045716de78 add deleteold as a separate tool to delete files in dir older than a tiemstamp, and then prune older than 30 days logfiles with generating the modlog list 5 years ago
fatchan 48e761be46 add ip range bans 5 years ago
fatchan 45ed6a6bce when thread pages not needed immediately, add it as a task in the queue instead of doing it on the web server process 5 years ago
fatchan 485dc802aa improve how errors shown when making a post, use modals and fix ban seen marking 5 years ago
fatchan 32a123c6a5 file upload progress percentage and insert posts without refreshing, to reduce requests and websocket reconnects 5 years ago
fatchan 82a1842643 thread moving update markup, sets aggregate and keeps correct reply/file counts and doesnt clash with adding sticky, etc since if threads are moved they have those flags removed 5 years ago
fatchan 519296a97f dont emit for OP post, and fix stats when multiple IPs 5 years ago
fatchan 0a95ff4b16 socket.io to make posting _actually_ live instead of polling the api. way mroe efficient 5 years ago
fatchan 957cc087c8 add column in ban table to show if a ban has been viewed 5 years ago
fatchan 76e2fee22e change globalmanage pages and add a recent posts view for all boards 5 years ago
fatchan d9559c76e6 fix exploit; no longer use extended body parser mode and remove unneeded array prefix from array body fields, since we use different lib to parse body now. also upgrade express and dont allow body for modlog actions to be entered into modlog, replace with non user controlled text 5 years ago
fatchan 14cd1c34d0 more ugly changes to how stats and homepage updates work 5 years ago
fatchan 9f0d8867ca change how stats work because im stupid and they were basically capped at threadlimit*replylimit per board because of using the posts collection. as posts are pruned, they would not be counted in stats even if part of calculations 5 years ago
fatchan d5bd6a600e implementing global limits for board settings and configurable defaults for board creation 5 years ago
fatchan 392d2c8199 small typographical and minor changes 5 years ago
fatchan ddfe6241b5 deal with hash instead of spliting filename in various locations, and make use of post file delete helper 5 years ago
fatchan 143ea5a0a0 start of json api read only for boards, threads, catalog, banners 5 years ago
fatchan d8f98a67cb configurable theme per board, and default in config 5 years ago
fatchan 1d497cb2bb change dec/inc of files when making post 5 years ago
fatchan d899a31bbe no more lmx. since we have redis, use it for redlock and connect-redis for sessions instead of mongo 5 years ago
fatchan 21b4d01d92 when trigger action is set to lock board, dont do captcha rebuild pages queue 5 years ago
fatchan 887ea41aec typos 5 years ago
fatchan cfab8c4ade use queue when pages need to have captcha enabled 5 years ago
fatchan 7868e1c5d3 use a queue with workers for generating static pages in background that arent immediately needed 5 years ago
fatchan 686fe0d7b3 add board configuration for allowed file types 5 years ago
fatchan 8c09b8bd58 add db index file and destructure to reduce repetitive imports 5 years ago
fatchan 12f1df0e9c refactor, all orm controllers now separate ^-^ 5 years ago
fatchan 5d5e18816f thumbnail size calced to prevent content jumping 5 years ago
fatchan d412be3450 dice rolls ##XdY+/-Z, and adjust post styling to accommodate it references #2 5 years ago
fatchan 9bb6f78cff bugfixes for file ref counts and deleting multiple posts 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 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 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 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 6c610aabaa thats already in pruneoldthreads 5 years ago