Carlos Cesario
|
8d8b65473a
|
Add translation to some strings
Thank you Carlos.
resolves #7787
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
|
2014-12-03 10:00:54 +01:00 |
Eric Lippmann
|
3c16db3b0d
|
Roles: Fix header position
|
2014-11-25 16:16:31 +01:00 |
Eric Lippmann
|
9aa2f6f555
|
Roles: Speak of 'roles' not 'permissions'
|
2014-11-25 16:11:02 +01:00 |
Eric Lippmann
|
381b3b9a19
|
Move the permissions view scripts beneath roles
|
2014-11-25 16:11:01 +01:00 |
Eric Lippmann
|
f0ece3d88a
|
Revert "Remove permissions and restrictions for now"
This reverts commit 8335bdcb32 .
Readd permissions and restrictions.
|
2014-11-25 16:11:01 +01:00 |
Eric Lippmann
|
8335bdcb32
|
Remove permissions and restrictions for now
Our first beta release will not include permissions and restrictions.
We'll better test it before making it public.
|
2014-11-20 16:14:00 +01:00 |
Eric Lippmann
|
bf33c9c13b
|
Permissions: Show restrictions in the permissions list
|
2014-11-20 16:12:02 +01:00 |
Eric Lippmann
|
e48935f487
|
Permissions: Add class avp to index table
|
2014-11-20 15:54:46 +01:00 |
Eric Lippmann
|
9c8c81c201
|
Permissions: Use icon for the remove permission link
|
2014-11-20 13:49:33 +01:00 |
Marius Hein
|
d018b4c2ae
|
Dashboard: Convert table into an action table
refs #7751
|
2014-11-20 12:45:23 +01:00 |
Marius Hein
|
e600dc8adb
|
Dashboard: Rename component to dashlet
refs #7751
|
2014-11-20 12:08:50 +01:00 |
Marius Hein
|
2471314616
|
Dashboard: Remove unused template
refs #7751
|
2014-11-20 11:37:17 +01:00 |
Marius Hein
|
2c4b730887
|
Dashboard: Update descriptions
refs #7751
|
2014-11-20 11:36:04 +01:00 |
Eric Lippmann
|
bfdf34b6bf
|
Security: Add permissions as tab to config
refs #5647
|
2014-11-19 15:32:25 +01:00 |
Eric Lippmann
|
63490094b9
|
Security: Fix PermissionsController class name
refs #5647
|
2014-11-19 15:24:57 +01:00 |
Eric Lippmann
|
e072678b2d
|
Security: Remove role suffix from actions
refs #5647
|
2014-11-19 15:23:15 +01:00 |
Eric Lippmann
|
5b4c2723e0
|
Security: Rename security view scripts to permissions
refs #5647
|
2014-11-19 15:18:39 +01:00 |
Eric Lippmann
|
bd400855e8
|
Security: Remove view scripts for creating, updating and removing roles and permissions
Thos are supersed by role management.
refs #5647
|
2014-11-19 14:42:04 +01:00 |
Eric Lippmann
|
2c5ff341d5
|
Security: Add view script for removing roles
refs #5647
|
2014-11-19 14:41:05 +01:00 |
Eric Lippmann
|
1d34d88a01
|
Security: Add view script for creating roles
refs #5647
|
2014-11-19 14:37:10 +01:00 |
Eric Lippmann
|
3b680c7885
|
Security: Add view script for updating roles
refs #5647
|
2014-11-19 14:36:53 +01:00 |
Eric Lippmann
|
8aab5dc0f0
|
Security: Show roles instead of permissions and restrictions
refs #5647
|
2014-11-19 14:23:56 +01:00 |
Eric Lippmann
|
a2818bd937
|
Merge branch 'master' into feature/security-gui-5647
|
2014-11-19 14:13:26 +01:00 |
Bernd Erk
|
fd5fe26a1f
|
Changes login screen and added header
|
2014-11-19 13:43:48 +01:00 |
Marius Hein
|
a40f357f3c
|
Dashboard: Show error message when can not write to file
refs #4537
|
2014-11-19 11:47:31 +01:00 |
Marius Hein
|
a5411c7a1c
|
Dashboard: Fix reading and disabled system dashboards
refs #4537
|
2014-11-19 10:33:41 +01:00 |
Marius Hein
|
cfb0ca1be0
|
Merge remote-tracking branch 'origin/master' into feature/add-to-dashboard-4537
|
2014-11-19 10:21:50 +01:00 |
Marius Hein
|
5ace5fd2dc
|
Dashboard: Change icons
refs #4537
|
2014-11-18 17:47:57 +01:00 |
Eric Lippmann
|
aef81a56d6
|
Merge branch 'master' into feature/security-gui-5647
Conflicts:
library/Icinga/Application/Config.php
library/Icinga/File/Ini/IniWriter.php
library/Icinga/Web/Form.php
library/Icinga/Web/Menu.php
|
2014-11-18 17:08:25 +01:00 |
Marius Hein
|
10cfecf2ec
|
Merge remote-tracking branch 'origin/master' into feature/add-to-dashboard-4537
Conflicts:
application/controllers/DashboardController.php
library/Icinga/Web/Form.php
library/Icinga/Web/Widget/Dashboard.php
|
2014-11-18 16:36:42 +01:00 |
Bernd Erk
|
07c0180b1c
|
Merge branch 'master' into feature/redesign-7144
|
2014-11-18 16:36:19 +01:00 |
Marius Hein
|
80871313e4
|
Dashboard: Remove actions
refs #4537
|
2014-11-18 16:28:04 +01:00 |
Johannes Meyer
|
7621f6642d
|
Adjust usages of Icinga\Application\Config
refs #7147
|
2014-11-18 13:11:52 +01:00 |
Marius Hein
|
3e58ec2530
|
Dashboard: Use new controller actions
refs #4537
|
2014-11-18 12:51:28 +01:00 |
Marius Hein
|
cbcd276b44
|
Dashboard: Rewrite forms and controller [WIP]
refs #4537
|
2014-11-18 10:04:41 +01:00 |
Marius Hein
|
af799d42dc
|
Widget/Dashboard: Cleanup object and remove unused stuff
refs #4537
|
2014-11-18 09:59:23 +01:00 |
Marius Hein
|
5f9d394bbe
|
AddToDashboard: Form layout and template
refa #4537
|
2014-11-18 09:59:23 +01:00 |
Bernd Erk
|
245c247ff3
|
Changes remove icon in monitoring module to cancel icon
|
2014-11-17 17:08:08 +01:00 |
Bernd Erk
|
20be45e8da
|
Enable icon font
|
2014-11-13 20:08:58 +01:00 |
Bernd Erk
|
6201858a68
|
Merge branch 'master' into feature/redesign-7144
|
2014-11-13 17:47:26 +01:00 |
Johannes Meyer
|
f49d9e8591
|
Fix the tooltip's max page count in the joystick navigation
|
2014-11-13 16:45:03 +01:00 |
Bernd Erk
|
ac8cc0613c
|
Merge branch 'master' into feature/redesign-7144
Conflicts:
application/views/scripts/authentication/login.phtml
public/css/icinga/login.less
|
2014-11-12 17:21:54 +01:00 |
Johannes Meyer
|
db7954c350
|
Merge branch 'master' into feature/setup-wizard-7163
|
2014-11-12 17:05:13 +01:00 |
Bernd Erk
|
288c52f88d
|
Fix padding and moved h1 into control section
|
2014-11-12 16:56:04 +01:00 |
Johannes Meyer
|
8e1a6a5b83
|
Fix that navigating in the service grid opens the grid in a new column
refs #6180
|
2014-11-12 15:13:32 +01:00 |
Johannes Meyer
|
933172f250
|
Replace navigation of the service matrix and rename it to service grid
fixes #6180
|
2014-11-12 15:07:01 +01:00 |
Johannes Meyer
|
5009083915
|
Remove dummy documentation link
|
2014-11-11 10:00:02 +01:00 |
Johannes Meyer
|
8f212018ec
|
Move the setup wizard code to a dedicated module
refs #7163
|
2014-11-10 15:11:44 +01:00 |
Johannes Meyer
|
5c9d7d6548
|
Add refresh button to the requirements page
refs #7163
refs #7587
|
2014-11-10 12:54:26 +01:00 |
Johannes Meyer
|
79493592bb
|
Do not use Installer anywhere.
"It's setup."
refs #7163
|
2014-11-10 10:30:52 +01:00 |