102 Commits (f540d07e67882353f7e34802ee98128e83e5fddf)

Author SHA1 Message Date
fatchan 25f0fccfa0 some minor improvements 5 years ago
fatchan 198c76ea8a change password -> postpassword so browsers stop suggesting login password, add it to modal and make it random generate and save based on user input for JS users 5 years ago
fatchan 9161b0425e strict filtering option 5 years ago
fatchan 4ace3647eb staff bypass board locked 5 years ago
fatchan 2a42b1d78f fix a mimetype check from last update 5 years ago
fatchan 4032e6a214 allow custom mime types for file uploads defined in config 5 years ago
fatchan 41912d8e26 option for disabling reply subject, even when not forceanon 5 years ago
fatchan e0f5eb0493 fix names and allow spaces and hashes in more places 5 years ago
fatchan dff39674d3 apply filters to filenames, and separate each part 5 years ago
fatchan a7a31c8c9e fix math for thumbnail sizes out of aspect ratio 5 years ago
fatchan 8e7489ca31 global filter case insensitive 5 years ago
fatchan 8f7afcf1f6 make file duration strings handle over 24h and cleanup some file info addings in makepost 5 years ago
fatchan f86473a0af fix some weird posting situations and scripts for errors when thread with no live 5 years ago
fatchan 8659aa5baf make bans show properly for js users because browsers are dumb 5 years ago
fatchan 2c81037cb3 various minor changes and improve forms script for future use 5 years ago
fatchan d6b03ef862 override thumbExtension with png for images with opacity based on imageidentify data, and since gifs are always thumbed to prevent animation make sure they are not stretched if below thumbsize 5 years ago
fatchan b1614881b5 fix max files upload showing error, show max files on postform, etc #57 #2 5 years ago
fatchan a5aaaa29a5 reference #55 working on global settings page/config editor, start with global filters and options to force change sitewide captcha 5 years ago
fatchan 9ce66a303d change config to js file so it an include comments 5 years ago
fatchan a5e7349c28 file upload form changes for clipboard/drag+drop, and make it work on the banners upload page 5 years ago
fatchan 0da1bacd4f patching up various things to do with audio support like default thumbnail, expanding, thumb extensions, live post template, catalog tiles, etc 5 years ago
fatchan 632811c636 support audio files and a few more video files 5 years ago
fatchan b0099b8dfe case sensitive improvements 5 years ago
fatchan dcd05afd08 allow to show role/capcode without typing role name, and update FAQ to reflect the change 5 years ago
fatchan 6654aac041 make all that v a little cleaner 5 years ago
fatchan 23c9079c03 use highlight.js for syntax highlighting in code blocks of posts 5 years ago
fatchan 8d092b8f1d improve post markdown to use chunks so that code blocks can be processed separately and not be broken by other styles, also opens the door to using a custom code parser later on that includes syntax highlighting 5 years ago
fatchan 503900594a add relative time into mstime and rename it to timeutils and improve it. use relative times for board list 5 years ago
fatchan 48af8e8b90 bugfixes 5 years ago
fatchan 64d61c1117 add separate trigger threshold for TPH and PPH stats 5 years ago
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