Shish
|
2ac695c135
|
bump some dependencies
|
2020-09-20 17:53:26 +01:00 |
|
Shish
|
3e017818dc
|
more explicit versions
|
2020-09-20 12:40:51 +01:00 |
|
Shish
|
9be859a01e
|
Link to forum from navigation, not user links, see #753
|
2020-09-19 00:20:09 +01:00 |
|
Shish
|
1159ba2fa1
|
format
|
2020-09-19 00:18:51 +01:00 |
|
Shish
|
6284f3bcb8
|
Add a link to the forum, see #753
|
2020-09-19 00:18:45 +01:00 |
|
Shish
|
cae24210cc
|
s/dorum/forum/ - fixes #753 - thanks @psychosoundwave :D
|
2020-09-18 23:20:42 +01:00 |
|
Shish
|
a93c66515b
|
Merge pull request #749 from sanmadjack/video_transcode
Video transcoding
|
2020-09-16 13:46:18 +01:00 |
|
Shish
|
4131bcbd64
|
Merge pull request #748 from sanmadjack/image_info
Added image info option to admin, changed the info template parser to…
|
2020-09-16 11:21:31 +01:00 |
|
Shish
|
111c4e3fb5
|
Merge pull request #747 from sanmadjack/ffmpeg_thumb_temp_file
Added handling to ensure that video thumbnails don't leave temp files…
|
2020-09-16 11:20:51 +01:00 |
|
Shish
|
5d86314fc2
|
Merge pull request #746 from sanmadjack/resize_types
Added "Fit Blur Tall, Fill Wide" resize type
|
2020-09-16 11:20:28 +01:00 |
|
Shish
|
d320efea3d
|
Merge pull request #745 from sanmadjack/image_count_speed_hax
Added SPEED_HAX criteria to image count shortcuts.
|
2020-09-16 11:19:35 +01:00 |
|
Shish
|
16652399a2
|
Merge pull request #744 from sanmadjack/lower_filename_search
Added lower to filename search
|
2020-09-16 11:19:13 +01:00 |
|
Matthew Barbour
|
ecd860ec6d
|
Video transcoding extension, currently just supports changing the video container
|
2020-08-28 09:52:01 -05:00 |
|
Matthew Barbour
|
65aca09203
|
Added understanding of video codecs, primarily to allow us to determine whether a file is a webm or not, but also to support my forthcoming video transcoding extension
|
2020-08-28 09:51:55 -05:00 |
|
Matthew Barbour
|
4c5ef85906
|
Added image info option to admin, changed the info template parser to not use the url-escaped option
|
2020-08-28 09:50:36 -05:00 |
|
Matthew Barbour
|
2ddfbe69a6
|
Added handling to ensure that video thumbnails don't leave temp files behind
|
2020-08-28 09:50:14 -05:00 |
|
Matthew Barbour
|
2dedeb06e0
|
Added "Fit Blur Tall, Fill Wide" resize type
|
2020-08-28 09:49:24 -05:00 |
|
Matthew Barbour
|
ab008e351d
|
Added SPEED_HAX criteria to image count shortcuts.
|
2020-08-28 09:48:10 -05:00 |
|
Matthew Barbour
|
b8b33eecfe
|
Added lower to filename search
|
2020-08-28 09:45:51 -05:00 |
|
Shish
|
988bc831b2
|
no headers
|
2020-08-26 19:43:11 +00:00 |
|
Shish
|
d5993c02f3
|
eokm filter
|
2020-08-23 15:43:16 +01:00 |
|
Shish
|
cb6c9ba987
|
ffs, php
|
2020-08-01 21:01:47 +00:00 |
|
Shish
|
49e4c3f9c7
|
info as part of view ext
|
2020-07-31 15:50:57 +01:00 |
|
Shish
|
804fc038bf
|
extra info
|
2020-07-31 15:37:33 +01:00 |
|
Shish
|
446e7e0841
|
add not-a-tag tests
|
2020-07-31 15:27:38 +01:00 |
|
Shish
|
b1f37f1ccb
|
another escape
|
2020-07-31 14:55:30 +01:00 |
|
Shish
|
aeb9829c9a
|
if an admin tries to use a banned tag (eg during a mass-revert), ignore it
|
2020-07-29 14:03:28 +01:00 |
|
Shish
|
8c713af952
|
remove custom DB for untags now that we use microcrud
|
2020-07-23 11:17:23 +01:00 |
|
Shish
|
e0519bb125
|
r34 theme-specific stuff to theme/script.js
|
2020-07-23 11:13:33 +01:00 |
|
Shish
|
e6ec2340af
|
fixes for tabular settings
|
2020-07-23 11:13:33 +01:00 |
|
Shish
|
cbe1f792f9
|
format
|
2020-07-07 16:07:23 +00:00 |
|
Shish
|
de26b7f373
|
don't die if database is missing a MIME type
|
2020-07-07 16:07:19 +00:00 |
|
Shish
|
153aa481da
|
re-add support for $ext in link template
|
2020-07-07 16:02:29 +00:00 |
|
Shish
|
065f9da2d6
|
theme update
|
2020-07-07 09:41:31 +00:00 |
|
Shish
|
0362d07cd5
|
less jquery
|
2020-07-06 17:51:11 +01:00 |
|
Shish
|
05a1b63061
|
php 7.4 is stable now
|
2020-07-06 17:49:52 +01:00 |
|
Shish
|
926cdc31a8
|
nicer error for unsupported version
|
2020-07-06 17:46:20 +01:00 |
|
Shish
|
3297e71636
|
Add image/vnd.microsoft.icon because OSX uses that instead of image/x-icon
|
2020-06-25 14:54:05 +01:00 |
|
Matthew Barbour
|
35626d3989
|
Added options and onImageDownloading event handlers to allow resizing and converting images via get arguments
|
2020-06-25 00:43:13 +01:00 |
|
Matthew Barbour
|
a3a3aba040
|
Added ImageDownloadingEvent that allows extensions to stop a user from viewing an image or perform other operations on the image before the image is downloaded to the user
|
2020-06-25 00:43:11 +01:00 |
|
Matthew Barbour
|
688fb8b04b
|
Added ability to upload multiple files through a single upload input
|
2020-06-25 00:42:43 +01:00 |
|
Matthew Barbour
|
7f68ef1cfd
|
Added option to transcode extension and thumbnailing to choose the color to use to fill in the background when converting an image with an alpha channel to a format without
|
2020-06-25 00:42:43 +01:00 |
|
Matthew Barbour
|
984c9702ec
|
The great MIMEing
|
2020-06-25 00:42:34 +01:00 |
|
Matthew Barbour
|
8dd5ad16f3
|
Bulk import/export adjustment to prevent zip uploader overlap so the test won't bomb
|
2020-06-24 23:55:54 +01:00 |
|
Shish
|
d14c2ce8ea
|
test fixes
|
2020-06-24 17:32:06 +01:00 |
|
Matthew Barbour
|
95ef714447
|
Changed metadata truncation to reflect new filename column length
|
2020-06-24 17:21:57 +01:00 |
|
Shish
|
b893da927f
|
format
|
2020-06-24 17:02:24 +01:00 |
|
Matthew Barbour
|
bd9808081e
|
Added false is_content flags to several blocks so that the 404 extension can work properly
|
2020-06-24 17:01:09 +01:00 |
|
Matthew Barbour
|
9e1aabe17f
|
Added handling for empty archives
|
2020-06-24 16:59:35 +01:00 |
|
Matthew Barbour
|
7a009541ce
|
Added more explicit failure handling to list_files
|
2020-06-24 16:59:21 +01:00 |
|