Commit Graph

5078 Commits

Author SHA1 Message Date
towards-a-new-leftypol 8763b2cf40 Fix log.php 2024-08-25 17:24:34 -04:00
towards-a-new-leftypol ab1f4e3ca7 Make headings bolder and brighter for better readability 2024-08-25 15:09:24 -04:00
towards-a-new-leftypol 585029dbca Fix a rebuilding when moving (targetBoard -> originBoard) 2024-08-12 16:54:19 -04:00
towards-a-new-leftypol b989686b2c 8 new banners 2024-08-08 01:25:30 -04:00
towards-a-new-leftypol 66636df702 anti-bot: do not flag missing hash values as spam 2024-07-19 15:40:41 -04:00
towards-a-new-leftypol 3415319698 add banners 2024-07-19 15:22:11 -04:00
towards-a-new-leftypol 8ea0e124a3 add banners 2024-07-01 12:38:22 -04:00
towards-a-new-leftypol 499cdc279f Remove redundant leftypedia link 2024-06-18 18:12:18 -04:00
towards-a-new-leftypol 7ed48a1769 Update booru and wiki links 2024-06-18 18:03:12 -04:00
towards-a-new-leftypol ef01eef2a2 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:29:25 -04:00
towards-a-new-leftypol 4349499ddd Up the anti-bot hash expiration time to 120 days 2024-06-15 20:06:32 -04:00
towards-a-new-leftypol 77aac51172 Autoformat (vim) anti-bot.php to use spaces instead of tabs and spaces 2024-06-11 18:51:10 -04:00
towards-a-new-leftypol ce93e6f442 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:48:04 -04:00
towards-a-new-leftypol d478f65ba0 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:07:25 -04:00
towards-a-new-leftypol ad5383c196 Add missing import to auth.php 2024-06-07 15:06:50 -04:00
towards-a-new-leftypol 17bb78e17e Add maintenance message 2024-05-29 15:03:49 -04:00
towards-a-new-leftypol 0a04e747c4 Rebuild origin board themes if moving a thread and not leaving a shadow 2024-05-25 16:29:41 -04:00
towards-a-new-leftypol 1af3931a48 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:19:12 -04:00
towards-a-new-leftypol bdd813cd77 Captcha for TOR users only 2024-05-08 17:16:07 -04:00
towards-a-new-leftypol b118588a82 Fix captcha generator securimage.php to work with php 8
- basically use intval() everywhere to avoid implicit conversion from
  float
2024-05-07 10:54:59 -04:00
towards-a-new-leftypol 4f5dcd1773 Add 4 new banners 2024-05-06 16:24:35 -04:00
towards-a-new-leftypol f027f87044 Revert "Add new banner"
This reverts commit a8dd6c57c8.
2024-05-05 18:26:10 -04:00
towards-a-new-leftypol a8dd6c57c8 Add new banner 2024-05-05 17:53:30 -04:00
towards-a-new-leftypol 495949666d Add opus to supported list of extensions 2024-05-02 17:06:07 -04:00
towards-a-new-leftypol e2b79a443e Fix banners (replace misspelt ones) 2024-04-29 17:00:55 -04:00
towards-a-new-leftypol 28258efd36 Add banners 2024-04-28 16:02:55 -04:00
towards-a-new-leftypol 6e8d85d5e7 Fix flag list ordering in config 2024-04-09 03:42:54 -04:00
towards-a-new-leftypol 669429863a Fix previous commit 2024-04-09 03:37:07 -04:00
towards-a-new-leftypol 9293f38bf5 Add flag 2024-04-09 03:29:23 -04:00
towards-a-new-leftypol 64c6a4d9f6 Add banners 2024-04-08 22:48:50 -04:00
towards-a-new-leftypol 93b8d216b1 API - threads.json last_modified is now really the timestamp of the last post, put bump time in a new field 'bump' 2024-03-31 17:22:42 -04:00
towards-a-new-leftypol 623e5929b6 Fix top bar on windows/firefox which caused the page to scroll horizontally. (jungle theme) 2024-03-31 03:28:39 +00:00
towards-a-new-leftypol bc4e64bcec homepage sidebar: remove padding 2024-03-18 23:43:45 -04:00
towards-a-new-leftypol bc22758e90 get rid of gap parameter in css layout 2024-03-18 23:39:41 -04:00
towards-a-new-leftypol 9fbe71f1f9 Rename sidebar heading to Boards for the boards list 2024-03-17 17:40:14 -04:00
towards-a-new-leftypol ac08768094 homepage sizing fixes 2024-03-17 17:36:53 -04:00
towards-a-new-leftypol 1095f773e0 Further homepage changes 2024-03-17 17:36:53 -04:00
towards-a-new-leftypol 548c613c12 Homepage: remove sidebar border, make sidebar wider (300px instead of
200px)
2024-03-17 17:36:53 -04:00
Jon 1f4c94fef1 thread_autoupdater.js: Use ip count from thread dom of /%b/catalog.json 2024-03-15 18:33:34 -04:00
Jon 61166cb4f1 instance-config.php: update shortener regex 2024-03-15 16:58:01 -04:00
towards-a-new-leftypol 10015def12 Add ip member variable to filter class 2024-03-14 17:30:39 -04:00
towards-a-new-leftypol 3158ce40cd Rate limit opening posts for specific ip (basically copy flood-time-any filter and add ip condition) 2024-03-14 17:11:36 -04:00
Jon 9127429b8f thread_autoupdater.js: spin-off update on reply 2024-02-29 22:56:22 -05:00
Jon dd80ea013a js/lcn/classes.js: re-add toggle label, set eventId on prefix change 2024-02-29 22:56:22 -05:00
towards-a-new-leftypol 9a5b0352e5 Fixed thread_updator bugs related to new threads without any replies 2024-02-29 22:53:09 +00:00
towards-a-new-leftypol b4e77bae40 Jungle theme - only change fonts on smaller screens 2024-02-27 16:49:10 -05:00
towards-a-new-leftypol ade9c47d25 Jungle theme: adjust bottom and top bars
- top bar: stay put.
- bottom bar: make the fonts a bit smaller to fit everything
2024-02-27 16:12:36 -05:00
Jon ebb7cb8cfb
thread_updater.js: cleanup, use thread_manual_refresh 2024-02-26 21:49:46 +00:00
towards-a-new-leftypol ba120d32f7 Thread updator - handle case where you're a mod
- mod triggers refresh
- not a mod uses the response
2024-02-26 21:32:04 +00:00
Jon 07db8e2db4 thread_autoupdater.js: update tslp on ajax post 2024-02-26 21:32:04 +00:00