243 Commits (11284a5019182384eb14d6515eb0adf897b27d4e)

Author SHA1 Message Date
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
fatchan 3cc9c68e96 bunch of changes to help with development (no nginx) and new installs 5 years ago
fatchan 74e267cc10 more changes to make possible to run without nginx for dev purposes 5 years ago
fatchan 64d61c1117 add separate trigger threshold for TPH and PPH stats 5 years ago
fatchan 93b63c893b make time diff string separate function and use it in webring generatio nfor same format timestamp 5 years ago
fatchan 2cb5c14fe7 fix file deletion 5 years ago
fatchan d8b3a79e5d significantly faster image identify, just use the first frame from gifs with [0] 5 years ago
fatchan b66272577c add a small utility in markdown to get doamins for later so I can add alt links e.g. invidious references #2 5 years ago
fatchan 9276a4cc74 handle ipv6 in processiphelper references #2 5 years ago
fatchan ac6eeb0f94 make thumbnail size configurable 5 years ago
fatchan 7efe526a5e fix video thumbs 5 years ago
fatchan 4482889bca separate ratelimit for different things, and make changing theme do some rebuilds (with ratelimit) 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 5ab4f05ec6 allow arrays of errors and messages for modals now tthat the compileileclient mixin is fixed 5 years ago
fatchan e1ac3b6d0f dont gm noprofile all images, causes hash issues and then instead use the builtin .mv to move the file 5 years ago
fatchan 8d82cad62d add a board list with pages that also shows webring boards 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 89e8f4b977 fixes, make modal a mixin so compilefileclient works properly, and other small fixes 5 years ago
fatchan 485dc802aa improve how errors shown when making a post, use modals and fix ban seen marking 5 years ago