Commit Graph

4971 Commits

Author SHA1 Message Date
Mek101
993396207d Format bans page fix patch 2024-01-16 01:14:06 +01:00
Mek101
76362694ec Fix bans page 2024-01-16 01:11:03 +01:00
71d311e432 Merge pull request 'better error' (#76) from anti/spam2 into config
Reviewed-on: #76
2023-09-12 00:05:32 +00:00
Your Name
3422929d7f better error 2023-09-12 02:04:38 +02:00
3dcde766c8 Merge pull request 'Simple anti-spam mechanism with question and answer for thread creation.' (#75) from anti/spam into config
Reviewed-on: #75
2023-09-10 23:21:42 +00:00
9ace85e719 Merge branch 'config' into anti/spam 2023-09-10 23:21:25 +00:00
Your Name
c7528b49b4 Simple anti-spam mechanism 2023-09-11 01:17:39 +02:00
Your Name
2f8989d2a9 Simple anti-spam mechanism 2023-09-10 23:57:52 +02:00
Your Name
3bb71dd9f2 Simple anti-spam mechanism 2023-09-10 23:54:38 +02:00
Your Name
560d1918d2 Simple anti-spam mechanism 2023-09-10 23:46:38 +02:00
98b757e948 Rename email field to options. (hack)
Didn't worry about doing it properly with translations because this is a local fork
2022-10-07 21:35:36 -01:00
0c205ab322 Describe sage option in email select
'sage' is too esoteric for noobs. Ideally we should make this a checkbox because always noko but whatever
2022-10-07 21:32:40 -01:00
e19826f355 Remove fight float on select boxes
I can't even find how this got it, but it's apparently been there for six years on lainchan
2022-10-07 21:22:31 -01:00
4caef0a2ab Add various flags 2022-10-06 07:10:10 -01:00
Your Name
858a501b1f add colon to character class for cites 2022-08-04 09:18:31 +02:00
Your Name
465d99f954 moves modifiers, as per https://github.com/vichan-devel/vichan/pull/377/files 2022-07-16 00:28:59 +02:00
Your Name
cdf4612672 mute redefinition. reference: 00349d0315 2022-07-16 00:26:59 +02:00
Your Name
188f961f7c add some stuff to the api, to match vichan's api at the request of a user. fixed the delete-stray-images script 2022-06-22 20:39:47 +02:00
631a5b5fc7 Update composer.lock 2022-05-22 20:20:50 -02:00
31b97dd61d Fixes for delete-stray tool and cli.php 2022-05-22 20:00:50 -02:00
fcb7944a35 Added Feature - Premade Ban Reasons
see 13ac9172e7
2022-05-22 19:42:57 -02:00
6f2e953bd5 Matrix report integration (#74)
Enables posting reports to a matrix room.
Co-authored-by: nonmakina <nonmakina@leftypol.org>
Co-committed-by: nonmakina <nonmakina@leftypol.org>
2022-04-03 22:06:42 +00:00
42553d830a use more cache. Speeds up page builds (#72)
use more cache. Speeds up page builds.
Tested as much as reasonably possible. Works well.
cuts self delete from ~8 seconds to ~1 second. and mod delete from 10-14 seconds to ~4 seconds.
Co-authored-by: nonmakina <nonmakina@leftypol.org>
Co-committed-by: nonmakina <nonmakina@leftypol.org>
2022-03-30 23:59:21 +00:00
09a79093bd Merge pull request 'Adds saboteur banner' (#68) from banners2022_03_01 into config
Reviewed-on: #68
2022-03-23 17:57:11 +00:00
41fd253788 Merge branch 'config' into banners2022_03_01 2022-03-23 17:56:14 +00:00
985d6f4dd6 Fix status.php 2022-03-01 04:55:53 -01:00
Your Name
3c74f3b34a Adds saboteur banner 2022-03-01 01:54:05 +01:00
4d3988bc7c Added multiple file select dialog for post form
Mostly 808c2072d3
2022-02-12 01:34:46 -01:00
0950d4d09d Solve dynamically loaded threads not being filtered. Possibly a hack-fix.
This seems like the most appropriate simple fix, hopefully not too wasteful.
2022-01-24 03:05:48 +00:00
7f72c0c6f4 Update jQuery libraries
Mainly for security purposes.
2022-01-23 22:01:25 -01:00
b7019fb8b5 Fix multiple issues with anti_bump_flood
- bumplocked thread with one reply, delete the reply and no post matches the query
- saged posts aren't ignored when finding last bump
- bumplocked threads should be ignored
2022-01-22 02:05:04 -01:00
2fe1d617a5 Fix deprecated size() in quick-post-controls.js 2022-01-19 03:55:00 -01:00
ed73ee76cc Remove useless debug messages
lainchan was a mistake
2022-01-17 13:08:57 -01:00
Daniel Saunders
b0b30ad755 $board can be NULL here, prevent indexing it
Simplest 7.4 fix ever? Possibly.
2022-01-17 12:31:42 -01:00
Sardach
32cb9db6b7 insignificant fix
PHP7 shows a warning when executing tools/rebuild2.php: "Declaration of case-insensitive constants is deprecated"
$group_name and $group_value really not need be case-insensitive, so i simply removed that "true".
2022-01-17 12:27:34 -01:00
dd7737eee2 Consider nonoko in building after posting, improve comments 2022-01-17 11:14:04 -01:00
7c2b091e32 Fix missing function log.php from PHP8 changes
I assume this is a better solution than adding the file to the composer.json autoload files as it's only needed for this single file.
2022-01-17 11:05:32 -01:00
ad772c90b7 Update author info 2022-01-17 11:02:35 -01:00
5190d63f48 Merge pull request 'Make compatible with PHP 8' (#67) from php8-compat into config 2022-01-17 10:42:55 +00:00
e906ac7451 Refactor rebuilding after posts, finish reply requests before rebuilding index
This provides massive improvements to perceived post times as it doesn't wait for the entire board to rebuild index before confirming to the user that the post was made
2022-01-17 07:12:13 -01:00
a33644c213 Fix redis deprecation of delete 2022-01-17 03:01:56 -01:00
fed7d6a3e8 Merge vichan PHP8 fixes, configure composer, fix outstanding incompatibilities 2022-01-17 02:14:22 -01:00
1272da97e5 Allow users to disable and clear (You)s
Credit to based anon https://leftypol.org/tech/res/6724.html#12776
2022-01-15 03:09:10 -01:00
c5814178ae Add Redneck flag 2022-01-02 08:44:26 -01:00
19eca78ace Minor adjustment to birthday CSS 2021-12-20 23:50:15 -01:00
4a67df855b Birthdady themeing 2021-12-20 23:43:06 -01:00
8c8083ba61 Make snow off-by-default due to lag 2021-12-18 22:58:16 -01:00
973b7d94e8 [HACK] Hide <tinyboard> tags in CSS
See #65
2021-12-14 10:41:18 -01:00
b3db9c52b7 Enable winter snow 2021-12-13 13:32:55 -01:00
2a11efd859 Fix typo in blur-images.js 2021-12-13 13:18:10 -01:00