José Valim
a9b818c374
Move subscribe function to Broadcasts module
2023-11-13 13:24:03 +01:00
Jonatan Kłosko
07aaea11b4
Separate apps from auth and improve apps navigation ( #2322 )
2023-11-06 09:08:28 +01:00
Alexandre de Souza
96bf5ddbcc
Implement File Storage ( #2212 )
2023-09-25 11:18:30 -03:00
Cristine Guadelupe
a67d44e7b2
Metadata typo ( #2195 )
2023-09-03 20:48:33 +07:00
Cristine Guadelupe
550869c356
ZTA - Google IAP and adjustments ( #2033 )
...
* Fix GoogleIAP certs and fields
* Email as name when name is not available
* Initial docs
* Update lib/livebook_web/live/hooks/user_hook.ex
Co-authored-by: José Valim <jose.valim@gmail.com>
---------
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-07-03 21:42:04 +02:00
Cristine Guadelupe
29b712917e
ZTA - user identity ( #2015 )
...
* Get user identity
* Moves current_user_id to identity_data
* Renames cookies to session_identity
* Keep zta keys in the state
* User id from GoogleIap
* Update cloudflare.ex
* Update googleiap.ex
* Email only for ZTA
* Get the current_user_id from the identity_data
* Applying suggestions
* Applying suggestions
* Fix verify_token
---------
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-06-29 23:10:00 +02:00
Cristine Guadelupe
efb28fbdf0
Support Zero Trust authentication ( #1938 )
...
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-21 00:25:25 +02:00
Jonatan Kłosko
9059049d29
Add hub id to hubs pubsub messages ( #1968 )
2023-06-08 17:32:29 +02:00
Alexandre de Souza
14dd6d925f
Implement TeamClient with Teams WebSocket communication ( #1951 )
2023-06-01 12:01:43 -03:00
Jonatan Kłosko
826fcf2344
Add debug button to app session page ( #1940 )
2023-05-30 15:44:13 +02:00
Jonatan Kłosko
52df405aca
Add support for multi-instance apps ( #1913 )
2023-05-19 19:40:56 +02:00
Jonatan Kłosko
f262b9c0c9
Rebuild confirmation modal system ( #1903 )
2023-05-10 18:23:08 +02:00
Alexandre de Souza
8754bc0d5a
Shows only the secrets from selected hub ( #1747 )
2023-03-07 15:24:07 -03:00
Jonatan Kłosko
36e2d2b277
Don't validate changesets on mount ( #1724 )
2023-02-23 19:00:03 +01:00
Jonatan Kłosko
5b5593a54b
Update to Phoenix 1.7 ( #1720 )
2023-02-22 19:34:54 +01:00
Jonatan Kłosko
4334e8a58e
Add access control to apps ( #1715 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-18 01:16:42 +01:00
Alexandre de Souza
e58213b000
More improvements for Secrets and Hubs ( #1693 )
2023-02-06 20:37:11 -03:00
Jonatan Kłosko
377045a17b
Remove policy checks and update empty frame text ( #1694 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-02-06 20:31:06 +01:00
Alexandre de Souza
5f6e7176fc
Allow hub secret toggling ( #1675 )
2023-02-03 13:15:46 -03:00
Alexandre de Souza
dd2b7fa0e6
Minor improvements ( #1669 )
2023-01-31 20:37:04 -03:00
Wojtek Mach
32d0f89312
Display "Livebook is shutting down" flash on desktop app shutdown ( #1645 )
2023-01-18 14:11:40 +01:00
Alexandre de Souza
ae3a5661a8
Implement emojis instead of colors ( #1636 )
2023-01-12 17:37:12 -03:00
Alexandre de Souza
3b2ea3c8ce
Update Connection life-cycle and implement ChangesetError
message ( #1633 )
2023-01-10 17:12:35 -03:00
Alexandre de Souza
b82e360df9
Implement Enterprise secret creation from Session ( #1612 )
2023-01-06 16:14:44 -03:00
Frank Hunleth
52e5273401
Support passing an MFA for customizing shutdown ( #1519 )
...
This commit lets you customize Livebook shutdown to gracefully power
off. One use case is for Nerves-based devices that need to do more than
call `System.stop/0` to power off.
This doesn't change the `LIVEBOOK_SHUTDOWN_ENABLED` environment
variable. It still works the same.
The `:shutdown_enabled` configuration is now `:shutdown_callback`. Valid
values are `nil` or an MFA. An unset or `nil` callback hides the
shutdown button in the UI.
2022-11-10 18:09:01 +01:00
José Valim
6da00daffd
Update to LV 0.18 ( #1426 )
2022-10-04 08:46:55 +02:00
José Valim
bb243a5964
Remove comment field from policy
2022-08-23 08:43:45 +02:00
Alexandre de Souza
77c8804d62
User and Hub forms with Changeset validations and input errors ( #1347 )
2022-08-22 18:12:54 -03:00
Alexandre de Souza
5c050e640f
Add Livebook Hub with Fly.IO integration ( #1319 )
2022-08-18 10:34:27 -03:00
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
Jonatan Kłosko
609409e842
Encapsulate pubsub subscriptions ( #1132 )
2022-04-19 11:29:38 +02:00
Jonatan Kłosko
ccc64876a8
Add support for widget binary payloads ( #982 )
...
* Add support for widget binary payloads
* Migrate LV auth to a separate hook
* Properly set user buffer when encoding
2022-02-07 21:03:25 +01:00