livebook/lib/livebook_web
Wojtek Mach 864624ad2c Expand path before opening it
Say we have this path on Windows: `C:/Users/wojtek/foo.livemd`. Opening
it: (ignore it's not escaped)

    http://localhost:4000/open?path=C:/Users/wojtek/foo.livemd

would have failed with:

    ** (ArgumentError) expected an expanded absolute path, got: "C:/Users/wojtek/foo.livemd"

and that's because absolute paths (in other words, Path expanded) start
with `c:/`, not `C:/`.
2022-03-02 11:37:07 +01:00
..
channels Introduce smart cells (#1029) 2022-02-28 13:53:33 +01:00
controllers Refactoring (#994) 2022-02-10 12:15:41 +01:00
helpers
live Expand path before opening it 2022-03-02 11:37:07 +01:00
plugs Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
templates Set up confirmation modals (#1033) 2022-03-02 00:26:40 +01:00
views
endpoint.ex Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
helpers.ex Set up confirmation modals (#1033) 2022-03-02 00:26:40 +01:00
iframe_endpoint.ex Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
router.ex Simplify user modals (#1034) 2022-03-02 00:43:06 +01:00
telemetry.ex