Skip to content
Snippets Groups Projects
Select Git revision
  • claims-in-idtoke
  • master default protected
  • jwt_encode_inconsistencies
  • recovery-code-pwhash
  • incremental-sync
  • redis-rate-limits
  • typehints
  • v1.2.x
  • v1.x.x
  • v1.1.x
  • feature_invite_validuntil_minmax
  • Dockerfile
  • v1.0.x
  • roles-recursive-cte
  • v2.3.1
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.1
  • v2.0.0
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v1.0.2
  • v1.1.0
  • v1.0.1
  • v1.0.0
  • v0.3.0
  • v0.2.0
  • v0.1.5
  • v0.1.4
  • v0.1.2
32 results

tests

  • Clone with SSH
  • Clone with HTTPS
  • Forked from uffd / uffd
    123 commits behind the upstream repository.
    Julian Rother's avatar
    Julian authored
    Fixes #104.
    
    Replaced "group" keyword argument for login_required with "permission_check".
    Most views already define a *_acl_check function that returns whether the
    current user has the required permissions for use with register_navbar. The
    same function can now be passed to login_required as the "permission_check"
    argument.
    
    Differenciated login and selfservice access permissions. Previously
    ACL_SELFSERVICE_GROUP was required to login. Now ACL_ACCESS_GROUP is required
    to login and ACL_SELFSERVICE_GROUP is required to access selfservice functions
    (and to use role-granting invite links). A user with just ACL_ACCESS_GROUP can
    now login, access the services overview page and authenticate with OAuth2
    services he has access to, but not change his user attributes, password or
    roles/permissions.
    e6df5bbe
    History