Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several fixes #208

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Several fixes #208

wants to merge 2 commits into from

Conversation

kmorinCL
Copy link

fixes #207 Deny access to the registration if it has been disabled: I just do not display the link in the login form.
fixes #97 a waiting icon should appear when resized is being generated: I added a loading gif background to the bigImage div

Niluge-KiWi pushed a commit to Niluge-KiWi/PhotoShow that referenced this pull request Aug 4, 2024
41ba6f3 Merge branch 'master' of https://github.com/JamesHeinrich/phpThumb
84f600d v1.7.22-202312071641 changelog
3d2b3ed Merge pull request thibaud-rohmer#218 from halftrainedharry/patch-type-mixed
98d8766 PHP8 compatibility
d42779f remove type mixed
7ee966b v1.7.21-202307141720
e0c2308 Merge pull request thibaud-rohmer#216 from christianzingg/master
ecd03a7 added __set magic method to get rid of PHP 8.2 deprecation warning (Dynamic Properties are deprecated)
4036365 Merge pull request thibaud-rohmer#215 from quentinwolf/patch-1
de946a8 Update phpthumb.class.php
824fa20 Merge pull request thibaud-rohmer#213 from honzito/fix-forupstream
7becab0 Merge remote-tracking branch 'origin/fix-forupstream' into fix-forupstream
3e960a9 fixes for php 8.2 (PHP 8.2 complains, if the string parameter to function is null or inf parameter is floet. Now typecasted to right form, so the phpThumb.demo.demo.php works with both - ImageMagick and GD)
be50bc6 Merge pull request thibaud-rohmer#212 from honzito/fix-forupstream
fc35047 fixed "Deprecated: explode(): Passing null to parameter thibaud-rohmer#2 ($string) of type string is deprecated" for PHP 8.2
d5d307b Merge pull request thibaud-rohmer#211 from honzito/fix-forupstream
92016ae fixes to be able to make pull request to upstream
972f296 quality parameter q=1-100 now works for ImageMagick backend (from v 7.0.8-68) and fixed is also caching webp images with different quality q
d9fd1da Merge branch 'JamesHeinrich:master' into master
91ad74c Merge pull request thibaud-rohmer#208 from deni2s/master
d7c0237 Fixes warnings at least for PHP 8.2
1bd196e Merge branch 'master' of https://github.com/JamesHeinrich/phpThumb
ecfdc30 EnsureDirectoryExists fix for UNC paths
a5f40d6 Merge pull request thibaud-rohmer#207 from deni2s/master
2953d3f Removes deprecation warnings at least on PHP 8.2
6c642aa Merge branch 'master' of https://github.com/JamesHeinrich/phpThumb
3db137e v1.7.20-202212091316 changelog
efa0bf6 Merge pull request thibaud-rohmer#203 from thomascorthals/file-get-contents
1af7328 Support https in file_get_contents polyfill
2d18d18 Merge pull request thibaud-rohmer#202 from Maef/@-operator-fix-2
099cad6 Merge pull request thibaud-rohmer#201 from Maef/@-operator-fix
36d47f2 Merge pull request thibaud-rohmer#200 from Maef/avif-fix
db87753 Test if property is set when testing array (@ operator fix)
395c4f9 Indent fix
073c52a Test if file exists when getting modified time (@ operator fix)
f08e792 Indent fix
1343498 IMAGETYPE_AVIF not included in ImageTypeToMIMEtype()
f580578 Merge branch 'master' of https://github.com/JamesHeinrich/phpThumb
af7e2b7 v1.7.19-202210110924 changelog
b3dd953 Merge pull request thibaud-rohmer#196 from Maef/master
a9cfb04 Curly brace syntax on array elements has been removed in PHP 8.0
3a8b3d1 Merge pull request thibaud-rohmer#195 from arturmamedov/git-ignore
bddf0d3 Merge pull request thibaud-rohmer#194 from arturmamedov/feature_composer-autoload-dump
93814c8 Git - `.gitignore` composer.lock ignored by default
7702a7e Git - Added more staff to `.gitignore`, and removed duplicated
84f55d1 Composer - script `post-autoload-dump` with copy config and high security key generation
0841d91 Merge pull request thibaud-rohmer#193 from arturmamedov/feature_key-generate-config
fc8d819 Composer - script `hsp-generate` for generate High Security Password automatically
c101638 Merge pull request thibaud-rohmer#192 from arturmamedov/feature_copy-config
e114759 Composer - script copy-config that copy the .default config to the .php one
9914236 IMAGETYPE_AVIF not defined
6da7599 v1.7.18-202208061319 changelog
7240f89 add AVIF support
f9332b0 demo.check memory limit tweaks
c74b2e3 PHP8 compatibility
4d954f4 Update phpthumb.class.php
76e13e9 Update phpthumb.class.php
cdde823 Fix some potential null-parameter warnings
b152386 Merge branch 'JamesHeinrich:master' into master
6be9d25 PHP8 compatibility
f1f6cd6 Merge pull request thibaud-rohmer#185 from ggppdk/php8_fixes
2485820 PHP 8 fixes: warning for required after optional param and fatal errors for non-existing methods
b1f66c8 v1.7.18-202110211855
e5809a0 Merge pull request thibaud-rohmer#183 from mimrock/better_message_auth
f320562 Fix missing key
5fd133d Revert filerename
82535e9 Do not sleep after a failed verification
d02648b Use hmac for message authentication
1ef2db6 v1.7.17-202109221111 changelog
427d0b9 Merge pull request thibaud-rohmer#181 from verstratenbram/master
2c1449a Add webp to ImageCreateFromFilename
5f84ff9 thibaud-rohmer#178 Missing quality parameter in webp
3df5e11 Merge pull request thibaud-rohmer#177 from wfoojjaec/patch-1
ddb7078 PHP 8 compatibility
1421100 file_get_contents instead of readfile
95da954 thibaud-rohmer#171 problem with class_exists and autoloading
79aa5b2 v1.7.16-202012161640 changelog
d1ca56c readme "f" format list incomplete
a2f5546 Bad call to $this inside static function
88cc3bb realPathSafe() issues on Windows
ddf9e5d Merge branch 'master' of https://github.com/JamesHeinrich/phpThumb
0ff5b37 realPathSafe() issues on Windows
fefa73f Merge pull request thibaud-rohmer#166 from dleffler/master
2e4249d EnsureDirectoryExists fixes for Windows
a5bf7b6 Additional fix PHP v8 correct inverse logic code
9dd9ed4 Merge pull request thibaud-rohmer#162 from dleffler/master
2e12cfa Fix PHP v8 change GdImage from resource to object
3cfbe5a Update composer.json
bc0fa33 license update & file structure organization
37b4829 Merge branch 'master' of https://github.com/JamesHeinrich/phpThumb
1766fa7 bugfix thibaud-rohmer#158: ImageCropAuto "ica" parameter
88d4c50 Merge pull request thibaud-rohmer#156 from christianzingg/master
66ec00a dealing with null and string empty
8dd875d bugfix thibaud-rohmer#154 Wrong regular expression for external image source
cd68d85 bugfix thibaud-rohmer#154 Wrong regular expression for external image source
b7c1d86 phpThumbConfigFileVersion
ea23351 1.7.15-202004301145
0d83dfc v1.7.15 changelog
6d39115 PHP 7.4 curly brace substring compatibility
ccb96f3 PHP 7.4 curly brace substring compatibility
11b318e bugfix thibaud-rohmer#149 Magic Quotes deprecated in PHP 7.4
7c0535f Merge pull request thibaud-rohmer#148 from sashabeep/patch-1
f60789b Update curly braces syntax
f0fbf2b Merge pull request thibaud-rohmer#146 from zatomant/patch-1
43febc4 Merge pull request thibaud-rohmer#147 from zatomant/patch-2
e8de312 Update phpthumb.functions.php
ddde22d Update phpthumb.class.php
a9c2058 Merge pull request thibaud-rohmer#144 from evolvens/patch-13082019
f558079 Fix class exists
87cc3b2 Revert "Fix class exists"
15b4be3 Fix class exists
4d2d925 Merge pull request thibaud-rohmer#142 from cornernote/patch-1
6f0b72f allow transparent background when using far
3ce78b0 Merge pull request thibaud-rohmer#140 from stefansielaff/master
6c0b434 PHP parse_url return user/pass instead of username/password
08f57de Merge pull request thibaud-rohmer#137 from petyagrill/master
e502271 fix default bg color when converting image with transparency to a non-alpha-capable format (e.g. JPEG)
62148a8 Merge pull request thibaud-rohmer#136 from petyagrill/master
fccc1d5 fixed a problem with transparency when converting PNG to WEBP
8427b19 Merge pull request thibaud-rohmer#135 from petyagrill/master
ecef341 added WEBP in $AvailableImageOutputFormats for converting images to webp
884abbd add basic support for WebP
9e9c263 Merge pull request thibaud-rohmer#134 from tmgreensolutions/master
6b3893b Removed unnecessary backslash
d1803f0 fix fsockopen http status text
59009a3 Merge pull request thibaud-rohmer#133 from petyagrill/master
dbc093e fix wmi and wmt filters
ab89d9d Merge pull request thibaud-rohmer#131 from joomla-ua/Patch-1-05.10.2018
1eccf1d Merge branch 'master' into Patch-1-05.10.2018
eb3661b Merge pull request thibaud-rohmer#129 from joomla-ua/Patch-3.04.10.2018
5433762 fix coma
eda1a90 preg_match typo
a81a3ce Merge pull request thibaud-rohmer#128 from joomla-ua/Patch-2.04.10.2018
de41b95 Merge pull request thibaud-rohmer#132 from joomla-ua/Patch-2-05.10.2018
3355ea5 Remove the brackets
418070e Optimization. Change double quotes to single quotes
3afd185 Merge pull request thibaud-rohmer#130 from joomla-ua/Patch-4.04.10.2018
5f01323 Merge pull request thibaud-rohmer#127 from joomla-ua/Patch-1.04.10.2018
220f1d7 Security
6af2f83 Performance
00e959f Performance
376ece7 Refactoring artifacts
1942c14 Merge pull request thibaud-rohmer#126 from pochepochka/overlay_on_transparent
2787d7a overlay on transparent image
2416d37 Merge pull request thibaud-rohmer#125 from pochepochka/imagemagick_filters
23e2da3 missing $successfullyProcessedFilters in "clr" filter after imagemagick commands
09ebb18 bugfix thibaud-rohmer#123 - improved default thumbnail filename
8159c54 bugfix thibaud-rohmer#120 - Undefined variable: scheme
1fc28a6 bugfix thibaud-rohmer#119 URLschemeDefaultPort
bb3ecb6 bugfix thibaud-rohmer#18 improved URLreadFsock port handling
4bb058e Merge pull request thibaud-rohmer#113 from mbolli/master
ad10ec9 fix tabs
b890722 fixes PNGs losing transparency while converting (JamesHeinrich/phpThumb#92)
181b232 bugfix thibaud-rohmer#108 line height for wmt text overlay filter
2804ac9 Merge pull request thibaud-rohmer#106 from joomla-ua/patch-14022018-1
5a5cceb Fix bug for PHP 5.6
638c87c Merge pull request thibaud-rohmer#105 from joomla-ua/patch-13022018-8
f0f9c03 Merge pull request thibaud-rohmer#101 from joomla-ua/patch-13022018-4
b505361 Merge pull request thibaud-rohmer#100 from joomla-ua/patch-13022018-3
94d01ed Merge pull request thibaud-rohmer#99 from joomla-ua/patch-13022018-2
83697c3 Performance code
9f3834f Apply short notation
c1caff5 Apply configured class reference style. Replaced by 'self'
8f94124 Redudant closing tag
9b3641f composer.json license string
720e5be Merge pull request thibaud-rohmer#96 from joomla-ua/patch-08022018-4
52c8acd Merge branch 'master' into patch-08022018-4
2cb51f6 Merge pull request thibaud-rohmer#95 from joomla-ua/patch-08022018-1
806db5f Merge pull request thibaud-rohmer#97 from joomla-ua/patch-08022018-7
3feb822 Declare public
a6d6e08 Language level migration fixes
1726e41 Performance fixes
3900a00 bugfix thibaud-rohmer#94: cannot declare class phpthumb_functions
2575c3e bugfix thibaud-rohmer#93: ImageMagick unsharp amount/threshold
4c57d7c demo.check ImageMagick features array error
47cdce5 Merge pull request thibaud-rohmer#91 from foufos/master
1dc2369 Remove invalid getimagesize call
7c4a12a Missing config_ prefix in allow_local_http_src
551aeb7 Merge pull request thibaud-rohmer#90 from arturmamedov/fix-globalPHPTHUMB_CONFIG
f14e72b Missed `$PHPTHUMB_CONFIG` var FIXED! By adding it to global
bf1d1d0 "far" missing ImageMagick codepath
674ef86 phpThumb.config DIRECTORY_SEPARATOR
a5019fb ImageMagick v7+ parameter order (in, op, out)
09ad0ce ResolveFilenameToAbsolute() error message
2b4a253 Merge pull request thibaud-rohmer#82 from joomla-ua/master
e0eec76 Small fixed
441a7a5 Merge pull request thibaud-rohmer#81 from joomla-ua/master
d091873 require PHP 5.3.0
036d91f Merge pull request thibaud-rohmer#80 from joomla-ua/master
79716ae Replace dirname(__FILE__) to __DIR__
c38fce9 Merge pull request thibaud-rohmer#79 from ka7/feature/spelling
574a4cf spelling fixes
b46a4bb Merge pull request thibaud-rohmer#78 from kulmjens/patch-1
c3bbffa AllowOutputEnlargement & Zoom-crop
5142f72 phpThumb.config.php.default version number
6a9d994 ImageMagick -flatten vs PNG transparency
2a809b5 Merge pull request thibaud-rohmer#76 from ggppdk/patch-1
c61d25b Fix memory limit detected as only a few bytes when lowercase is used e.g. 256m fails and only 256M is detected correctly
c319417 Merge pull request thibaud-rohmer#75 from Jako/patch-1
a5e45be Improved InitializeTempDirSetting
2bb92f6 Merge pull request thibaud-rohmer#74 from aland/patch-1
d639298 Avoid parse error
3bd90be UTF8 encoding
392ff30 declare $PHPTHUMB_CONFIG global
70fb8ae v1.7.14 changelog
51af297 demo.showpic
85b34d0 demo.showpic
3578bda demo.gallery updates for phpThumbURL
5374285 Merge pull request thibaud-rohmer#71 from othmar52/master
8bccbf7 configurable fileCreateMask and dirCreateMask
e9a8cea PNG transparency
6d672f2 set a default timezone if one is not set
fa6d905 bugfix: G69 - overlay margins
eecd61e ResolveFilenameToAbsolute() backreferences
0277d81 added initializations of variables, removed superfluous variables et al
43e1b43 lowercase all PHP function names
e3f3539 code cleanup
33cf5d5 bugfix: thibaud-rohmer#64 - Can't put thumbnail into a frame
a094bda Undefined variable $mask_filename
093ad5e bugfix #1014 - PDF thumbnail not rendered correctly
162ae70 demo.showpic security fix
7603dc1 demo.showpic security fix
537616b ImageMagick version string trim
98292ee Merge pull request thibaud-rohmer#58 from jasonkhanlar/master
e3e1d35 Typo: Elipse to Ellipse
6c93acb bugfix #1008: phpThumbURL problems with fltr
ca27c70 bugfix #1008: phpThumbURL accept array paramters
1ccb3d5 Improved cache headers
8acb440 Merge pull request thibaud-rohmer#51 from benyounesmehdi/patch-1
4d26511 Fixed a problem in SafeURLread()
e4b82f9 Merge pull request thibaud-rohmer#50 from gavrochelegnou/patch-1
0dafb58 Making http Expires header match the cache_maxage config value
6572aa1 config_memory_limit now stores Bytes not MegaBytes
af0a4d3 Merge pull request thibaud-rohmer#49 from doenietzomoeilijk/patch-1
5988a39 Remove second else
a04613e Remove autogenerated conflict comments
61323be Merge remote-tracking branch 'origin/master'
74c7a6d MySQLi support
9f3a49e Merge pull request thibaud-rohmer#47 from exside/patch-2
067137e Remove trouble-making degree character and update version
702caa6 Merge pull request thibaud-rohmer#46 from exside/patch-1
77ffc00 Update phpthumb.class.php for compatibility with PHP7
f32c121 include config file checks in demo.chec
b999c74 config description of disable_debug
e33e9b9 Fail when memory_limit = -1
4d2694f Problem accessing source image of HTTPS
70c706f G:35 No temp directory set
9d2be24 config_disable_realpath
bd4d594 G:33 realpath not working on some systems
fcc8ead bugfix [#991] ImprovedImageRotate not static
3397f99 Merge pull request thibaud-rohmer#29 from hubdotcom/patch-1
682b270 Set Last-Modified header on all requests
6358d6f Merge pull request thibaud-rohmer#28 from hubdotcom/patch-2
41102aa Fixed incorrect use of Last-Modified header
b917b9b Merge pull request thibaud-rohmer#27 from hubdotcom/patch-1
6185730 Fix filename for downloaded images
e3953ff [bugfix: G19] phpThumbURL() rawurlencode
93c52ae [bugfix: G26] ImageInterlace in RenderOutput()
6e5dcac [bugfix: #775] file_exists_ignoreopenbasedir
b54fbc3 escapeshellarg disabled workaround
04d7a3d [bugfix: #977] $PHPTHUMB_DEFAULTS not working
813c93a [bugfix: G24] enable ImagePNG quality
0f33af6 [bugfix: G21] incorrect phpThumbConfigFileVersion in default config

git-subtree-dir: src/phpthumb
git-subtree-split: 41ba6f382e1c406b645b8ba47eec101f34e2323f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant