icingaweb2/library/Icinga
Matthias Jentsch 9e40f5f2c7 Remove option to skip certificate validation to prevent insecure configurations
Skipping certificate validation will allow MITM on every single request and not give any real security over just running unencrypted queries. On top of that, there is no way to configure this behavior from within PHP except of setting environment variables, which is really hacky and has side effects on other requests.

fixes #9607
2015-08-19 16:20:33 +02:00
..
Application Load additional static files for modules, really 2015-08-10 10:00:02 +02:00
Authentication Controller: Create the filter editor in setupFilterControl() ... 2015-08-13 17:05:13 +02:00
Chart lib/chart: Use PHP's DateTime instead of our DateTimeFactory 2015-05-19 11:10:35 +02:00
Cli IcingaException: Add utility method to format exceptions as one-liner 2015-07-24 16:19:20 +02:00
Data Introduce interface Icinga\Data\FilterColumns 2015-08-13 14:21:11 +02:00
Date lib: Add DateFormatter::formatDuration() 2015-05-22 09:49:06 +02:00
Exception Remove superfluous whitespaces in IcingaException 2015-07-28 13:46:32 +02:00
File Conform to coding guidelines 2015-08-10 15:15:40 +02:00
Protocol Remove option to skip certificate validation to prevent insecure configurations 2015-08-19 16:20:33 +02:00
Repository RepositoryQuery: Implement interface FilterColumns 2015-08-13 14:21:39 +02:00
Security Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00
Test lib: Only call Icinga::app()->getRequest() for getting the request outside of a controller 2015-07-30 14:02:44 +02:00
User Fix that preferences can't be stored in a database 2015-03-08 10:19:17 +01:00
Util Fix PHPDoc in the String helper 2015-08-19 12:50:05 +02:00
Web Handle module identification directly in the ActionController 2015-08-19 13:39:46 +02:00
User.php lib: Introduce User::$isHttpUser 2015-07-30 09:31:58 +02:00