[pkg-nagios-changes] [Git][nagios-team/icingaweb2][master] 6 commits: New upstream version 2.14.0
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Jul 3 16:17:55 BST 2026
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icingaweb2
Commits:
e7951ae3 by Bas Couwenberg at 2026-07-03T17:02:30+02:00
New upstream version 2.14.0
- - - - -
7b413b26 by Bas Couwenberg at 2026-07-03T17:02:42+02:00
Update upstream source from tag 'upstream/2.14.0'
Update to upstream version '2.14.0'
with Debian dir d7e54724920fe554b365fbdb7267904e0cf411c8
- - - - -
297bba1e by Bas Couwenberg at 2026-07-03T17:03:42+02:00
New upstream release.
- - - - -
0f9d3a51 by Bas Couwenberg at 2026-07-03T17:09:31+02:00
Require at least icinga-php-library 1.0.0 & icinga-php-thirdparty 1.0.0.
- - - - -
3a483a08 by Bas Couwenberg at 2026-07-03T17:12:52+02:00
Update lintian overrides.
- - - - -
faeb1729 by Bas Couwenberg at 2026-07-03T17:12:52+02:00
Set distribution to unstable.
- - - - -
418 changed files:
- CHANGELOG.md
- VERSION
- application/VERSION
- application/clicommands/AutocompleteCommand.php
- application/clicommands/ModuleCommand.php
- application/controllers/AboutController.php
- application/controllers/AccountController.php
- application/controllers/AnnouncementsController.php
- application/controllers/AuthenticationController.php
- application/controllers/ConfigController.php
- application/controllers/DashboardController.php
- application/controllers/ErrorController.php
- application/controllers/GroupController.php
- application/controllers/ListController.php
- application/controllers/ManageUserDevicesController.php
- application/controllers/MyDevicesController.php
- application/controllers/NavigationController.php
- application/controllers/RoleController.php
- + application/controllers/TwoFactorController.php
- application/controllers/UserController.php
- application/forms/Account/ChangePasswordForm.php
- + application/forms/Account/TwoFactorEnrollmentForm.php
- application/forms/Announcement/AcknowledgeAnnouncementForm.php
- application/forms/Announcement/AnnouncementForm.php
- application/forms/Authentication/LoginForm.php
- + application/forms/Authentication/TwoFactorChallengeForm.php
- application/forms/AutoRefreshForm.php
- application/forms/Config/General/ApplicationConfigForm.php
- application/forms/Config/General/DefaultAuthenticationDomainConfigForm.php
- application/forms/Config/General/LoggingConfigForm.php
- + application/forms/Config/General/PasswordPolicyConfigForm.php
- application/forms/Config/General/ThemingConfigForm.php
- application/forms/Config/GeneralConfigForm.php
- application/forms/Config/Resource/DbResourceForm.php
- application/forms/Config/Resource/FileResourceForm.php
- application/forms/Config/Resource/LdapResourceForm.php
- application/forms/Config/Resource/SshResourceForm.php
- application/forms/Config/ResourceConfigForm.php
- + application/forms/Config/Security/CspConfigForm.php
- application/forms/Config/User/CreateMembershipForm.php
- application/forms/Config/User/UserForm.php
- application/forms/Config/UserBackend/DbBackendForm.php
- application/forms/Config/UserBackend/ExternalBackendForm.php
- application/forms/Config/UserBackend/LdapBackendForm.php
- application/forms/Config/UserBackendConfigForm.php
- application/forms/Config/UserGroup/AddMemberForm.php
- application/forms/Config/UserGroup/DbUserGroupBackendForm.php
- application/forms/Config/UserGroup/LdapUserGroupBackendForm.php
- application/forms/Config/UserGroup/UserGroupBackendForm.php
- application/forms/Config/UserGroup/UserGroupForm.php
- application/forms/ConfigForm.php
- application/forms/ConfirmRemovalForm.php
- application/forms/Control/LimiterControlForm.php
- application/forms/Dashboard/DashletForm.php
- application/forms/LdapDiscoveryForm.php
- application/forms/Navigation/DashletForm.php
- application/forms/Navigation/NavigationConfigForm.php
- application/forms/Navigation/NavigationItemForm.php
- application/forms/PreferenceForm.php
- application/forms/Security/RoleForm.php
- application/layouts/scripts/body.phtml
- application/layouts/scripts/parts/navigation.phtml
- application/views/scripts/about/index.phtml
- application/views/scripts/announcements/index.phtml
- − application/views/scripts/authentication/login.phtml
- application/views/scripts/config/modules.phtml
- application/views/scripts/config/resource.phtml
- + application/views/scripts/config/security.phtml
- application/views/scripts/config/userbackend/reorder.phtml
- application/views/scripts/dashboard/settings.phtml
- application/views/scripts/error/error.phtml
- application/views/scripts/form/reorder-authbackend.phtml
- application/views/scripts/group/list.phtml
- application/views/scripts/group/show.phtml
- application/views/scripts/joystickPagination.phtml
- application/views/scripts/mixedPagination.phtml
- application/views/scripts/navigation/dashboard.phtml
- application/views/scripts/navigation/index.phtml
- application/views/scripts/navigation/shared.phtml
- application/views/scripts/pivottablePagination.phtml
- application/views/scripts/role/list.phtml
- application/views/scripts/user/list.phtml
- application/views/scripts/user/show.phtml
- debian/changelog
- debian/control
- debian/source/lintian-overrides
- doc/02-Installation.md
- − doc/02-Installation.md.d/01-Debian.md
- − doc/02-Installation.md.d/02-Ubuntu.md
- − doc/02-Installation.md.d/03-CentOS.md
- − doc/02-Installation.md.d/04-RHEL.md
- − doc/02-Installation.md.d/05-SLES.md
- − doc/02-Installation.md.d/06-Amazon-Linux.md
- − doc/02-Installation.md.d/07-From-Source.md
- + doc/02-Installation.md.d/From-Source.md
- doc/03-Configuration.md
- doc/05-Authentication.md
- doc/20-Advanced-Topics.md
- doc/60-Hooks.md
- doc/80-Upgrading.md
- − doc/accessibility/ifont-mute.html
- − doc/accessibility/ifont.html
- − doc/accessibility/link-labels.html
- − doc/accessibility/required-form-elements.html
- − doc/accessibility/skip-content.html
- − doc/accessibility/svg.html
- − doc/accessibility/text-cue-for-required-form-control-labels.html
- − doc/phpdoc.xml
- library/Icinga/Application/ApplicationBootstrap.php
- library/Icinga/Application/Benchmark.php
- library/Icinga/Application/ClassLoader.php
- library/Icinga/Application/Cli.php
- library/Icinga/Application/Config.php
- library/Icinga/Application/EmbeddedWeb.php
- library/Icinga/Application/Hook.php
- library/Icinga/Application/Hook/ApplicationStateHook.php
- library/Icinga/Application/Hook/AuditHook.php
- library/Icinga/Application/Hook/AuthenticationHook.php
- library/Icinga/Application/Hook/ConfigFormEventsHook.php
- + library/Icinga/Application/Hook/CspHook.php
- library/Icinga/Application/Hook/DbMigrationHook.php
- library/Icinga/Application/Hook/GrapherHook.php
- library/Icinga/Application/Hook/HealthHook.php
- + library/Icinga/Application/Hook/HookEssentials.php
- library/Icinga/Application/Hook/LoginButtonHook.php
- + library/Icinga/Application/Hook/PasswordPolicyHook.php
- library/Icinga/Application/Hook/PdfexportHook.php
- library/Icinga/Application/Hook/RequestHook.php
- library/Icinga/Application/Hook/ThemeLoaderHook.php
- library/Icinga/Application/Hook/Ticket/TicketPattern.php
- library/Icinga/Application/Hook/TicketHook.php
- + library/Icinga/Application/Hook/TwoFactorHook.php
- library/Icinga/Application/Logger.php
- library/Icinga/Application/Logger/Writer/SyslogWriter.php
- library/Icinga/Application/MigrationManager.php
- library/Icinga/Application/Modules/DashboardContainer.php
- library/Icinga/Application/Modules/Manager.php
- library/Icinga/Application/Modules/MenuItemContainer.php
- library/Icinga/Application/Modules/Module.php
- library/Icinga/Application/Modules/NavigationItemContainer.php
- library/Icinga/Application/Platform.php
- + library/Icinga/Application/ProvidedHook/AnyPasswordPolicy.php
- + library/Icinga/Application/ProvidedHook/CommonPasswordPolicy.php
- library/Icinga/Application/Version.php
- library/Icinga/Application/Web.php
- library/Icinga/Application/webrouter.php
- library/Icinga/Authentication/Auth.php
- + library/Icinga/Authentication/PasswordPolicy.php
- + library/Icinga/Authentication/PasswordPolicyHelper.php
- + library/Icinga/Authentication/PasswordPolicyValidator.php
- + library/Icinga/Authentication/TwoFactor.php
- + library/Icinga/Authentication/TwoFactorState.php
- library/Icinga/Authentication/User/DbUserBackend.php
- library/Icinga/Authentication/User/ExternalBackend.php
- library/Icinga/Authentication/User/LdapUserBackend.php
- library/Icinga/Authentication/User/UserBackend.php
- library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php
- library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php
- library/Icinga/Authentication/UserGroup/UserGroupBackend.php
- library/Icinga/Chart/Axis.php
- library/Icinga/Chart/Donut.php
- library/Icinga/Chart/Graph/BarGraph.php
- library/Icinga/Chart/Graph/LineGraph.php
- library/Icinga/Chart/Graph/StackedGraph.php
- library/Icinga/Chart/Graph/Tooltip.php
- library/Icinga/Chart/GridChart.php
- library/Icinga/Chart/Inline/Inline.php
- library/Icinga/Chart/Inline/PieChart.php
- library/Icinga/Chart/Legend.php
- library/Icinga/Chart/Palette.php
- library/Icinga/Chart/PieChart.php
- library/Icinga/Chart/Primitive/Canvas.php
- library/Icinga/Chart/Primitive/Path.php
- library/Icinga/Chart/Primitive/PieSlice.php
- library/Icinga/Chart/Primitive/Styleable.php
- library/Icinga/Chart/Render/LayoutBox.php
- library/Icinga/Chart/Render/RenderContext.php
- library/Icinga/Chart/SVGRenderer.php
- library/Icinga/Chart/Unit/CalendarUnit.php
- library/Icinga/Chart/Unit/LinearUnit.php
- library/Icinga/Chart/Unit/LogarithmicUnit.php
- library/Icinga/Chart/Unit/StaticAxis.php
- library/Icinga/Cli/AnsiScreen.php
- library/Icinga/Cli/Command.php
- library/Icinga/Cli/Documentation/CommentParser.php
- library/Icinga/Cli/Loader.php
- library/Icinga/Cli/Params.php
- library/Icinga/Cli/Screen.php
- library/Icinga/Common/PdfExport.php
- library/Icinga/Data/ConfigObject.php
- library/Icinga/Data/DataArray/ArrayDatasource.php
- library/Icinga/Data/Db/DbConnection.php
- library/Icinga/Data/Db/DbQuery.php
- library/Icinga/Data/Filter/Filter.php
- library/Icinga/Data/Filter/FilterChain.php
- library/Icinga/Data/Filter/FilterExpression.php
- library/Icinga/Data/Filter/FilterNot.php
- library/Icinga/Data/Filter/FilterQueryString.php
- library/Icinga/Data/Inspection.php
- library/Icinga/Data/PivotTable.php
- library/Icinga/Data/ResourceFactory.php
- library/Icinga/Data/SimpleQuery.php
- library/Icinga/Data/Tree/SimpleTree.php
- library/Icinga/Data/Tree/TreeNode.php
- library/Icinga/Date/DateFormatter.php
- library/Icinga/Exception/Http/BaseHttpException.php
- library/Icinga/Exception/IcingaException.php
- library/Icinga/Exception/ProgrammingError.php
- library/Icinga/File/Csv.php
- library/Icinga/File/Ini/Dom/Directive.php
- library/Icinga/File/Ini/Dom/Document.php
- library/Icinga/File/Ini/Dom/Section.php
- library/Icinga/File/Ini/IniParser.php
- library/Icinga/File/Ini/IniWriter.php
- library/Icinga/File/Pdf.php
- library/Icinga/Legacy/DashboardConfig.php
- − library/Icinga/Less/Call.php
- − library/Icinga/Less/ColorProp.php
- − library/Icinga/Less/ColorPropOrVariable.php
- − library/Icinga/Less/DeferredColorProp.php
- − library/Icinga/Less/LightMode.php
- − library/Icinga/Less/LightModeCall.php
- − library/Icinga/Less/LightModeDefinition.php
- − library/Icinga/Less/LightModeTrait.php
- − library/Icinga/Less/LightModeVisitor.php
- − library/Icinga/Less/Visitor.php
- library/Icinga/Protocol/Dns.php
- library/Icinga/Protocol/File/FileIterator.php
- library/Icinga/Protocol/File/FileQuery.php
- library/Icinga/Protocol/File/FileReader.php
- library/Icinga/Protocol/File/LogFileIterator.php
- library/Icinga/Protocol/Ldap/Discovery.php
- library/Icinga/Protocol/Ldap/LdapCapabilities.php
- library/Icinga/Protocol/Ldap/LdapConnection.php
- library/Icinga/Protocol/Ldap/LdapQuery.php
- library/Icinga/Protocol/Ldap/LdapUtils.php
- library/Icinga/Protocol/Ldap/Node.php
- library/Icinga/Protocol/Ldap/Root.php
- library/Icinga/Repository/DbRepository.php
- library/Icinga/Repository/IniRepository.php
- library/Icinga/Repository/LdapRepository.php
- library/Icinga/Repository/Repository.php
- library/Icinga/Repository/RepositoryQuery.php
- + library/Icinga/Security/Csp/AttributedCsp.php
- + library/Icinga/Security/Csp/Loader/ArrayCspLoader.php
- + library/Icinga/Security/Csp/Loader/CspLoader.php
- + library/Icinga/Security/Csp/Loader/DashboardCspLoader.php
- + library/Icinga/Security/Csp/Loader/ModuleCspLoader.php
- + library/Icinga/Security/Csp/Loader/NavigationCspLoader.php
- + library/Icinga/Security/Csp/Reason/CspReason.php
- + library/Icinga/Security/Csp/Reason/DashboardCspReason.php
- + library/Icinga/Security/Csp/Reason/ModuleCspReason.php
- + library/Icinga/Security/Csp/Reason/NavigationCspReason.php
- + library/Icinga/Security/Csp/Reason/StaticCspReason.php
- library/Icinga/Test/BaseTestCase.php
- library/Icinga/Test/ClassLoader.php
- library/Icinga/User.php
- library/Icinga/User/Preferences.php
- library/Icinga/Util/ASN1.php
- library/Icinga/Util/Color.php
- library/Icinga/Util/Csp.php
- library/Icinga/Util/Dimension.php
- library/Icinga/Util/DirectoryIterator.php
- library/Icinga/Util/Format.php
- library/Icinga/Util/GlobFilter.php
- library/Icinga/Util/Json.php
- − library/Icinga/Util/LessParser.php
- library/Icinga/Util/StringHelper.php
- library/Icinga/Web/Announcement.php
- library/Icinga/Web/Announcement/AnnouncementCookie.php
- library/Icinga/Web/Announcement/AnnouncementIniRepository.php
- library/Icinga/Web/Controller.php
- library/Icinga/Web/Controller/ActionController.php
- library/Icinga/Web/Controller/AuthBackendController.php
- library/Icinga/Web/Controller/BasePreferenceController.php
- library/Icinga/Web/Controller/ControllerTabCollector.php
- library/Icinga/Web/Controller/ModuleActionController.php
- library/Icinga/Web/Controller/StaticController.php
- library/Icinga/Web/CookieSet.php
- library/Icinga/Web/FileCache.php
- library/Icinga/Web/Form.php
- + library/Icinga/Web/Form/ConfigForm.php
- library/Icinga/Web/Form/Decorator/Autosubmit.php
- library/Icinga/Web/Form/Decorator/FormDescriptions.php
- library/Icinga/Web/Form/Decorator/FormHints.php
- library/Icinga/Web/Form/Decorator/FormNotifications.php
- library/Icinga/Web/Form/Decorator/Help.php
- library/Icinga/Web/Form/Element/Button.php
- + library/Icinga/Web/Form/Element/LoginRedirect.php
- library/Icinga/Web/Form/Element/Note.php
- library/Icinga/Web/Form/Element/Number.php
- library/Icinga/Web/Form/ErrorLabeller.php
- library/Icinga/Web/Form/Validator/DateFormatValidator.php
- library/Icinga/Web/Form/Validator/DateTimeValidator.php
- library/Icinga/Web/Form/Validator/ReadablePathValidator.php
- library/Icinga/Web/Form/Validator/TimeFormatValidator.php
- library/Icinga/Web/Form/Validator/UrlValidator.php
- library/Icinga/Web/Form/Validator/WritablePathValidator.php
- library/Icinga/Web/Helper/CookieHelper.php
- library/Icinga/Web/Helper/HtmlPurifier.php
- library/Icinga/Web/JavaScript.php
- library/Icinga/Web/LessCompiler.php
- library/Icinga/Web/Navigation/DashboardPane.php
- library/Icinga/Web/Navigation/Navigation.php
- library/Icinga/Web/Navigation/NavigationItem.php
- library/Icinga/Web/Navigation/Renderer/NavigationItemRenderer.php
- library/Icinga/Web/Navigation/Renderer/NavigationRenderer.php
- library/Icinga/Web/Navigation/Renderer/RecursiveNavigationRenderer.php
- library/Icinga/Web/Navigation/Renderer/SummaryNavigationItemRenderer.php
- library/Icinga/Web/Notification.php
- library/Icinga/Web/Paginator/ScrollingStyle/SlidingWithBorder.php
- library/Icinga/Web/RememberMe.php
- library/Icinga/Web/Response.php
- library/Icinga/Web/Response/JsonResponse.php
- library/Icinga/Web/Session/Php72Session.php
- library/Icinga/Web/Session/PhpSession.php
- library/Icinga/Web/Session/Session.php
- library/Icinga/Web/Session/SessionNamespace.php
- library/Icinga/Web/StyleSheet.php
- library/Icinga/Web/Url.php
- library/Icinga/Web/UrlParams.php
- library/Icinga/Web/View.php
- library/Icinga/Web/View/helpers/format.php
- library/Icinga/Web/View/helpers/string.php
- library/Icinga/Web/View/helpers/url.php
- library/Icinga/Web/Widget.php
- library/Icinga/Web/Widget/AbstractWidget.php
- library/Icinga/Web/Widget/Announcements.php
- library/Icinga/Web/Widget/Chart/HistoryColorGrid.php
- library/Icinga/Web/Widget/Chart/InlinePie.php
- library/Icinga/Web/Widget/Dashboard.php
- library/Icinga/Web/Widget/Dashboard/Dashlet.php
- library/Icinga/Web/Widget/Dashboard/Pane.php
- library/Icinga/Web/Widget/FilterEditor.php
- + library/Icinga/Web/Widget/LoginPage.php
- library/Icinga/Web/Widget/Paginator.php
- library/Icinga/Web/Widget/SearchDashboard.php
- library/Icinga/Web/Widget/SortBox.php
- library/Icinga/Web/Widget/Tab.php
- library/Icinga/Web/Widget/Tabextension/DashboardAction.php
- library/Icinga/Web/Widget/Tabextension/DashboardSettings.php
- library/Icinga/Web/Widget/Tabextension/MenuAction.php
- library/Icinga/Web/Widget/Tabextension/OutputFormat.php
- library/Icinga/Web/Widget/Tabs.php
- library/Icinga/Web/Wizard.php
- modules/doc/application/controllers/IndexController.php
- modules/doc/application/controllers/ModuleController.php
- modules/doc/application/controllers/SearchController.php
- modules/doc/application/controllers/StyleController.php
- modules/doc/application/views/scripts/index/index.phtml
- modules/doc/application/views/scripts/module/index.phtml
- modules/doc/configuration.php
- modules/doc/library/Doc/DocController.php
- modules/doc/library/Doc/DocParser.php
- modules/doc/library/Doc/DocSection.php
- modules/doc/library/Doc/Renderer/DocRenderer.php
- modules/doc/library/Doc/Renderer/DocSearchRenderer.php
- modules/doc/library/Doc/Renderer/DocSectionRenderer.php
- modules/doc/library/Doc/Renderer/DocTocRenderer.php
- modules/doc/library/Doc/Search/DocSearch.php
- modules/doc/library/Doc/Search/DocSearchIterator.php
- modules/doc/library/Doc/Search/DocSearchMatch.php
- modules/doc/module.info
- modules/doc/run.php
- modules/migrate/application/clicommands/ConfigCommand.php
- modules/migrate/library/Migrate/Config/UserDomainMigration.php
- modules/migrate/module.info
- modules/setup/application/controllers/IndexController.php
- modules/setup/application/forms/AdminAccountPage.php
- modules/setup/application/forms/AuthBackendPage.php
- modules/setup/application/forms/AuthenticationPage.php
- modules/setup/application/forms/DatabaseCreationPage.php
- modules/setup/application/forms/DbResourcePage.php
- modules/setup/application/forms/LdapDiscoveryConfirmPage.php
- modules/setup/application/forms/LdapDiscoveryPage.php
- modules/setup/application/forms/LdapResourcePage.php
- modules/setup/application/forms/ModulePage.php
- modules/setup/application/forms/UserGroupBackendPage.php
- modules/setup/application/forms/WelcomePage.php
- modules/setup/application/views/scripts/form/setup-modules.phtml
- modules/setup/application/views/scripts/form/setup-requirements.phtml
- modules/setup/application/views/scripts/form/setup-welcome.phtml
- modules/setup/application/views/scripts/index/parts/finish.phtml
- modules/setup/library/Setup/Requirement.php
- modules/setup/library/Setup/RequirementSet.php
- modules/setup/library/Setup/Setup.php
- modules/setup/library/Setup/Steps/AuthenticationStep.php
- modules/setup/library/Setup/Steps/DatabaseStep.php
- modules/setup/library/Setup/Steps/GeneralConfigStep.php
- modules/setup/library/Setup/Steps/ResourceStep.php
- modules/setup/library/Setup/Steps/UserGroupStep.php
- modules/setup/library/Setup/Utils/DbTool.php
- modules/setup/library/Setup/Utils/EnableModuleStep.php
- modules/setup/library/Setup/Web/Form/Validator/TokenValidator.php
- modules/setup/library/Setup/WebWizard.php
- modules/setup/library/Setup/Webserver.php
- modules/setup/module.info
- modules/translation/application/clicommands/TestCommand.php
- modules/translation/library/Translation/Cli/ArrayToTextTableHelper.php
- modules/translation/library/Translation/Util/GettextTranslationHelper.php
- modules/translation/module.info
- public/css/icinga/configmenu.less
- + public/css/icinga/csp-config-editor.less
- public/css/icinga/forms.less
- public/css/icinga/layout.less
- public/css/icinga/login-orbs.less
- public/css/icinga/login.less
- public/css/icinga/main.less
- public/css/icinga/menu.less
- public/css/icinga/mixins.less
- public/css/icinga/modal.less
- − public/js/icinga/behavior/autofocus.js
- public/js/icinga/behavior/copy-to-clipboard.js
- public/js/icinga/behavior/form.js
- public/js/icinga/behavior/modal.js
- public/js/icinga/history.js
- public/js/icinga/loader.js
- public/js/icinga/ui.js
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/nagios-team/icingaweb2/-/compare/9b488a7e59942dc6252cf136f974ac9a85d9769b...faeb1729c45b2bc4b9752db434b0a809681f97d4
--
View it on GitLab: https://salsa.debian.org/nagios-team/icingaweb2/-/compare/9b488a7e59942dc6252cf136f974ac9a85d9769b...faeb1729c45b2bc4b9752db434b0a809681f97d4
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20260703/5be9f9c3/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list