14228 Commits

Author SHA1 Message Date
Jolien Trog
a0147b8330 codereview 2025-09-11 13:28:29 +02:00
Jolien Trog
bcf8430dd6 add documantation for general and custom password policy 2025-09-10 17:37:57 +02:00
Jolien Trog
6d2a3ca6cf codereview 2025-09-10 13:10:52 +02:00
Jolien Trog
a1ab6975d5 codereview: Improve type hints and return types 2025-09-02 15:59:18 +02:00
Jolien Trog
1782e97c92 Unittest for Classes Password Policy 2025-09-02 14:40:33 +02:00
Jolien Trog
39bbc539f3 Change Class Default in CommonPasswordPolicy 2025-09-02 12:23:05 +02:00
Jolien Trog
7e95078239 codereview 2025-08-28 17:22:38 +02:00
Jolien Trog
9092a5d335 codereview 2025-08-28 16:47:17 +02:00
Jolien Trog
f63faee158 codereview 2025-08-28 15:51:04 +02:00
Jolien Trog
a31732592c changes codereview 2025-08-28 15:13:12 +02:00
Jolien Trog
ef09b049b8 fix codesniffer 2025-08-28 13:03:18 +02:00
Jolien Trog
0a8716830f fix if no password policy is set in config.ini 2025-08-28 12:58:40 +02:00
Jolien Trog
371bda0d25 fix codesniffer 2025-08-28 10:33:29 +02:00
Jolien Trog
b618b10ead Implement 'None Password Policy'-class for consistency 2025-08-28 10:27:12 +02:00
Jolien Trog
caf29a127d fix codesniffer 2025-08-27 09:51:28 +02:00
Jolien Trog
3b481e4cbe add constructor to PasswordValidator and codereview changes 2025-08-27 09:48:05 +02:00
Jolien Trog
08e24ad860 add constructor for password policy objekt 2025-08-26 17:19:10 +02:00
Jolien Trog
50b74207fc
Update application/forms/Account/ChangePasswordForm.php
Co-authored-by: Alexander Aleksandrovič Klimov <alexander.klimov@icinga.com>
2025-08-26 15:27:51 +02:00
Jolien Trog
288f312a2f
Update application/forms/Account/ChangePasswordForm.php
Co-authored-by: Alexander Aleksandrovič Klimov <alexander.klimov@icinga.com>
2025-08-26 15:27:37 +02:00
Jolien Trog
db038fcd88 fix code sniffer violations 2025-08-26 14:27:37 +02:00
Jolien Trog
3f8453118e fix code sniffer violations 2025-08-26 14:24:50 +02:00
Jolien Trog
e16b6ecc49 fix code sniffer violations 2025-08-26 11:37:50 +02:00
Jolien Trog
95f0c93c73 Implement password policy with hook 2025-08-26 10:48:56 +02:00
Alexander Aleksandrovič Klimov
8603044881 Fix typo in code comment 2025-08-22 15:46:59 +02:00
Sukhwinder Dhillon
7649c71dda forms.less: Apply fixed height to input elements
- Apply unitless line-height
2025-08-22 14:35:45 +02:00
Alexander Aleksandrovič Klimov
2e164a75d4
Fix typo in code comment (#5327)
Co-authored-by: Johannes Meyer <johannes.meyer@icinga.com>
2025-08-22 12:01:01 +02:00
Alexander Aleksandrovič Klimov
16f9c82860 Doc: fix over-escaping 2025-08-22 10:46:30 +02:00
Jan Schuppik
ee3f3135b8 Fix: PHP built-in server detection for PHP 8.3 SERVER_SOFTWARE format 2025-08-20 09:30:54 +02:00
Jan Schuppik
73c813eded
Fix/icingacli setup fpm flag (#5411)
resolves #5409

Only use default value for --fpm-url if neither --fpm-url or
--fpm-socket-path is set.
2025-08-20 09:27:31 +02:00
Alexander Aleksandrovič Klimov
471bdca6c2 Remove whitespace around config which couldn't be stored
If I change settings in the web UI, but latter can't write to /etc/icingaweb2, it shows me the desired file contents, so I can deploy them myself – with strange whitespace around it.
2025-08-08 14:32:39 +02:00
Johannes Meyer
c894333064 js: Fix that links without href are opened in a modal 2025-08-05 10:47:44 +02:00
Johannes Meyer
50a5cffc8b
Fix magnifying glass in themes (#5396)
fixes #5395
2025-08-04 15:27:25 +02:00
Johannes Meyer
23e00754c6 css: Do better to ensure menu text is readable
In case background is adjusted, a suitable text
color should also be chosen. Rocket science!
2025-07-31 09:30:49 +02:00
Johannes Meyer
1b36d47e75 css: Hide background images for input.search
Some themes set only the image. Since we dropped
all other background options, default browser
behavior is applied which repeats by default.
2025-07-31 09:30:49 +02:00
Alex
43aae15c1b Removed background search icon 2025-07-31 09:30:33 +02:00
Johannes Meyer
0070c807a7
Release v2.12.5 (#5391) 2025-07-16 10:30:33 +02:00
Johannes Meyer
8c5ffa1c61
Warn about db name wildcards (#5390) 2025-07-14 16:35:09 +02:00
Johannes Meyer
5f602113ee Raise version to v2.12.5 2025-07-14 13:35:37 +02:00
Johannes Meyer
a9cbc36213 Update CHANGELOG.md 2025-07-14 13:35:15 +02:00
Johannes Meyer
e2e9078d97 Update AUTHORS and .mailmap 2025-07-14 13:34:21 +02:00
Johannes Meyer
122ac8f600 setup: Warn users about wildcards in their database name 2025-07-14 11:32:18 +02:00
Johannes Meyer
451ec34775 migrations: Show a hint about wildcards in database names 2025-07-14 11:31:51 +02:00
Alexander A. Klimov
8345993480 Icinga.Loader#onFailure(): on 401, reload the whole page
instead of rendering 401 responses to all containers.
2025-07-08 16:56:52 +02:00
Sukhwinder Dhillon
09df8dcc5a Don't let active .nav-level-2 menu item overlap the config nav flyout
- Set higher z-index than `#sidebar.menu .nav-level-2`
2025-07-08 16:50:16 +02:00
Johannes Meyer
5d71d09e54 StyleSheet: Do not rely on config to trigger auth
fixes #5385
2025-07-08 16:47:02 +02:00
Johannes Meyer
fff524624e php: Fix workflow 2025-07-08 16:36:03 +02:00
Johannes Meyer
8f518e7bab php: Run on support branches, php84 and phpunit 9.6 2025-07-08 16:20:06 +02:00
Johannes Meyer
092571a17b L10n-update: Use template from github-actions 2025-06-03 16:20:35 +02:00
Florian Strohmaier
d56757f20f menu.less: Make caret appear connected to main viewport 2025-05-15 16:54:45 +02:00
Jan Schuppik
750948a729
Fix: spacing and text-breaking (#5355)
Fix #5244
2025-05-14 15:34:12 +02:00