Florian Strohmaier
|
25cf5f6973
|
JS: Update container toggles behavior according to removal of fix controls event trigger
refs #8590
|
2016-04-13 12:48:32 +02:00 |
|
Florian Strohmaier
|
29b0fde431
|
JS: Clean up
|
2016-04-13 12:45:40 +02:00 |
|
Florian Strohmaier
|
8530630043
|
JS: Consolidate responsive tab bar behavior code
refs #8590
|
2016-04-13 12:42:55 +02:00 |
|
Florian Strohmaier
|
260d1db55e
|
JS: Remove fix-controls event trigger
|
2016-04-13 12:41:01 +02:00 |
|
Florian Strohmaier
|
4448155e1a
|
JS: Fixes for responsive tab bar behavior
refs #8590
|
2016-04-07 18:28:21 +02:00 |
|
Florian Strohmaier
|
7d2b5c3fb8
|
JS: Fix undefined container data error after login
refs #8590
|
2016-03-29 17:14:09 +02:00 |
|
Florian Strohmaier
|
6ebfe7020d
|
Merge branch 'bugfix/js-close-container-8590' of git.icinga.org:icingaweb2 into bugfix/js-close-container-8590
|
2016-03-29 15:14:59 +02:00 |
|
Florian Strohmaier
|
d29f0d2483
|
JS: Throttle execution for fix controls event handler
refs #8590
|
2016-03-29 15:14:31 +02:00 |
|
Florian Strohmaier
|
2bfd918a09
|
JS: Replace double with single quotes where appropriate
refs #8590
|
2016-03-29 15:12:55 +02:00 |
|
Florian Strohmaier
|
98e754cb11
|
JS: Add and Update JSDoc for responsive tab bar behavior
refs #8590
|
2016-03-29 15:10:03 +02:00 |
|
Eric Lippmann
|
498cdf6557
|
Merge branch 'master' into bugfix/js-close-container-8590
|
2016-03-29 13:26:50 +02:00 |
|
Eric Lippmann
|
c7aec8ae64
|
Respect module stylesheets again when generating the ETag
fixes #11465
|
2016-03-29 11:39:41 +02:00 |
|
Eric Lippmann
|
6e28b4690e
|
Merge branch 'feature/user-getroles-10887'
resolves #10887
|
2016-03-29 11:28:56 +02:00 |
|
Eric Lippmann
|
e0781cf8b5
|
Fix PHPDoc of AdmissionLoader::applyRoles()
refs #10887
|
2016-03-29 11:26:00 +02:00 |
|
Eric Lippmann
|
5b5978787b
|
Move permission and restriction initialization in AdmissionLoader
refs #10887
|
2016-03-29 11:25:55 +02:00 |
|
Eric Lippmann
|
32c6a03000
|
Remove Role::addPermission()
Method is not used.
refs #10887
|
2016-03-29 11:25:53 +02:00 |
|
Eric Lippmann
|
123488cfc0
|
Remove Role::addRestriction()
Method is not used.
refs #10887
|
2016-03-29 11:25:51 +02:00 |
|
Eric Lippmann
|
08b70267cd
|
Move setters after getter in Role.php
refs #10887
|
2016-03-29 11:25:47 +02:00 |
|
Eric Lippmann
|
3d6ae6ac26
|
Fix PHPDoc of User::setRestrictions()
refs #10887
|
2016-03-29 11:25:39 +02:00 |
|
Eric Lippmann
|
98934e9c5f
|
lib/DbConnection: Use isset for charset check
|
2016-03-24 17:55:30 +01:00 |
|
Raphael Bicker
|
ea871ea032
|
Fix Cannot execute queries while other unbuffered queries are active
fixes #11264
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
|
2016-03-24 17:53:55 +01:00 |
|
Alexander A. Klimov
|
c6eb3cd2c7
|
Add missing User::$roles definition
refs #10887
|
2016-03-24 16:34:32 +01:00 |
|
Alexander A. Klimov
|
df0d3aaf1e
|
AdmissionLoader: set the roles of the user
refs #10887
|
2016-03-24 16:24:24 +01:00 |
|
Alexander A. Klimov
|
57ce39834d
|
Role: implement setPermissions() and setRestrictions()
refs #10887
|
2016-03-24 16:11:31 +01:00 |
|
Eric Lippmann
|
f1f4cdc3cb
|
lib: Use AdmissionLoader::applyRoles() in Auth
refs #10887
|
2016-03-24 15:30:30 +01:00 |
|
Eric Lippmann
|
1aa42bdaf6
|
lib: Add User::getRoles() and ::setRoles()
refs #10887
|
2016-03-24 15:30:07 +01:00 |
|
Eric Lippmann
|
6ec1878977
|
lib: Add Authentication/Role
refs #10887
|
2016-03-24 15:29:39 +01:00 |
|
Eric Lippmann
|
2699d2c9ed
|
lib: Rename AdmissionLoader::applyPerm... to applyRoles()
refs #10887
|
2016-03-24 15:28:21 +01:00 |
|
Florian Strohmaier
|
28b8b32290
|
JS: Implement ResponsiveTabBar behavior
refs #8590
|
2016-03-24 11:47:40 +01:00 |
|
Florian Strohmaier
|
92edd65291
|
JS: Replace layout-change and close-column events with fix-columns event
|
2016-03-24 11:41:21 +01:00 |
|
Florian Strohmaier
|
01fbb1fd27
|
CSS: remove test background from tab container
|
2016-03-23 18:16:12 +01:00 |
|
Florian Strohmaier
|
b21732c58c
|
JS: WIP draft before implementing fix-controls event
|
2016-03-23 13:21:22 +01:00 |
|
Florian Strohmaier
|
9f4b84501c
|
CSS: Add right tab bar padding only in two column layout
|
2016-03-23 13:19:43 +01:00 |
|
Florian Strohmaier
|
634eebf85b
|
JS: Add responsive-tabbar behavior draft
|
2016-03-21 11:06:54 +01:00 |
|
Florian Strohmaier
|
9f9cd71d02
|
CSS: Add styles for responsive tab bar
|
2016-03-15 11:08:28 +01:00 |
|
Florian Strohmaier
|
d16b74a945
|
Load respnsive tab bar behavior
|
2016-03-15 11:08:06 +01:00 |
|
Florian Strohmaier
|
d1f927f806
|
JS: Add responsive tab bar behavior
|
2016-03-15 11:07:35 +01:00 |
|
Eric Lippmann
|
6f7c99bd08
|
RPM: Provide icingaweb2-vendor-Zend again
SUSE/SLES require this package.
|
2016-03-14 15:35:21 +01:00 |
|
Markus Frosch
|
88d973ac39
|
Restrict access to application log with 'application/log' permission
fixes #11279
|
2016-03-02 20:47:37 +01:00 |
|
Markus Frosch
|
929f45deea
|
Fix session resume for external auths
When REMOTE_USER is not available from _SERVER (PHP internal webserver)
fixes #11277
|
2016-03-02 17:39:05 +01:00 |
|
Marius Hein
|
609b2da565
|
Update module versions
v2.2.0
|
2016-02-29 22:49:40 +01:00 |
|
Marius Hein
|
9d8a4f5077
|
Update authors file
|
2016-02-29 22:48:40 +01:00 |
|
Marius Hein
|
845a8b78cf
|
Bump version
|
2016-02-29 22:41:58 +01:00 |
|
Marius Hein
|
25369b6de5
|
Remove button style from action links
|
2016-02-29 22:41:39 +01:00 |
|
Marius Hein
|
c831bc5232
|
Add host_alias to search columns if backend is icinga 1
|
2016-02-29 22:34:54 +01:00 |
|
Marius Hein
|
09ef6d8f2a
|
Update changelog
|
2016-02-29 22:25:26 +01:00 |
|
Michael Friedrich
|
14c884a239
|
Update README.md
|
2016-02-29 22:21:54 +01:00 |
|
Marius Hein
|
2a9a96c8b4
|
Update german translation
|
2016-02-29 22:18:31 +01:00 |
|
Thomas Gelf
|
ed8c66e84c
|
css/base: apply impact style to full container
|
2016-02-29 22:17:54 +01:00 |
|
Thomas Gelf
|
b6fd4f5584
|
events.js: do not apply event handlers without...
...an Icinga object. Added a log line, eventually we'll catch this one
far day :)
|
2016-02-29 22:11:30 +01:00 |
|