Commit Graph

2026 Commits

Author SHA1 Message Date
towards-a-new-leftypol 29b45e7a11 Add delete_token column to post_* tables
- stores the delete_token uuid for telling spamnoticer
  that the post has been deleted
- passes the token to spamnoticer
2023-09-05 14:26:46 -04:00
towards-a-new-leftypol 3ed80a4cd3 Ban&Delete page can now also post to spamnoticer 2023-09-05 14:25:10 -04:00
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 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 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 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 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 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 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 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 4d1f48a621 fix some formatting in instance-config 2023-08-30 14:15:27 -04:00
towards-a-new-leftypol ec45843c60 Remove link to pleroma from board message 2023-08-14 18:49:22 -04:00
towards-a-new-leftypol ee26c83cf0 Get the board back to previous state 2023-08-12 23:20:18 -04:00
xxComatoastxx a2867c1d63 Fixed missing colon in character class line: 2001/2048 2023-01-04 02:45:54 -08:00
towards-a-new-leftypol d50e2b692e Add WRK board 2022-07-04 17:37:13 -04:00
towards-a-new-leftypol aaa60c529a Change theme to bunker_like and fix up some of the css 2022-04-30 17:47:11 -04:00
towards-a-new-leftypol 46c0784148 Add R9K to board list in instance_config.php 2022-04-03 21:09:57 -04:00
towards-a-new-leftypol 0f27edf346 remove anime and games from board list 2022-01-23 02:56:10 -05:00
towards-a-new-leftypol 12d1f3378e remove GET/ref links from categories theme settings 2021-11-04 04:13:19 -04:00
towards-a-new-leftypol e22e79ca6b remove GET ref links 2021-09-26 02:09:50 -04:00
towards-a-new-leftypol bc5c6b21a1 fix link to /ent/ 2021-09-12 17:08:59 -04:00
towards-a-new-leftypol 8a749371d1 add boards to top bar 2021-09-10 16:52:21 -04:00
towards-a-new-leftypol 5737427432 theme change to yotsuba 2021-09-05 18:20:06 +00:00
towards-a-new-leftypol 05ca600e8e Clean up instance-config.php
- since we're minifying the javascript, the catalog theme cannot inject
catalog.js and the required jquery stuff into additional_javascript, so
just always include it (then the catalog page can just load the already
cached main.js file)
- remove redundant definitions made by ui
- remove thing-noticer specific filter (poorly written code block)
2021-08-26 17:12:17 -04:00
towards-a-new-leftypol 87c2dd99b4 Update boards list 2021-08-24 12:58:54 -04:00
towards-a-new-leftypol 726decb27c
Merge pull request #321 from towards-a-new-leftypol/select_style3
Put style chooser into the options menu
2021-08-21 18:57:43 -04:00
towards-a-new-leftypol 71aca6040b Change thumb_ext to 'png' 2021-08-21 18:47:29 -04:00
towards-a-new-leftypol d4374a95e8 change cytube link 2021-08-21 18:47:07 -04:00
discomrade 52c5565625 Fix typos in https://github.com/towards-a-new-leftypol/leftypol_lainchan/pull/336 2021-08-21 18:35:53 -04:00
discomrade e0595f3d68 Fix 387ebe9c0c , extract limit to variable 2021-08-21 18:35:27 -04:00
discomrade 6547fc76c4 Give descriptive name to report too long error 2021-08-21 18:35:18 -04:00
vholmes bb0b7007fd Prevents reports with too many characters 2021-08-21 18:35:08 -04:00
discomrade cb66e0c8c1 Reduce overreach of fbi.gov filter
The initial filter would have ruined words or links containing 'discord', including the non-English words 'discordo' and 'discordar'.
Legitimate use of the exact word 'discord', such as sowing discord, will still trigger the filter.
2021-08-21 18:26:46 -04:00
towards-a-new-leftypol c8a4a29797 Merge remote-tracking branch 'origin/filter-update-22-07-21' into config 2021-08-21 18:26:01 -04:00