77 Commits (54c1c4ac24c2c1370f360863a7affaa053a0e932)

Author SHA1 Message Date
fatchan d5bd6a600e implementing global limits for board settings and configurable defaults for board creation 5 years ago
fatchan 2bd231a031 for routes that dont need session at all, dont use the refresh middleware e.g. public pages, banners, captcha, etc 5 years ago
fatchan 4e181ae712 refactor some middlewares to move them out of main server file 5 years ago
fatchan de61e95c64 early account management on global manage page. maybe list isnt necessary, could be changed to a simple input box to avoid getting too big, or having to make separate page/paginated 5 years ago
fatchan 9657321e72 bugfixes 5 years ago
Tom 96597d558d
Appeals (#52) 5 years ago
Tom f0795a959f
Tags (#51) 5 years ago
fatchan 5863428990 create board fixed 5 years ago
fatchan 883020cfe9 news page, and ability to add or delete news from global manage page, by auto level 0 accounts only 5 years ago
fatchan 12f1df0e9c refactor, all orm controllers now separate ^-^ 5 years ago
fatchan e17d7e2305 improvements to removebans and deleteboards controllers, and adjustments to combine global and board manage routes 5 years ago
fatchan 4787c0c1d8 references #2 more options for reply vs thread post settings on manage pages 5 years ago
fatchan 8cdd235e8f set perm level on middleware to not check it redundantly, easier to maintain 5 years ago
fatchan 87f59ed051 board moderators can now be assigned/removed 5 years ago
fatchan 70b38d96e7 ability to delete own board for BO/global/admin 5 years ago
fatchan 3e4ff79a8a ban checks more strict and different perms for board staff and global bans 5 years ago
fatchan 22e4033b82 add more options for filters, filter mode and auto ban configurable duration 5 years ago
fatchan 63af4f0f15 fixed ban check for new perm levels and add login check (not just perm level) to authed forms 5 years ago
fatchan 6684639f48 enforce alphanumeric for board URIs 5 years ago
fatchan 55327d1b98 groundwork for user board creation 5 years ago
fatchan e7b4a60e95 proper permissions system ready for board creation and assigning staff, and post password hashing 5 years ago
fatchan 5a6e7cbf94 improved captcha trigger behaviour and optional modes 5 years ago
fatchan 56dfa48160 add announcements to boards, same styling as posts and fix the strict-origin to same-origin for links 5 years ago
fatchan de953fd8cf indent and style fixes 5 years ago
fatchan 0373ba610c basic antispam. currently for posting only references #2 5 years ago
fatchan dc3005a3db NOW I REMEMBER why i didnt do that before: make backlinks delete properly based on quotes from database. 5 years ago
fatchan 7c57fca366 organise the helpers some 5 years ago
fatchan e54e30c586 board name and description can be changed in manage page 5 years ago
fatchan f5d859c71e redirect to correct page on login or manage 5 years ago
fatchan 504090655c return the empty array instead of a new one 5 years ago
fatchan 2d07621c6b allow 0 max files in settings - text boards? 5 years ago
fatchan 756a0b1ad2 correction to board settings form handler, fix error for missing anon name ield 5 years ago
fatchan e1c0fd615c correct force op subject checking for threads 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 c7d02a5a2b temp files _actually_ deleted for uploads, still need a little refactor. also remove hyphen from filenames 5 years ago
fatchan 36a3755dca file upload mmiddleware only on valid routes, 10 banners at a time upload, and show how many _new_ banners uploaded 5 years ago
fatchan f23e4cd20e temp file delete helper, add unlink_file to actionchecker, backlinks in build -- might remove backlinking but works fine for now 5 years ago
fatchan c54c9e7892 multi board rebuilds and rebuilds work for global actions untested 5 years ago
fatchan bf2c2c9fa1 fix global dismissing, and prevent spoilering already spoilered posts 5 years ago
fatchan 996c616d7e better handling of banner uploads, failure cases and add checkecbanners to exempt arrays in paramconverter 5 years ago
fatchan 39f8ed78c8 remove EXIF from images, delete temp files on upload, correct thread pruning to on new thread post, not new reply 5 years ago
fatchan cca0f4264c more guild settings, e.g. force OP file, message, subject, min message length 5 years ago
fatchan 5158893bbc move to an immediate build strategy to prevent issues with active pages rebuilding excessively on quick successive request 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
fatchan 3e67a5df55 update some pages to not use csrf token where unnecessary 5 years ago
fatchan 24206860a2 move actionhandler since its for 2 routes to seperate file and reduces imports in form controller fixes #25 5 years ago
fatchan 706cbf2845 handle all post errors and delete files properly 5 years ago
fatchan 402c7c61a0 add route and start validation for board settings changes 5 years ago
fatchan 0e3c6ede2b improve new settings handling, more options, change manage page styling 5 years ago