Nils Asmussen
9b71bae4a1
Added warning if Imagick is not installed/enabled.
...
If GD is used instead of Imagick, rotating uploaded pictures leads to
a loss of their metadata. Since this is unexpected and maybe a problem,
the diagnostics should show a warning.
This commit displays a warning if it's either not installed or not
enabled in settings.
2016-08-06 16:00:48 +02:00
Nils Asmussen
a1879c2a21
diagnostics: don't assume that gd_info exists ( fixes #565 ).
2016-08-04 23:07:06 +02:00
Quentin Ligier
8bca87e2e4
Better allow_url_fopen check
...
ini_get can return false or an empty string when the setting is
deactivated
2016-03-16 19:52:13 +01:00
Tobias Reich
e8ebf13d09
Fixed incorrect Imagick namespace #471
2016-03-04 23:03:35 +01:00
Tobias Reich
64a7972cb5
Replaced echo with exit
2016-02-07 00:12:28 +01:00
Tobias Reich
34f87367e3
Updated code syntax of Log and Diagnostics
2016-02-06 23:53:17 +01:00
Tobias Reich
c4c2e9169e
Removed thumb quality setting
2016-02-01 09:44:23 +01:00
Tobias Reich
145c3f5147
Namespaces, Plugins via Namespaces, API entry file renamned, Settings::set()
2016-01-26 15:31:53 +01:00
Tobias Reich
aeb62bba48
Moved misc file
2016-01-24 22:30:37 +01:00
Tobias Reich
17e5dba979
Singleton pattern for Settings::get(), Database::get() and Plugins::get()
...
What could properly go wrong? ¯\_(ツ)_/¯
2016-01-24 22:14:20 +01:00
Tobias Reich
d5a03a31f8
Fix for session_start() after sending headers #433
2016-01-24 13:07:25 +01:00
Tobias Reich
33e16041af
Removed $dbTablePrefix definition as defineTablePrefix() will do the same
2016-01-19 11:57:16 +01:00
Tobias Reich
a0f7b72589
Moved GD check in front of the configuration check
2016-01-10 17:17:06 +01:00
Tobias Reich
2a0212e33a
Updated #421 syntax
2016-01-10 13:07:21 +01:00
Tobias Reich
68e992bb18
Merge branch 'master' of https://github.com/Bramas/Lychee into Bramas-master
2016-01-10 12:33:13 +01:00
Tobias Reich
8b32413154
Updated required PHP version to 5.5
2015-11-14 13:08:21 +01:00
Quentin Bramas
361c12be46
Check if a user is logged in before displaying log or seeing system information\n This resolve electerious/Lychee#420
2015-11-04 23:00:57 +01:00
Tobias Reich
ee9434656a
Updated indention to tabs
...
Why? Because Tabs are used everywhere in this project. I hate it, but changing it would take hours…
2015-10-17 21:48:22 +02:00
Peter Hoffmann
9d489a5bfa
Enhancing error message
2015-09-25 13:35:21 +02:00
Peter Hoffmann
4243074a7b
Check for GD-support (JPEG/PNG/GIF)
2015-09-25 13:30:44 +02:00
Tobias Reich
897fad76cf
Added skipDuplicates- and identifier-check to the diagnostics
2015-06-28 23:17:09 +02:00
Tobias Reich
0bc07d5314
Updated sorting check
2015-05-31 11:21:38 +02:00
Tobias Reich
53d0185042
Updated required php version check
2015-05-31 11:18:43 +02:00
Tobias Reich
c47a992f83
Improved permission error #351
2015-05-31 11:18:15 +02:00
Tobias Reich
2497ed4be1
Added allow_url_fopen check #302
2015-04-05 00:55:15 +02:00
Tobias Reich
9278182b10
Updated copyright year
2015-03-29 18:58:15 +02:00
Tobias Reich
083e0962e2
Merge branch 'master' into v3.0.0
2015-02-25 20:55:10 +01:00
Michael Procter
f22966a280
Show currently configured plugins, for debugging
2015-02-21 08:50:38 +00:00
Tobias Reich
17d96ef3d2
Updated order of diagnostics
2015-01-16 19:52:54 +01:00
Tobias Reich
aad919c96f
Fixed version in check-plugin
2014-11-19 23:31:35 +01:00
Tobias Reich
9bdb9174fd
Better permission errors #258
2014-11-06 22:25:27 +01:00
Tobias Reich
85e46bc156
Added permission check for medium/
2014-10-11 00:40:51 +02:00
Tobias Reich
7b787e7904
Fixed warning 'Illegal string offset'
2014-09-27 12:33:53 +02:00
Tobias Reich
bcf281a220
Fixed a bug when ImageMagick is not installed
2014-09-04 21:31:33 +02:00
Tobias Reich
4d74507b06
Fixed a bug with old Lychee installations
2014-09-04 21:22:58 +02:00
Tobias Reich
815606fc66
Updated check
2014-09-04 21:14:57 +02:00
cternes
cab94e8d00
Fixed syntax error in displayLog plugin
2014-08-30 07:22:44 +02:00
cternes
d4a8b77023
Fixed syntax error in check plugin
2014-08-30 07:21:13 +02:00
Tobias Reich
0296b313ee
Added option to disable imagick ( #211 )
2014-08-30 00:11:26 +02:00
Tobias Reich
62b7c2e542
Updated displaylog
2014-08-30 00:01:42 +02:00
Tobias Reich
b079d6663c
Updated check
2014-08-29 23:53:52 +02:00
Tobias Reich
cd7196ef4a
Improved diagnostics
2014-08-28 17:02:27 +02:00
Tobias Reich
c76d781766
Fixed Warning: htmlentities() expects parameter 1 ( #159 )
2014-05-21 11:39:36 +02:00
djdallmann
90e1dacfc3
Added plugins to list errors from database
2014-05-19 16:40:33 +00:00
Tobias Reich
3707677356
Use hasPermissions() in plugins/check/
2014-05-17 23:19:48 +02:00
Tobias Reich
e74ce6b5a5
Fixed settings check ( #139 )
2014-04-26 14:35:17 +02:00
Tobias Reich
09e43263d6
Fixed Lychee location in check-plugin
2014-04-22 12:06:23 +02:00
Tobias Reich
1b56522ebc
Moved check.php to own folder in plugins/
2014-04-22 12:02:49 +02:00
Tobias Reich
95a09df4b8
Updated check.php wo work with v2.5
2014-04-22 11:49:25 +02:00
Tobias Reich
03b6ab14ab
Added check for zip-extension
2014-04-04 15:14:11 +02:00