Commit Graph

4994 Commits

Author SHA1 Message Date
a1f64335f9 Added multiple file select dialog for post form
Mostly 808c2072d3
2022-02-12 01:34:46 -01:00
bc7fa47aa2 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
a1f8f4adca Update jQuery libraries
Mainly for security purposes.
2022-01-23 22:01:25 -01:00
ca1ce0103f 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
231321f2c1 Fix deprecated size() in quick-post-controls.js 2022-01-19 03:55:00 -01:00
2f64d7edff Remove useless debug messages
lainchan was a mistake
2022-01-17 13:08:57 -01:00
Daniel Saunders
c388081617 $board can be NULL here, prevent indexing it
Simplest 7.4 fix ever? Possibly.
2022-01-17 12:31:42 -01:00
Sardach
15a099deb3 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
e39f342008 Consider nonoko in building after posting, improve comments 2022-01-17 11:14:04 -01:00
a1b6ca71b4 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
a385be3f4c Update author info 2022-01-17 11:02:35 -01:00
d66b9d6208 Merge pull request 'Make compatible with PHP 8' (#67) from php8-compat into config 2022-01-17 10:42:55 +00:00
cfaea67381 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
9bf3c9a0ae Fix redis deprecation of delete 2022-01-17 03:01:56 -01:00
2605a6ff5d Merge vichan PHP8 fixes, configure composer, fix outstanding incompatibilities 2022-01-17 02:14:22 -01:00
c9ef4e80ac 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
19bbde2639 Add Redneck flag 2022-01-02 08:44:26 -01:00
c6cfa4e04d Minor adjustment to birthday CSS 2021-12-20 23:50:15 -01:00
2f84986401 Birthdady themeing 2021-12-20 23:43:06 -01:00
bf51d4ed89 Make snow off-by-default due to lag 2021-12-18 22:58:16 -01:00
b055b1101b [HACK] Hide <tinyboard> tags in CSS
See #65
2021-12-14 10:41:18 -01:00
4efe45fe23 Enable winter snow 2021-12-13 13:32:55 -01:00
a09180ed05 Fix typo in blur-images.js 2021-12-13 13:18:10 -01:00
90e033fb4c Update RAF flag 2021-12-10 23:07:01 -01:00
18d96f5376 Add banner 2021-12-10 07:47:54 -01:00
78ab5de8f7 Add RAF flag 2021-12-10 07:40:54 -01:00
c20db2988d Add IP address link to ban appeals 2021-12-09 23:16:23 -01:00
dd1b6b0276 Update site rules 2021-12-07 00:15:32 -01:00
0b56719008 Quick hack to prevent oversized PDF thumbnails. 2021-11-28 00:28:49 +00:00
30e179552a 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
1db5bd1a6e 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
011bb40ebe 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
badfb60161 Add default ban length of 1 hour instead of permanent ban 2021-11-12 10:26:48 -01:00
135604386a Make bans default to board of offending post 2021-11-12 10:21:39 -01:00
66097406b8 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
795b54bf61 Improve page titles and social media cards 2021-11-12 04:50:47 -01:00
9115f631ab Move logo to default location 2021-11-12 04:18:46 -01:00
9638c00f39 Move logo to config variable 2021-11-12 03:37:30 -01:00
773f0e1842 Tidy up theme.php 2021-11-12 03:37:23 -01:00
16d6448204 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
4fcbad3fb1 Make file-selector.js inline call conditional 2021-11-11 13:07:32 -01:00
3ae859d6e6 Call upload-selection.js inline
Makes the change happen earlier, reducing content shift
2021-11-11 13:06:19 -01:00
ae65959a48 Fix ordering in previous change 2021-11-11 11:59:13 -01:00
6235c12275 Concatenate dark.css to dark_red.css to improve performance 2021-11-11 10:43:48 -01:00
b3adcfe98b Revert attempt at deferring file selector
Reverts most of c44bbde511 which failed to remove the previous file uploader #37
2021-11-11 09:42:03 -01:00
e6212c1a51 Remove roulette oekaki hack 2021-11-11 07:10:32 -01:00
78d4fd6ee1 Make select elements consistent with forms 2021-11-05 11:51:39 -01:00
667b271a27 Rename temporary themes 2021-11-05 10:05:10 -01:00
569f5f5876 Merge pull request 'Prevent blur-images.js interfereing with regular hiding images' (#57) from blur-images-patch1 into config 2021-10-28 02:44:16 +00:00
0250d59fb7 Prevent blur-images.js interfereing with regular hiding images 2021-10-28 01:37:52 -01:00