ffe2a18ce9
* WIP: some initial code to allow anonymous users get a task w/ burnettk * added scripts to get the url for a given human task w/ burnettk * users can complete a task anonymously * pyl * fixed up login flow and added submission confirmation message for guest tasks w/ burnettk * added only_guest_task_completion to guest token so we can remove items from the ui with it * renamed anonymous to guest * force logout guest users when verifying the token if certain criteria are met and do not do it random controller methods * also allow saving draft data to use guest users w/ burnettk * updated bpmn-js-spiffworkflow and added test to test allow guest * pyl * fix typo and remove bad file * remove allow_guest column and moved allow guest check to TaskModel * removed unnecessary comment * missing import * do not allow guest users to see completed tasks and remove save and close button for guest users w/ burnettk --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com> Co-authored-by: burnettk <burnettk@users.noreply.github.com> |
||
---|---|---|
.. | ||
test_get_all_permissions.py | ||
test_get_current_task_info.py | ||
test_get_current_user.py | ||
test_get_env.py | ||
test_get_group_members.py | ||
test_get_last_user_completing_task.py | ||
test_get_localtime.py | ||
test_get_process_initiator_user.py | ||
test_get_task_data_value.py | ||
test_get_url_for_task_with_bpmn_identifier.py | ||
test_refresh_permissions.py |