Commit Graph

2498 Commits

Author SHA1 Message Date
jasquat e2a5a2aadf use a toggle tip instead of the popover w/ burnettk 2023-05-09 17:38:15 -04:00
jasquat ddc78c5446 changed to display the username in a circle that can be expanded w/ burnettk 2023-05-09 17:05:37 -04:00
jasquat 7b190d204b removed debug log w/ burnettk 2023-05-09 14:09:11 -04:00
jbirddog e1ba08b83d Rename Save as draft to Close, add tooltip (#246) 2023-05-09 12:55:49 -04:00
burnettk 351ff8433d make safari act a bit more like other browsers by adding a blank option w/ jasquat 2023-05-09 12:41:09 -04:00
burnettk 04f1460077 Merge remote-tracking branch 'origin/main' into feature/safari_dropdown_bug 2023-05-09 12:12:02 -04:00
Madhurya Liyanage ff078cbc80 Updated button paths and added some waits 2023-05-09 21:36:54 +05:30
Madhurya Liyanage c7e43c58ce Enabled only the 'Without Files' describe 2023-05-09 21:29:36 +05:30
jasquat 20e6d78a10 try adding a blank option for form selects w/ burnettk 2023-05-09 11:55:59 -04:00
Kevin Burnett eb38d7e69a Merge pull request #245 from sartography/ci/add-build-metadata
ci: create version_info.json file
2023-05-09 15:50:10 +00:00
Jakub Sokołowski fb494e5e30 ci: create version_info.json file
Will be used for exporting version metrics.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-09 17:48:39 +02:00
jasquat 0a1daf353a Revert "Revert "make all browsers act the same way on our site w/ jasquat""
This reverts commit 7c4b7b71b7.
2023-05-09 09:30:09 -04:00
burnettk 7c4b7b71b7 Revert "make all browsers act the same way on our site w/ jasquat"
This reverts commit 023f8282b4.
2023-05-08 23:04:16 -04:00
burnettk 023f8282b4 make all browsers act the same way on our site w/ jasquat 2023-05-08 17:03:21 -04:00
burnettk 2b76f4ad5d avoid percentage widths, which appear to not do what we want in safari w/ jasquat 2023-05-08 16:24:52 -04:00
burnettk 339745b6a8 fix configuration page on safari w/ jasquat 2023-05-08 16:13:30 -04:00
burnettk 5a51cc9b18 listen on all interfaces w/ jasquat 2023-05-08 15:36:57 -04:00
jasquat 26310da412 Merge pull request #244 from sartography/feature/check_permissions_on_group_and_model_list
Feature/check permissions on group and model list
2023-05-08 14:29:39 -04:00
jasquat ca8ddc55d7 Merge pull request #243 from sartography/feature/interstitial_do_not_update_pi_status
Feature/interstitial do not update pi status
2023-05-08 14:29:13 -04:00
jasquat fcbbb4a22a use a better var name to check perms against w/ burnettk 2023-05-08 14:25:49 -04:00
jasquat 874fe9052c pyl and i am not sure how mypy missed that one typing issue 2023-05-08 13:20:40 -04:00
jasquat 1b0f71579b pyl 2023-05-08 11:34:45 -04:00
jasquat ee8f7637a8 Merge remote-tracking branch 'origin/main' into feature/check_permissions_on_group_and_model_list 2023-05-08 11:34:33 -04:00
jasquat 6f59d2f828 added tests to make sure users can only list process models and groups that they have access to 2023-05-08 11:31:57 -04:00
Madhurya Liyanage c969a6bcda Updates related to the changes in the Cancel button and things around that. 2023-05-08 16:45:16 +05:30
burnettk b100fdc076 make logs less chatty and support new localopenid convenience arg when booting backend locally 2023-05-06 15:17:48 -04:00
jasquat 11952aaaa7 check if user has access to full process models or groups before checking each one w/ burnettk 2023-05-05 16:27:31 -04:00
jasquat 1b97cbb5b2 check permissions on process group and model list api endpoints w/ burnettk 2023-05-05 16:14:22 -04:00
jasquat 950d07f306 added permissions file for demo site w/ burnettk 2023-05-05 14:54:38 -04:00
jasquat eef920acae do not perform any tasks if instance is suspended from the interstitial page w/ burnettk 2023-05-05 14:01:32 -04:00
jasquat 6cdc6913c4 Merge remote-tracking branch 'origin/main' into feature/interstitial_do_not_update_pi_status 2023-05-05 13:12:44 -04:00
jasquat 7be5bf43fd made activeuser component which can be used wherever and only use it if the user can save the file on the form and diagram edit pages 2023-05-05 09:52:52 -04:00
jasquat 863350bdb6 added active-users endpoint to basic permissions 2023-05-05 09:20:16 -04:00
burnettk 3877a9aae2 fix editing json 2023-05-04 22:57:05 -04:00
jasquat 998de63eca set the returned file as the new file when saving a process model file so we get the new contents hash w/ burnettk 2023-05-04 16:59:27 -04:00
jasquat 8e0630947d some attempts to not change the process instance status w/ burnettk 2023-05-04 16:52:41 -04:00
jasquat 20ee46899d call correct send signal event from task show page w/ burnettk 2023-05-04 16:11:33 -04:00
jasquat d6724087f6 poll the backend for active users instead of keeping the connection open so it does not hang on a process w/ burnettk 2023-05-04 15:44:52 -04:00
jasquat c5d7a87e61 added config to specify the absolute path to a permissions yaml file so a different one can be set outside of the app repo w/ burnettk 2023-05-04 14:44:24 -04:00
jasquat 5debe44391 Merge pull request #242 from sartography/feature/multiple_editor_users_display_user
Feature/multiple editor users display user
2023-05-04 14:24:18 -04:00
jbirddog b89527ab80 Integrate spiff-element-units 0.3.0 for (some) lazy call activities (#239) 2023-05-04 14:15:13 -04:00
jasquat 699c3eb619 updated active user db model w/ burnettk 2023-05-04 12:51:15 -04:00
jasquat 92cdceb201 fixed test w/ burnettk 2023-05-04 12:45:53 -04:00
jasquat 9320ec3cf9 cleaned up displaying active users in frontend w/ burnettk 2023-05-04 12:44:04 -04:00
jasquat f7e8fd0022 Merge remote-tracking branch 'origin/main' into feature/multiple_editor_users_display_user 2023-05-04 11:42:36 -04:00
jasquat 60db9db296 Merge pull request #241 from sartography/feature/multiple_editor_users
Feature/multiple editor users
2023-05-04 11:40:28 -04:00
jasquat 1116b79310 Merge pull request #240 from sartography/feature/signal-permissions
Feature/signal permissions
2023-05-04 11:31:59 -04:00
jasquat 5c1d106aa8 pyl w/ burnettk 2023-05-04 11:31:37 -04:00
jasquat 968a2fb186 added endpoint for send-signal-event for users so we can handle permissions more easily w/ burnettk 2023-05-04 11:20:38 -04:00
burnettk 81a2a5d383 adding permissions for send-event 2023-05-04 10:23:52 -04:00