Commit Graph

230 Commits

Author SHA1 Message Date
towards-a-new-leftypol 3a1a8cdc47 Change welcome message links to be horizontal (stylistic change) 2024-02-12 06:27:06 -05:00
towards-a-new-leftypol fc6a5a1161 Don't need download-original.js active anymore 2024-02-05 05:08:59 -05:00
towards-a-new-leftypol 51d6374d85 increase flood_time_any to 120 2024-01-28 11:41:29 -05:00
towards-a-new-leftypol 7608eb0844 Raise time between thread creation to 60 seconds 2024-01-27 15:16:43 -05:00
towards-a-new-leftypol 2de31d7fa9 Change matrix link in homepage sidebar to use talk.leftychan.net instead of app.element.io 2024-01-24 13:23:52 -05:00
towards-a-new-leftypol 7b1fab8b2b Make url shortener detection in body match a slightly longer tld 2024-01-18 13:41:23 -05:00
towards-a-new-leftypol 0a30b856ce Relax url shortener regex (http(s):// part is optional) 2024-01-11 12:52:18 -05:00
towards-a-new-leftypol 9f08640a73 Disallow url shorteners using filters 2023-12-17 12:45:40 +00:00
towards-a-new-leftypol 483f0c8b4f Fix filters, disallow urls in name/subj/email using filters 2023-12-17 12:29:55 +00:00
towards-a-new-leftypol 3197fb726e Fix spelling in config 2023-12-14 16:44:24 -05:00
towards-a-new-leftypol 7d1c8a745e Add link to gitea instance in homepage sidebar 2023-12-12 23:25:42 -05:00
towards-a-new-leftypol 9d48a5bbe1 disable anti-bot (prevents some users from posting) 2023-10-01 13:29:14 -04:00
towards-a-new-leftypol 4d6ee132dc relax posting rules for single ip, notice spam after doing filters 2023-09-25 13:49:33 -04:00
towards-a-new-leftypol fb31845bde enable spamnoticer 2023-09-24 22:21:24 -04:00
towards-a-new-leftypol 1709e6e8e2 disable debug 2023-09-24 21:17:27 -04:00
towards-a-new-leftypol f370b45c70 Fix twig date filter
- using strftime instead of gmstrftime caused the times to be displayed wrong
- copy the code for a shim of strftime, modify it to become gmstrftime
2023-09-25 01:12:27 +00:00
towards-a-new-leftypol e60d79f1fd disable spam_noticer for now 2023-09-24 19:15:18 -04:00
towards-a-new-leftypol 81831505e2 Fix up config for production 2023-09-21 15:19:03 -04:00
towards-a-new-leftypol d6831782b5 Only send thread_id property if we have a thread
Null values are not allowed
2023-09-08 22:57:42 +00: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 598aed5b7e enable ant-bot 2023-09-05 18:47:56 +00:00
towards-a-new-leftypol 490c766a06 Print statements 2023-09-05 14:26:53 -04: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 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 613fde283b PHP8: error.php working better... 2023-09-05 14:24:06 -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
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 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
discomrade 919209c8f4
Add IPA symbols to wordfilter alias letters 2021-07-22 04:51:43 +00:00
discomrade 193b9a68bb
Update wordfilters
- Add 'IQ' filter
- Add 'Discord' filter
- Add exclamation points as 'i' lookalikes
2021-07-22 01:33:58 +00:00
towards-a-new-leftypol eb81faadbd Put style chooser into the options menu, remove any style related stuff that gets added to the footer 2021-07-15 12:11:22 +00:00
nonmakina 984b57063d Moves post hover and others to fix loading issue. Minifies and compiles 2021-07-11 14:00:03 +02:00