livebook/lib/livebook_web/live
ByeongUk Choi d11084d32f
Add shared mode to Livebook sessions (#1128)
* add shared mode (working)

* add markdown write permission

* Add authorize handle_event

* Revert "add shared mode (working)"

This reverts commit c1e9ebac4d.

* Add assert_policy!

* Apply suggestions code review

* Apply suggestions from code review

* Apply suggestions from code reviews (redirect)

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Add PolicyHook

* remove assert_live_action_access!/1

* Apply suggestions from code review

* Apply suggestions from code review

* Update lib/livebook_web/live/session_live.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-04-28 13:01:53 +02:00
..
home_live Keep memory usage state at the root on homepage (#1129) 2022-04-18 18:06:04 +02:00
hooks Add shared mode to Livebook sessions (#1128) 2022-04-28 13:01:53 +02:00
output Remove restart button on Mix.install/2 error (#1088) 2022-04-04 12:49:17 +02:00
session_live Update instructions in the Elixir export (#1144) 2022-04-25 13:37:15 +02:00
settings_live Labeled text block (#1117) 2022-04-15 14:23:41 +02:00
explore_helpers.ex
explore_live.ex
file_select_component.ex Introduce code zen (#1115) 2022-04-14 21:17:19 +02:00
file_system_helpers.ex
home_live.ex Encapsulate pubsub subscriptions (#1132) 2022-04-19 11:29:38 +02:00
js_view_component.ex
live_helpers.ex Labeled text block (#1117) 2022-04-15 14:23:41 +02:00
output.ex Fix border on error output 2022-04-05 15:15:13 +02:00
page_helpers.ex
session_helpers.ex
session_live.ex Add shared mode to Livebook sessions (#1128) 2022-04-28 13:01:53 +02:00
settings_live.ex Organize settings page (#1133) 2022-04-19 11:29:26 +02:00
sidebar_helpers.ex Add LIVEBOOK_SHUTDOWN_ENABLED (#1111) 2022-04-14 15:52:28 +02:00
user_component.ex
user_helpers.ex