11437 Commits

Author SHA1 Message Date
lippserd
f3404c24e5
Merge pull request #3340 from Icinga/bugfix/php-fatal-errors-2216
Unify the look of fatal and non-fatal errors
2018-02-21 09:26:21 +01:00
lippserd
133da1ef91
Merge pull request #3342 from Icinga/bugfix/pdf-export-broken-3338
Pdf: correct DOMPDF directory
2018-02-21 09:25:06 +01:00
lippserd
a89d8fb604
Merge pull request #3350 from xam-stephan/hostgroup-service-url-filter
hostgroups url filter also for services
2018-02-21 09:21:17 +01:00
lippserd
2f2bde28fd
Merge pull request #3358 from Icinga/bugfix/getconfidentialtraceasstring-index-args
IcingaException::getConfidentialTraceAsString(): respect functions which don't take args "by definition"
2018-02-21 09:18:49 +01:00
lippserd
85f010126c
Merge pull request #3363 from Icinga/feature/vagrant-base-profile-install-vim
Vagrant: Introduce base profile and install vim
2018-02-21 09:18:18 +01:00
Michael Friedrich
3ffcbaf29f Vagrant: Install htop as base package 2018-02-20 16:03:01 +01:00
Alexander A. Klimov
d634f40885 Merge branch 'bugfix/translation-user-benutzername' 2018-02-20 10:15:20 +01:00
Alexander A. Klimov
144edcefea Fix German translation of "User" 2018-02-20 10:05:45 +01:00
Michael Friedrich
a87652dcd1 Vagrant: Introduce base profile and install vim
This happened too often with `vim: not found`, so I've patched it.
2018-02-14 11:21:00 +01:00
Michael Friedrich
79c12385ae
Merge pull request #3364 from Icinga/bugfix/vagrant-missing-php-mbstring
Vagrant: Fix missing mbstring PHP module
2018-02-14 11:20:32 +01:00
Michael Friedrich
d6c8b4d8a1 Vagrant: Fix missing mbstring PHP module 2018-02-14 11:19:22 +01:00
Michael Friedrich
b4cb5ecb15
Merge pull request #3360 from Icinga/fix/vagrant-php-cli-scl-path
Vagrant: Install SCL PHP CLI and set PATH
2018-02-14 10:59:03 +01:00
Michael Friedrich
1167893178 Vagrant: Install SCL PHP CLI and set PATH
This avoids having to set `PATH="/opt/rh/rh-php71/root/bin:$PATH" icingacli`
all the time.
2018-02-13 17:27:50 +01:00
Michael Friedrich
6f0d49d139
Merge pull request #3359 from Icinga/fix/vagrant-rh-php-xdebug
Vagrant: Fix package name for PHP xdebug in SCLO
2018-02-13 16:07:37 +01:00
Michael Friedrich
41e78957d7 Vagrant: Fix package name for PHP xdebug in SCLO
refs #3265
2018-02-13 15:48:01 +01:00
Alexander A. Klimov
2355224b05 IcingaException::getConfidentialTraceAsString(): respect functions which don't take args "by definition" 2018-02-13 12:46:06 +01:00
Markus Frosch
5d91ee8b3c
Merge pull request #3354 from mdeguzis/patch-1
protocol is wrong, fcgi, not fgci
2018-02-12 20:03:41 +01:00
Michael T. DeGuzis
91678eec83
protocol is wrong, fcgi, not fgci 2018-02-11 18:04:19 -05:00
Max Stephan
493409b5d7
url filter also for services
use the url filter also for services
2018-02-08 12:01:36 +01:00
Alexander A. Klimov
8e9d385a18 Unify the look of fatal and non-fatal errors
refs #2216
2018-02-07 10:45:20 +01:00
Alexander A. Klimov
cf4af5180a Pdf: correct DOMPDF directory
refs #3338
2018-02-05 17:56:42 +01:00
Alexander A. Klimov
801ccb80f0 Merge branch 'bugfix/page-not-found-error' 2018-01-26 16:26:08 +01:00
Alexander A. Klimov
0fca1a0ee4 Display messages of routing-time errors as expected 2018-01-26 15:11:28 +01:00
Alexander A. Klimov
f2f9ab5bc0 Merge branch 'bugfix/confidential-stacktrace-errors-3318'
fixes #3318
2018-01-25 15:27:29 +01:00
Alexander A. Klimov
276d4f7e67 IcingaException::getConfidentialTraceAsString(): don't fail on internal functions
refs #3318
2018-01-25 14:20:41 +01:00
Alexander A. Klimov
72ec132f25 Correct interfaces to conform to PHP 7.2+ 2018-01-24 11:50:10 +01:00
Alexander A. Klimov
cf9307fcc4 Donut: conform to PHP 5.3 2018-01-24 11:07:37 +01:00
Alexander A. Klimov
7f5962dfae FilterQueryString: fix typo 2018-01-24 10:31:57 +01:00
Alexander A. Klimov
7ae6e537d1 TemporaryLocalFileStorage::__destruct(): handle symlinks as expected 2018-01-24 10:28:58 +01:00
Thomas Gelf
02e24699fd
Merge pull request #3306 from Icinga/bugfix/plugin-class-loadable
Plugin: make class loadable
2018-01-24 10:27:07 +01:00
Alexander A. Klimov
c717ebeb94 Make Plugin class loadable 2018-01-24 10:21:37 +01:00
lippserd
6f5d0a16f9
Merge pull request #3300 from Icinga/release/2.5.1
Prepare release version 2.5.1
v2.5.1
2018-01-22 14:16:20 +01:00
Eric Lippmann
56d28a6c14 Prepare release version 2.5.1 2018-01-22 13:47:41 +01:00
lippserd
ac848fdea2
Merge pull request #3299 from Icinga/bugfix/html-in-plugin-output-leads-to-js-errors-3298
actiontable.js: Use `event.currentTarget` instead of the closest tr
2018-01-22 13:36:37 +01:00
lippserd
02b4a82037
Merge pull request #3263 from Icinga/bugfix/password-logged-cleartext-2810
Censor arguments in stack traces
2018-01-22 13:35:52 +01:00
Johannes Meyer
7483a168f9 actiontable.js: Use event.currentTarget instead of the closest tr
This event is triggered due to delegation. If any onclick event is able
to bubble up this far that it gets triggered we can safely use whatever
it has been triggered for. (i.e. it can only be a tr[href])

refs #3298
2018-01-22 13:23:28 +01:00
Alexander A. Klimov
ff6fbdf5f2 Censor arguments in stack traces
refs #2810
2018-01-22 10:28:47 +01:00
lippserd
d0aa39007a
Merge pull request #3273 from Icinga/bugfix/iframe-dashboard
Improve rendering of iframes in the dashboard
2018-01-22 09:42:25 +01:00
lippserd
3b6699d28d
Merge pull request #3294 from Icinga/feature/use-new-purifier-helper-for-plugin-output
Use new purifier helper for plugin output
2018-01-19 16:55:30 +01:00
Johannes Meyer
d9978d19a4
Merge pull request #3290 from Icinga/bugfix/missing-validate-configuration-3233
UserGroupBackendForm: add button "Validate Configuration"
2018-01-19 16:32:09 +01:00
Alexander A. Klimov
7106de5aa2 DbUserGroupBackend: implement Inspectable
refs #3233
2018-01-19 16:31:24 +01:00
Alexander A. Klimov
7227e10824 LdapUserGroupBackend: implement Inspectable
refs #3233
2018-01-19 16:31:24 +01:00
Alexander A. Klimov
117bcc5962 UserGroupBackendForm: add button "Validate Configuration"
refs #3233
2018-01-19 16:31:24 +01:00
lippserd
0b9ae48530
Merge pull request #3288 from Icinga/bugfix/performance-problem-lots-of-performance-data-2894
Performance data: render pie charts without freezing the UI
2018-01-19 16:16:54 +01:00
Johannes Meyer
e8fa99f913 PluginOutput: Use new PluginOutputPurifier helper instead 2018-01-19 16:16:35 +01:00
Johannes Meyer
42b685d336 Introduce class Icinga\Module\Monitoring\Web\Helper\PluginOutputPurifier 2018-01-19 16:16:35 +01:00
Alexander A. Klimov
f2b2b6a91a Performance data: render pie charts without freezing the UI
refs #2894
2018-01-19 16:14:42 +01:00
lippserd
ce428cb77d
Merge pull request #3146 from Icinga/bugfix/links-in-announcements-2641
Render HTML in announcements' messages as expected
2018-01-19 16:13:59 +01:00
Alexander A. Klimov
e86566f634 css: Make links in announcements blue, @icinga-blue
refs #2641
2018-01-19 16:12:53 +01:00
Johannes Meyer
e59fa13786 Announcements: Render HTML in announcment messages
refs #2641
2018-01-19 16:12:53 +01:00