Yonas Habteab
8a5251a3a1
CSS: Adjust application state summary notification design
2021-11-02 08:58:38 +01:00
Florian Strohmaier
f3c16ee907
forms.less: Optimize legend styles
...
refs #4571
2021-10-29 14:07:42 +02:00
Florian Strohmaier
a6052c3608
menu: Fix `.state-badge` in .active `.nav-level-2 li` alignment on firefox
...
refs #4565
2021-10-28 18:08:57 +02:00
Florian Strohmaier
1621588bdd
base.less: Tint light theme gray vars
...
refs #4565
2021-10-27 17:44:37 +02:00
Florian Strohmaier
bdfb75023f
PreferenceForm: Add `.theme-mode` class to theme mode control-group
...
refs #4562
2021-10-26 16:49:15 +02:00
Florian Strohmaier
ea5560756b
CSS: Fix #notifications layout on mobile
...
refs #4562
2021-10-21 15:59:47 +02:00
Florian Strohmaier
c672fdffc8
responsive.less: increase `#header-logo` size
...
refs #4562
2021-10-20 17:55:06 +02:00
Florian Strohmaier
1ae6ee9615
layout.less: Increase `#mobile-menu-toggle` size
...
refs #4562
2021-10-20 17:54:33 +02:00
Florian Strohmaier
9b71c04fc1
layout-structure.less: Remove inset shadow for mobile
...
refs #4562
2021-10-20 17:54:00 +02:00
Johannes Meyer
18188f7185
loader.js: Don't load a redirect in col1, if col2 has similar content
...
fixes Icinga/icingadb-web#284
2021-10-08 17:12:13 +02:00
Ravi Kumar Kempapura Srinivasa
72e63dd0a1
Update selection-info-count immediately on selection
...
The selection-info-count at the left bottom of host or service info needs to be updated immediately after selection.
Hence use the already defined ´count´ to update the selection info on click. Also, avoid refreshing the active columns.
2021-10-08 15:46:05 +02:00
Johannes Meyer
908adc66c1
js: Don't focus the announcment container
...
fixes #4543
2021-10-07 15:19:10 +02:00
Johannes Meyer
7ae8f26b92
js: Really maintain refresh interval over redirects
...
fixes #4549
2021-10-07 14:29:57 +02:00
Florian Strohmaier
e121022a4f
modal.less: Align .close button
2021-10-07 11:05:17 +02:00
Johannes Meyer
736957f7c3
Merge pull request #4548 from Icinga/fix/compress-comment-detail
...
Compress comment detail in Hosts detail and Comments list.
2021-10-07 11:04:38 +02:00
Ravi Kumar Kempapura Srinivasa
be3a722a28
Compress comment detail in Hosts detail and Comments list.
2021-10-07 10:44:10 +02:00
Johannes Meyer
dcf394eaa6
modal.js: Don't disable inputs before the actual form submit is done
...
fixes Icinga/icingadb-web#376
2021-09-27 14:10:48 +02:00
Johannes Meyer
8ac8271edd
Merge pull request #4538 from Icinga/fix-multi-modal-windows-and-submit-4525
...
Fix multi modal windows and submit
2021-09-27 12:12:39 +02:00
Alexander A. Klimov
6e1ab2c0ea
/monitoring/tactical: fall back to unknown services if none critical
...
refs #4494
2021-09-23 15:17:33 +02:00
Alexander A. Klimov
8b651d5f13
Donut: allow big label to indicate a specific state
...
refs #4494
2021-09-23 15:17:33 +02:00
Sukhwinder Dhillon
15b9bac755
modal.js: Do not open multiple modal windows by clicking more than once
2021-09-21 16:02:06 +02:00
Sukhwinder Dhillon
414a2ff7aa
modal.js: Submit form only once
2021-09-21 12:38:07 +02:00
Alexander A. Klimov
869b63c263
Vagrant: Puppet: icingaweb2_dev: don't let icingacli run on PHP 5.4
...
... to avoid failures due to Composer platform checks.
2021-09-10 09:03:47 +02:00
Ravi Kumar Kempapura Srinivasa
bbd36d5f83
Check if the column in the row is set for filters
...
When the column is not set for the filters undefined property exception is thrown in icinga-director. This is a quick fix to solve the issue.
2021-08-24 09:34:26 +02:00
Johannes Meyer
83557afd35
IdoQuery: Qualify and resolve subquery filters ASAP
...
fixes #4508
2021-08-24 09:32:36 +02:00
Johannes Meyer
b2274a5589
Release version 2.9.3
2021-08-10 10:11:44 +02:00
Johannes Meyer
24c1618793
LoginForm: Also disable stay logged in case of no encryption method
2021-08-10 10:09:15 +02:00
Johannes Meyer
a00166f15b
Javascript: Enhance optimization
...
* Don't try to optimize non-icinga define calls
* Don't optimize `exports` dependency
* Log errors to debug log, it's stuff for devs
2021-08-10 09:23:45 +02:00
Sukhwinder Dhillon
8c22514758
Utilize multiple encryption ciphers for remember me
2021-08-09 16:58:58 +02:00
Eric Lippmann
1e1b4b74ad
If appropriate, set the API parameter all_services for schedule-downtime
...
Since Icinga 2.11.0 the schedule-downtime API supports the
all_services parameter. So far we've always sent a separate
request for scheduling service downtimes. As of Icinga 2.13.0,
these service downtimes are automatically removed when the host
downtimes are removed. Of course, this doesn't work if we don't
use the all_services parameter but send a separate request.
With this commit we set this parameter if the transport is API
and Icinga is equal to or greater than 2.11.0.
In addition, if child_options and all_services were previously set,
a request was sent per host and service. This is now also only a
single request if an API command transport is requested or only
API command transports are configured.
2021-08-09 16:55:05 +02:00
Johannes Meyer
576833eaf9
doc: Require fileinfo php extension
...
fixes #4503
2021-08-09 13:38:40 +02:00
Johannes Meyer
907f7826b2
Release version 2.9.2
2021-07-28 09:33:41 +02:00
Johannes Meyer
022c7da404
Merge pull request #4491 from Icinga/fix/mysql-charset-usage-on-postgres-dbs-4490
...
If enforcing a charset, DO IT ONLY IF THE DB TYPE IS CORRECT
2021-07-28 09:19:21 +02:00
Johannes Meyer
0b6f71c446
If enforcing a charset, DO IT ONLY IF THE DB TYPE IS CORRECT
2021-07-28 09:04:28 +02:00
Johannes Meyer
1b2cd8fdf3
Release version 2.9.1
2021-07-27 15:22:32 +02:00
Johannes Meyer
0c8466fa93
RoleForm: Make sure to grant general module access...
...
...if full access is granted
2021-07-27 14:04:29 +02:00
Johannes Meyer
47891ddc72
datetime-picker.js: Add support for french
2021-07-27 11:27:35 +02:00
Johannes Meyer
bf229c97b8
datetime-picker.js: Don't do anything with native inputs
...
fixes #4442
2021-07-27 09:54:28 +02:00
Johannes Meyer
aa66c9766d
Merge pull request #4486 from Icinga/enhance-preferences-migration
...
Enhance preferences migration
2021-07-27 09:45:31 +02:00
Johannes Meyer
b298b53fda
PreferencesCommand: Automatically set the resource as config backend
2021-07-27 08:35:46 +02:00
Johannes Meyer
94c6e4a100
PreferencesCommand: Correct help for `--resource`
...
fixes #4485
2021-07-27 08:34:21 +02:00
Johannes Meyer
81831e3eed
doc: Add v2.9.1 upgrading notes
2021-07-26 17:46:10 +02:00
Sukhwinder Dhillon
645c0770a2
Rememberme compatibility with php version 5.6+ ( #4472 )
2021-07-26 17:37:38 +02:00
Johannes Meyer
88f2c50f0b
Merge pull request #4484 from Icinga/fix/enforce-charset-on-internal-db-queries-4446
...
Enforce charset on internal db queries
2021-07-26 17:27:21 +02:00
Johannes Meyer
571f59be46
UserDomainMigration: Always use `utf8` as connection charset
2021-07-26 16:54:45 +02:00
Johannes Meyer
e8ae6c912d
PreferencesCommand: Always use `utf8` as connection charset
2021-07-26 16:54:22 +02:00
Johannes Meyer
aee82ad342
Database: Always use `utf8mb4` as connection charset
2021-07-26 16:37:41 +02:00
Johannes Meyer
62f1fe2c3f
PreferencesStore: Always use `utf8` as db connection charset
2021-07-26 16:37:41 +02:00
Johannes Meyer
517c108cc4
UserGroupBackend: Always use `utf8` as db connection charset
2021-07-26 16:37:41 +02:00
Johannes Meyer
7ce3778378
UserBackend: Always use `utf8` as db connection charset
2021-07-26 16:37:35 +02:00