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 |
Eric Lippmann
|
56d28a6c14
|
Prepare release version 2.5.1
|
2018-01-22 13:47:41 +01:00 |
Alexander A. Klimov
|
ff6fbdf5f2
|
Censor arguments in stack traces
refs #2810
|
2018-01-22 10:28:47 +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 |
Johannes Meyer
|
e59fa13786
|
Announcements: Render HTML in announcment messages
refs #2641
|
2018-01-19 16:12:53 +01:00 |
Johannes Meyer
|
3b9d8697ed
|
Introduce class Icinga\Web\Helper\HtmlPurifier
refs #2641
|
2018-01-19 16:12:53 +01:00 |
lippserd
|
d25e7b84eb
|
Merge pull request #3291 from Icinga/bugfix/ini-parser-hides-file-location-3252
IniParser: include the file location in parsing exceptions
|
2018-01-19 13:22:28 +01:00 |
Alexander A. Klimov
|
5616e9d508
|
IniParser: include the file location in parsing exceptions
refs #3252
|
2018-01-19 09:47:15 +01:00 |
lippserd
|
00eeab5883
|
Merge pull request #3283 from Icinga/bugfix/icinga-repository-retrievegeneralizedtime-rfc4517-2816
Icinga\Repository::retrieveGeneralizedTime(): comply w/ RFC4517
|
2018-01-18 16:15:21 +01:00 |
Alexander A. Klimov
|
5ce491d57a
|
Icinga\Repository::retrieveGeneralizedTime(): outsource logic
refs #2816
|
2018-01-18 15:25:21 +01:00 |
lippserd
|
226cc2c810
|
Merge pull request #3274 from Icinga/bugfix/inner-donut-labels-firefox-3226
Donut: place HTML tags outside <svg>
|
2018-01-18 10:15:49 +01:00 |
lippserd
|
362a5b1721
|
Merge pull request #3271 from Icinga/bugfix/fix-internalurlvalidator
InternalUrlValidator: prevent circumvention by URLs on the same VHost
|
2018-01-18 09:58:32 +01:00 |
Alexander A. Klimov
|
fbffc42b96
|
Icinga\Repository::retrieveGeneralizedTime(): comply w/ RFC4517
refs #2816
|
2018-01-17 18:14:18 +01:00 |
Alexander A. Klimov
|
0ad153a223
|
Tactical overview: always show the problems amount
refs #3226
|
2018-01-17 15:01:02 +01:00 |
lippserd
|
0abff5f643
|
Merge pull request #3268 from Icinga/bugfix/bad-url-makes-dashboard-unusable-2804
Don't fail to render the whole dashboard in case of a broken dashlet
|
2018-01-17 14:20:40 +01:00 |
Alexander A. Klimov
|
5f441f3ad1
|
Don't fail to render the whole dashboard in case of a broken dashlet
|
2018-01-17 13:48:14 +01:00 |
lippserd
|
c18038f166
|
Merge pull request #3261 from Icinga/bugfix/icingacli-no-setup-module-2705
Make icingacli working without the setup module
|
2018-01-17 11:58:50 +01:00 |
lippserd
|
ddfafb27f6
|
Merge pull request #3256 from Icinga/bugfix/multi-domain-support-broken-3232
Make multi-domain authn working w/ upper-case domains in user names
|
2018-01-17 11:57:48 +01:00 |
Alexander A. Klimov
|
4f706d9423
|
Donut: place HTML tags outside <svg>
refs #3226
|
2018-01-16 17:58:35 +01:00 |
Alexander A. Klimov
|
c2f74d49cb
|
InternalUrlValidator: prevent circumvention by URLs on the same VHost
|
2018-01-16 15:40:08 +01:00 |
Johannes Meyer
|
9ea916c5c6
|
Repository: Fix that legacy sort rules are ignored
refs #2765
|
2018-01-16 12:59:42 +01:00 |
Johannes Meyer
|
ce4ae47805
|
LdapConnection: Respect a query's offset not only for ordered results
refs #2765
|
2018-01-16 12:59:42 +01:00 |
Johannes Meyer
|
37f22518bb
|
LdapConnection: Respect query limits also for paged queries
refs #2765
|
2018-01-16 12:59:42 +01:00 |
Alexander A. Klimov
|
2282e1aa4f
|
LdapConnection: respect a query's limit as expected
refs #2765
|
2018-01-16 12:59:42 +01:00 |
Alexander A. Klimov
|
8cbd506459
|
Make icingacli working without the setup module
This enables users to install only the icingacli package
refs #2705
|
2018-01-16 12:21:42 +01:00 |
lippserd
|
705f3a49d9
|
Merge pull request #3180 from Icinga/feature/url-static-self
Url: prefer static over self
|
2018-01-16 10:52:25 +01:00 |
Alexander A. Klimov
|
8c7ccce4a7
|
Make multi-domain authn working w/ upper-case domains in user names
refs #3232
|
2018-01-16 10:36:22 +01:00 |
lippserd
|
c1497cf1c5
|
Merge pull request #3143 from Icinga/bugfix/inactive-module-config-tabs-2977
Hide inactive modules' config tabs
|
2018-01-16 09:18:49 +01:00 |
Alexander A. Klimov
|
5cb7deda20
|
Merge branch 'bugfix/domain-aware-auth-non-domain-ldap-group-backend-3250'
fixes #3250
fixes #3251
|
2018-01-15 11:20:45 +01:00 |
Paolo Schiro
|
c806099e1b
|
Avoid including domain users in a group not belonging to a domain
Signed-off-by: Alexander A. Klimov <alexander.klimov@icinga.com>
refs #3250
|
2018-01-15 11:19:35 +01:00 |
Alexander A. Klimov
|
a1709a0670
|
Fix unneccessary log message
refs #3189
|
2017-12-19 15:58:25 +01:00 |
Alexander A. Klimov
|
a5e75554ad
|
Don't require module.less
refs #3149
|
2017-12-15 11:58:54 +01:00 |
Alexander A. Klimov
|
02decd957a
|
php-svg-lib: fix missing files
|
2017-12-15 11:31:40 +01:00 |
lippserd
|
89da30f05f
|
Merge pull request #3209 from Icinga/bugfix/warnings-for-php-7-1-3208
PhpSession: conform to PHP 7.1
|
2017-12-15 09:22:22 +01:00 |
Alexander A. Klimov
|
7e2761b277
|
php-svg-lib: fix interface compatibility
|
2017-12-14 15:12:35 +01:00 |
Alexander A. Klimov
|
4ce4ad1074
|
Upgrade php-svg-lib to v0.3
|
2017-12-14 15:12:35 +01:00 |
Alexander A. Klimov
|
788272fad7
|
PhpSession: conform to PHP 7.1
refs #3208
|
2017-12-13 13:38:51 +01:00 |
Alexander A. Klimov
|
9acc8ee7a9
|
Upgrade dompdf to v0.8.2
refs #3202
|
2017-12-13 11:19:45 +01:00 |
Alexander A. Klimov
|
810c02a41f
|
Url: prefer static over self
|
2017-12-04 10:48:52 +01:00 |
Eric Lippmann
|
e376b137c7
|
Prepare release version 2.5.0
|
2017-11-27 16:18:13 +01:00 |
lippserd
|
8f1f8d4471
|
Merge pull request #3100 from Icinga/feature/expandable-content
Implement persistent "Show more" spoilers
|
2017-11-27 14:44:15 +01:00 |
lippserd
|
0bcbdfe679
|
Merge pull request #3063 from ss23/migrate_to_bcrypt
Improve Password hashing and validation for DbUserBackend
|
2017-11-27 14:26:35 +01:00 |
Alexander A. Klimov
|
6409bdc074
|
Implement persistent "Show more" spoilers
|
2017-11-27 14:18:42 +01:00 |
Eric Lippmann
|
fb124b37cf
|
Fix float format of donut chart attributes
|
2017-11-27 13:33:58 +01:00 |
lippserd
|
5aa83ea0d9
|
Merge pull request #3114 from Icinga/feature/support-phar-3113
Modules, Bootstrap: play nice with PHARs
|
2017-11-27 09:15:34 +01:00 |