Commit Graph

  • fa1f20aac6 Revert global cors settings Trisooma 2016-05-07 23:07:06 +02:00
  • 45ee23fdeb Add global cors settings Trisooma 2016-05-07 22:53:52 +02:00
  • feeba77f16 Remove console.log debug from tray Nick O'Leary 2016-05-06 17:20:25 +01:00
  • ea41a0e842 Improve edit tray size handling for small screens Nick O'Leary 2016-05-06 17:19:32 +01:00
  • 74b7500181 Add javascript highlighter to template node Dave Conway-Jones 2016-05-06 17:00:58 +01:00
  • 594ff8cd3d Add support for loading scoped node modules Fixes #885 Nick O'Leary 2016-05-06 10:16:41 +01:00
  • d1c3a3d636 Fixing jshint syntaxt errors wajnberg 2016-05-05 17:00:18 +03:00
  • 337f5f9b98 Handle missing tab nodes in a loaded flow config Nick O'Leary 2016-05-04 22:09:11 +01:00
  • 41445a1b48 Merge branch 'config' into 0.14.0 Nick O'Leary 2016-05-04 15:44:48 +01:00
  • 269763fa0c Allow workspace tabs to be re-ordered Nick O'Leary 2016-05-04 15:22:30 +01:00
  • fa90eeac55 Make all dialog buttons consistent with editor tray Nick O'Leary 2016-05-03 21:36:22 +01:00
  • edceffdaaf Ensure typedInput dropdown doesn't fall off the page Nick O'Leary 2016-05-03 17:01:45 +01:00
  • ce25fc658b Move edit tray buttons to top Nick O'Leary 2016-05-03 15:45:29 +01:00
  • a3d7d38792 Updated package John O'Connor 2016-05-02 23:28:37 -07:00
  • 9d33b461d0 Fixed package.json John O'Connor 2016-05-02 23:26:40 -07:00
  • ec067fd396 Handling Structured Text Expression wajnberg 2016-05-01 15:45:06 +03:00
  • b27db3e2e7 tiny changes to JSON and exec test for node6 Dave Conway-Jones 2016-04-30 17:05:10 +01:00
  • 035ffefd5a Added cookie parser to the httpIn node and dependencies list John's Dashboard Extraordinaire 2016-04-29 09:15:45 +00:00
  • 622d4214f7 Let's try that node6 thing again... Dave Conway-Jones 2016-04-29 09:59:53 +01:00
  • 0c53b5310a Protect against node types with reserved names such as toString Fixes #880 Nick O'Leary 2016-04-28 14:17:48 +01:00
  • 45ff86eae5 Do not rely on the HTML file to identify where nodes are registered from Nick O'Leary 2016-04-28 11:23:42 +01:00
  • 47316b0fb7 Merge branch 'master' into 0.14.0 Dave Conway-Jones 2016-04-27 23:22:37 +01:00
  • c09be02e4e small fix to exec node test Dave Conway-Jones 2016-04-27 22:54:00 +01:00
  • bd59398cab Add optional timeout to exec node Dave Conway-Jones 2016-04-27 22:32:58 +01:00
  • 8080ebceb4 Fix linting error on Flow.js Nick O'Leary 2016-04-27 12:37:20 +01:00
  • 1e2521c37a Add TLS node and update MQTT/HTTP nodes to use it Nick O'Leary 2016-04-27 12:31:54 +01:00
  • b744491dd2 Ensure config nodes are instantiated in the right order Nick O'Leary 2016-04-27 10:31:19 +01:00
  • 2a089f7d90 Ensure parent nodes marked as changed due to child config node changes Nick O'Leary 2016-04-27 10:30:52 +01:00
  • 088e3e5374 Validate all edit dialog inputs when one changes Nick O'Leary 2016-04-26 22:00:02 +01:00
  • bac8a3092f Recursively validate nodes after editing config node directly Nick O'Leary 2016-04-26 16:56:13 +01:00
  • e56da17957 Disable keyboard shortcuts when editing a config node Nick O'Leary 2016-04-25 20:45:45 +01:00
  • 71b2e714ee Allow config select input to override default width Nick O'Leary 2016-04-25 20:42:11 +01:00
  • 1b06afb81c Preserve node properties on import Nick O'Leary 2016-04-21 21:51:26 +01:00
  • 819e48b03a Enable config nodes to reference other config nodes Nick O'Leary 2016-04-19 21:41:26 +01:00
  • 1861c1feb6 Restore tray size properly when maximised Nick O'Leary 2016-04-18 21:22:45 +01:00
  • 0efccc4758 Add quick resize buttons to tray Nick O'Leary 2016-04-18 16:41:58 +01:00
  • a9feeaa1c9 Make tray resizble and remember size per-node-type Nick O'Leary 2016-04-13 18:07:49 -07:00
  • f9c869f521 Refresh node info when edit tray closes Nick O'Leary 2016-04-10 19:11:29 +01:00
  • 9c766d76f3 Resize tray on create to ensure proper size Nick O'Leary 2016-03-23 23:22:36 +00:00
  • 333acccff6 Add subflow dialogs to the tray Nick O'Leary 2016-03-22 13:13:57 +00:00
  • 1790ebf567 Update info sidebar as trays open/close Nick O'Leary 2016-03-21 22:51:48 +00:00
  • 6354b68bae Config node tray Nick O'Leary 2016-02-27 23:13:19 +00:00
  • 41b10fd5e4 Add new style tray editor Nick O'Leary 2016-01-31 22:27:14 +00:00
  • 4ad540412a trigger node, fix send last message ... Dave Conway-Jones 2016-04-24 21:24:15 +01:00
  • 8916cf273e Let trigger node also send last payload to arrive Dave Conway-Jones 2016-04-24 17:42:24 +01:00
  • b2923d0fc4 enhance a couple of tests to check more Dave Conway-Jones 2016-04-24 17:41:22 +01:00
  • 8fc0018cb9 Fix regression in delay node. Dave Conway-Jones 2016-04-24 11:08:58 +01:00
  • d0f57efe0b test a few extra paths in several nodes Dave Conway-Jones 2016-04-23 21:06:48 +01:00
  • 595ff63b72 Fix exec test for v0.10 Dave Conway-Jones 2016-04-23 17:41:56 +01:00
  • 9990046abb get more debug from travis for exec test Dave Conway-Jones 2016-04-23 17:29:31 +01:00
  • 8dacf72b3c try to increase coverage for exec and template nodes Dave Conway-Jones 2016-04-23 17:09:46 +01:00
  • 2801838ffa Throw an error if a Function node adds an input event listener Nick O'Leary 2016-04-21 22:24:59 +01:00
  • 59b34c2b3f Add timestamp as a default typedInput Dave Conway-Jones 2016-04-18 14:38:32 +01:00
  • f55f85aa14 Fix debug toolbar button sizes Nick O'Leary 2016-04-18 14:08:07 +01:00
  • 627a80419a Fix hang on partial deploy with disconnected mqtt node Nick O'Leary 2016-04-18 13:54:05 +01:00
  • 4bc482bc85 update load of grunt related versions Dave Conway-Jones 2016-04-18 12:40:08 +01:00
  • 0a1257a23a Add Ace css support / remove swift Dave Conway-Jones 2016-04-18 12:38:32 +01:00
  • 51d99248d7 update marked.min.js Dave Conway-Jones 2016-04-18 12:21:03 +01:00
  • af9aa74337 Add process.env.PORT to settings.js as we said we would Dave Conway-Jones 2016-04-14 09:03:15 +01:00
  • 321f5e615b Activate link splice on node centre not mouse position Nick O'Leary 2016-04-17 21:28:56 +01:00
  • 95c31f3e17 Add option to filter debug by flow and highlight subflow-emitting nodes Nick O'Leary 2016-04-15 20:20:16 -07:00
  • cf69dbe1dc TypedInput: preload type icons to ensure width calc correct Nick O'Leary 2016-04-13 18:10:04 -07:00
  • e92241bf97 Resize change node rules when they are added Nick O'Leary 2016-04-13 18:09:41 -07:00
  • 44dc37ef6d Add qos option to MQTT In node Nick O'Leary 2016-04-10 18:51:45 +01:00
  • 6b0bef61a5 Prompt for login if comms reconnect fails authentication Nick O'Leary 2016-04-10 18:49:39 +01:00
  • 0c227be02d Back off comms reconnect attempts after prolonged failures Nick O'Leary 2016-04-10 17:28:28 +01:00
  • 08794bad74 Add tests for Change node move function Dave Conway-Jones 2016-04-10 15:55:05 +01:00
  • 44693dd23a Enable finer grained permissions in adminAuth Nick O'Leary 2016-04-10 15:23:03 +01:00
  • 75a7be41eb Better notification message when action is not permitted Nick O'Leary 2016-04-10 15:22:41 +01:00
  • 913b09570c ensure tcp node creates a buffer of size 1 at least Dave Conway-Jones 2016-04-10 12:21:56 +01:00
  • 1c9b5dfd00 add status to exec spawn mode Dave Conway-Jones 2016-04-10 12:21:07 +01:00
  • 2954ae917b Add Move capability to change node Dave Conway-Jones 2016-04-10 12:20:46 +01:00
  • 736ddaeca4 Update Ace Editor Dave Conway-Jones 2016-04-10 12:19:59 +01:00
  • 3db01fe32a Use payload as request body for all http methods apart from TRACE Michael Nahkies 2016-04-10 12:16:55 +12:00
  • 4df6d7e5ec Merge 8f85253c4d9db56bd5367dce00fac6f15a4e6855 into bcff74327b09fc08ebab271aacf77292cd64fec0 Anders Wittfeldt 2016-04-07 21:29:41 +00:00
  • b909e32201 Prevent RED.node.registerNode from overriding a constructor's prototype (#865) Gabe Johnson 2016-04-07 16:18:28 -05:00
  • bcff74327b Add CoC.md Nick O'Leary 2016-04-07 21:51:12 +01:00
  • e60b63e72f Update to CoC 1.4 Nick O'Leary 2016-04-07 21:13:40 +01:00
  • 2bf5d2b4e5 Adopt Contributor Covenant 1.2 Nick O'Leary 2016-04-07 20:49:44 +01:00
  • 37cb4343b0 Merge a9cfd95837524b929d369fc9fd0415b9b879724f into 39f5078d6bf871dee71be01e52d954175b840e87 Gabe Johnson 2016-04-07 16:24:23 +00:00
  • e1d09349ff Add link nodes Nick O'Leary 2016-02-12 23:18:08 +00:00
  • f07c8108fc Change style of nodes in subflow template view Nick O'Leary 2016-03-22 13:58:24 +00:00
  • 8f85253c4d Removed default paths Anders Wittfeldt 2016-04-06 18:22:03 +02:00
  • 24d78e4c6e Added support for TLS client certificate and subscribe QoS Anders Wittfeldt 2016-04-05 21:18:31 +02:00
  • 39f5078d6b Return editorTheme default if value is undefined Nick O'Leary 2016-04-04 22:30:19 +01:00
  • a9cfd95837 move inheritance code to helper function Gabe Johnson 2016-04-04 09:43:16 -05:00
  • 62bc0408f8 altering __proto__ for node < v0.12 Gabe Johnson 2016-04-01 17:01:34 -05:00
  • 0723ef4e2c exercise another code path Gabe Johnson 2016-04-01 16:27:50 -05:00
  • 037687f4de fix for node < v5.0.0 Gabe Johnson 2016-04-01 16:26:50 -05:00
  • a9c339c703 prevent registry.registerNodeConstructor from overriding a constructors protoype Gabe Johnson 2016-04-01 14:50:36 -05:00
  • 1d54761d48 Fix comparison of Buffers (again) Nick O'Leary 2016-04-01 10:32:11 +01:00
  • 7cb9b2da66 Use Buffer.equals not Buffer.compare for node 4+ Nick O'Leary 2016-04-01 10:23:00 +01:00
  • b1896e3737 Fix RED.util.compareObjects for Function created objects and Buffers Nick O'Leary 2016-04-01 10:12:15 +01:00
  • 6fa78bdb04 bump serial port version number Dave Conway-Jones 2016-04-01 08:56:28 +01:00
  • ee96f7d937 Fix closing tag in index.mst Nick O'Leary 2016-03-30 08:59:36 +01:00
  • 129ca0e39f bump version 0.13.4 Nick O'Leary 2016-03-21 11:02:09 +00:00
  • 906703db5f Add timed release mode to delay node Dave Conway-Jones 2016-03-20 17:46:12 +00:00
  • 0660d43818 try spell flows correctly Josh Shaw 2016-03-20 21:32:32 +13:00
  • 8438c1a210 reverted api changes, fixed parse of flow only Josh Shaw 2016-03-20 21:24:36 +13:00
  • 0cd4a2b4ec Add api/flow_spec tests Part of #840 Nick O'Leary 2016-03-18 21:01:21 +00:00