7b3ab71b1estandard post linking - avoid the word "Image"
Shish
2020-10-09 13:47:42 +01:00
d00569431barrow format to link images in logs
Shish
2020-10-09 13:45:23 +01:00
bf2a34c106Adjusted mime type update statement to include NULLs. Changed get_mime() so that it can return a null in the event of the mime type not being properly set.
Matthew Barbour
2020-10-08 17:40:34 -05:00
Merge pull request #744 from sanmadjack/lower_filename_search
Shish
2020-09-16 11:19:13 +01:00
ecd860ec6dVideo transcoding extension, currently just supports changing the video container
Matthew Barbour
2020-08-28 09:11:14 -05:00
65aca09203Added 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
Matthew Barbour
2020-08-17 17:05:51 -05:00
4c5ef85906Added image info option to admin, changed the info template parser to not use the url-escaped option
Matthew Barbour
2020-08-28 09:41:25 -05:00
2ddfbe69a6Added handling to ensure that video thumbnails don't leave temp files behind
Matthew Barbour
2020-08-28 09:12:02 -05:00
2dedeb06e0Added "Fit Blur Tall, Fill Wide" resize type
Matthew Barbour
2020-08-28 09:15:45 -05:00
ab008e351dAdded SPEED_HAX criteria to image count shortcuts.
Matthew Barbour
2020-07-15 17:20:29 -05:00
b8b33eecfeAdded lower to filename search
Matthew Barbour
2020-07-15 17:04:51 -05:00
05a1b63061php 7.4 is stable now
Shish
2020-07-06 17:49:52 +01:00
926cdc31a8nicer error for unsupported version
Shish
2020-07-06 17:46:20 +01:00
3297e71636Add image/vnd.microsoft.icon because OSX uses that instead of image/x-icon
Shish
2020-06-25 14:54:05 +01:00
35626d3989Added options and onImageDownloading event handlers to allow resizing and converting images via get arguments
Matthew Barbour
2020-06-16 19:06:15 -05:00
a3a3aba040Added 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
Matthew Barbour
2020-06-16 18:40:13 -05:00
688fb8b04bAdded ability to upload multiple files through a single upload input
Matthew Barbour
2020-06-16 18:29:59 -05:00
7f68ef1cfdAdded 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
Matthew Barbour
2020-06-14 11:36:52 -05:00
984c9702ecThe great MIMEing
Matthew Barbour
2020-06-14 11:05:55 -05:00
8dd5ad16f3Bulk import/export adjustment to prevent zip uploader overlap so the test won't bomb
Matthew Barbour
2020-06-24 08:41:01 -05:00
bd9808081eAdded false is_content flags to several blocks so that the 404 extension can work properly
Matthew Barbour
2020-06-24 09:40:25 -05:00
9e1aabe17fAdded handling for empty archives
Matthew Barbour
2020-06-24 09:17:44 -05:00
7a009541ceAdded more explicit failure handling to list_files
Matthew Barbour
2020-06-24 09:02:14 -05:00
e18fe295b4Added default media engine to for thumbnails Fixes#729
Matthew Barbour
2020-06-24 08:15:58 -05:00
e61bbbe03dAdded object-fit style to video handler poster to allow better scaling when using exact-size-only thumbs
Matthew Barbour
2020-06-24 08:15:23 -05:00
846d978a52Added mute option to video handler
Matthew Barbour
2020-06-24 08:14:24 -05:00
9b5d963aa3Added 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
Matthew Barbour
2020-06-16 18:40:13 -05:00
40b80bca93add fileinfo to composer.json
Shish
2020-06-24 16:50:00 +01:00
fc3c6625bdChanged references to /tmp to sys_get_temp_dir
Matthew Barbour
2020-06-16 18:18:56 -05:00
04987ea70e'resize' support for static thumbnailer
Shish
2020-06-23 15:17:54 +01:00
844ec8b53eRemoved stump user config section
Matthew Barbour
2020-06-22 11:41:09 -05:00
72de50aa71Added bulk download extension
Matthew Barbour
2020-06-21 19:17:58 -05:00
ac63992efaAdded BulkActionException to allow clean error feedback from bulk actions
Matthew Barbour
2020-06-21 19:08:06 -05:00
7c32b1f7a8Fixed issue where enabling bulk selection, then disabling it, resulted in subsequent bulk actions not applying to any items
Matthew Barbour
2020-06-21 18:25:23 -05:00
919a3039c4Added user API key system
Matthew Barbour
2020-06-16 19:03:03 -05:00
ea34d9b756Changes and bugfixes for bulk import extension
Matthew Barbour
2020-06-16 18:31:33 -05:00
30f62c2ff8Fixed transaction issue between cron uploader and bulk import
Matthew Barbour
2020-06-16 18:17:48 -05:00
9b9f1d0341Cleaned up some warnings in bulk import/export extension Added transactions to bulk import Renamed beginTransaction to begin_transaction for naming consistency Updated cron uploader to handle bulk import transactions
Matthew Barbour
2020-06-12 13:39:57 -05:00
835c3b68a1Added null return option
Matthew Barbour
2020-06-12 13:39:23 -05:00
b937ad6255Added thumbnail scaling options Changed ffmpeg thumbnailer to instead output a full-size png which is forwarded to the image thumbnailer, to allow it to take advantage of all available scaling options
Matthew Barbour
2020-06-11 16:58:19 -05:00
8e976fb812Added "any" search option for private images
Matthew Barbour
2020-06-04 09:50:37 -05:00
dd08b936e3Added skipped count to bulk import
Matthew Barbour
2020-06-04 09:48:43 -05:00
1fdd5bf575New private image extension
Matthew Barbour
2020-06-02 18:08:24 -05:00
6d16c52367New bulk import/export extension
Matthew Barbour
2020-06-02 18:05:09 -05:00
587735a866Added terabyte support to the shorthand functions
Matthew Barbour
2020-06-22 11:40:28 -05:00
a2fe0725f5extra credit for Tag EditCloud
Shish
2020-06-22 18:14:07 +01:00