137 Commits (51eaa31b41bc7359e411537f9f6dc7f9b3ee7850)

Author SHA1 Message Date
fatchan 51eaa31b41 sort bans and appeals in a better order, with option to deny appeal OR unban 5 years ago
fatchan bf03e01281 fix regex for board pages allowing malformed page name 5 years ago
fatchan de8f60a47a fix regex to prevent malformed board page names matching 5 years ago
fatchan b99e7e9eab make board deleting not broken 5 years ago
fatchan 89d1c7aa16 dont build webring redundantly and set flag when new post or change setting on unlisted board, or new board created or existing listed board deleted 5 years ago
fatchan ac0cb93b06 remove themes from footer, prep for settings UI, add code theme to board settings 5 years ago
fatchan 06a627333d add an index file to page modls for ess verbose import 5 years ago
fatchan 6e4b2a9906 dont increase ratelimit unless no errors 5 years ago
fatchan 08e93bdd2a fix user counting for new ip object and convert auth level and accounts list to array and number correctly in edit accounts model 5 years ago
fatchan 8d82cad62d add a board list with pages that also shows webring boards 5 years ago
fatchan bf7796368c action controller for forms typo and fix darken colors for some themes to fix ugly post info background 5 years ago
fatchan 5ae41a6703 prevent source and destionation thread/posts from matching in post move actions 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
fatchan fabab059de early post moving, next up refactor to move re-markup for styling logic and backlinks out from deletepost into general case to use when moving posts that have quotes in them 5 years ago
fatchan 21d309309c banner and file size maxes to configs, and allow whitespace in filenames 5 years ago
fatchan 76e2fee22e change globalmanage pages and add a recent posts view for all boards 5 years ago
fatchan 391bf96837 move some more small model/controlers to separate files, and reorganise the routers 5 years ago
fatchan 549313c49a split global management pages into separate each page 5 years ago
fatchan 830d0cc40e bans now shown in table format, better in future if public ban list needed 5 years ago
fatchan 7c0561d2ec separate manage pages for bans, reports, settings and banners 5 years ago
fatchan d5bd6a600e implementing global limits for board settings and configurable defaults for board creation 5 years ago
fatchan e18b4419d0 decrement files on post failure only when posts actually exist 5 years ago
fatchan d8f98a67cb configurable theme per board, and default in config 5 years ago
fatchan 1d497cb2bb change dec/inc of files when making post 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 71410ca48d add ability to ban reporters e.g. for spamming reports 5 years ago
fatchan 7ca255346a additional log message to modlog events 5 years ago
fatchan 9657321e72 bugfixes 5 years ago
Tom 96597d558d
Appeals (#52) 5 years ago
Tom f0795a959f
Tags (#51) 5 years ago
Tom ab27114f71
add board tags, and limits to tags, moderators and filters (#49) 5 years ago
fatchan a7cf529a89 typo 5 years ago
Tom f0ca405236
Add modlogs (#48) 5 years ago
fatchan 5863428990 create board fixed 5 years ago
fatchan 04c784bc40 changes to actionchecker perms levels for file uinlinks, and reverse check for board exist in form 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