Johannes Meyer
|
b50091fc21
|
Merge pull request #3747 from Icinga/bugfix/setuptimezone
ApplicationBootstrap#setupTimezone(): ensure a vaild default timezone to be set in any case
|
2019-04-17 14:46:22 +02:00 |
Johannes Meyer
|
96883b101c
|
Merge pull request #3614 from martialblog/update-ldap-documentation
Fix documentation for LDAP Groups
|
2019-04-17 13:59:03 +02:00 |
Johannes Meyer
|
4d0a9fb289
|
DbConnection: Rename getTimezoneOffset() to defaultTimezoneOffset()
refs Icinga/icingaweb2-module-director#1837
|
2019-04-17 12:30:33 +02:00 |
Johannes Meyer
|
f72aa291bc
|
Merge pull request #3610 from Icinga/fix/window-id-cannot-be-used-to-differentiate-containers-3609
Fix window id cannot be used to differentiate containers
|
2019-04-17 11:38:48 +02:00 |
Johannes Meyer
|
c835f02953
|
utils.js: Utilize ids of forms and elements in getCssPath
They're now reliable again :)
fixes #2238
|
2019-04-17 11:25:10 +02:00 |
Johannes Meyer
|
f027bc50e8
|
Merge pull request #3751 from Icinga/fix/php-does-not-strip-trailing-whitespace-3733
Fix php ini parser does not strip trailing whitespace
|
2019-04-17 10:23:10 +02:00 |
Johannes Meyer
|
9d30cfc3b7
|
IniParser: Add work-around for php bug 76965
refs #3733
|
2019-04-17 10:00:42 +02:00 |
Johannes Meyer
|
766d73cb3f
|
IniParserTest: Add case for php bug 76965
refs #3733
|
2019-04-17 09:59:54 +02:00 |
Johannes Meyer
|
14b6e40562
|
DbConnection: Set current user's timezone on the connection
resolves #3525
|
2019-04-16 15:57:27 +02:00 |
Johannes Meyer
|
ed23d12c4f
|
Merge pull request #3749 from Icinga/fix/filter-not-preserved-when-navigating-away-from-the-host-servicegrid-3664
Fix that the filter is not preserved when navigating away from the host-/servicegrid
|
2019-04-16 14:21:27 +02:00 |
Johannes Meyer
|
dc8184ccf1
|
list/servicegroup-grid: Preserve filter when navigating away
refs #3664
|
2019-04-16 13:54:55 +02:00 |
Johannes Meyer
|
da415b8fe6
|
list/hostgroup-grid: Preserve filter when navigating away
refs #3664
|
2019-04-16 13:54:27 +02:00 |
Johannes Meyer
|
6761aecb60
|
list/servicegroups: Preserve filter when switching to grid mode
refs #3664
|
2019-04-16 13:53:54 +02:00 |
Johannes Meyer
|
cd2a0fd6c5
|
list/hostgroups: Preserve filter when switching to grid mode
refs #3664
|
2019-04-16 13:53:03 +02:00 |
Johannes Meyer
|
9073793210
|
Merge pull request #3686 from mrimann/fix/vagrant-box-php-fpm-restart-3527
Fix missing PHP-FPM restart after Puppet provisioning finished
|
2019-04-16 13:32:35 +02:00 |
Johannes Meyer
|
db3cc699f7
|
ArrayDatasource: Store any type of key as a key column's value
fixes #3510
|
2019-04-16 13:26:48 +02:00 |
Johannes Meyer
|
2b938442c4
|
announcements/index: Add filter and sort controls
refs #3414
|
2019-04-16 13:03:54 +02:00 |
Johannes Meyer
|
37df008d7f
|
AnnouncementIniRepository: Don't transform retrieved timestamps to DateTime
refs #3414
|
2019-04-16 13:03:16 +02:00 |
Johannes Meyer
|
032ca7ae50
|
SimpleQuery: Fail in case of missing order columns
refs #3414
|
2019-04-16 12:01:49 +02:00 |
Johannes Meyer
|
e22d7daab6
|
SimpleQuery: Don't fail to order results based on sequenced column arrays
refs #3414
|
2019-04-16 12:00:55 +02:00 |
Alexander A. Klimov
|
5d4cdfe13f
|
ApplicationBootstrap#setupTimezone(): ensure a vaild default timezone to be set in any case
|
2019-04-16 10:35:36 +02:00 |
Johannes Meyer
|
a8832517bf
|
Ido\Query: Add missing `host` and `service` columns to history queries
fixes #3721
|
2019-04-16 10:24:33 +02:00 |
Johannes Meyer
|
924a580297
|
Customvar: Transform only real newlines to `<br>`
fixes #3636
|
2019-04-16 10:10:46 +02:00 |
Johannes Meyer
|
4900040d47
|
js: Restore previous title when closing right column
fixes #3654
|
2019-04-16 09:29:42 +02:00 |
Johannes Meyer
|
7b4ee0c91e
|
service-grid: Add custom focus styles to joystick
Chrome does not show any outline and FF does it weird.
fixes #3520
|
2019-04-16 08:28:16 +02:00 |
Johannes Meyer
|
269f432d58
|
Merge pull request #3735 from dasJ/feature/perf-temperatures
Support temperatures (°C, °F) in perfdata
|
2019-04-16 08:07:38 +02:00 |
Johannes Meyer
|
1cce44453c
|
Merge pull request #3671 from Icinga/bugfix/getrestriction
Monitoring\Controller#getRestriction(): return filters matching all, not none
|
2019-04-16 08:06:55 +02:00 |
Johannes Meyer
|
d8c4fcc517
|
Merge pull request #3661 from Icinga/feature/preserve-scroll-position-upon-form-submits
Preserve scroll position upon form submits
|
2019-04-16 08:04:15 +02:00 |
Alexander A. Klimov
|
d40e85b8a3
|
Monitoring\Controller#getRestriction(): return filters matching all, not none
Filter::matchAny() without any subfilters matches none,
Filter::matchAll() without any subfilters matches all.
|
2019-04-15 16:03:43 +02:00 |
Johannes Meyer
|
cb3528a7be
|
js: Don't scroll to re-focused elements after auto-refreshes
refs #2048
refs #3295
refs #3492
refs #3518
|
2019-04-15 15:42:14 +02:00 |
Johannes Meyer
|
f54f2f8627
|
js: Prevent flickering when refreshing scrolled content
|
2019-04-15 14:27:14 +02:00 |
Mario Rimann
|
7d1573ef33
|
Fix missing PHP-FPM restart after Puppet provisioning finished
refs #3527
|
2019-04-15 12:54:46 +02:00 |
Constantin Matheis
|
885640ef99
|
Show the check source directly below the state the check discovered
|
2019-04-12 14:45:06 +02:00 |
Johannes Meyer
|
6a23a641ac
|
Merge pull request #3678 from Icinga/feature/dont-display-check-now-if-active-checks-are-disabled-3665
Don't allow to reschedule checks for objects with no active checks
|
2019-04-12 10:58:50 +02:00 |
Johannes Meyer
|
52da57e5d4
|
monitoring/doc: Update permission list
|
2019-04-12 10:53:38 +02:00 |
Markus Opolka
|
ed03d40cd5
|
Fix documentation for LDAP Groups
- Information for group_member_attribute was incorrect
- Added information for domain and user_base_dn
|
2019-04-12 10:26:49 +02:00 |
Johannes Meyer
|
c9fa8905e6
|
Merge pull request #3741 from Icinga/fix/tactical-overview-legend-not-properly-affected-by-themes
Fix tactical overview legend badges not properly affected by themes
|
2019-04-12 09:38:04 +02:00 |
Johannes Meyer
|
8fc467ca3c
|
Merge pull request #3714 from ignasr/fix/ldaps-port-3713
use the correct LDAPS port
|
2019-04-12 09:36:33 +02:00 |
ignasr
|
12ee9580a9
|
When using LDAPS, check if the Host field has hostnames with ports and use the value from Port field if not.
|
2019-04-12 08:57:52 +02:00 |
Johannes Meyer
|
33f7d0b8e6
|
Merge pull request #3704 from Icinga/bugfix/br-in-plugin-output-3662
Preserve <br>s in plugin output
|
2019-04-11 14:31:38 +02:00 |
Johannes Meyer
|
eb69a249d3
|
PluginOutputTest: Fix case testMultilineHtmlOutput
|
2019-04-11 14:16:10 +02:00 |
Alexander A. Klimov
|
fff07144c3
|
Preserve <br>s in plugin output
refs #3662
|
2019-04-11 14:16:10 +02:00 |
Johannes Meyer
|
723a2091a8
|
Delete ISSUE_TEMPLATE.md
|
2019-04-10 15:58:52 +02:00 |
Johannes Meyer
|
92ba0a56fd
|
Update issue templates
|
2019-04-10 15:55:25 +02:00 |
Johannes Meyer
|
3fe810ecf9
|
Form: Properly preserve defaults from DateTimePicker elements
fixes #3612
|
2019-04-10 10:51:36 +02:00 |
Jennifer Mourek
|
0f101f9855
|
Use correct classes for the legend badges
|
2019-04-10 09:07:26 +02:00 |
Janne Heß
|
d45c753409
|
Support temperatures (°C, °F) in perfdata
|
2019-04-05 15:28:51 +02:00 |
Johannes Meyer
|
fc99865241
|
Merge pull request #3724 from dgoetz/feature/settings-doc
Add documentation for settings of the monitoring module
|
2019-04-05 11:10:23 +02:00 |
Dirk Goetz
|
d5ac22234b
|
Add documentation for settings of the monitoring module
|
2019-04-05 11:05:05 +02:00 |
Johannes Meyer
|
12e058a5fb
|
Merge pull request #3727 from Icinga/feature/update-favicon
Update favicon
|
2019-04-05 09:46:42 +02:00 |