1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red/runtime
btsimonh c8d6693fba fix bug where savesettings did not honor local settings variables (#1073)
* fix bug where savesettings did not honor local settings variables

* don't create lib/flows on read;  It's already created in localfilesystem.init and in saveLibraryEntry -
so removed call to promiseDir, and added a return of [] if accessing a folder which did not exist.
This is important because else when settings.readOnly is true, it still creates folders.

* Fix a CI failure where path passed to getLibraryEntry is empty;
treat this case as meaning it was wanting a folder, and return empty if the folder dioes not exist

* Add a test for getLibraryEntry( type, '/' ) as called by node-red

* change newsettings to camelCase newSettings
2017-01-08 23:00:27 +00:00
..
locales/en-US Disable palette editor if npm not found 2016-10-12 22:30:32 +01:00
nodes Merge branch 'master' into 0.16 2017-01-06 14:30:13 +00:00
storage fix bug where savesettings did not honor local settings variables (#1073) 2017-01-08 23:00:27 +00:00
events.js WIP: separate runtime and api components 2016-01-06 17:01:11 +00:00
i18n.js Info-tips update 2017-01-05 23:33:19 +00:00
index.js update welcome message to use logger so it can be turned off/on if required (#1083) 2016-12-23 11:31:23 +00:00
log.js Add log.removeHandler function 2016-10-20 23:31:40 +01:00
settings.js Encrypt credentials by default 2016-09-23 10:38:30 +01:00
util.js Property expressions must not be blank 2017-01-06 21:58:17 +00:00