diff --git a/config/ldap_supported_oids.txt b/config/ldap_supported_oids.txt index 3bb31fe..da37322 100644 --- a/config/ldap_supported_oids.txt +++ b/config/ldap_supported_oids.txt @@ -50,6 +50,7 @@ 1.3.6.1.1.13.1:Pre-Read Controls::The Pre-Read request control, indicates that a copy of the entry before application of update is to be returned. 1.3.6.1.1.13.2:Post-Read Controls::The Pre-Read request control, indicates that a copy of the entry before application of update is to be returned. 1.3.6.1.1.14:Modify-Increment Extension:RFC 4525:An extension to the Lightweight Directory Access Protocol (LDAP) Modify operation to support an increment capability. +1.3.6.1.1.22:Dont Use Copy Control:RFC 6171:When the control is attached to an LDAP request, the requested operation MUST NOT be performed on copied information. That is, the requested operation MUST be performed on original information. 1.3.6.1.4.1.42.2.27.8.5.1:passwordPolicyRequest 1.3.6.1.4.1.42.2.27.9.5.2:GetEffectiveRights control::May be used to determine what operations a given user may perform on a specified entry. 1.3.6.1.4.1.1466.101.119.1:Dynamic Directory Services Refresh Request:RFC 2589 diff --git a/public/css/fixes.css b/public/css/fixes.css index 6fca119..f49b40a 100644 --- a/public/css/fixes.css +++ b/public/css/fixes.css @@ -80,10 +80,17 @@ ul.fancytree-container { .app-sidebar #treeicon, .closed-sidebar:hover .app-sidebar:hover #treeicon, .sidebar-mobile-open #treeicon { display: none; } -.closed-sidebar .app-sidebar #treeicon { +.closed-sidebar .app-sidebar #treeicon :not(.sidebar-mobile-open) { display: initial; position: relative; } +/** Server icons **/ +.closed-sidebar .server-icon { + display: none; +} +.closed-sidebar .app-sidebar:hover .server-icon, .sidebar-mobile-open .server-icon { + display: flex; +} /** Fix position of tree expander and checkbox */ span.fancytree-checkbox, span.fancytree-custom-icon, span.fancytree-expander, span.fancytree-icon { margin-top: 4px; diff --git a/resources/themes/architect/views/layouts/partials/sidebarmenu.blade.php b/resources/themes/architect/views/layouts/partials/sidebarmenu.blade.php index 5d287b7..15550e6 100644 --- a/resources/themes/architect/views/layouts/partials/sidebarmenu.blade.php +++ b/resources/themes/architect/views/layouts/partials/sidebarmenu.blade.php @@ -34,8 +34,11 @@