Commit Graph

614 Commits

Author SHA1 Message Date
frikky 622baeb59f Added basic reloading UX fixes 2022-01-14 23:35:50 +01:00
frikky e77bcac26f Fixed workflow variable deletion and control without state updates (speed) 2022-01-14 23:10:03 +01:00
frikky 59d90d1c28 Showing the correct parents in autocompletion 2022-01-14 15:58:15 +01:00
frikky 3adf98df74 Continued work on sample use cases towards onboarding 2022-01-14 00:58:11 +01:00
frikky 7ce0559448 Fixed issues with same URL in appcreator - now allowing it with replacements 2022-01-13 19:04:39 +01:00
frikky ff4f4d6722 Got a lot farther with the use-case selection onboarding UI 2022-01-13 00:00:19 +01:00
frikky b2dafd6f28 Added frontend fixes for app creation and getting started UI 2022-01-12 14:02:58 +01:00
frikky 8e3ee76a46 Added basic #670 (intuitive loops) fix, magic formatting for code editor and small oauth2 fixes for workflows and app creator 2022-01-10 22:27:54 +01:00
frikky b140b136b1 Fixed Dockerfile and run for frontend builds 2022-01-10 16:35:29 +01:00
frikky 33b46e3713 Made magic button in code editor 2022-01-10 13:32:24 +01:00
frikky 49c587f311 #312: Added delayed action execution to open source version 2022-01-09 22:40:10 +01:00
frikky d4c33624b7 Added basic frontend elements for timing actions 2022-01-09 04:56:33 +01:00
frikky 54647e10af Fixed issue with loss of data when swapping actions - now copying! 2022-01-08 03:44:45 +01:00
frikky c41b4da5f5 Fixed execution problems for subflows related to multiple executions and missing execution argument 2022-01-06 03:11:13 +01:00
frikky a900b5aa71 Fixed visuals and targeting during onboarding 2022-01-04 02:36:05 +01:00
frikky b0efab9505 Merge branch 'launch' of https://github.com/gohil-jay/Shuffle into launch 2022-01-03 02:45:41 +01:00
frikky 0f2c71a721 #245: Loads of new introduction features, including a basic app selector 2022-01-03 02:39:22 +01:00
frikky d1eb9e6347 Added getting started view 2022-01-02 19:28:17 +01:00
frikky c42bbfdfc9 Bumped React Router version for more functionality - MAY cause bugs 2022-01-02 18:21:31 +01:00
frikky 5123f5ce36 #245: Started work on a new, simple tutorial system 2022-01-02 18:20:43 +01:00
Jay Gohil beb8846d5d Merge branch 'frikky:launch' into launch 2022-01-02 18:48:46 +05:30
gohil-jay 1e79cf7a1f Added json validation feature in popup editor 2022-01-02 18:47:58 +05:30
frikky a2e00f992a Added swarm auto setup to orborus 2022-01-01 23:17:35 +01:00
frikky 5342a19e38 Added github download redirect handler for raw.githubusercontent.com 2021-12-31 16:54:12 +01:00
frikky e386709118 #168: Fixed a lot of the tiny annoyances of Oauth2 apps 2021-12-31 01:01:36 +01:00
frikky 15fc6f5bcb #623: Fix and merged in code editor autocompletions. Looking forward to more around this ^_^ 2021-12-30 18:42:08 +01:00
frikky 287c254360 #643: Fixed security issues in launch branch as well 2021-12-30 18:34:00 +01:00
frikky ed0c6250d6 Added tab control in admin UI when clicking tabs 2021-12-30 17:15:27 +01:00
frikky 63c5c34f03 #631: Added delete button to file UI 2021-12-30 16:46:38 +01:00
frikky a33089b7fc #618: Fixed autocompletion for the subflow trigger 2021-12-21 02:01:12 +01:00
frikky 1804bd9c1e Fixed startnode loading for subflow 2021-12-21 01:44:14 +01:00
frikky b9d30419fa Fixed subflow selection with autocomplete mechanism 2021-12-21 01:28:29 +01:00
frikky 9e8cc0e91e #345: Added auto-replay of the entire WORKFLOW IF it hasn't finished in time. 2021-12-20 22:54:06 +01:00
gohil-jay a0d6631b31 Updated popup editor and added variable detection functionality 2021-12-19 22:29:07 +05:30
frikky f09e00402c Fixed network/hostname matching issue with wrong network interface 2021-12-19 01:14:51 +01:00
frikky 1115a8cade Fixed url field parsing issues 2021-12-18 01:52:05 +01:00
frikky 3e318e159f Fixed dragging stop issues 2021-12-18 01:51:57 +01:00
frikky 68a9c4905a Fixed issue with files in POST requests not being parsed + header autoadd issue 2021-12-18 01:51:46 +01:00
frikky 5685388083 New docker- and modfile 2021-12-17 03:48:40 +01:00
frikky a963edb096 Attempted node delete correction 2021-12-17 02:55:40 +01:00
frikky 8e50e7de58 Added undo for edges and fixed more for undo nodes 2021-12-17 02:38:16 +01:00
frikky 9d1fbccf72 Fixed undo button not readding nodes properly 2021-12-17 02:27:01 +01:00
frikky ef6d38d3aa Fixed execution cleanup properly, including execution queue and abort issues 2021-12-17 02:08:26 +01:00
frikky 8dc950bbe0 #398: Added priorities to executions 2021-12-17 01:18:46 +01:00
frikky 43b6f16984 Added max subflow depth to 10 by default 2021-12-17 00:52:35 +01:00
frikky 69541676cf Started fixing background issues for condition and documentation modals 2021-12-16 04:18:51 +01:00
frikky 3f033bf732 Added description reader for actions 2021-12-16 03:41:43 +01:00
frikky ae9bc32a47 BUG: Fixed app dragging and hovering stopper in workflow 2021-12-16 00:55:39 +01:00
frikky d6c29ebc6d Started adding security framework editor to frontend for better workflow documentation 2021-12-13 04:22:05 +01:00
frikky 001e1df08e #444: Fixed basic pieces for user input trigger to run open source standalone 2021-12-11 02:43:31 +01:00