39 Commits (14cd1c34d0de42b9255a848000ec35b766e76a2a)

Author SHA1 Message Date
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 f2e105dddc pluralise in views and change omittefimages > omittedfiles 5 years ago
fatchan 47bcd3b8f0 math error in earl404 and minor style changes 5 years ago
fatchan 6dd5eceb73 total posts+ active total users + refactor = parallel with promise.all for some stuff 5 years ago
fatchan b10b7135dd add early404 to board settings incase somebody wants it off 5 years ago
fatchan 70b38d96e7 ability to delete own board for BO/global/admin 5 years ago
fatchan 5a6e7cbf94 improved captcha trigger behaviour and optional modes 5 years ago
fatchan 69b37e2a35 preview backlink corrections for 0 links and incorrect indexOf for all 5 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 aeb71caae6 ealy404 added to pruneoldthreads 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 504090655c return the empty array instead of a new one 5 years ago
fatchan 1a186b865c dont delete files since we hash them. keep for later 5 years ago
fatchan d6727978f0 order by postId not by _id to prevent issues with out of order inserts at high load 5 years ago
fatchan 27afcafa47 showomitted count correctly for threads on baord pages 5 years ago
fatchan 5158893bbc move to an immediate build strategy to prevent issues with active pages rebuilding excessively on quick successive request 5 years ago
fatchan 77a0b6ecb9 changes to handing actions better 5 years ago
fatchan 71974130e4 catalog sorted now and tiles include sticky/lock/permasage icons 5 years ago
fatchan a818a25e91 generate and save html to disk. actions that would cause a page to change delete the html. on the next visit, nginx will try_files, else pass to the backend which will generate the page again. CURRENTLY DOES NOT SUPPORT POST ACTIONS e.g. deletes, spoiler, sticky, etc will not cause pages to be deleted for future rebuilding. thats coming in next commits. consider this the start of actual smart building strategy to prevent templating and db hits unnecessarily. where its possible to serve a plain html page, we will do so. 5 years ago
fatchan d956a7fd53 changes to pages for boards again 5 years ago
fatchan 281dba8819 apply board settings limits in handlers and display on manage page, no form handling to edit them YET 5 years ago
fatchan dd3812c6e4 fix negative omitted count bug 5 years ago
fatchan dd4f76fe60 max threads pruning and some of the batch deletion changes references #23 5 years ago
fatchan 9e3aabd8ea something to start prune oldest threads 5 years ago
fatchan f05a8b0e68 early cross board quote 5 years ago
fatchan 620d873c88 seems better - aggregate on dlete, increment on new post 5 years ago
fatchan 1552bd42a5 aggregate for omitted post and image count 5 years ago
fatchan 65989c85fc sticky, lock, sage + changed action handling significantly to combine queries 5 years ago
fatchan a4de693c24 changes how actions are handled, remove dupliacte checks, add a validator for actions to check if authed, global, require passwords,etc. reference #17 #18 5 years ago
fatchan 8e378bb160 omitted images and reply count with thread previews 5 years ago
fatchan c8f9814b38 delete files from posts 5 years ago
fatchan d5870187bc global and board bans/reports separated, improved action selection form 5 years ago
fatchan e80e9e4452 differentiate between report reason and ban reason, improve actions form, renamed some stuff 5 years ago
fatchan ff4f6c4758 stop calling that a model 5 years ago
fatchan 4c615bd2a2 dont show thread with single post, make sure thread post is a thread 5 years ago
fatchan db963d4607 global and board IP bans, improved error handling, improved permissions checks 5 years ago
fatchan 09a729a3c9 mods spoiler override and improved delete/spoiler/dismiss handling 5 years ago
fatchan 4ab5f786ba ip on post and reports, ability to dismiss reports. report and management improvements 5 years ago
fatchan f109307b44 db changes #9 5 years ago
fatchan f4f5d2c34f board management section and post reports 5 years ago
fatchan c0be2c0c9f fix sage, param/body data types and projectons 5 years ago
fatchan 4371d95be7 Fixes #7 5 years ago
fatchan a5205ac480 add pagination to boards 5 years ago
fatchan 39b6999c9e proper page responses or frontend stuff with redirects back to board. Fixes #5 5 years ago
fatchan 50f09d2f83 projection to remove salts from post api. Fixes #4 5 years ago