12335 Commits

Author SHA1 Message Date
p4k8
0e3be14f96 Add Ukrainian language support 2019-06-23 21:48:32 +03:00
Johannes Meyer
23776152eb layout: Add base path
refs #2916
2019-06-06 08:16:12 +02:00
Johannes Meyer
dbd5e064ff
Merge pull request #3812 from Icinga/fix/cli-css-path
CLI: Fix CSS path
2019-06-05 14:09:24 +02:00
Johannes Meyer
40e27f8e2a LdapConnection: Properly render logical NOTs with only single expression
fixes #3818
2019-06-05 12:59:36 +02:00
Eric Lippmann
b9c2c45af1 CLI: Fix CSS path
CLI commands which require our LESS parser had no access to our CSS
because the public path was set to the path of the icingacli executable
which is most likely bin.
2019-06-04 09:43:39 +02:00
Johannes Meyer
09090bcf9f
Merge pull request #3553 from oliverrahner/patch-1
Enable `$user:local_name$` placeholder in restrictions
2019-06-04 07:33:51 +02:00
Oliver Rahner
6ad74ef1cc
renamed variable $currentUser$ to $user:local_name$
updated docs, too
2019-06-03 23:56:21 +02:00
Johannes Meyer
d560ab011c
Merge pull request #3805 from Icinga/bugfix/fix-navigation-level-2-indent
Fix the indentation of level-2 nav-items
2019-05-29 10:35:47 +02:00
Florian Strohmaier
b6adf2caef CSS: Fix navigation level-2 indentation 2019-05-28 16:30:43 +02:00
Florian Strohmaier
d3f9f82238 CSS: Fix rounding error for font-size-small 2019-05-28 16:30:17 +02:00
Johannes Meyer
ba5f6b1745
Merge pull request #3794 from Icinga/feature/allow-to-fully-customize-click-and-submit-handling-3767
Allow to fully customize click and submit handling
2019-05-27 14:55:07 +02:00
Loei Petrus Marogi
302422d814 Allow to fully customize click and submit handling
resolves #3767
2019-05-27 14:34:38 +02:00
Johannes Meyer
96f3807610 GettextTranslationHelper: Properly fix module source paths 2019-05-27 11:02:34 +02:00
Johannes Meyer
5961f43aa9
Merge pull request #3781 from mdetrano/bugfix/cant_search_for_output_in_event_history_2266
Fixes 2266.  Special handling of notification 'output' field.
2019-05-27 08:29:34 +02:00
Johannes Meyer
a2d82c2365
Merge pull request #3783 from Punkoivan/master
Added info about icingaweb endpoint into "System -> Monitoring Health" section
2019-05-27 08:28:00 +02:00
Marc DeTrano
5e5a5c68cc Fixes 2266. Special handling of notification 'output' field to avoid using aggregate function in WHERE clause of query...which dumps an error
style fixup, exact === usage
2019-05-24 17:04:02 -06:00
PunkoIvan
20614a8cea
updated with requested changes from PR 3783 2019-05-24 21:01:57 +03:00
Johannes Meyer
b4979b75a9
Merge pull request #3723 from Icinga/feature/ctrl-click-does-not-open-links-in-new-tab-3722
Make ctrl-click open new tab
2019-05-24 13:01:52 +02:00
Jennifer Mourek
b6f8df5ddc Disallow new tab opening on anything but anchors 2019-05-24 11:09:05 +02:00
Johannes Meyer
82d6b22697
Merge pull request #3775 from Icinga/bugfix/improve-mobile-menu
Improve mobile menu
2019-05-24 10:56:02 +02:00
Johannes Meyer
a063cc9dcf
Merge pull request #3247 from mdetrano/feature/improve-eventgrid-performance-12732
Improve Event Grid performance
2019-05-24 07:53:21 +02:00
Jennifer Mourek
1c666d88e6 Prevent new tab opening in tables and href="#" 2019-05-23 11:04:11 +02:00
Johannes Meyer
3a1876e018
Merge pull request #3792 from Icinga/fix/multiple-announcements-broken-without-js
Multiple announcements broken without javascript
2019-05-23 10:46:05 +02:00
Johannes Meyer
dcbb477d3a AnnouncementIniRepository: Also fetch column start in findActive() 2019-05-23 10:05:14 +02:00
Johannes Meyer
3b82fffca9
Merge pull request #3766 from Icinga/fix/dont-trigger-rendered-event-for-redirects
loader.js: Return in onComplete upon handled redirects
2019-05-23 09:08:23 +02:00
mdetrano
c05d15c427
Update modules/monitoring/library/Monitoring/Backend/Ido/Query/EventgridservicesQuery.php
extra line fixup, as suggested

Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
2019-05-22 13:29:12 -06:00
mdetrano
2ecfcd2860
Update modules/monitoring/application/controllers/ListController.php
use form value for object type, as suggested

Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
2019-05-22 13:28:47 -06:00
mdetrano
9470268f50
Update modules/monitoring/application/controllers/ListController.php
Use form value for from, as suggested

Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
2019-05-22 13:28:24 -06:00
Johannes Meyer
bc1371bad7
Merge pull request #3779 from Icinga/fix/broken-tests-if-module-requires-its-own-config
tests: Don't include non-enabled modules
2019-05-22 12:53:09 +02:00
Johannes Meyer
2aff4eebe4
Merge pull request #3776 from chisatohasimoto/icingaweb2_1
Add Japanese language support
2019-05-22 12:46:25 +02:00
Johannes Meyer
de82dbe2ab
Merge pull request #3778 from Icinga/fix/browser-language-not-used-3750
Also adjust env var `LANGUAGE` when setting up the locale
2019-05-22 12:45:33 +02:00
Johannes Meyer
970eb6c56a tests: Don't include modules which provide a phpunit.xml
Some modules may require their very own phpunit configuration in order to run.
2019-05-22 12:43:29 +02:00
Johannes Meyer
ed21fe280e
Merge pull request #3625 from Icinga/bugfix/web-serve
icingacli web serve: preserve console colors and avoid redundand process
2019-05-22 12:22:10 +02:00
Johannes Meyer
5d9aa0895f
Merge pull request #3570 from MVKozlov/patch-1
Return non-zero on display usage
2019-05-22 12:21:46 +02:00
Johannes Meyer
687c28acd1
Merge pull request #3743 from Icinga/feature/add-colorblind-theme
Add colorblind theme
2019-05-22 12:21:16 +02:00
Johannes Meyer
13ab1292e5 doc: Utilize https:// where possible 2019-05-22 08:48:53 +02:00
Johannes Meyer
8d8ced0056
Merge pull request #3790 from bocoup/apt-secure-key
Update documentation to fetch keys securely
2019-05-22 08:19:30 +02:00
Mike Pennisi
fd77c40e39 Update documentation to fetch keys securely
Instruct users to retrieve APT keys via a secure connection to avoid
man-in-the-middle attacks.
2019-05-21 17:41:12 -04:00
Jennifer Mourek
e90c4430c1 Adjust documentation 2019-05-21 15:40:16 +02:00
Jennifer Mourek
26d696372f Exclude multiselect rows from the open new tab feature 2019-05-21 15:06:16 +02:00
Max Kozlov
27d12163c4 Icingacli should return UNKNOWN code, showUsage() also should return non-zero 2019-05-21 09:48:38 +03:00
PunkoIvan
d5fd559a82
added info about icingaweb endpoint
added info about icingaweb endpoint when using IcingaWeb in HA mode.
2019-05-19 21:18:17 +03:00
Jennifer Mourek
eafc6cf356 Add colorblind theme 2019-05-16 08:47:57 +02:00
Johannes Meyer
467cabea77 vagrant: Make tests working out of the box, again 2019-05-13 09:25:31 +02:00
Alexander A. Klimov
59708bb0f7 icingacli web serve: redirect standard I/O to /dev/null after fork(2) 2019-05-10 18:07:55 +02:00
Johannes Meyer
4af672fdfa Translator: Also adjust env var LANGUAGE when setting up the locale
fixes #3750
2019-05-10 12:33:31 +02:00
Johannes Meyer
ef470b3c1d
Merge pull request #3655 from Icinga/bugfix/setup-cli-webserver-config-fpm-enabled
Setup: Allow to enable FPM
2019-05-08 09:29:13 +02:00
chisatohasimoto
65a0223b92 Add Japanese language support doc 2019-05-08 09:21:34 +09:00
chisatohasimoto
ba6bef18f8 Add Japanese language support monitoring 2019-05-08 09:19:58 +09:00
chisatohasimoto
1ee8c67403 Add Japanese language support setup 2019-05-08 09:17:48 +09:00