This changes the stack listing API so that it recursively finds files in directories within STACK_DIR. Currently just shows the full path to recursive files in the frontend, but a potential improvement would be to indent files in directories and so on. It now also filters out hidden files by default.
Also added a commit to prevent loading files above STACK_DIR (i.e. ../../../some_file).
This is a really neat tool, thanks!
This changes the stack listing API so that it recursively finds files in directories within
STACK_DIR
. Currently just shows the full path to recursive files in the frontend, but a potential improvement would be to indent files in directories and so on. It now also filters out hidden files by default.Also added a commit to prevent loading files above
STACK_DIR
(i.e.../../../some_file
).