265 Commits (eb9e90ca630e1a9e1a9610d3cdcf0f00107fbcee)

Author SHA1 Message Date
fatchan 6837120a51 add some captcha options 5 years ago
fatchan 903aa62d87 make referercheck use dynamicresposne for those with them disabled rather than csrf victims, so it shows up nicely for js user 5 years ago
fatchan 1840265955 logs optional, add a config for it 5 years ago
fatchan 424c0e81e2 fix bug in server timeutils for past times 5 years ago
fatchan 66e3f29f4f same improvements to timeutils as in frontend, and remove old method of showing ban with document write 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 709e695ae7 captchas a bit wider and clean the generating a bit 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 590ca46b87 limit, page, ip select global reports or reportee 5 years ago
fatchan e5284fe734 fixes and improvements to global deletes, so that affected boards that were not in the original fetched posts get rebuilt after the deleteS 5 years ago
fatchan 4ac46b0003 make that actually work 5 years ago
fatchan 6ee7a0058c make boards cache a bit better by making colors different between minutes instead of ms 5 years ago
fatchan 5784b4925f bugfixes 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 d67d027df5 fix time units e.g. 7 days shouod be 1 eeekx 5 years ago
fatchan 514ea1bbc3 improve time utils for relative time string and color to be more fradient instead of hard transitions 5 years ago
fatchan a41bc64987 hidden boards shown for global staff on board list 5 years ago
fatchan 2b4e631756 accounts page, list owned and mod boards in accounts, show on global manage and accounts page 5 years ago
fatchan 1eea6ec842 round instead of floor to make times more accurate 5 years ago
fatchan c073622eb6 local time, change some scripts names and orders, modal, footer, and udpate deps 5 years ago
fatchan d96cfce696 make getting numfiles a middleware for forms that accept files uploads, later controllers or models can use the locals 5 years ago
fatchan b63e684422 fix some awaits in build tasks and make lock ttl configurable 5 years ago
fatchan 7fec1719b5 global recent posts filter by ip #55 might add to per-board pages 5 years ago
fatchan 9ce66a303d change config to js file so it an include comments 5 years ago
fatchan 948be77ec5 separate helper for page and query strings 5 years ago
fatchan ddedc78542 post from catalog, and small changes to gulpfile and captcha 5 years ago
fatchan f32a392d0a code theme changes to allow manually inputting language 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 632811c636 support audio files and a few more video files 5 years ago
fatchan b38446201a change how auto scroll scrolls to not change window hash, and make threshold gt not gte 5 years ago
fatchan 3a67e18695 make markdown code shorter 5 years ago
fatchan 0920fa9de4 net not imported by default, apparently node REPL is different 5 years ago
fatchan 07a51b3598 use net module in ip process handler 5 years ago
fatchan ac0cb93b06 remove themes from footer, prep for settings UI, add code theme to board settings 5 years ago
fatchan 1df453e5d3 much more progress and proper styling for hide and hide by ID with new dropdown 5 years ago
fatchan 427fe315f7 styling fixes 5 years ago
fatchan 8f81cc7d57 dont show language or relevance when < 5 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 0915d7247b major change to post markdown to use chunks so syntax highlighting can come in future 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 9bd6aa4339 do links last to prevent surrounding markdown from breaking link 5 years ago
fatchan f3a203fba9 remove useless semantics elements 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 8e664b6e23 improve schedules, refactor interval setting and ordering 5 years ago
fatchan f0aa36997e update webring, improve boardlist and make tables a little wider 5 years ago
fatchan 5dd1c9e7af captcha fixes and serve jsons with nodejs in dev mode 5 years ago