Commit Graph

4950 Commits

Author SHA1 Message Date
Your Name
b9db56ea37 removes re-defining noise 2022-03-31 02:09:05 +02: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
3d3c0de678 Update RAF flag 2021-12-10 23:07:01 -01:00
e0e53d9bec Add banner 2021-12-10 07:47:54 -01:00
9321c98883 Add RAF flag 2021-12-10 07:40:54 -01:00
846c11f934 Add IP address link to ban appeals 2021-12-09 23:16:23 -01:00
2a105dc587 Update site rules 2021-12-07 00:15:32 -01:00
0e98c35dc5 Quick hack to prevent oversized PDF thumbnails. 2021-11-28 00:28:49 +00:00
199f9f5fd0 Merge pull request 'Only add drag-drop handlers to dropzone, not the entire document' (#64) from file-drag-dropzone-only into config
Reviewed-on: #64
2021-11-15 07:02:54 +00:00
f62d9c6a96 Only add drag-drop handlers to dropzone, not the entire document
This enables dragging text into the textbox.
2021-11-15 05:56:32 -01:00
680c91764e Merge pull request 'Set default values for ban form' (#62) from ban-form-defaults into config
Reviewed-on: #62
2021-11-12 11:34:39 +00:00
ab366688c8 Add default ban length of 1 hour instead of permanent ban 2021-11-12 10:26:48 -01:00
4febc6aa77 Make bans default to board of offending post 2021-11-12 10:21:39 -01:00
b493f2cc02 Merge pull request 'Improve page titles and social media cards' (#61) from index-page-header-seo into config
Reviewed-on: #61
2021-11-12 06:59:34 +00:00
ca9a85e9f1 Improve page titles and social media cards 2021-11-12 04:50:47 -01:00
44a2a569d1 Move logo to default location 2021-11-12 04:18:46 -01:00
6119973498 Move logo to config variable 2021-11-12 03:37:30 -01:00
ba6b4f1bab Tidy up theme.php 2021-11-12 03:37:23 -01:00
0eeb42b3ce Merge pull request 'Move upload-selection.js call inline' (#60) from upload-selection-inline into config
Reviewed-on: #60
2021-11-11 14:17:00 +00:00
409fbdf24a Make file-selector.js inline call conditional 2021-11-11 13:07:32 -01:00
e1b83ec548 Call upload-selection.js inline
Makes the change happen earlier, reducing content shift
2021-11-11 13:06:19 -01:00
c9c3615880 Fix ordering in previous change 2021-11-11 11:59:13 -01:00
fb349c4f58 Concatenate dark.css to dark_red.css to improve performance 2021-11-11 10:43:48 -01:00