node-red/packages/node_modules/@node-red/editor-api/lib/editor
Nick O'Leary a9b252b8fa
Ensure httpServerOptions gets applied to ALL the express apps
This is silly. Turns out setting options at a top level app
does not percolate down to sub apps (and vice versa). You
have to apply the options to ALL express apps.
2021-06-08 21:17:42 +01:00
..
comms.js Prevent needless retention of node status messages 2020-11-16 21:05:13 +00:00
credentials.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
index.js Ensure httpServerOptions gets applied to ALL the express apps 2021-06-08 21:17:42 +01:00
library.js Add partial implementation of adding library sources via editor 2021-02-18 11:58:23 +00:00
locales.js Handle more valid language codes when validating lang params 2021-02-03 15:43:26 +00:00
projects.js Allow user to manage project version string 2020-09-28 11:30:46 +01:00
settings.js Move runtime settings back to adminApi from editorApi 2020-07-31 15:26:21 +01:00
sshkeys.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
theme.js Merge branch 'dev' into pr_2971 2021-05-18 16:30:13 +01:00
ui.js Allow module to provide resources and automatically expose them 2021-03-15 21:06:10 +00:00