Liu Song’s Projects


~/Projects/flow

git clone https://code.lsong.org/flow

History

ref
0.12.4
Hash Date Commit message Author
d0f7e5ca 2015-12-14 10:01:10 Bump version 0.12.4 Nick O'Leary
4eb5058e 2015-12-13 22:45:44 Add readOnly setting to prevent file writes in localfilesystem storage Nick O'Leary
10541932 2015-12-13 21:27:57 Update example httpNodeAuth setting to be bcrypt Nick O'Leary
38c6cf04 2015-12-13 20:45:46 Support bcrypt for httpNodeAuth Nick O'Leary
5b04b868 2015-12-12 15:18:17 remove extraneous s from GPIO node... Dave Conway-Jones
a074bcfd 2015-12-12 15:13:15 Pi no longer needs root workaround to access gpio Dave Conway-Jones
f93179d9 2015-12-12 12:57:33 Rename library filename field to avoid id clash Nick O'Leary
2c347bc0 2015-12-11 22:02:37 Bump version for 0.12.3 Nick O'Leary
0f7119f4 2015-12-11 14:17:50 TCPget don't send nun msg on disconnect Dave Conway-Jones
2685a247 2015-12-11 14:07:17 Let TCPget node pass through other msg properties Dave Conway-Jones
371f72f4 2015-12-11 14:04:24 Skip delay node burst test Nick O'Leary
c70c0004 2015-12-11 13:42:44 Attached admin route before node route security Nick O'Leary
50d0a882 2015-12-10 15:47:15 Ensure tabs are removed from runtime on partial deploy Nick O'Leary
5bbf576d 2015-12-10 13:57:49 set fa-icons perms 644 not 755... Dave Conway-Jones
5d334e96 2015-12-10 13:20:39 Clarify auth settings in default settings.js Nick O'Leary
98f93533 2015-12-10 13:11:08 bump serial port package dependency version. Dave Conway-Jones
d3de7037 2015-12-10 12:58:50 Move HTTPRequest node to its own file Nick O'Leary
64431c67 2015-12-10 10:46:12 Ensure node.ports is properly intialised Nick O'Leary
d4ce193d 2015-12-09 16:42:16 Fix trigger to block properly until reset Dave Conway-Jones
606305ae 2015-12-09 15:38:37 Bump FA-Icons to v4.5 Dave Conway-Jones
a95f44d6 2015-12-09 13:37:20 remove annoying comma from comm.js Dave Conway-Jones
ef2dc4b9 2015-12-07 22:39:32 One more tidy up for tcp node Dave Conway-Jones
9baca177 2015-12-07 19:44:25 Close tcp port for tcpin node (same as previous fix but for input) Dave Conway-Jones
04cd1934 2015-12-07 22:15:14 Don't reuse node-edit dialog for library export ui Nick O'Leary
1280e5bc 2015-12-07 17:41:51 Close tcp out node more forcibly. (and update status) on redeploy. Dave Conway-Jones
dda90f95 2015-12-02 15:37:36 Clear delay node status on re-deploy. (rate limit path) Dave Conway-Jones
bc4b5995 2015-12-01 14:52:15 Fix udp socket creation error on node v0.10 Dave Conway-Jones
090d52d6 2015-12-01 13:41:39 narrowing in on tcpget fix, reconnect but don't resend. Dave Conway-Jones
a47ad484 2015-11-30 22:05:26 Clean up tcpget node connected status. Dave Conway-Jones
3d5ed840 2015-11-28 20:32:19 Bump version for 0.12.2 Nick O'Leary
11d75ff5 2015-11-26 09:56:49 Inject time spinner incrementing value incorrectly Nick O'Leary
306fb7a3 2015-11-24 23:09:44 Kill processes run with exec node when flows redeployed Nick O'Leary
0839b6f5 2015-11-24 23:09:32 Debug node not handling null messages Nick O'Leary
fceca703 2015-11-24 22:40:39 Update tcp node status on reconnect after timeout Nick O'Leary
4dc60d24 2015-11-21 21:30:03 Clarify debug rate limit method Nick O'Leary
d840d0b6 2015-11-17 22:19:56 Fix mqtt node lifecycle with partial deployments Nick O'Leary
43dad4c4 2015-11-16 08:38:22 ensure udp socket bind works more often Dave Conway-Jones
60812b2d 2015-11-16 00:25:26 fix udp node messages Dave Conway-Jones
35e2caff 2015-11-15 22:22:17 Handle errors thrown in Function node setTimeout/Interval Nick O'Leary
1d9d5c6b 2015-11-14 21:32:28 Add node 5 to travis Nick O'Leary
4d99536e 2015-11-14 21:21:14 Function setTimeout/Interval wrapper not returing timer id Nick O'Leary
34537180 2015-11-10 15:44:48 Fix basic authentication on httpNode/Admin/Static Nick O'Leary
cb01920e 2015-11-09 16:52:14 Allow nodes to be installed by path name Nick O'Leary
437b01a0 2015-11-09 11:29:48 Move node installer to its own module Nick O'Leary
075a2abf 2015-11-08 14:26:11 Use child_process.execFile to prevent command injection Nick O'Leary
985875cc 2015-11-08 14:06:36 Move node install/remove from server component to node engine Nick O'Leary
1c45bc61 2015-11-06 16:46:07 Enable touch-menu for links so they can be deleted Nick O'Leary
fa7f2606 2015-11-06 13:42:00 bump version Nick O'Leary
12b95f1c 2015-11-06 11:08:07 Enable config node dialog to have editor ui Nick O'Leary
a0aee202 2015-11-05 14:22:15 Tidy up sheets/flows labelling Nick O'Leary
c90fd1e6 2015-11-04 11:13:02 Move credential http API handling to api component Nick O'Leary
3b769fd2 2015-11-04 08:42:00 add bash directive to nrgpio script Dave Conway-Jones
71ecb89a 2015-11-03 20:24:55 Merge branch 'flowengine' Nick O'Leary
7b6bc1d3 2015-11-03 11:23:37 Increase default api request limit to 1mb Nick O'Leary
9c3be40f 2015-11-03 10:47:29 Automatically clear timeouts/intervals set in Function node Nick O'Leary
ab87fa9c 2015-11-02 20:41:59 Ensure status/errors from global config nodes propagate properly Nick O'Leary
d1940a02 2015-11-02 15:38:16 Complete test coverage on flow engine refactor Nick O'Leary
5a176a03 2015-10-30 12:48:09 Update test helper for refactored flow engine Nick O'Leary
ec25191c 2015-10-11 20:37:11 Flow Engine refactor Nick O'Leary
20b321f9 2015-10-26 11:12:21 Handle null subflow info property Nick O'Leary
425b016d 2015-10-26 09:42:16 Add missing space to label in delay node Dave Conway-Jones
b2c7189c 2015-10-25 21:36:20 Update package dependencies Nick O'Leary
f66886db 2015-10-23 23:01:25 Websocket input node not unsubscribing properly Nick O'Leary
712f8b46 2015-10-23 22:14:21 Add description field to Subflows Nick O'Leary
f626ee06 2015-10-19 14:44:54 Allow properties to be specified by environment variables Nick O'Leary
86aa7c97 2015-10-22 19:02:22 Make exec node status indication consistent with others Dave Conway-Jones
30e35259 2015-10-22 16:27:07 Add status icon to trigger node while it is active Dave Conway-Jones
ad44f838 2015-10-20 19:30:42 update sample to refer to fa-icons Dave Conway-Jones
2569a35b 2015-10-20 18:58:37 fix closing web socket timeout Dave Conway-Jones
1ee5e50d 2015-10-20 10:13:48 Turn on tcp node socket keepalive when in server mode Dave Conway-Jones
1dbec5ec 2015-10-20 10:02:57 slight tidy of Pi Mouse node Dave Conway-Jones
2bc8db30 2015-10-17 19:05:23 Add missing tab-config file Nick O'Leary
f1967404 2015-10-16 21:56:20 Restore config node tab Nick O'Leary
20121b79 2015-10-16 20:42:21 Let CSV node handle null columns in input array. array-> csv Dave Conway-Jones
741a4cfe 2015-10-15 14:26:43 Don't assume def.align is set to 'right' Nick O'Leary
0343de9f 2015-10-15 13:33:01 Add status capability to function node Dave Conway-Jones
4772bca1 2015-10-15 11:34:17 Undo 'selection to subflow' not restoring nodes Nick O'Leary
6ae1a5ba 2015-10-15 08:31:42 let CSV obj->css allow blank columns in template Dave Conway-Jones
217c9718 2015-10-14 23:38:29 catch missing template error in CSV parser node Dave Conway-Jones
61d78934 2015-10-14 23:07:25 Enhance CSV node to accept simple arrays -> css Dave Conway-Jones
8f26c01f 2015-10-14 11:02:31 fix escaping of quotes in CSV node Dave Conway-Jones
61045ddd 2015-10-10 22:41:07 try to fix debug node non-standard object type handling. Dave Conway-Jones
1bf72a0b 2015-10-09 15:44:22 correct TCP node server status message Dave Conway-Jones
6d84b1bb 2015-10-09 13:36:35 update inspect to come from correct package (util) Dave Conway-Jones
8abd0b1f 2015-10-09 09:19:09 Detect/set correct method for http proxy Dave Conway-Jones
81e125b7 2015-10-05 21:41:53 add bit more help to exec node Dave Conway-Jones
d5e14687 2015-10-05 21:17:24 Normalise spawn behaviour in exec node to accept identical parameters Dave Conway-Jones
c232bf5e 2015-10-05 21:10:32 Avoid unnecessary isUtf8 check on HTTP payloads Nick O'Leary
21b25ffa 2015-10-05 20:52:35 Merge pull request #730 from jthomas/master Nick O'Leary
ca0a93df 2015-10-05 13:46:35 Add Node-RED sag icon to default images Dave Conway-Jones
699a22c7 2015-10-02 12:30:00 Allow HTTP nodes to handle non-UTF8 content. James Thomas
8b2b1669 2015-10-04 22:14:49 Add ignore-case flag to Switch regex rule Nick O'Leary
c1e83709 2015-10-04 19:22:28 Lets spawn msg.payload contain comma separated parameters Dave Conway-Jones
ddedea8b 2015-10-03 22:30:28 Resize change/switch rules with the dialog Nick O'Leary
8f414ce4 2015-10-03 20:32:24 Update auth revoke test for express 4 Nick O'Leary
453f23da 2015-10-03 09:15:11 Move to node 4.x.x in travis Nick O'Leary
9e91e42a 2015-10-03 09:04:57 Increase delay burst test timeout Nick O'Leary
b666734c 2015-10-02 22:13:15 Update dependency versions Nick O'Leary
a2297f30 2015-09-28 10:15:47 Update config node user list when node edits are undone Nick O'Leary
ecde9422 2015-09-27 23:49:14 Wrap msg.req/res objects and add deprecated warnings to functions Nick O'Leary
d668d43a 2015-07-15 22:43:24 Move to express 4.x Nick O'Leary
ca91a5dd 2015-09-27 20:18:21 Rename flow menu ids back to workspace Nick O'Leary
5f9780d7 2015-09-26 22:50:29 Improve error message if settings file fails to load Nick O'Leary
ee374647 2015-09-26 22:48:34 Copy settings file to userDir on start-up if it makes sense Nick O'Leary
8d73f927 2015-09-25 23:32:33 Debug output should use overridden toString method if set Nick O'Leary
4a0222bd 2015-09-25 23:17:57 Warn if a node references an unknown config node type Nick O'Leary
c0b8f5e3 2015-09-25 22:33:54 Add tab info to deploy error messages Nick O'Leary
a9a0b263 2015-09-25 21:49:53 Add undo support for config-node delete Nick O'Leary
f2b73187 2015-09-25 21:06:39 Name flows back to sheets in the ui Nick O'Leary
ef10ade0 2015-09-25 17:43:28 Improve handling of imported config nodes Nick O'Leary
719bb426 2015-09-25 13:29:55 Ensure config nodes are deleted when owning subflow is deleted Nick O'Leary
b3602b26 2015-09-24 10:15:30 Have grunt dev restart on message catalog changes Nick O'Leary
66ec9bae 2015-09-24 10:06:25 Add warning if HTTP In node is missing path config Nick O'Leary
d96b6e77 2015-09-23 22:49:48 Allow config nodes to be scoped to an individual Flow Nick O'Leary
da64c018 2015-09-23 17:15:28 Make the comms link be more tolerant to temporarily blips Nick O'Leary
f9fb97ad 2015-09-23 17:00:37 Undo subflow rename not updating corresponding tab/menu labels Nick O'Leary
8316bc64 2015-09-14 16:10:46 Move config node users tip into body of dialog Nick O'Leary
08021e03 2015-09-11 22:07:51 Better favicon Nick O'Leary
cc6e0937 2015-09-02 12:40:39 initialise status.text to be blank string if not set. Dave Conway-Jones
c1d694a9 2015-09-02 11:18:59 Add birth message to MQTT node Nick O'Leary
fcf4f40c 2015-09-02 10:51:13 add basic status node test Dave Conway-Jones
380b0339 2015-09-01 23:04:42 Update to latest MQTT module version Nick O'Leary
c33d02c5 2015-09-01 22:58:26 Ensure MQTT node cleansession/keepalive defaults are used Nick O'Leary
fa5e3799 2015-09-01 22:30:15 Update mqtt node options to include will/cleansession/keepalive Nick O'Leary
437b2d50 2015-06-03 08:54:43 Update MQTT node to use MQTT.js 1.2 and enable secure connections Richard Ruston
4ed09f64 2015-08-25 21:45:50 update FA icons to v4.4.0 Dave Conway-Jones
0b98a6ac 2015-08-24 14:47:17 Ensure catch/status nodes marked changed when edited Nick O'Leary
1d73c86c 2015-08-21 14:17:31 Add scope to status node Nick O'Leary
40fe0f32 2015-08-19 21:35:54 Test Node.status calls through to Flow.handleStatus Nick O'Leary
d1ea6899 2015-08-19 21:14:54 Update catch node help text Nick O'Leary
a6644ad5 2015-08-19 21:14:45 Add status node Nick O'Leary
658746d2 2015-08-13 22:41:51 Allow flow file to be specified with grunt dev Nick O'Leary
cbdd4de6 2015-08-13 22:20:21 Errors in subflows propagate up to nearest catch node Nick O'Leary
00c61248 2015-08-13 22:18:47 Fix jshint errors Nick O'Leary
3a6192bf 2015-08-13 13:58:19 Catch node can target specific nodes Nick O'Leary
c64b5c28 2015-07-30 11:06:15 Add subflow tab image Nick O'Leary
fdbf0798 2015-07-30 11:03:37 Clean up subflow editor Nick O'Leary
d1a53957 2015-10-02 19:46:29 update test for JSON parser to include array Dave Conway-Jones
83a3642c 2015-10-02 17:30:23 Allow JSON node to handle array type Dave Conway-Jones
9932d343 2015-09-29 14:39:07 Fix XML parse test Nick O'Leary
7aa37a19 2015-09-29 10:17:45 Bump version Nick O'Leary
fa42fbda 2015-09-26 13:46:35 Let XML node options be set Dave Conway-Jones
caa83ac8 2015-09-25 23:02:49 Merge pull request #724 from vielmetti/travis-node-4 Nick O'Leary
3963fa97 2015-09-24 21:56:45 Allow a language catalog to be a partial catalog Nick O'Leary
005a98d0 2015-09-08 15:32:57 Update for node 4 testing. Edward Vielmetti
9560dc94 2015-09-22 15:06:58 remove delay spinner upper limit Dave Conway-Jones
4ac9a5ed 2015-09-22 10:15:54 Merge pull request #726 from vielmetti/patch-2 Nick O'Leary
37e62597 2015-09-20 01:21:21 Bump uglify to 2.4.24 to address security advisory Edward Vielmetti
90bfe378 2015-09-16 22:35:17 Add mobile category to palette order Dave Conway-Jones
ce22b494 2015-09-08 21:47:57 Update README to use svg badges Dave Conway-Jones
f9e04206 2015-08-31 16:03:32 Fix http node method-override nls message id Nick O'Leary
2fe568d9 2015-08-17 17:15:44 Fix TCP node sending data Dave Conway-Jones
2d4979df 2015-08-15 22:16:48 only set tcp timeout if needs setting. Dave Conway-Jones
b555b014 2015-08-12 21:56:19 Update debug test to check lengths... Dave Conway-Jones
999b888c 2015-08-11 19:39:37 debug nodes - show length of strings, buffers or size of arrays Dave Conway-Jones
5193d7bd 2015-07-30 22:09:01 Stop sending messages to ws connections that have errored Nick O'Leary
6b03379e 2015-07-22 22:28:30 Ensure exclusive conf node is removed on edit cancel Nick O'Leary
08d687ad 2015-07-22 13:06:14 Update to travis container builds Nick O'Leary
eb57089f 2015-07-22 11:41:58 Add flag to disable build check for tests Nick O'Leary
a76e4fed 2015-07-19 22:10:46 Handle null acceptedLanguages Nick O'Leary
705d0435 2015-07-18 15:33:31 Replace bootstrap popover Nick O'Leary
5462e251 2015-07-15 13:23:05 Fix exclusive config node check when type not registered Nick O'Leary
50788af6 2015-07-15 10:50:38 Add 0.12 to engine statement Nick O'Leary
1a07c5a3 2015-07-15 10:48:33 Bump 0.11.0 Nick O'Leary
9fb81b28 2015-07-15 10:11:16 Permit login with blank scope Nick O'Leary
10ad7fbf 2015-07-14 23:47:58 remove spaces before ? in messages Dave Conway-Jones
811c4f26 2015-07-14 20:37:49 Ensure locales dir is included in release zip Nick O'Leary
f7e3b0a6 2015-07-14 18:55:53 Tiny pixel tweaks to new ui Dave Conway-Jones
7d83d76f 2015-07-14 16:11:48 Merge pull request #702 from node-red/ui-refresh Nick O'Leary
d3c41b38 2015-07-14 15:59:56 More restylin Nick O'Leary
57d6b16d 2015-07-13 23:30:57 Reset sidebar font size Nick O'Leary
27aa5ae7 2015-07-13 23:21:03 More UI refresh Nick O'Leary
62e8f564 2015-07-13 16:28:23 Fix node import error nls message Nick O'Leary
a1d7bb42 2015-07-13 15:08:17 More restyling - workspace buttons Nick O'Leary
5d8dae05 2015-07-13 11:26:29 More ui redesign Nick O'Leary
6bde07b5 2015-07-11 23:43:45 Refresh appearance Nick O'Leary
846ab086 2015-07-10 21:42:14 Allow node modules to declare supported versions of node-red Nick O'Leary
999cf66b 2015-07-10 19:49:31 Add editor events component and migrate to it Nick O'Leary
60539d89 2015-07-10 14:59:23 Fix File node check of msg.payload to close #700 Dave Conway-Jones
e5a0f25d 2015-07-09 16:48:53 Keep sidebar tab menu in alphabetical order Nick O'Leary
fde9d400 2015-07-08 22:12:52 Copy/clone config nodes properly on import/export Nick O'Leary
f70e9ea0 2015-07-08 17:07:14 Ensure RED._ is defined before initialising settings Nick O'Leary
d0af4aac 2015-07-08 15:06:46 cleanup status on delay node Dave Conway-Jones
7de37042 2015-07-08 15:06:08 lets exec node pass more than just string as the command payload. Dave Conway-Jones
1c33b837 2015-07-08 08:04:47 Fix delay node labels Nick O'Leary
95d20d7f 2015-07-08 08:02:23 Ensure status messages are strings Nick O'Leary
90b8806e 2015-07-05 23:11:19 Merge pull request #697 from knolleary/node12 Nick O'Leary
39df80bf 2015-07-05 23:02:10 Fix exec test to restart helper server before each test Nick O'Leary
bac4beae 2015-07-05 22:40:24 Fix Function error parsing for node 0.12 format Nick O'Leary
a7b68c18 2015-07-05 22:10:34 Bump fs-extra version to fix 0.12 support Nick O'Leary
ef2360ba 2015-02-07 19:57:58 Add node 0.12 to Travis config Nick O'Leary
8716e7e6 2015-07-03 20:54:31 Ensure tab minimum size not applied when there is space for all Nick O'Leary
00c2dae9 2015-07-03 18:31:37 Set minimum size on workspace tab Nick O'Leary
8782bc58 2015-07-03 11:17:27 Ensure sidebar panes are hidden, not removed on change Nick O'Leary
6359b903 2015-07-03 10:07:40 Add sidebar menu and migrate existing panels to new api Nick O'Leary
6cfa4976 2015-07-02 13:25:15 Fix nodes.install.installing message id Nick O'Leary
35cd7cf2 2015-07-02 10:56:27 Fix tcp status message Nick O'Leary
b2d7f079 2015-07-02 10:54:22 Merge pull request #694 from node-red/i18n Nick O'Leary
726069bc 2015-07-01 23:02:50 NLS status text in editor not runtime Nick O'Leary
fbccf019 2015-07-01 22:39:41 Tidy up red.js runtime messages Nick O'Leary
c9f3c6f4 2015-07-01 22:36:27 Update trigger node ui Nick O'Leary
c47da013 2015-06-30 23:42:03 Tidy up of editor i18n messages Nick O'Leary
bc764999 2015-06-29 14:45:14 Use core category for custom nodes if core nodes disabled Allen Boone
24afcff0 2015-06-26 16:02:38 Custom nodes category NLS Allen Boone
6777f248 2015-06-29 16:12:18 Ensure library export dialog is i18n'd Nick O'Leary
61e0923f 2015-06-17 21:01:57 Restore when module dependency in red/api/nodes Nick O'Leary
757caeb9 2015-06-17 16:00:52 Try to use default palette label nls message if found Nick O'Leary
fe9dc6b2 2015-06-10 16:39:39 Palette category label NLS for core nodes Allen Boone
24efdbe4 2015-06-17 15:39:03 Add missing-type install hint nls messages Nick O'Leary
9ca102cf 2015-06-16 16:09:53 Ensure error messages are toStringed Nick O'Leary
48df31d7 2015-06-16 15:39:45 NLS deprecated node message Nick O'Leary
539afb1e 2015-06-16 11:18:22 Fix Inject node interval label Nick O'Leary
bdcba44c 2015-06-16 10:45:39 Remove moved node messages Nick O'Leary
99a51b07 2015-06-15 15:13:35 Catch error loop detection nls Nick O'Leary
5fbaca75 2015-06-08 15:35:23 Fixed sidebar id issue Allen Boone
a6974371 2015-06-05 16:18:01 Fixed acceptedLanguage typo Allen Boone
409fa492 2015-06-04 16:39:07 Added missing NLS strings to sidebar and index.mst Allen Boone
9bbd6a70 2015-06-08 11:37:36 Add namespaced i18n function to node definition Nick O'Leary
f0b4cb60 2015-06-03 21:00:23 Return locale specific node help Nick O'Leary
284d7e26 2015-06-01 13:59:25 Initialize list of supported languages from directories in the locale folder. Allen Boone
965c0937 2015-06-01 11:09:47 NLS undo previous change (added require for ./red/log) Scott Yoshizawa
d9cf6a44 2015-05-30 22:40:26 Only attempt to load one locale per catalog Nick O'Leary
e6ed8ee5 2015-05-28 15:17:31 locale exposed to editor Allen Boone
2563649b 2015-05-20 17:46:49 NLS /red/nodes Scott Yoshizawa
203bc41b 2015-05-28 21:55:22 Some more node i18n tidy up Nick O'Leary
cb1d18c7 2015-05-26 16:52:23 Fixed problem with RED._ being unavailable to module code Allen Boone
5ea68daf 2015-05-28 15:29:01 More node i18n tidy ups Nick O'Leary
68bb8252 2015-05-28 15:28:35 Ensure i18n func available to new config nodes Nick O'Leary
406f742d 2015-05-28 15:28:17 Add jsonlint step to build Nick O'Leary
5522e57f 2015-05-27 23:07:31 More node i18n tidy-up Nick O'Leary
94e27dbf 2015-05-26 21:11:14 Tidy up node i18n Nick O'Leary
f5fc8f76 2015-05-26 14:34:56 Pick up desired language from query string Nick O'Leary
9058bf61 2015-05-26 14:34:38 Fix invalid json in message catalog Nick O'Leary
9d17137d 2015-05-26 14:34:15 Ensure i18n message for Unknown nodes are available Nick O'Leary
4a318553 2015-05-21 19:40:27 Updated editor ui NLS strings Allen Boone
0017074d 2015-05-20 16:08:20 Updated the notifications and errors to use NLS Allen Boone
a39a26fc 2015-05-20 15:09:34 Converted editor menu to use NLS strings Allen Boone
2fe859b1 2015-05-10 15:47:22 NLS Core nodes Scott Yoshizawa
c105b2df 2015-05-15 10:29:13 Add RED._ to test helper Nick O'Leary
4fb86ab5 2015-05-14 19:57:39 Fix !=0 comparison Nick O'Leary
1ed98a59 2015-05-14 16:41:42 Dont create i18n function for subflows Nick O'Leary
a4a29ceb 2015-05-13 09:51:13 Handle [html] data-i18n prefixes in config node dialog Nick O'Leary
62490834 2015-05-08 14:21:01 Extract all core runtime messages Nick O'Leary
aa18c65f 2015-05-07 14:06:55 NLS enable the Inject node Nick O'Leary
a7900940 2015-05-06 22:14:00 Expose i18n in editor Nick O'Leary
008bc980 2015-04-27 19:59:09 Ensure node help is blank if otherwise undefined Nick O'Leary
0705589c 2015-04-26 23:02:14 Load base locales in editor Nick O'Leary
b2caba59 2015-04-26 21:28:16 Add locales api endpoint Nick O'Leary
6d4c64fc 2015-04-25 23:29:53 i18n enable runtime node files Nick O'Leary
7d41781f 2015-04-15 20:59:39 Add initial red/i18n implementation Nick O'Leary
0760facb 2015-06-29 16:02:01 Add .DS_store to gitignore Nick O'Leary
a0ce0958 2015-06-29 16:00:10 Error generating complete flow library list on OSX Nick O'Leary
df011091 2015-06-25 15:33:39 Remove rogue console.logs Nick O'Leary
06731374 2015-06-25 13:59:26 Fix trigger extend behaviour Nick O'Leary
6c8b7c00 2015-06-24 12:39:27 Correct RPi pins labels... and add BCM pins also. Dave Conway-Jones
93136961 2015-06-22 14:17:16 make unspecified settings file totally obvious in debug. Dave Conway-Jones
529a691e 2015-06-22 09:07:31 Add clearTimeout to function node sandbox Dave Conway-Jones
9f0b3eba 2015-06-22 08:26:38 Add basic exec node test Dave Conway-Jones
6d897793 2015-06-19 20:37:12 Ensure node.outputs is always a number Nick O'Leary
0e12fc6b 2015-06-17 22:52:04 Fix canvas focus issue on FF/IE Nick O'Leary
c00558ea 2015-06-17 22:46:54 Remove old index.html Nick O'Leary
bacf27a3 2015-06-17 22:12:48 mistook Dave Conway-Jones
6560ea06 2015-06-17 22:12:27 Delete Dockerfile Dave Conway-Jones
8338231c 2015-06-17 22:09:05 Drop blank port from comms ws path Nick O'Leary
5813a912 2015-06-17 22:08:43 adjust timing on file tail test Dave Conway-Jones
dfd8ab35 2015-06-17 20:48:56 Detect mouse paste in Import nodes dialog Nick O'Leary
a5b9b949 2015-06-17 14:58:22 bump to 0.10.11 dev version Nick O'Leary
72570e45 2015-06-17 14:27:49 Fix scope of knownUnknowns variable Nick O'Leary
3002aead 2015-06-17 14:18:47 Add better install message on missing nodes Nick O'Leary
841edbe6 2015-06-17 13:38:49 Ensure release files retain proper chmod status Nick O'Leary
2b9aca0c 2015-06-16 23:39:33 Add bin to release package Nick O'Leary
3a17c3ee 2015-06-16 23:38:58 Merge pull request #680 from cpswan/patch-1 Nick O'Leary
df09252e 2015-06-16 23:20:10 https link (rather than git) in dev instructions Chris Swan
f51778d4 2015-06-16 22:19:03 Bump to 0.10.9 Nick O'Leary
119fc637 2015-06-16 21:27:44 Bump version and dependencies Nick O'Leary
ee3425d3 2015-06-16 20:56:09 Normalise ace editor font size Nick O'Leary
31c979f3 2015-06-16 15:32:41 Add deprecated node list Nick O'Leary
89f2c26c 2015-06-16 08:40:39 Give our own linked core nodes some leeway on version number dceejay
0dbf43d0 2015-06-15 20:38:40 Update Gruntfile so only core nodes are linted. dceejay
8a6d11b1 2015-06-15 20:38:09 tiny lint thing in debug node... missing ; dceejay
d8eb926e 2015-06-15 20:37:36 Move out several core node to node-red-nodes ready for 0.10.8 dceejay
21d0adbd 2015-06-15 15:22:51 Handle null message in catch loop detection Nick O'Leary
c5fd3a57 2015-06-15 15:09:50 Detect and prevent Catch node loops Nick O'Leary
eae4e3d9 2015-06-10 14:52:58 Add deploy warning for unused config nodes Nick O'Leary
bb1fe8da 2015-06-08 23:17:45 Allow nodesExcludes to specify node module name Nick O'Leary
c5d8e09b 2015-06-08 16:32:50 Only delete node type from registry if id matches Nick O'Leary
369eae3d 2015-06-03 22:52:48 remove http response function call example from info. (being deprecated) dceejay
e2fa457c 2015-06-03 10:05:31 Minimise amount of node redrawing done during drag Nick O'Leary
871f764e 2015-06-02 22:07:45 Allow node icon definition to be a function Nick O'Leary
f8853af9 2015-06-02 16:23:38 Enabling metric/audit logging takes precedence over level Nick O'Leary
4248d20f 2015-06-02 15:54:37 Add RED.util.generateId and ensure HTTP node adds proper id Nick O'Leary
5cda08e7 2015-05-31 20:58:28 Update trigger node UI Nick O'Leary
7e9d96ee 2015-05-31 20:27:27 Let email node set a default filename for binary attachment dceejay
974ac31d 2015-05-31 12:58:42 Hide right sidebar on start if screen narrower than 600px dceejay
0658b706 2015-05-29 22:28:42 Inject node not parsing 0-23 hour range correctly Nick O'Leary
53258eee 2015-05-27 14:11:11 Restore ability to add nodes by filename Nick O'Leary
4f174308 2015-05-26 20:08:58 Fix tcp node miscounting bytes, and check if staying connected first. dceejay
98c9e403 2015-05-26 20:04:12 Add small note re escaping test to inject node. dceejay
3a4756bd 2015-05-23 18:55:11 let urllib parse proxy url more cleanly in http-request node. dceejay
6ccb05cb 2015-05-21 17:45:11 http-request node - relax proxy regex check to let userid:password through dceejay
3c2d32b8 2015-05-21 17:03:59 Correct incorrect pwm "tip" info for RPI GPIO node dceejay
95605043 2015-05-19 11:07:54 Add no_proxy to http-request node. dceejay
38ab1550 2015-05-19 09:45:00 change http request to use http_proxy environment rather than do it ourselves dceejay
e852d1e5 2015-05-19 09:37:29 remove unrequired require from Arduino node dceejay
7de02169 2015-05-14 14:22:28 Add audit log entries on API calls Nick O'Leary
911288e6 2015-05-13 22:26:01 Arduino node - improved logging and port error handling. dceejay
72e1f203 2015-05-13 21:59:02 Arduino - ensure port list populated on start, dceejay
d28a6eaf 2015-05-13 21:25:37 Add httpNodeMiddleware option Nick O'Leary
17f33665 2015-05-13 13:54:47 Adds proxy support to http node - via settings.js dceejay
0bef04ae 2015-05-11 20:24:15 Set NODE_ENV in grunt dev task to serve non-minified assets Nick O'Leary
f11b906f 2015-05-10 10:00:44 Websocket - fix broken test (or rather - fix code to pass test) dceejay
518358d9 2015-05-10 00:12:52 Websocket - add reconnect capability when running as a client. dceejay
5ffde21d 2015-05-08 15:31:48 revert change to editor change detector, and redo function node valid dceejay
052302b3 2015-05-07 22:02:46 actually set valid to be false in function so .toString will work... dceejay
fe1ce211 2015-05-07 21:17:06 toString values before checking for changes Nick O'Leary
ce5c9da1 2015-05-07 21:12:46 Ensure ace edit history is reset after initialisation Nick O'Leary
cf25b286 2015-05-07 16:45:44 Allow http to accept delete properly, and put, options etc. dceejay
07fd5a5f 2015-05-07 16:44:55 function node was marking changed even on no change. dceejay
913fdac6 2015-05-06 11:08:01 Add support for exclusive config nodes Nick O'Leary
7dc838de 2015-05-05 22:00:47 Fix click on debug message to reveal source node Nick O'Leary
7112fd2a 2015-05-05 13:52:55 Partial deploy containing deleted subflow throws error Nick O'Leary
56e8c143 2015-04-27 21:03:14 CONTRIBUTING - remove link to specific Issues (so we can use this file dceejay
7b4cbbe8 2015-04-24 15:11:59 Add try catch to exec node stdout if utf8 check fails dceejay
8f8ee466 2015-05-05 00:03:35 Initialise checkboxes in config editor for new nodes Nick O'Leary
86013c7d 2015-05-04 23:28:55 Ensure node.credentials exists for nodes with registered creds Nick O'Leary
01aa3324 2015-05-03 22:28:03 Fix lint error in user.js Nick O'Leary
b9cfeee9 2015-05-03 22:23:30 Navigate and submit login dialog with Enter key Nick O'Leary
b3684a70 2015-05-02 22:20:46 Handle Buffer payloads in HTTP Response node Nick O'Leary
51fce934 2015-05-02 22:15:33 Ensure errors in node.receive are handled Nick O'Leary
0c5c3448 2015-05-02 21:53:07 Merge pull request #633 from scott1y/Issue#626 Nick O'Leary
deaef3ab 2015-05-01 09:37:23 Corrected based on knolleary's comments. Scott Yoshizawa
a443491c 2015-05-01 09:32:57 Merge pull request #630 from lostinthestory/swagger-gen Nick O'Leary
276d8931 2015-04-30 17:01:22 Added the capability to register custom loggers (for Issue #626) Scott Yoshizawa
653d0e71 2015-04-28 14:25:41 Add meta tag for IE edge compatibility Nick O'Leary
faa7d948 2015-04-27 20:08:00 Update MQTT Out node status if already connected Nick O'Leary
77134298 2015-04-26 08:50:42 HTTP Request - handle null url Nick O'Leary
e9ce519e 2015-04-24 13:53:38 Added support for swagger doc to HTTP-In Cody Walker
c016b102 2015-04-24 11:17:18 Add async error handler to UDP out node Nick O'Leary
0583c608 2015-04-22 22:53:21 Editor link filter failing for src_port == 0 Nick O'Leary
1c1a85dc 2015-04-22 14:03:42 editorTheme: allow header logo/title to be a link Nick O'Leary
c71e7633 2015-04-21 09:42:31 Serial Out not appending character Nick O'Leary
c1a32c4e 2015-04-20 15:27:38 Merge pull request #620 from drwoods/master Nick O'Leary
9ad1f769 2015-04-16 14:46:22 localfilesystem tests failing on Windows drwoods
87f8fd34 2015-04-20 11:17:27 Ensure full deploy is visually selected by default Nick O'Leary
e206d291 2015-04-19 12:13:45 More defensive on closing tcp connections, dceejay
9d809aa2 2015-04-16 11:53:39 Point Grunt to use external jshintrc dceejay
8f744794 2015-04-16 10:22:12 push opinionated .jshintrc - matches Grunt build. for starters. dceejay
78ab4217 2015-04-15 09:34:03 Arduino pin values should be strings not numbers Nick O'Leary
d090df94 2015-04-14 23:14:13 Arduino output - ensure string/number payloads handled Nick O'Leary
937f26da 2015-04-14 21:34:23 Merge pull request #606 from drwoods/master Nick O'Leary
98e3ff01 2015-04-06 12:26:49 ignore Eclipse files and resolve some Eclipse JSHint warnings drwoods
6f845263 2015-04-14 18:41:48 Remove pre-req for mkdirp package. dceejay
105d38c8 2015-04-14 18:39:42 MQTT node - don't report missing topic if payload is missing... dceejay
d7bdcd69 2015-04-14 17:15:56 fix exec missing addpayload, dceejay
87e537da 2015-04-13 22:51:52 Merge pull request #611 from node-red/themes Nick O'Leary
8f16695f 2015-04-13 22:15:15 Add theme tests Nick O'Leary
8403f629 2015-04-13 21:50:40 Tidy deploy button css Nick O'Leary
5af6ac3e 2015-04-13 16:48:38 Rename menu ids to be logically consistent Nick O'Leary
0d557094 2015-04-13 15:32:11 Move help customisation under menu settings Nick O'Leary
a2aa78af 2015-04-13 13:55:17 Add main menu customisation Nick O'Leary
b0de8abb 2015-04-13 11:35:52 Customise help link label/url Nick O'Leary
6ff540ed 2015-04-13 10:37:30 Customise login image Nick O'Leary
2b8ed985 2015-04-13 09:48:49 Pass deployButton and userMenu theme options to ui Nick O'Leary
dcd579b5 2015-04-13 00:11:32 Some scss tidy up Nick O'Leary
c9d2d301 2015-04-13 00:11:11 Add editorTheme setting Nick O'Leary
1aaef598 2015-04-13 00:10:10 Concatenate vendor js/css where possible Nick O'Leary
73d1f3d0 2015-04-12 00:46:03 Expose rest of email node header fields. dceejay
e369ded6 2015-04-10 15:13:40 Allow deploy button to be customised Nick O'Leary
269846c5 2015-04-11 19:24:32 Catch bad folder error in email node dceejay
8dc98420 2015-04-11 16:48:50 handle pure plain text messages in email node. dceejay
1014abe9 2015-04-11 16:09:13 Fix email node repeat send, add to, cc, bcc fields, and ability to select inbox. dceejay
6927f10f 2015-04-10 15:39:29 Fix login image path Nick O'Leary
49d3a719 2015-04-09 22:18:37 Update nodemonignore/watch rules Nick O'Leary
a2e65b00 2015-04-09 21:12:39 Prepend copyright to built editor files Nick O'Leary
f48ee01a 2015-04-09 20:10:34 Ensure MQTT nodes unsubscribe before disconnect Nick O'Leary
0e926c56 2015-04-09 17:26:11 Add missing header scss Nick O'Leary
d2c4c2c3 2015-04-09 14:46:29 Split css into individual scss files Nick O'Leary
c2253d1e 2015-04-09 13:02:01 Merge pull request #608 from node-red/build2 Nick O'Leary
eae16b6e 2015-04-09 12:13:46 Add tests for build check Nick O'Leary
868ae5b5 2015-04-09 11:37:16 Add .dist to gitignore Nick O'Leary
1406503e 2015-04-09 10:21:27 Add build info to README Nick O'Leary
9ca9d885 2015-04-01 23:32:00 Drop Node 0.8 from travis build due to devDependencie issues Nick O'Leary
203d3f67 2015-04-01 23:24:47 Add build step to Grunt file Nick O'Leary
698b2688 2015-04-09 09:55:34 Add port, ssl and allow self signed certs to IRC node dceejay
be1620dd 2015-04-08 21:43:22 Fix watch node to stat file sizes ok dceejay
e1f09699 2015-04-08 21:29:55 Add dedicated route for editor index.html Nick O'Leary
e1dd8cf2 2015-04-08 20:17:24 Restore node order in palette following async changes Nick O'Leary
8ee90777 2015-04-08 09:55:48 Move serialport (and irc) to optional dependancies so installs ok in more places. dceejay
2fe9c1e5 2015-04-07 23:46:52 Change node config load to be async Nick O'Leary
9dd7e2e4 2015-04-07 16:02:15 Refactor registry structure Nick O'Leary
5efbdf5d 2015-04-05 20:54:11 Revert removal of flow storage api Nick O'Leary
5be34724 2015-04-05 17:57:06 For some reason http request node icon was aligned right, dceejay
a9a09536 2015-04-04 22:27:14 Slide timing window to left for trigger node test. dceejay
d4ac4c44 2015-04-04 19:33:37 Fix library test for deprecated storage api Nick O'Leary
f459ff8a 2015-04-04 19:25:07 Remove use of deprecated storage api Nick O'Leary
b96ea36b 2015-04-03 23:05:56 Deprecate getAllFlows/getFlow/saveFlow storage functions Nick O'Leary
e543cc0f 2015-04-03 23:05:15 Log settings file in use on start up Nick O'Leary
0b1b4df2 2015-04-02 21:19:57 Update README / Remove INSTALL.md Nick O'Leary
e59ffb0b 2015-04-01 10:48:57 Bump to dev version 0.10.7 Nick O'Leary
120c8f2c 2015-04-01 10:28:04 Bump version 0.10.6 Nick O'Leary
fbfc5c8a 2015-03-31 22:29:15 Add error codes to api responses Nick O'Leary
31b018c8 2015-03-31 16:39:00 Missed closing brace in email node fix dceejay
255d708f 2015-03-31 09:21:11 updates to serial, watch, websocket, udp, twitter, email to handle no payload. dceejay
78d1da5f 2015-03-31 08:35:56 Updates to sentiment, exec and range to handle missing payload properties dceejay
9c22a770 2015-03-30 21:59:54 remove superfluous console.log from debug node dceejay
b2018282 2015-03-30 21:49:20 Remove 'loaded' property from external node info object Nick O'Leary
2a8a8852 2015-03-30 14:16:04 Standardise API error response format Nick O'Leary
7adefd6e 2015-03-30 14:14:32 Add access_token expiry Nick O'Leary
f967a5ec 2015-03-29 22:27:07 Fix auth on comms link and for anon user Nick O'Leary
c8d6dc25 2015-03-29 21:59:48 Auth permission should honour the token scope Nick O'Leary
216b5fba 2015-03-28 22:12:18 Increment subflow name on import of duplicate Nick O'Leary
f4ec9a72 2015-03-28 22:08:39 Increase tab max-width Nick O'Leary
cf0c2825 2015-03-28 21:46:27 Expand palette category when first entry added Nick O'Leary
be46c419 2015-03-26 20:07:59 Center palette label whilst being dragged Nick O'Leary
62c68d06 2015-03-26 16:57:04 Merge pull request #598 from dceejay/dcjtests Nick O'Leary
4f4d8419 2015-03-26 16:55:28 Nudge palette labels to rebalance them Nick O'Leary
16e17954 2015-03-26 15:01:55 add try catch to helper shutdown, dceejay
cc1d080a 2015-03-26 11:39:35 Remove add/removeNode by filename api Nick O'Leary
dd7f4f67 2015-03-26 11:38:51 Filter loaded property from /nodes endpoint Nick O'Leary
9daeba02 2015-03-26 11:37:24 Flow.registerType should indicate if type was missing or not Nick O'Leary
8a96dbd1 2015-03-25 21:58:26 New tests for Trigger, catch and unknown nodes dceejay
2a57d0b6 2015-03-25 20:32:40 auth/login should return empty object when insecure Nick O'Leary
8a5c1bad 2015-03-24 19:02:07 new tests for sentiment, file and csv dceejay
fcc6943f 2015-03-24 17:43:47 Extra tests for html, xml, json and tail nodes dceejay
72a9de05 2015-03-24 17:35:54 tests for defaults in switch, change and range nodes. dceejay
8748be28 2015-03-23 10:56:14 Bump to 0.10.5 Nick O'Leary
20bdea7a 2015-03-22 22:54:52 Increase registry test coverage Nick O'Leary
e19b8d35 2015-03-22 21:48:12 Modules not properly removed from config.json Nick O'Leary
81df74df 2015-03-22 20:55:38 Server not waiting for settings to load Nick O'Leary
153fa747 2015-03-22 20:12:10 Increase flows test coverage Nick O'Leary
500e9a40 2015-03-22 17:40:12 Increase localfilesystem test coverage Nick O'Leary
5352fc87 2015-03-22 09:38:42 add extra tests to debug, delay & template dceejay
f07fd64f 2015-03-21 19:27:22 Make trigger have sensible defaults when dragged on. dceejay
36f299c0 2015-03-21 17:42:06 Improve core test coverage Nick O'Leary
78cf310c 2015-03-20 23:12:52 Collapse palette category when emptied Nick O'Leary
18a3d710 2015-03-20 23:11:24 Double-click on subflow palette node to open flow Nick O'Leary
26db1048 2015-03-20 23:11:03 Remove dialog close button via css not jquery Nick O'Leary
b61a250d 2015-03-20 22:09:58 Debug message formatting mangling brackets Nick O'Leary
1d10eba0 2015-03-20 21:20:04 Propagate changed flag to parent subflow Nick O'Leary
35042132 2015-03-20 21:13:00 Make node-info properties collapsable in sidebar Nick O'Leary
57c049b4 2015-03-20 11:40:34 Palette filter on label as well as id Nick O'Leary
7a0ce0c9 2015-03-20 11:37:47 Update style of nodes in palette to match workspace Nick O'Leary
eb4cadb0 2015-03-19 23:11:55 Propagate valid flag to parent subflows Nick O'Leary
ac0ca083 2015-03-19 22:56:59 Import of subflow loses certain internal wires Nick O'Leary
9afb4a93 2015-03-19 21:25:43 reverse overide behaviour on file, http and email. Node properties now dceejay
df065e94 2015-03-19 19:57:41 add extra tests to user_spec to test some else conditions. dceejay
a9789697 2015-03-19 11:36:48 add bcrypt as optional dependency to speed up Pi, dceejay
2d91be88 2015-03-19 11:19:44 Disable node buttons in subflow view Nick O'Leary
5c58b0c2 2015-03-19 10:49:56 Revalidate all config node users after edit Nick O'Leary
f0139f98 2015-03-18 16:20:21 Add multi-rule support to Change node Nick O'Leary
5610a318 2015-03-17 15:38:31 small spelling mistake in deploy.js dceejay
b202c737 2015-03-17 15:15:24 Allow access_token to be provided in url Nick O'Leary
dd4cec84 2015-03-17 13:40:12 Add node.send/on to Function node Nick O'Leary
a1dac1e2 2015-03-17 13:36:50 Resize ace editor on dialog-open Nick O'Leary
e199d672 2015-03-16 21:57:05 Test helper - initialise credentials with express instance Nick O'Leary
aef38b94 2015-03-16 20:22:25 Change http request node info to suggest {{{ rather than {{ to supress dceejay
cd5eac2c 2015-03-16 20:21:05 Add type and size reporting to the file watch node. dceejay
8fea443e 2015-03-16 17:09:13 Add error msg to rpi node dceejay
2a47951e 2015-03-16 17:07:46 make sure MQTT msg has a topic dceejay
5234fda2 2015-03-16 17:07:17 Tidy up arduino node slightly and update settings example to work nicer dceejay
e63067cd 2015-03-16 15:40:25 Add OS X command symbol to keyboard dialog Nick O'Leary
be61cf6a 2015-03-16 13:58:01 Add node.error handling to core nodes Nick O'Leary
5efc89d5 2015-03-15 23:48:02 Warn when leaving editor with undeployed changes Nick O'Leary
9c104faf 2015-03-15 23:41:16 Use RED.nodes.filterLinks in pref to RED.nodes.eachLink Nick O'Leary
cf8fe16b 2015-03-15 23:31:38 Remove direct access to RED.nodes.nodes/links Nick O'Leary
71db1936 2015-03-15 23:07:57 Move user menu creation to user module Nick O'Leary
9952d945 2015-03-15 22:54:55 Move deploy menu/action to own module Nick O'Leary
fb738ad9 2015-03-15 21:54:36 Track dirty state in RED.nodes not RED.view Nick O'Leary
46f2f752 2015-03-15 21:27:11 Node on deleted tab not removed on partial deploy Nick O'Leary
42730b8f 2015-03-14 22:53:31 Move external drag/drop to clipboard module Nick O'Leary
1c2be579 2015-03-14 22:16:07 Move keyboard shortcut dialog to keyboard module Nick O'Leary
51e891ff 2015-03-13 23:37:59 Move sessionStorageModule into main storageModule Nick O'Leary
731efe1c 2015-03-13 21:26:50 Add credential extract unit tests Nick O'Leary
f77dd06e 2015-03-13 17:54:58 Partial deploy with missing type breaks flow diff Nick O'Leary
af20f3df 2015-03-13 13:15:20 Partial deploy with missing node type breaks deploy Nick O'Leary
40782120 2015-03-12 23:38:37 Split cliboard and workspaces out of editor view Nick O'Leary
7bdb3181 2015-03-12 17:23:17 Don't reload page on enter in subflow dialog Nick O'Leary
933608ae 2015-03-12 13:58:53 Disable buttons of nodes with undeployed changes Nick O'Leary
1d7f06bb 2015-03-12 13:35:39 Redraw unselected link when joining nodes starts Nick O'Leary
f26cadab 2015-03-12 13:26:31 Minimise link redrawing Nick O'Leary
eacf41a4 2015-03-12 11:21:05 Minimise filtering of nodes on redraw Nick O'Leary
ab3e6427 2015-03-12 00:08:47 Move subflow handling to own module Nick O'Leary
e26ea141 2015-03-11 23:37:44 Undo subflow rename not reflected in palette Nick O'Leary
3967e238 2015-03-11 17:49:06 change settings to replace commented out arduino library dceejay
1f8c6f87 2015-03-11 17:43:42 add don't add payload to exec node dceejay
f6203fe6 2015-03-09 20:42:23 Allow a config-node be marked as not required Nick O'Leary
06bf7105 2015-03-09 20:41:57 Improve editor dialog auto-sizing Nick O'Leary
0f3cc319 2015-03-09 20:01:29 Log-in window incorrect Nick O'Leary
4403a006 2015-03-08 18:36:35 Revert change to http until we fully deprecate msg/node priorities dceejay
9c46feb2 2015-03-08 16:53:48 more tests for log and Node dceejay
10277aa9 2015-03-08 15:26:24 revert/redo tests for api/index, log and Node_spec dceejay
ff093d98 2015-03-07 23:37:00 Merge pull request #576 from Belphemur/function-logger Nick O'Leary
acc0e087 2015-03-07 13:22:21 few more tests for permissions and strategies dceejay
69f85bd6 2015-03-06 22:58:30 boost api index, nodes index and nodes Node test coverage dceejay
910d983b 2015-03-06 14:14:47 More tests for red, log, info and util. dceejay
128415bc 2015-03-06 10:51:57 back out some changes to red_spec test while investigate fail on v0.8 dceejay
082ce798 2015-03-06 10:18:33 slightly enhance test coverage for info and log and settings. dceejay
234abd82 2015-03-06 10:17:00 Move away from __defineGetter syntax, in red and server dceejay
3cbc1bbb 2015-03-05 13:07:38 Add ipv6 support to udp node dceejay
0ed9f6cc 2015-02-28 13:45:23 Adding an Object node to the sandbox of a function node Antoine Aflalo