livebook/lib/livebook_web
Jonatan Kłosko e5e13d86c2
Serve iframes from another local port when running on http (#989)
* Serve iframes from another local port when running on http

* Use relative hostname in local iframe URL

* Simplify server start check

* Use random iframe port when Livebook runs on a random port

* Rename space/ to iframe/

* LivebookWeb.IframePlug -> LivebookWeb.IframeEndpoint
2022-02-08 14:45:58 +01:00
..
channels Add support for widget binary payloads (#982) 2022-02-07 21:03:25 +01:00
controllers Use lowercase header name 2022-02-04 21:44:56 +01:00
helpers
live Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
plugs Serve iframes from another local port when running on http (#989) 2022-02-08 14:45:58 +01:00
templates Favicon as png to work on Safari (#920) 2022-01-22 18:15:06 -03: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 Move from Helpers to Utils and add doctests 2022-01-29 10:39:26 +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 Add support for widget binary payloads (#982) 2022-02-07 21:03:25 +01:00
telemetry.ex