Commit Graph

5077 Commits

Author SHA1 Message Date
towards-a-new-leftypol a0fc3956fe Sends POST request to spamnoticer /add_post_to_known_spam 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 824fd148c9 spamnoticer: include marking body as spam when parsing 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol a56f585740 spamnoticer WIP: parse new values being posted to mod_ban_page 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol b634edd6e2 Fix catalog page when having hats on 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 724e8f674b Fix checkbox for marking post body as spam (ban page) 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 208a57e009 irrelevant style change to party hats 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 2c558908b6 SpamNoticer: add illegal checkbox to files 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol a45f3f34a3 SpamNoticer: render out post on ban page with extra checkboxes to allow flagging different parts of it for spamnoticer 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 0dce0f1d8a retab fileinfo.html 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 652ae7639e minor edit to message on ban page 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 16286aa62b In ban form, display the post so we can select which parts of it to mark as spam (for spamnoticer) 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 0f16b9bf93 Add css for party hats (commented out) 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 9ff07a9369 retab on tools/rebuild.php 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol c43a0c1a96 Fix rebuild.php script to run to completion 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 84b8597dde Fix issue in displaying mod pages (demote/promote and ban+delete), need to test others 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 391d4bd70b Twig3: fix trans tag in view_ip.html 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol f5d61cc459 formatting: retab files 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 4156c2465c Fixed mod page function call, minor template fixes 2023-09-05 14:25:10 -04:00
towards-a-new-leftypol 0aa7417c09 formatting: retab functions 2023-09-05 14:25:06 -04:00
towards-a-new-leftypol 1c677e62ed Small fixes to fix rebuilding
- use JSMin from composer (needed an upgrade to work anyway)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 70847aeff3 formatting: retab some files 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 151c64110d Fix homepage building
- fix sql query that returned rows without files, the only
reason the size summation function worked was because php regexes used
to allow a null argument. Now returns less rows and only those with
files (original sql was semantically wrong)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol e7de262d71 Twig3: templates - change filter tag to apply tag 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 3d48ccf7e2 More fixes after upgrading to php8 broke everything
- call openBoard inside of catalog build. I have no idea
how it could have been defined before because it depends on a global
variable $board which seems to be only globally defined by openBoard in
functions.php, but that's called later. the fix is to just call
openBoard, that's what tinyboard does.

(somehow the code expected the uri to already be set)
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol d79a8ea78f Twig 3: Use verbatim instead of raw tag in templates
- also ensure we don't pass a null in one of the functions in
  functions.php
2023-09-05 14:24:06 -04:00
towards-a-new-leftypol a0450e49fe retab config-editor.html 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 8e6d472388 Twig3: Fix config-editor.html for loops 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 6b129556ef Autoformat Tinyboard.php 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 4cfbec0504 Fix Tinyboard Twig extension date filter 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 823115ef9d autoformat error.php 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 613fde283b PHP8: error.php working better... 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 1228b2f99d PHP 8: Get login page to work (using twig 3) 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 4082c94bf3 super minor spacing fix 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol c3d2ea8f67 PHP 8: Fix loading Twig 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 1116c8ecd0 autoformat template.php 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 5afef217e6 PHP 8: Use twig from composer 2023-09-05 14:24:06 -04:00
towards-a-new-leftypol 81631c662b commit working-tree junk like boards to .gitignore 2023-09-05 14:24:03 -04:00
towards-a-new-leftypol 5ed5c6edc8 Use lifo/ip library from composer
- this library needed an update anyway as the first step in making
this work on php8
2023-09-05 14:22:17 -04:00
towards-a-new-leftypol ee803af521 commit permissions change on files from 755 to 644 2023-09-05 14:22:17 -04:00
towards-a-new-leftypol 5478cf5738 POST out to spamnoticer 2023-09-05 14:22:12 -04:00
towards-a-new-leftypol bfe0e0eae6 Add guzzle to composer file
- also delete weird unit test that doesn't seem to reference any existing function
2023-09-05 14:21:38 -04:00
towards-a-new-leftypol 495a2d7af0 set flood values to negatives so they for sure are ignored 2023-09-05 14:21:33 -04:00
towards-a-new-leftypol 534c5ca9d8 remove boards we don't actually have 2023-09-05 14:20:43 -04:00
towards-a-new-leftypol a67e85a55f Not enough boards on local dev to have alt overboards 2023-09-05 14:19:35 -04:00
towards-a-new-leftypol 0c3c969d22 Revert "Add new banner (thx TRUE CHRISTIAN)"
This reverts commit 7d833d978e.
2023-08-30 14:15:52 -04:00
towards-a-new-leftypol 4d1f48a621 fix some formatting in instance-config 2023-08-30 14:15:27 -04:00
towards-a-new-leftypol 1783ad98c3 fix matrix link on faq page 2023-08-30 14:07:32 -04:00
towards-a-new-leftypol 7d833d978e Add new banner (thx TRUE CHRISTIAN) 2023-08-27 21:50:12 -04:00
towards-a-new-leftypol d478752573 Fix annoying autofill behaviour for Safari
- Submitted by @johnsmy on github (PR 366)
- I redid his change without the whitespace changes
2023-08-20 16:24:29 -04:00
towards-a-new-leftypol ec45843c60 Remove link to pleroma from board message 2023-08-14 18:49:22 -04:00