Changelog#
0.1.7#
Removed
LoginHandler.LoginKerberosbecause it’s not needed- documentation:
switched theme to
pydataadded
Exceptionssubmodule documentation
- Code:
switched to absolute imports instead of relative imports
0.1.6#
BUGFIX:
UserWorkflow.change_usernow only allows changing theactivatedattribute if the calling user is an adminUserWorkflow.get_usernow includes a list of groups if the requesting user is an admin or the requested user himself
0.1.5#
BUGFIX:
UserWorkflowreturned wrong data format forget_userBUGFIX: fixed typo in response message when deleting a group
0.1.4#
BUGFIX:
group_membersthis time for real…
0.1.3#
BUGFIX:
group_membershad a bug which is now fixed….
0.1.2#
new feature
group_membersinGroupWorkflowwill return a list of all group Members.
0.1.1#
BUGFIX:
_perm_and_name_checkinGroupWorkflowgot called without kwargs… again
0.1.0#
Formating Fixes
BUGFIX:
_perm_and_name_checkinGroupWorkflowgot called without kwargs
0.0.9#
BUGFIX:
_create_useronly takes KW arguments which i forgot…
0.0.8#
All Workflow Functions now accept arbitary number of kwargs
App Config got extended by a
default_vhostSetting which will get used in theSessionWorkflow
0.0.7#
changed workflows to return data which fits to my idea of usefull response data
0.0.6#
ldap import now optional
0.0.3#
SSL Context is automatically created if DBConfig recieves the
ca_fileparameter
0.0.2#
Initial Version