Eric Lippmann
3ccbf37161
Provide API transport in the transport config form
...
refs #11398
2016-09-01 10:48:36 +02:00
Eric Lippmann
9b310ca1ca
Add ApiTransportForm class
...
refs #11398
2016-09-01 10:47:52 +02:00
Eric Lippmann
db41024c89
Add ApiCommandTransport class
...
refs #11398
2016-09-01 10:47:27 +02:00
Eric Lippmann
cfc0f60042
Add RestRequest class
...
refs #11398
2016-09-01 10:47:06 +02:00
Eric Lippmann
ad658b049c
Add IcingaApiCommandRenderer class
...
refs #11398
2016-09-01 10:45:28 +02:00
Eric Lippmann
0f4fa2d492
Add IcingaApiCommand class
...
refs #11398
2016-09-01 10:44:59 +02:00
Alexander A. Klimov
5a49c0beed
config/module: show Git HEAD commit's ID if available
...
refs #11664
2016-09-01 10:26:55 +02:00
Alexander A. Klimov
b240e0e6bb
Implement Version::getGitHead()
...
refs #11664
2016-09-01 10:14:14 +02:00
Alexander A. Klimov
13085776d8
Performance data: handle negative values
...
fixes #11915
2016-08-31 15:46:22 +02:00
Eric Lippmann
4fda29c1f0
Add downtime name to the delete downtimes command form
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
9c766c0241
Select downtime name in the multi select detail view
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
c982c96e16
Select downtime name in the downtime detail view
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
57406245ca
Select downtime name in the downtime list view
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
5737521683
Add comment name to the delete comments command form
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
b0be1e56dd
Select comment name in the multi select detail view
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
25a17b0bc9
Select comment name in the comment detail view
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
39f225a627
Select comment name in the comment list view
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
69db59a38e
Add name to the delete downtime command form
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
59dceb4729
Add name to the delete comment command form
...
refs #11398
2016-08-31 15:21:29 +02:00
Eric Lippmann
62f2f92ae8
Add name property to the delete downtime command
...
refs #11398
2016-08-31 15:21:27 +02:00
Alexander A. Klimov
fa113e023b
dashboard/new-dashlet: don't allow external URLs
...
refs #11920
2016-08-31 15:11:55 +02:00
Eric Lippmann
b8df909ad5
Add name property to the delete comment command
...
refs #11398
2016-08-31 15:06:38 +02:00
Eric Lippmann
c55c5a9e64
IDO: Provide downtime name column
...
The Icinga 2 API requires the downtimes's name when removing the downtime.
refs #11398
2016-08-31 14:05:01 +02:00
Eric Lippmann
0e307c6482
IDO: Provide comment name column
...
The Icinga 2 API requires the comment's name when removing the comment.
refs #11398
2016-08-31 12:57:50 +02:00
Johannes Meyer
1993ae2ed2
js: Fix that the menu is not reloaded in case no search is available
...
fixes #12541
2016-08-25 08:54:04 +02:00
Johannes Meyer
124fb848a0
Repository: Fix column caches²
2016-08-18 15:40:20 +02:00
Johannes Meyer
bd4f21df11
Repository: Fix column caches
2016-08-18 15:30:47 +02:00
Johannes Meyer
ccb8bcc6e3
Repository: Allow for some more fine-grained control
...
Filter columns, search columns and sort rules can now be returned
dependent on a query's current target
2016-08-18 13:36:09 +02:00
Eric Lippmann
c899456d93
Fix copyright year in ChangePasswordForm
...
refs #10616
2016-08-04 16:11:43 +02:00
Eric Lippmann
ecbb0926dc
Merge branch 'feature/change-password-10616'
...
resolves #10616
2016-08-04 16:09:41 +02:00
Thomas Gelf
2b50f6ff10
FilterExpression: render boolean true as such
...
fixes #12299
2016-08-03 13:03:08 +00:00
Eric Lippmann
e62d94209f
Allow users to change their password if backend is db
...
refs #10616
2016-07-21 17:38:19 +02:00
Eric Lippmann
e6ec6e05b2
Rename Preferences to My Account
...
refs #10616
2016-07-21 12:31:10 +02:00
Eric Lippmann
733696864e
Wrap zero width space in hidden span
...
This should fix copy and paste issues but still help browsers to nicely break lines in plugin output.
refs #12134
2016-07-21 10:56:32 +02:00
Eric Lippmann
42991b0756
Ensure correct URL for the refresh container button
...
Shifted params no longer appear in the URL which is retrieved from the request object.
We now use Url::fromRequest() instead.
2016-07-13 10:24:30 +02:00
Johannes Meyer
4774db16ef
View: Add methods setHelperFunction and dropHelperFunction
2016-07-11 09:08:43 +02:00
Markus Frosch
e9681de388
RepositoryQuery: Avoid cloning sub-objects when they are null
...
fixes #12078
2016-06-30 13:16:05 +02:00
Johannes Meyer
fc93dd2b58
Merge branch 'bugfix/inirepository-updatedelete-12065'
...
fixes #12065
2016-06-29 09:12:44 +02:00
Markus Frosch
dfa77b2b2f
IniRepository: Avoid using iterator_to_array with ArrayDatasource
...
While iterating ConfigObject/ArrayDatasource will not rewrite the section header into a row value as keycolumn.
In addition we now properly use the filter.
refs #12065
2016-06-28 16:21:06 +02:00
Eric Lippmann
cefdc496ef
Forms: Remember submit from click event before
...
This helps Safari to determine the correct clicked or pressed submit button in case the form has more than one.
2016-06-27 10:41:16 +02:00
Eric Lippmann
fc5ed3feb1
Bump version to 2.3.4
2016-06-23 14:09:55 +02:00
Michael Friedrich
f127611969
Fix contact service filters for 'Downtime'
...
refs #12019
2016-06-22 13:32:26 +02:00
Eric Lippmann
1bbe1b3620
RemoteCommandFile: Don't close stdin to support transmitting multiple commands
2016-06-09 16:43:06 +02:00
Eric Lippmann
d4b9b6d303
Bump version to 2.3.3
2016-06-07 15:15:01 +02:00
Florian Strohmaier
825499662d
Menu: Reduce left padding for submenu hover flyout
2016-06-07 14:15:46 +02:00
Eric Lippmann
c37275c9e2
Merge branch 'bugfix/mobile-meta-tags-11910'
...
fixes #11910
2016-06-07 14:09:29 +02:00
Florian Strohmaier
c59bd73e06
Add meta tags for using Web 2 as mobile web app bookmark
...
refs #11910
2016-06-07 14:09:21 +02:00
Florian Strohmaier
9f5e1d4785
Remove duplicate meta tag for viewport scale
...
refs #11910
2016-06-07 14:09:11 +02:00
Florian Strohmaier
c7b4ef00e2
Replace multiple touch icon images with universal image
...
refs #11910
2016-06-07 11:26:28 +02:00
Eric Lippmann
54b43efb33
Fix exception if module.info contains newlines that are not part of the module's description
...
fixes #11831
2016-06-06 16:21:10 +02:00