76 Commits (f751436ae498c8418d4c1460a3285183c85f126a)

Author SHA1 Message Date
Thomas Lynch f751436ae4 Tweak different captcha 4 years ago
Thomas Lynch 908cbc97ee Tweak different captcha 4 years ago
Thomas Lynch f1abc3c224 Start on selective spoilering references #170 filename stripping references #204 4 years ago
Thomas Lynch 79deff75d4 Capitalise placeholders in a bunch of places 4 years ago
fatchan f4ca3563d5 Sage only email without force anon reference #130 4 years ago
fatchan a35959a092 Sage only email without force anon reference #130 4 years ago
fatchan ca8284f9aa X to remove files individually, with thumbnails shown 4 years ago
fatchan 68208d3ca8 show uploaded files with thumb in scrollabel area 4 years ago
fatchan 2888cf2f4b add text to draghandle on postform 4 years ago
fatchan 6bf88f9a84 show max filesize in postform for files 4 years ago
fatchan 53144641c4 more options for limits to increase length of subject, name, email, etc 4 years ago
fatchan 529e6bfacc early modview, somewhat scuffed 4 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 4 years ago
fatchan 68bd674fe5 min and max length to boards, and make it handled properly in posting, frontend js message coutner, etc 5 years ago
fatchan 41912d8e26 option for disabling reply subject, even when not forceanon 5 years ago
fatchan 236e0ce8d5 start on draggable postform #57 5 years ago
fatchan 698d5c5047 remove underline on new post button 5 years ago
fatchan d11768e67c messagebox counter 5 years ago
fatchan f1915b0916 reltime more things, and improve styling slightly 5 years ago
fatchan f270322a5b postform change to show max files for nojs 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 e1ac3b6d0f dont gm noprofile all images, causes hash issues and then instead use the builtin .mv to move the file 5 years ago
fatchan 76e2fee22e change globalmanage pages and add a recent posts view for all boards 5 years ago
fatchan d5bd6a600e implementing global limits for board settings and configurable defaults for board creation 5 years ago
fatchan 16a4bab88f quotes clickable and concat scripts 5 years ago
fatchan 66e78c7d1f hidden postform button improvement 5 years ago
fatchan 8484d12e38 refactor captcha to separate template include, change to match theme 5 years ago
fatchan 1aec9d7b93 fix required stars for new board settings and show when forced for reply posts 5 years ago
fatchan de1cf64f92 dark theme for now, light commented out until i add custom css option for boards 5 years ago
fatchan 5a6e7cbf94 improved captcha trigger behaviour and optional modes 5 years ago
fatchan f3b40dcd75 shorten some names in css and remove unnecessary classes from ~tables 5 years ago
fatchan 4f03bd1ac7 html5 patern for captcha text input 6 characters 5 years ago
fatchan dab1ae7574 lodash and postform changed 5 years ago
fatchan aa255e8f67 floating postform improvements 5 years ago
fatchan 0f3dbfa931 post layout, postform and ban page improvements 5 years ago
fatchan 88e86c5349 automatic captcha enabled at configurable PPH 5 years ago
fatchan ebf0b603f5 public banner page for board and rebuilds when board banners updated in manage page 5 years ago
fatchan 1aa864adac dont render required fields indicator if forceOPFile: true, but maxfiles is 0 since the file form will not be visible 5 years ago
fatchan 03ef3b5bff required form field improvements, hide ugly red border and show what star means 5 years ago
fatchan 2c6ee4d9ee add required fields in html forms and add * to labels according to board settings for required OP subject, message or file. 5 years ago
fatchan 99e5b482c1 update wipe to add defaults for new setings 5 years ago
fatchan 1992adbb8f add options for spoilers, deleting and unlinking with post password and update footer/postform to match 5 years ago
fatchan 4468455b0a separate captcha page so that it can be refreshed 5 years ago
fatchan f6e8565432 style changes 5 years ago
fatchan 6b549c1539 floating postform and 'deleted.png' for deleted files nested in object for clean hash file deletion 5 years ago
fatchan 6255a45037 post form expand button change 5 years ago
fatchan efa57023e7 board settings allow to toggle captchas and check to captchaverify 5 years ago
fatchan 205b92275a more style changes & fixes 5 years ago
fatchan 54ff8b8c0e details/summary tags instead of hacky hidden post form check css 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