Eric Lippmann
09c70ec3fb
Show search input upon focus when the sidebar is collapsed
2017-11-21 23:04:12 +01:00
Florian Strohmaier
c1029d90d7
Add compact logo file
2017-11-21 23:04:12 +01:00
Florian Strohmaier
22ffe1b783
Fix alignment of icon images in the menu
2017-11-21 23:04:12 +01:00
Florian Strohmaier
e9494e1e96
Reduce opacity of icon images in the menu when they are hovered
2017-11-21 23:04:12 +01:00
Florian Strohmaier
147587da90
Allow to collapse/expand the sidebar via a toggle button at the bottom of the sidebar
2017-11-21 23:04:12 +01:00
Eric Lippmann
807fbdb131
Reduce flyout menu JS complexity
2017-11-21 23:04:12 +01:00
lippserd
fa7bc9aa2d
Merge pull request #3106 from Icinga/feature/navigation-dashboard
...
Navigation dashboard
2017-11-21 23:03:44 +01:00
Eric Lippmann
fd0fe9a403
Monitoring: Add icons and descriptions for second level menu items
2017-11-21 22:55:46 +01:00
Eric Lippmann
8ffa110901
Web: Add icons and descriptions for second level menu items
2017-11-21 22:55:45 +01:00
Eric Lippmann
b6b87796ed
Menu: Link to the navigation dashboard if menu entry has children but no URL
2017-11-21 22:55:45 +01:00
Eric Lippmann
a83a9cef03
Introduce dashboard for navigation items
2017-11-21 22:55:45 +01:00
Eric Lippmann
e7ca817e81
Make Navigation::findItem() public
...
We need this method public for the navigation dashbaord.
2017-11-21 22:55:45 +01:00
Eric Lippmann
21dbe4ec47
Only render icons of root navigation items
...
The upcoming navigation dashboard creates its links from the menu items in configuration.php.
Now, we encourage users to specify icons for second-level menu items but do not want render them in our menu.
2017-11-21 22:55:45 +01:00
Eric Lippmann
3660606ca1
Allow to set a description for navigation items
...
We will introduce a navigation dashboard for root menu items which do not a have a URL but children.
2017-11-21 22:55:45 +01:00
Alexander A. Klimov
bc4b9fb4e0
Make flyover responsive
2017-11-21 18:11:05 +01:00
Thomas Gelf
c786cb9b7e
doc/configuration: use late translation
2017-11-21 17:42:21 +01:00
lippserd
a840a6d1f1
Merge pull request #3112 from Icinga/fix/filter-hints-for-ide-3111
...
Filter: new abstract methode and better IDE hints
2017-11-21 16:50:45 +01:00
lippserd
2bea07c8ac
Merge pull request #3125 from Icinga/fix/upload-iframe-causes-flickering-3124
...
layout: disable upload-iFrame for all but IE<10
2017-11-21 16:50:12 +01:00
lippserd
df1e7683c8
Merge pull request #3041 from Icinga/feature/auto-detaching-dom-elements-3039
...
Implement auto-detaching DOM elements
2017-11-21 16:48:59 +01:00
Alexander A. Klimov
e9c189fa38
Close all flyovers on click outside a flyover
2017-11-21 16:37:52 +01:00
Johannes Meyer
5042fdab54
Merge pull request #3078 from Icinga/translation/de-de
...
Translation updates de_DE
fixes #3067
2017-11-21 15:59:30 +01:00
Markus Frosch
762b4eeed2
de_DE: Extend and improve translation
...
refs #3067
2017-11-21 15:47:46 +01:00
Markus Frosch
2493cb8d63
Fix incorrect uses of translation around sprintf
2017-11-21 15:47:46 +01:00
Markus Frosch
67e207f781
Add translation TestCommand for DateFormatter
...
To get examples for formatted dates and times
2017-11-21 15:47:46 +01:00
Thomas Gelf
ea96e16c0e
layout: disable upload-iFrame for all but IE<10
...
fixes #3124
2017-11-21 14:36:51 +01:00
Thomas Gelf
6e382093f4
Modules, Bootstrap: play nice with PHARs
...
fixes #3113
2017-11-21 14:15:41 +01:00
lippserd
7fd9f23f6c
Merge pull request #3116 from Icinga/fix/no-debug-rendering-while-disabled-3115
...
icinga/ui.js: don't spend time for UI debug...
2017-11-21 14:09:12 +01:00
lippserd
29364be810
Merge pull request #3118 from Icinga/fix/strip-doc-img-trailing-ws-3117
...
DocSectionRenderer: trim trailing image url space
2017-11-21 14:08:32 +01:00
lippserd
a6cebf9384
Merge pull request #3121 from Icinga/fix/body-fails-with-custom-postdispatch-3120
...
body.phtml: provide a fallback in case no...
2017-11-21 14:08:05 +01:00
lippserd
b4efc4e822
Merge pull request #3123 from Icinga/feature/update-about-details
...
Update 'About' details with application name in version and corrected URLs
2017-11-21 14:07:19 +01:00
lippserd
c23e0e9887
Merge pull request #3097 from Icinga/feature/toggleable-flyover-3024
...
Implement togglable flyover
2017-11-21 14:06:11 +01:00
Alexander A. Klimov
c7ffb41b02
Implement togglable flyover
...
refs #3024
2017-11-21 14:05:12 +01:00
Johannes Meyer
0648436297
Merge pull request #3104 from Icinga/bugfix/transportconfig-validation
...
Wizard: Config validation button for Icinga 2 API
fixes #3101
2017-11-21 13:55:35 +01:00
Johannes Meyer
e4fd8d5124
Setup: Only allow to validate the API transport configuration
...
refs #3101
2017-11-21 13:48:29 +01:00
Markus Frosch
22c6bf75e7
Setup: Fix that the API transport validation does not work
...
refs #3101
2017-11-21 13:48:17 +01:00
Michael Friedrich
d045d4547e
Update 'About' details with application name in version and corrected URLs
...
Requires translation refresh @lippserd
2017-11-21 13:40:19 +01:00
Thomas Gelf
a352c9daf9
body.phtml: provide a fallback in case no...
...
...inlineLayout has been given.
fixes #3120
2017-11-21 13:30:58 +01:00
Alexander A. Klimov
b000c1ae4a
Implement auto-detaching DOM elements
...
refs #3039
2017-11-21 13:17:55 +01:00
Alexander A. Klimov
7fef9bddde
Merge branch 'bugfix/x-icinga-windowid-auto-refresh'
2017-11-21 12:42:51 +01:00
Thomas Gelf
e32023bd71
DocSectionRenderer: trim trailing image url space
...
fixes #3117
2017-11-21 12:36:53 +01:00
Thomas Gelf
ccd31f6438
Filter: new abstract methode and better IDE hints
...
fixes #3111
2017-11-21 12:29:02 +01:00
Thomas Gelf
0edcfdee33
icinga/ui.js: don't spend time for UI debug...
...
...while not being shown.
fixes #3115
2017-11-21 12:27:15 +01:00
Alexander A. Klimov
71fe12393d
Persist X-Icinga-WindowId across auto-refreshes
2017-11-21 11:30:36 +01:00
Markus Frosch
1aae1eab23
DBUserBackend: Replace internal crypt handling with PasswordHelper
...
refs #2954
2017-11-21 08:26:24 +01:00
Markus Frosch
f57277aa96
Introduce PasswordHelper for safer passwords
...
refs #2954
2017-11-21 08:26:24 +01:00
lippserd
745674dbe4
Merge pull request #3105 from Icinga/fix/announcements-ack-url
...
Fix acknowledge URL of announcements
2017-11-20 13:36:14 +01:00
Eric Lippmann
a4249539ec
Fix acknowledge URL of announcements
2017-11-20 13:35:17 +01:00
lippserd
5aed51b1a2
Merge pull request #3094 from Icinga/feature/requirements
...
Support and documentation changes for 2.5.0
2017-11-17 11:44:34 +01:00
Markus Frosch
0a3ab14ca4
Fix ErrorDocument prefix for the Apache webserver
2017-11-17 11:41:04 +01:00
Markus Frosch
dd8aaec7cf
Remove RPM spec file
2017-11-17 11:37:39 +01:00