Skip to content
  • Francesc Guasch's avatar
    Feature #916 configure access (#925) · c74d9534
    Francesc Guasch authored
    * doc(test): LDAP local test server start
    
    issue #922
    
    * wip(ldap): grants can be ordered by this field
    
    issue #922
    
    * feature(auth): deny by LDAP attribute
    
    issue #922
    
    * wip(test): remove tes ldap users after tests
    
    issue #922
    
    * test(auth): check deny access
    
    issue #922
    
    * test(auth): check deny & multiple allow/deny
    
    issue #922
    
    * fix(auth): remove auth on remove domain
    
    issue #922
    
    * wip(auth): finish it match auth
    
    issue #922
    
    * wip(frontend): show user LDAP attributes
    
    It is used for access debugging pusrposes we may remove it later.
    
    issue #916
    
    * feature(frontend): show machine access restrictions
    
    issue #916
    
    * test(auth): test LDAP access attributes edges
    
    issue #922
    
    * wip(auth): methods to manage LDAP access entries
    
    issue #916
    
    * wip(auth): check authorization
    
    - if denied returns false
    - if allowed continues until en or false
    - if no matches returns default
    
    issue #916
    
    * feature(frontend): manage LDAP access restrictions
    
    issue #916
    
    * wip(backend): remove access restrictions if known domain
    
    issue #916
    
    * wip(auth): fixed edge case with no access entries
    
    issue #916
    
    * feature(auth): check restrictions may be end with last
    
    when the last field is enabled, no more restrictions are checked
    
    issue #916
    
    * wip(frontend): small fixes suggested by @gloriarodriguez
    
    - sort attributes
    - remove default after delete the last restriction
    - set last to true by default on new
    
    issue #916
    c74d9534