Shish
8ff70134ae
nits
2020-10-24 13:46:57 +01:00
Shish
9b878d98d6
replace xml_tag with HTMLElement
2020-10-24 13:46:57 +01:00
Shish
c29fe0583f
increase database timeout for admin ops
2020-10-15 23:50:09 +00:00
Shish
a51cab58aa
make sure extension is not-null for transloads
2020-10-14 16:07:12 +00:00
Shish
3c10d1cfee
Merge pull request #757 from sanmadjack/pull
...
Adjusted mime type update statement to include NULLs. Changed get_mim…
2020-10-13 01:57:24 +01:00
Shish
7b3ab71b1e
standard post linking - avoid the word "Image"
2020-10-09 13:51:24 +01:00
Shish
d00569431b
arrow format to link images in logs
2020-10-09 13:47:48 +01:00
Matthew Barbour
bf2a34c106
Adjusted 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.
2020-10-08 17:41:24 -05:00
Matthew Barbour
45511cbcda
Fixed issue with detecting animated GIFs
2020-10-08 17:24:32 -05:00
Matthew Barbour
49a3277cca
Fixed imagemagick thumbnailing issue with metadata-rotated images
2020-10-08 17:24:29 -05:00
Matthew Barbour
59bb8a31a2
Relaxed filename search to allow for non alpha-numeric filenames
2020-10-08 17:24:25 -05:00
Matthew Barbour
6bc8b791d2
Added option to go to next image when an image is deleted
2020-10-08 17:24:21 -05:00
Shish
81af2e99f8
avoid redundant updates in db upgrade
2020-10-03 23:06:09 +00:00
Shish
33d5693c5e
use notify
2020-10-03 12:54:38 +00: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
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
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
153aa481da
re-add support for $ext in link template
2020-07-07 16:02:29 +00:00
Shish
0362d07cd5
less jquery
2020-07-06 17:51:11 +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
e18fe295b4
Added default media engine to for thumbnails
...
Fixes #729
2020-06-24 16:58:33 +01:00
Matthew Barbour
e61bbbe03d
Added object-fit style to video handler poster to allow better scaling when using exact-size-only thumbs
2020-06-24 16:58:20 +01:00
Matthew Barbour
846d978a52
Added mute option to video handler
2020-06-24 16:58:05 +01:00
Matthew Barbour
9b5d963aa3
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-24 16:55:58 +01:00
Matthew Barbour
fc3c6625bd
Changed references to /tmp to sys_get_temp_dir
2020-06-24 16:47:22 +01:00
Shish
bb5614c5ef
strip auth info from debug info dump
2020-06-24 15:09:53 +01:00
Shish
81417a5031
make info command match help text
2020-06-24 15:00:44 +01:00
Shish
1c216e8d51
formatting
2020-06-24 12:44:35 +01:00
Shish
04987ea70e
'resize' support for static thumbnailer
2020-06-23 15:17:54 +01:00
Matthew Barbour
844ec8b53e
Removed stump user config section
2020-06-23 15:15:55 +01:00
Matthew Barbour
72de50aa71
Added bulk download extension
2020-06-23 15:15:43 +01:00
Matthew Barbour
ac63992efa
Added BulkActionException to allow clean error feedback from bulk actions
2020-06-23 15:15:10 +01:00
Matthew Barbour
7c32b1f7a8
Fixed issue where enabling bulk selection, then disabling it, resulted in subsequent bulk actions not applying to any items
2020-06-23 15:14:58 +01:00
Matthew Barbour
919a3039c4
Added user API key system
2020-06-23 15:14:04 +01:00
Matthew Barbour
ea34d9b756
Changes and bugfixes for bulk import extension
2020-06-23 15:12:26 +01:00
Matthew Barbour
30f62c2ff8
Fixed transaction issue between cron uploader and bulk import
2020-06-23 15:11:35 +01:00
Matthew Barbour
9b9f1d0341
Cleaned 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
2020-06-23 15:07:00 +01:00
Matthew Barbour
835c3b68a1
Added null return option
2020-06-23 15:06:26 +01:00
Matthew Barbour
b937ad6255
Added 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
2020-06-23 15:05:55 +01:00
Matthew Barbour
8e976fb812
Added "any" search option for private images
2020-06-23 15:03:44 +01:00
Matthew Barbour
dd08b936e3
Added skipped count to bulk import
2020-06-23 15:03:32 +01:00
Matthew Barbour
1fdd5bf575
New private image extension
2020-06-23 15:03:17 +01:00
Matthew Barbour
6d16c52367
New bulk import/export extension
2020-06-23 15:01:22 +01:00
Shish
a2fe0725f5
extra credit for Tag EditCloud
2020-06-22 18:14:07 +01:00
Shish
73660b376e
Merge pull request #732 from LaureeGrd/master
...
Tag EditCloud: Added category sorting and grouped tags.
2020-06-22 18:13:32 +01:00
Matthew Barbour
d243867b18
Removed errant colon
2020-06-22 18:07:45 +01:00
Matthew Barbour
fac2067069
Corrected issue with post title edit field width
2020-06-22 18:07:02 +01:00
Matthew Barbour
8fe7038e73
Added option to BulkActionEvent to prevent redirect
2020-06-22 18:06:05 +01:00
Matthew Barbour
c171e98591
Changed int input field to type number
2020-06-22 18:03:40 +01:00
Matthew Barbour
f6923af8ab
Added source logging to cron upload output when all sources are enabled
2020-06-22 18:03:03 +01:00
Matthew Barbour
18cd74f57d
Changed a bunch of core extensions to be hidden since there's nothing to interact with
2020-06-22 18:02:47 +01:00
Matthew Barbour
4d69e7ce34
Added early 404 kill if requested image is not found
2020-06-22 18:02:21 +01:00
Matthew Barbour
04cde74226
Performance improvement for counting image category tags
2020-06-22 18:02:01 +01:00
Matthew Barbour
b2405166b3
Added git information to system info for telling what git commit a submission is for
2020-06-22 18:01:02 +01:00
Matthew Barbour
4d0b90921d
Added missing AutoTaggerException
2020-06-22 18:00:23 +01:00
LaureeGrd
549ec593bb
Tag EditCloud: Added category sorting and grouped tags.
...
This change implements a simple category-based alphabetical sorting system that puts all tags containing ':' in front of general tabs. It also groups them together for easier styling into columns, grids, or even opening the door for drop-down categories in the edit menu. A much needed feature for me since I have hundreds of tags and I manage them all by my own.
2020-06-14 05:32:53 -03:00
Matthew Barbour
ec290d8676
Added additional optional video formats to the video handler
2020-06-03 20:01:52 +01:00
Matthew Barbour
5446f29141
improved filetype error handling
2020-06-03 20:01:08 +01:00
Matthew Barbour
86f7a06ed0
New options for cron uploader:
...
Logging level
Including all logs in output
Stop on error instead of continuing
2020-06-03 20:00:54 +01:00
Matthew Barbour
e1aefb78ab
Fix for cron uploader issue with root paths ending in a slash
2020-06-03 19:59:29 +01:00
Matthew Barbour
12c331cbd2
Removed extra tag set from cron uploader, no longer needed now that it runs as a user
2020-06-03 19:58:57 +01:00
Matthew Barbour
8b407e3df3
Changed video html element to use the image objects height and width, if available
2020-06-03 19:58:23 +01:00
Matthew Barbour
bccb206369
formatting pass
2020-06-03 19:58:13 +01:00
Matthew Barbour
007e07e507
Various changes to cron uploader:
...
Removed count limit, the cron job now checks the max PH execution time and auto-stops itself at 80% of that value.
Now skips os-specific image cache files like thumbs.db and the __macosx folder.
Changed failed folder re-deployment to allow re-deploying to populated queue, making it easier to re-process lots of failed batches all at once.
Changed page to output as a stream, allowing a long-running process to provide output as it runs rather than just at the very end.
Changed import loop to use the yield convention, allowing faster consumption of found files and lower memory use overall.
2020-06-03 19:57:27 +01:00
Matthew Barbour
63b2601e67
Mime type handling overhaul
...
Changed mime type map to deal with the reality that certain file types have multiple extensions and/or multiple mime types, as well as constants supporting all of the data. Created new functions using the updated mime type map to resolve mime types and extensions. Updated various items around the project that determine mime/extension to take advantage of the new functions.
2020-06-03 19:47:40 +01:00
Matthew Barbour
6145ecc6f8
Updated post title extension to resolve set_title being removed from display image event
...
Resolves #724
2020-05-29 22:59:37 +01:00
Shish
06bd4589da
option for admins to create new users
2020-05-19 19:33:51 +01:00
Shish
1e76fb239e
s/fullrandom/dailyshuffle/, and run formatter
2020-05-13 13:03:49 +01:00
MetallicAchu
10d46395d7
Update main.php
...
Added order[=|:]fullrandom so user doesn't need to choose a new seed every time.
Thus the list will change on a daily basis without user interaction, giving a more dynamic feel to the website
2020-05-07 08:10:15 +03:00
Shish
72645af9a4
refactor a bunch of weirdness in image replacement
2020-04-25 21:38:11 +01:00
Shish
2cae6cd273
format
2020-04-25 21:36:28 +01:00
Shish
b0cb46abca
test a couple extra branches
2020-04-24 14:10:45 +01:00
Shish
78710166a1
add a extra escape, fixes #718
2020-04-20 09:53:44 +01:00
Shish
c146a9f53d
don't double-escape
2020-04-12 12:45:19 +01:00
Shish
f6112d26a2
unify single and global history pages
2020-04-12 12:43:12 +01:00
Daniel Oaks
02d42a01b4
Add logout button to themes that use subnav bar
2020-04-07 01:36:10 +10:00
Shish
69cb67fe24
stagger thumbnail cache
2020-03-28 16:11:05 +00:00
Shish
5ea26a80cc
nicetest without http vs https pain
2020-03-28 15:48:27 +00:00
Shish
126c629a1a
test
2020-03-28 14:39:03 +00:00
Shish
ab4b745310
test
2020-03-28 14:33:48 +00:00
Shish
f47e35e4e5
make make_link more sane
2020-03-28 14:11:14 +00:00
Shish
fd359fb08c
remove broken tagger extension
2020-03-28 00:56:54 +00:00
Shish
866b77ab19
set max-width / max-height for random and featured image blocks
2020-03-28 00:23:29 +00:00
Shish
70acc6015b
drop support for ie6
2020-03-27 20:57:15 +00:00
Shish
a3a129df5f
more niceurlness
2020-03-27 20:53:21 +00:00
Shish
02675609b4
more referer dedupe
2020-03-27 20:24:26 +00:00
Shish
85662575c5
stop warning for lack of referer / user-agent - not having those is now pretty normal
2020-03-27 19:42:46 +00:00
Shish
c16e3fd939
dedupe some referer handling
2020-03-27 19:41:34 +00:00
Shish
5ea7cc5b36
SCRIPT_NAME instead of PHP_SELF to find self for niceurl test
2020-03-27 19:03:46 +00:00
Shish
bc3de6a52a
a bunch more testing and fixes for Pools
2020-03-27 14:41:24 +00:00
Shish
880a702b42
dedupe page_number parsing
2020-03-27 00:23:29 +00:00
Shish
b5f0bc7621
a bunch of pools cleanup
2020-03-27 00:15:15 +00:00
Shish
599043baa5
whitespace
2020-03-27 00:06:55 +00:00
Shish
36a2125e90
basic tests for page nav
2020-03-26 21:28:36 +00:00
Shish
1f50f14672
basic tests for help pages
2020-03-26 21:28:23 +00:00
Shish
861ee946a9
typo
2020-03-26 19:03:34 +00:00
Shish
237f8148f3
a bunch of pools tests and fixes
2020-03-26 18:52:31 +00:00
Shish
511a82f2ba
include database version in sys info
2020-03-26 16:57:08 +00:00
Shish
2d0b107adb
convert pool IDs to ints
2020-03-26 16:50:16 +00:00
Shish
ecbf4f52a0
make sysinfo part of core, and use YAML for easier parsing
2020-03-26 16:46:09 +00:00
Shish
f819993685
remove nit
2020-03-26 15:16:30 +00:00
Shish
e362f3bad2
stop depending on unmaintained tablesorter plugin
2020-03-26 14:57:38 +00:00
Shish
03806d0420
https a bunch of things
2020-03-25 11:47:00 +00:00
Shish
edee8e7427
fix for EXIF with strict types
2020-03-25 10:50:32 +00:00
Shish
8b1b4d257e
stick a blank index.php in data/ just in case somebody left directory-indexing on
2020-03-23 19:56:05 +00:00
Daniel Oaks
0029aa5320
Add shortwiki entries when viewing a single tag
2020-03-23 22:48:38 +10:00
Daniel Oaks
deac369d26
Colour wiki titles using tag categories
2020-03-23 22:45:31 +10:00
Daniel Oaks
a83c460b70
Fix double-escaping pointed out by Shish <3
2020-03-23 21:22:30 +10:00
Daniel Oaks
9484c9173c
Colour tag categories in tag list+map
2020-03-23 15:02:09 +10:00
Daniel Oaks
b3e7d46351
Add tagcategories->getTagHtml helper
2020-03-23 15:01:24 +10:00
Shish
52a232d113
...
2020-03-23 00:24:37 +00:00
Shish
92b000ed4e
derp
2020-03-23 00:21:35 +00:00
Shish
1fc75c0b18
Whenever we display an image for any reason, show the admin block, fixes #621
2020-03-23 00:06:43 +00:00
Shish
ad9cca36b1
improvements to run inside docker
2020-03-22 15:23:23 +00:00
Shish
9d3939b87f
derp
2020-03-22 14:01:27 +00:00
Shish
bbb8d8be4f
docker docs
2020-03-21 22:47:34 +00:00
Shish
718f72c42d
case-insensitive username search
2020-03-21 22:17:24 +00:00
Shish
f633f4abec
order more
2020-03-19 15:10:50 +00:00
Shish
5c1925bc2d
order regs
2020-03-19 15:02:47 +00:00
Shish
adf4534816
base user all permissions disabled by default, and reg viewer
2020-03-19 13:37:14 +00:00
Shish
e672fbb343
security
2020-03-19 03:49:06 +00:00
Shish
fea8f90f68
backwards-compatible registry
2020-03-19 03:40:29 +00:00
Shish
df3660fbcf
bbcode signup message
2020-03-18 17:29:08 +00:00
Shish
d261a7f76e
show user list to anyone who can edit passwords, not the more-restricted classes
2020-03-13 10:08:23 +00:00
Shish
dede46374f
avoid double-escape for upload collision error
2020-03-13 09:39:00 +00:00
Shish
1597eff082
lint fixing
2020-03-13 09:23:54 +00:00
Shish
591c21f3ce
bumps, and add user ID columns
2020-03-09 23:54:00 +00:00
Shish
d18d25b3d1
most recent users first
2020-03-09 23:51:01 +00:00
Shish
135432b329
don't crash when docs are missing
2020-03-06 13:44:51 +00:00
Shish
f0f8242c3c
allow extension documentation to contain raw HTML
2020-03-05 02:09:16 +00:00
Shish
04bfdf895f
Merge pull request #697 from sanmadjack/pull
...
Auto-tag extension and small changes
2020-03-05 01:19:41 +00:00
Shish
2e00b8c9ce
scrollIntoView
2020-03-02 17:18:53 +00:00
Shish
5058e1f3fd
standard jquery
2020-03-02 17:12:43 +00:00
Shish
ca462d86f1
initial cbz support
2020-03-02 16:04:29 +00:00
Matthew Barbour
8922966ddb
Adjusted autotagger tests
2020-03-02 16:01:42 +00:00
Matthew Barbour
9ea2eeb831
Adjusted autotagger tests
2020-03-02 15:59:15 +00:00
Matthew Barbour
823c5d5610
Adjusted autotagger tests
2020-03-02 15:45:55 +00:00
Matthew Barbour
ba599d5d1b
Added count to alias editor import
2020-03-02 15:42:09 +00:00
Matthew Barbour
8ff52b9220
Removed rdundant bytes
2020-03-02 15:41:58 +00:00
Matthew Barbour
cff72263dc
Added text to transcode message to indicate file size change
2020-03-02 15:41:43 +00:00
Shish
2f51c14afd
fmt
2020-03-02 15:40:13 +00:00
Matthew Barbour
ec9244d553
Adjusted autotagger tests
2020-03-02 15:39:26 +00:00
Matthew Barbour
70560398e3
Adjusted autotagger tests
2020-03-02 15:34:25 +00:00
Matthew Barbour
b4bde94516
Added auto-tagger extension
2020-03-02 15:24:40 +00:00
Matthew Barbour
3fbbcdd473
Added count to alias editor import
2020-03-02 15:21:27 +00:00
Matthew Barbour
e159194737
Removed rdundant bytes
2020-03-02 14:24:08 +00:00
Matthew Barbour
546f0701a9
Added text to transcode message to indicate file size change
2020-03-02 14:24:08 +00:00
Shish
3844595bd1
modernish js
2020-03-02 09:33:56 +00:00
Shish
e50ff27510
===
2020-03-02 09:19:50 +00:00
Shish
05f0db73ff
don't do prev/next on textarea
2020-03-02 09:19:17 +00:00
Shish
ec7f63ee1f
cache thumbs for 24h instead of forever
2020-02-26 10:42:08 +00:00
Shish
33731e8cb0
separate link formatting for URLs and for plain text
2020-02-25 12:26:56 +00:00
Shish
d97f492aaf
format
2020-02-25 12:18:47 +00:00
Shish
85731ebf65
file-accept
2020-02-25 12:04:37 +00:00
Shish
e2319769c6
Make ArchiveFileHandler inherit from DataHandlerExtension
2020-02-25 12:04:37 +00:00
Matthew Barbour
ea96f415c5
Fixed replace creating a new image instead of replacing, fixed null source causing repalce error
2020-02-24 14:40:08 +00:00
Matthew Barbour
30761e6d1f
Added mime check to svg check so that it doesn't try to load every upload into memory
2020-02-24 14:29:27 +00:00
Shish
e1e161759e
rename handle_static to static_files - stop confusing it with file handlers
2020-02-23 18:48:25 +00:00
Shish
9dcc8b7da1
rename handle_404 to four_oh_four - stop confusing it with file handlers
2020-02-23 18:46:27 +00:00
Shish
174b87d0c4
info show types
2020-02-23 18:38:23 +00:00
Shish
b5e9daeab5
dedupe more data handling
2020-02-23 18:37:22 +00:00
Shish
674d3fc6fa
dedupe create_image_from_data
2020-02-23 18:19:27 +00:00
Shish
394e57103c
tidy
2020-02-23 18:14:35 +00:00
Shish
77fc510bb3
DataUploadEvent already asserts that file exist
2020-02-23 18:14:35 +00:00
Shish
c5d8585824
info command
2020-02-23 18:14:35 +00:00
Shish
4ade3452ee
dedupe getSubclassesOf
2020-02-23 18:14:35 +00:00