Commit Graph

10622 Commits

Author SHA1 Message Date
Florian Strohmaier de7d409377 Replace icinga header logos with pixel optimized SVGs
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-22 15:12:18 +01:00
Eric Lippmann 509707dd43 Remove unused icinga images 2016-11-22 15:12:10 +01:00
Eric Lippmann f94b6be8c6 Merge branch 'bugfix/history-separate-hard-soft-state-11859'
fixes #11859
2016-11-22 10:40:08 +01:00
Eric Lippmann bf18238977 Use icons to separate soft and hard states in the event history views
refs #11859
2016-11-22 10:39:22 +01:00
Eric Lippmann 875d42c0a6 Revert "Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'"
This reverts commit f517c62fde, reversing
changes made to d1fd7e4be7.

refs #10704
2016-11-21 14:34:58 +01:00
Eric Lippmann f517c62fde Merge branch 'bugfix/always-use-the-jquery-find-method-w/-node-context-10704'
fixes #10704
2016-11-21 14:33:43 +01:00
Thomas Gelf d1fd7e4be7 loader.js: place focus at the end of text inputs 2016-11-21 11:39:03 +00:00
Alexander A. Klimov 3363e6795f JS: use $(parent).find(child) instead of $(child, parent)
refs #10704

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-21 10:46:31 +01:00
Eric Lippmann 429405be0c Fix inconsistent host and service flags
fixes #13243
2016-11-21 10:26:35 +01:00
Johannes Meyer 78be71bc92 Merge branch 'bugfix/evaluate-redirect_remote_user-12164'
fixes #12164
2016-11-21 08:53:35 +01:00
Eric Lippmann 3d6e804ff3 Merge branch 'feature/include-check-if-chosen-locale-is-available-11820'
resolves #11820
2016-11-17 11:23:49 +01:00
Alexander A. Klimov 1450bc4022 Show a warning if the chosen locale by the user is not available on the system
refs #11820
2016-11-17 11:21:59 +01:00
Eric Lippmann 95cbb61987 Add parameter markAsError to Form::warning() and Form::error()
refs #11820
2016-11-17 11:21:58 +01:00
Eric Lippmann 48e1a2cf4b CSS: Remove class pull-left
Usage as class is discouraged. pull-right still in use. Should also be removed.
2016-11-17 10:59:31 +01:00
Eric Lippmann ec07ef2647 CSS: Reduce color mixins to fg-stateful and bg-stateful 2016-11-17 10:58:21 +01:00
Eric Lippmann 1d21597999 CSS: Introduce color-up and color-down
refs #11050
2016-11-17 10:54:10 +01:00
Eric Lippmann 4d60bc9c3f CSS: Reduce letter-spacing for centered-ghost 2016-11-17 10:21:17 +01:00
Eric Lippmann 4891afd646 Add paramater type to ResourceFactory::getResourceConfigs()
This allows to filter resources by type.
2016-11-17 10:14:45 +01:00
Alexander A. Klimov 8f3ee4dedf Display the module's title in the module detail view
fixes #12557

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-16 16:31:41 +01:00
Eric Lippmann 39a5b3f64a Refuse to enable modules prefixed w/ icingaweb2-module-
fixes #10870
2016-11-16 16:21:35 +01:00
Eric Lippmann 1cdef234a1 Revert "Module: Drop deprecated method registerHook and arg $key of method provideHook"
This reverts commit f1a1f41192.

It makes absolutely sense to remove depcreated code, but this removal introduces too many problems while not being really necessary.
Some of our modules and modules written by others still rely on the deprecated code. A upgrade of Icinga Web 2 would break many running systems out there.
Before removing this code we should upgrade our modules and notify the authors of other modules about the deprecation.
Further, we should maintain something like a deprecation info file because nobody reads @deprecated tags.
All of the above will not protect us from systems where modules aren't up to date. We also have to implement a mechanism where it is still possible to disable faulty modules.
2016-11-16 16:17:42 +01:00
Eric Lippmann ecdf96c588 CSS: Fix typo in mixins.less 2016-11-16 14:16:09 +01:00
Eric Lippmann a668731ef7 CSS: Remove obsolete rules for the opacity mixin 2016-11-16 14:15:40 +01:00
Eric Lippmann 8fca2cd9b2 CSS: Remove search field's border transition in the menu 2016-11-16 14:11:32 +01:00
Eric Lippmann f7e5cd3b71 Check the correct return type in case preg_replace fails in ExternalBackend.php 2016-11-16 14:10:31 +01:00
Eric Lippmann 63bf9e20cd CSS: Disable invalid glow of the search field
refs #11835
2016-11-16 13:28:46 +01:00
Eric Lippmann 436cc89fb1 Merge branch 'feature/clear-search-field-11835'
resolves #11835
2016-11-16 12:55:19 +01:00
Eric Lippmann 5805e5d675 CSS: Fix skip-links positioning 2016-11-16 12:54:38 +01:00
Eric Lippmann c0e92c2bc5 CSS: Use color gray-light for the search placeholder in the menu 2016-11-16 12:34:55 +01:00
Johannes Meyer 2c817215cb ExternalBackendForm: Remove option to configure where to fetch a remote user
refs #12164
2016-11-16 12:06:58 +01:00
Johannes Meyer 3a816ce0f7 ExternalBackend: Don't throw an error if it's not possible to clean usernames 2016-11-16 12:04:46 +01:00
Johannes Meyer 0bd00ba3d0 ExternalBackend: Simplify how remote users are identified
refs #12164
2016-11-16 11:55:54 +01:00
Thomas Gelf ce6fa235cb js/loader: do not steal focus placed by module 2016-11-16 10:49:28 +00:00
Eric Lippmann 6b06e05c04 CSS: Add clear button to the search field in the menu
refs #11835
2016-11-16 11:43:21 +01:00
Eric Lippmann 3c8e41d4f6 CSS: Remove rule for inputs having the placeholder attribute
This was meant to style the input's placeholder but it is just wrong.
2016-11-16 11:37:13 +01:00
Johannes Meyer e75bfbc197 Response: Add ;charset=UTF-8 to the default content type
resolves #13117
2016-11-15 13:30:16 +01:00
Johannes Meyer fa88dbf5dd vagrant: Add missing TicketSalt constant for Icinga 2
fixes #13095
2016-11-15 13:25:51 +01:00
Johannes Meyer 8978ad9f79 Revert "DataView: Apply object restrictions to dynamic filter columns"
This reverts commit 9ec471d349.

refs #9993
2016-11-15 12:47:54 +01:00
Eric Lippmann bdeeec50bb CSS: Add icon warning-empty
refs #11859
2016-11-14 15:09:46 +01:00
Eric Lippmann 7c83db08a3 Don't auto-capitalize the username in the login form 2016-11-14 14:01:55 +01:00
Florian Strohmaier bf809ef7c8 Update font stack
Try to use the OS font instead of providing a custom one.

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-14 13:56:01 +01:00
Johannes Meyer 7d98025d7d Merge branch 'bugfix/hooks-don-t-respect-module-permissions-12396'
fixes #12396
2016-11-14 09:46:08 +01:00
Johannes Meyer f1a1f41192 Module: Drop deprecated method registerHook and arg $key of method provideHook 2016-11-11 16:15:59 +01:00
Johannes Meyer 5bce7dc9b8 Hook: Check a user's module permission before providing it's hook instances
refs #12396
2016-11-11 16:15:16 +01:00
Alexander A. Klimov 1cd2cfbdc9 Revert "Make hooks respect module permissions"
This reverts commit 4d2e6d2d87.
2016-11-11 11:14:23 +01:00
Johannes Meyer f3b1d28f7d Merge branch 'bugfix/renaming-the-resource-used-for-the-config-backend-9804'
fixes #9804
2016-11-11 11:03:55 +01:00
Johannes Meyer 82cc96173d ConfigController: Warn the user if he's about to remove referenced resources
refs #9804
2016-11-11 11:01:16 +01:00
Alexander A. Klimov 252ce5d60d Revert "Don't show the link for resource removal if the resource is utilized for configuration"
This reverts commit 7331904851.
2016-11-11 10:59:21 +01:00
Johannes Meyer 39e4a39654 Merge branch 'bugfix/ldapusergroupbackendform-user_-settings-not-purged-10401'
fixes #10401
2016-11-11 09:55:10 +01:00
Johannes Meyer c72cf257ca LdapUserGroupBackendForm: Fix doc of method createHiddenUserConfigElements
refs #10401
2016-11-11 09:50:37 +01:00