Commit Graph

5111 Commits

Author SHA1 Message Date
towards-a-new-leftypol e9020ed17f Improve posting error handling
- if spamnoticer was contacted, add cleanup callback to error handler if
  something goes wrong during the rest of the process (like thumbnail
  creation for example)

- add another allowed warning (string) that gm may safely report back
  and don't call error if we see it.
2024-12-22 05:21:37 +00:00
towards-a-new-leftypol 9c1bed645e bunker_like: heading and subtitle font sizes 2024-12-01 13:07:59 +00:00
towards-a-new-leftypol 05fd69026c Up the font sizes for bunker_like a little bit 2024-12-01 12:42:43 +00:00
towards-a-new-leftypol 2cd594c2ce Fix textarea size in bunker_like theme 2024-11-29 04:25:13 -05:00
towards-a-new-leftypol f6557f4f67 bunker_like: submit button color 2024-11-27 19:23:26 -05:00
towards-a-new-leftypol e781ed5712 bunker_like: submit button color 2024-11-27 19:21:43 -05:00
towards-a-new-leftypol 952c5ad050 bunker-like css fix 2024-11-27 19:17:36 -05:00
towards-a-new-leftypol 4a2e25e5f9 fix bunker-like css tweaks 2024-11-27 19:15:51 -05:00
towards-a-new-leftypol 13ffe08443 bunker_like: padding adjust 2024-11-27 19:12:58 -05:00
towards-a-new-leftypol e27f7c3621 bunker-like: form tweaks 2024-11-27 18:55:49 -05:00
towards-a-new-leftypol 8dc190f8e1 bunkerlike form css tweaks (by 1px) 2024-11-27 18:31:17 -05:00
towards-a-new-leftypol ebb9f8a3ae retab 2024-11-27 18:29:32 -05:00
towards-a-new-leftypol bd4a5088be bunker_like css form field padding tweak 2024-11-27 18:16:54 -05:00
towards-a-new-leftypol d7e882dbde bunkerlike - fix form padding 2024-11-27 18:02:46 -05:00
towards-a-new-leftypol b0d2e73400 Bunker-like theme changes
- change post body font to 'serif'
- change border radius's to 2px (down from 5px, which was silly)
2024-11-27 14:19:39 -05:00
towards-a-new-leftypol 30d9305a2b Replace flag instead of creating a new one 2024-11-27 11:51:45 -05:00
towards-a-new-leftypol 183da23550 Add flags 2024-11-27 11:40:36 -05:00
towards-a-new-leftypol f8d359118e Add music board and a link to nukechan 2024-09-17 15:40:32 -04:00
towards-a-new-leftypol 1c13ec98ba expand.js: don't add weird spacing 2024-09-17 15:40:21 -04:00
towards-a-new-leftypol ff3e3e2358 Fix log.php 2024-08-25 17:24:53 -04:00
towards-a-new-leftypol a35dc59add Make headings bolder and brighter for better readability 2024-08-25 15:08:34 -04:00
towards-a-new-leftypol b14dac6681 Fix a rebuilding when moving (targetBoard -> originBoard) 2024-08-12 16:54:39 -04:00
towards-a-new-leftypol 0654d7f0ea 8 new banners 2024-08-08 01:26:02 -04:00
towards-a-new-leftypol 968eea515b anti-bot: do not flag missing hash values as spam 2024-07-19 15:40:25 -04:00
towards-a-new-leftypol 136caf9fa2 add banners 2024-07-19 15:21:46 -04:00
towards-a-new-leftypol 8613768192 add banners 2024-07-01 12:38:34 -04:00
towards-a-new-leftypol 1c4fad6cc7 Remove redundant leftypedia link 2024-06-18 18:12:32 -04:00
towards-a-new-leftypol 0eac624e7b Update booru and wiki links 2024-06-18 18:02:30 -04:00
towards-a-new-leftypol 0a6260070a Enable anti-bot, except for the case where the hash is missing from the db (most bots don't seem to be that smart) 2024-06-15 20:30:06 -04:00
towards-a-new-leftypol 0055b3cb25 Up the anti-bot hash expiration time to 120 days 2024-06-15 20:30:06 -04:00
towards-a-new-leftypol 027d74c5dc Autoformat (vim) anti-bot.php to use spaces instead of tabs and spaces 2024-06-11 18:50:24 -04:00
towards-a-new-leftypol 54020351c5 Anti-bot: print out failure cases and construction
- enable anti-bot spam protection setting but comment out it's rejection
- will monitor the output log to check for false-positives and just see
  what it's rejecting...
2024-06-11 18:49:16 -04:00
towards-a-new-leftypol cbdb07f53c Fix a bug with i2p captcha
- if captcha_tor_only is set to true, posting over i2p requires a
  captcha but the javascript code removes it. Add a check to see if
  we're on a .i2p domain in this case.
2024-06-07 15:09:16 -04:00
towards-a-new-leftypol dadb7b2318 Add missing import to auth.php 2024-06-07 15:09:06 -04:00
towards-a-new-leftypol b4dbeb9369 Remove maintenance message 2024-05-29 23:14:15 -04:00
towards-a-new-leftypol 47637b6c2f change message 2024-05-29 22:03:01 -04:00
towards-a-new-leftypol 2ca1b2d619 Add maintenance message 2024-05-29 15:04:13 -04:00
towards-a-new-leftypol 15044a0568 Rebuild origin board themes if moving a thread and not leaving a shadow 2024-05-25 16:29:16 -04:00
towards-a-new-leftypol 922a979f39 Don't forget to rebuild the themes on origin board when moving
- if you're moving a post to a different board it would only
  rebuildThemes of the target board
2024-05-21 16:21:15 -04:00
towards-a-new-leftypol 87c4f331a7 Captcha for TOR users only 2024-05-08 17:15:48 -04:00
towards-a-new-leftypol cb1b8d51d8 Fix captcha generator securimage.php to work with php 8
- basically use intval() everywhere to avoid implicit conversion from
  float
2024-05-07 10:55:59 -04:00
towards-a-new-leftypol 37b69175a8 Add 4 new banners 2024-05-06 16:23:54 -04:00
towards-a-new-leftypol c362d0d1da Revert "Add new banner"
This reverts commit c72b660c73.
2024-05-05 18:26:38 -04:00
towards-a-new-leftypol c72b660c73 Add new banner 2024-05-05 17:53:18 -04:00
towards-a-new-leftypol 9872ec908c Add opus to supported list of extensions 2024-05-02 17:06:30 -04:00
towards-a-new-leftypol 227574fa54 Fix banners (replace misspelt ones) 2024-04-29 17:00:33 -04:00
towards-a-new-leftypol b55f149f62 Add banners 2024-04-28 16:03:17 -04:00
towards-a-new-leftypol 9093676067 Fix flag list ordering in config 2024-04-09 03:41:21 -04:00
towards-a-new-leftypol 023f7d9880 Fix previous commit 2024-04-09 03:36:43 -04:00
towards-a-new-leftypol 1cd2a475c6 Add flag 2024-04-09 03:29:04 -04:00