jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
906 B

update global manage settings pug template (idea: show names of perm levels)
---
callback for perms level check to delete board
call gulp tasks for images, captcha, css, html, (e.g. change captcha type, clear html) etc from within chan or build-worker probs build worker. in the globalmanagesettings model? actually DUH just make the gulp tasks exported as a map then pass a build task with task name
uhhh, need to make the defaults built into the db, i guess part of gulp reset,
AND a migration for existing sites to import from configs/main (since the options structure not changing yet)
set max, min, maxlength, etc in views/pages/globalmanagesettings
make perm levels everywhere into an enum (if they dont exist just freeze an object)
proper validation for dnsbl URL/ips
proper validation for extra mimetypes < probably kinda important
refactor every controller to the new format.. holy FUCK