Commit Graph

1107 Commits

Author SHA1 Message Date
towards-a-new-leftypol a40d397923 Fix links, especially in truncated posts 2024-01-20 16:40:39 -05:00
towards-a-new-leftypol c1d12ffa92 Some css fixes for better homepage rendering on mobile
- i hope this doesn't affect the rest of the site
2024-01-08 11:46:10 -05:00
towards-a-new-leftypol 71f57fec08 Don't show stats on homepage 2023-12-13 03:04:27 +00:00
towards-a-new-leftypol a9b87f7943 Minor indent fix 2023-12-13 03:04:16 +00:00
towards-a-new-leftypol 0714422d9a retab templates/themes/categories/theme.php 2023-12-13 03:01:05 +00:00
towards-a-new-leftypol 6d71f0e535 Fix more dynamic property assignment being deprecated errors 2023-12-09 07:12:33 +00:00
towards-a-new-leftypol e92fc0ab2c Update move page twig syntax (broken page) 2023-11-03 09:34:14 -04:00
towards-a-new-leftypol d1a141fd6c fix news link 2023-09-24 23:28:46 +00:00
towards-a-new-leftypol 24923c6216 add link to edit news entries on mod dashboard 2023-09-24 19:14:33 -04:00
towards-a-new-leftypol b59d219e97 Merge branch 'spamnoticer_rb' into fix_css 2023-09-21 15:12:34 -04:00
towards-a-new-leftypol 3b9da8273c add R9K to sfw overboards config 2023-09-12 08:17:33 -04:00
towards-a-new-leftypol 3fa80c6e39 Add permissions checks for spam_noticer ui 2023-09-07 20:22:10 +00:00
towards-a-new-leftypol 37ac429d60 Add link to spamnoticer ui on mod dashboard 2023-09-06 23:03:30 +00:00
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 4162d94f15 Revert "Fix catalog page when having hats on"
This reverts commit 0bfd622131be91b7afb72ca3ad86e63f5d0d7be4.
2023-09-05 14:25:10 -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 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 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 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 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 4cfbec0504 Fix Tinyboard Twig extension date filter 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 ee803af521 commit permissions change on files from 755 to 644 2023-09-05 14:22:17 -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 1783ad98c3 fix matrix link on faq page 2023-08-30 14:07:32 -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 ee26c83cf0 Get the board back to previous state 2023-08-12 23:20:18 -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 bd73766995 Update link to matrix on faq page 2021-09-27 07:29:02 -04:00
towards-a-new-leftypol 6b27802818 Update faq page 2021-09-27 07:25:39 -04:00
towards-a-new-leftypol fa517fbed2 Change sidebar headers to match yotsuba theme 2021-09-05 14:29:36 -04:00
towards-a-new-leftypol 5737427432 theme change to yotsuba 2021-09-05 18:20:06 +00: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 50fec6e0e5
Merge pull request #299 from discomrade/fix-info-leak
Sanitize meta tags to avoid potential info leak
2021-08-21 18:56:28 -04:00
towards-a-new-leftypol 07a74923b2 undoes css change to yotsuba (frames.html) 2021-08-21 18:46:27 -04:00
Comatoast b37a52028d Changes the neccesary alterations to the front page 2021-08-21 18:46:16 -04:00