diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-17 13:54:16 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-17 13:54:16 -0800 |
commit | eb1e9edd333161ae600d91ef49ef09dc04fce473 (patch) | |
tree | 0feb65125342ea213bc0ba57b82c320308dfb3d9 /doc | |
parent | ab363e31322d699ee53f052d5198c3a7680f8cc8 (diff) | |
download | volse-hubzilla-eb1e9edd333161ae600d91ef49ef09dc04fce473.tar.gz volse-hubzilla-eb1e9edd333161ae600d91ef49ef09dc04fce473.tar.bz2 volse-hubzilla-eb1e9edd333161ae600d91ef49ef09dc04fce473.zip |
svg thumbnails have security concerns. Added thumbnail security setting and hook to generate other thumbnails - a plugin for text file thumbnails isn't too difficult (using imagemagick lib), however it's a tossup whether we do this at file submission time or at render time for performance reasons. Perhaps both options should be available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hooklist.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 1192a1506..5b34ef0ca 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -229,6 +229,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/feature_settings_post]feature_settings_post[/zrl] called from settings page when posting from 'addon/feature settings' +[zrl=[baseurl]/help/hook/file_thumbnail]file_thumbnail[/zrl] + called when generating thumbnail images for cloud page in 'view tiles' mode + [zrl=[baseurl]/help/hook/follow]follow[/zrl] called when a follow operation takes place |