Commit graph

3168 commits

Author SHA1 Message Date
Jonatan Kłosko
a24aa5f153 Release v0.15.5 2025-04-03 23:09:17 +09:00
jonatanklosko
b16d707337 Update assets 2025-04-03 14:07:47 +00:00
Jonatan Kłosko
6e1696941a Fix mailto URLs in markdown cells 2025-04-03 23:06:48 +09:00
Jonatan Kłosko
4c50755581 Make priv generation into a compiler task (#2978) 2025-04-03 23:06:48 +09:00
Jonatan Kłosko
d988d84679 Use absolute paths in livebook.gen_priv so it works in nerves_livebook 2025-04-03 23:06:48 +09:00
Alexandre de Souza
6da9823549 Allow user to logout from Livebook app (#2961) 2025-04-03 23:06:48 +09:00
Jonatan Kłosko
aeb664b294 Use a non-hidden file to track if escript assets are extracted
When tmpdir is cleaned on macOS, files are removed, directories are
kept, so we use an extra file as a flag to easily check if the files
are extracted. However, files starting with dot are not removed as
part of the cleanup, so we need to use a regular name.
2025-04-03 23:06:48 +09:00
José Valim
e0516cf570 Avoid compile-time dep on Livebook.Config 2025-04-03 23:06:48 +09:00
Jonatan Kłosko
78d03bdce8 Do not symlink priv (#2965) 2025-04-03 23:06:48 +09:00
Alexandre de Souza
07f5409396 Redirects the user to Teams logout page (#2959) 2025-04-03 23:06:48 +09:00
Hugo Baraúna
bb77d48f63 Add docs about OIDC post logout URL (#2963)
Co-authored-by: Alexandre de Souza <alexandre@aledsz.com.br>
2025-03-16 09:20:11 -03:00
Jonatan Kłosko
bc7d2a06cb Add links to changelog 2025-03-12 22:25:13 +09:00
Jonatan Kłosko
43319a96bd Release v0.15.4 2025-03-12 22:02:39 +09:00
Hugo Baraúna
e772fc799e Fix billing status bug (#2956) 2025-03-12 22:01:05 +09:00
Wojtek Mach
393e4f1d68 Fix variable name
Ref: https://github.com/livebook-dev/livebook/pull/2958
2025-03-12 22:01:05 +09:00
Benjamin Milde
0f8084738f Update Installer.nsi to correct path for checks (#2958) 2025-03-12 22:01:05 +09:00
Carson Kent
9d17bcba03 Fix K8s runtime failing to connect due to missing CA certificates (#2957)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-03-12 22:00:37 +09:00
Jonatan Kłosko
a576164a90 Release v0.15.3 2025-03-10 20:48:46 +09:00
Alexandre de Souza
c21bad21cd Fix issue with logging out from ZTA (#2953) 2025-03-10 20:46:39 +09:00
Hugo Baraúna
6981da6787 Adds role requirement to auth docs 2025-03-03 17:16:57 -03:00
Hugo Baraúna
8bdbdd62ee Docs about Livebook version requirement for new auth features (#2943) 2025-03-03 10:36:41 -03:00
Jonatan Kłosko
897086b4f5 Release v0.15.2 2025-03-03 21:55:06 +09:00
Jonatan Kłosko
2a2431e333 Do not store identity payload in the session (#2948) 2025-03-03 21:48:38 +09:00
Jonatan Kłosko
cb3a6f9548 Fix iframe loading when only the iframe server starts on random port (#2947) 2025-03-03 21:48:37 +09:00
Jonatan Kłosko
48c06ff510 Release v0.15.1 2025-02-24 13:43:20 +09:00
Jonatan Kłosko
d127366008 Update kino version references 2025-02-24 13:41:52 +09:00
Jonatan Kłosko
2fefb5ed5f Release v0.15.0 2025-02-21 01:43:09 +09:00
Alexandre de Souza
64e2a07a12 Add a fallback to user's profile picture (#2940) 2025-02-20 09:28:32 -03:00
Hugo Baraúna
a4fd19e400 Docs for auth with email domain (#2939)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-02-20 09:28:22 -03:00
Hugo Baraúna
2b194cae41 Fix typo 2025-02-18 23:15:30 +09:00
Jonatan Kłosko
7e166b07c3 Update changelog 2025-02-18 22:26:32 +09:00
Hugo Baraúna
6336b67b67
Update Tailscale docs (#2938) 2025-02-18 14:22:00 +01:00
Alexandre de Souza
42cd2af31d
Fix logout button with disabled "Authenticate with Livebook Teams" (#2935) 2025-02-17 10:56:52 -03:00
Jonatan Kłosko
c9f619a84a Fix tab content disappearning in nested tabs 2025-02-13 16:00:04 +09:00
jonatanklosko
0b5da01bd4 Update assets 2025-02-13 06:27:25 +00:00
Jonatan Kłosko
7beb71b1cd
Improve file select to list files matching search anywhere in the name (#2932) 2025-02-13 07:26:48 +01:00
Wojtek Mach
2ff2e3a891 Write to registry to more easily test livebook desktop windows locally 2025-02-12 16:14:43 +01:00
Cocoa
465d711395
fix: path should be URL-encoded in Elixir code (#2926)
Signed-off-by: Cocoa <i@uwucocoa.moe>
Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
2025-02-12 16:10:24 +01:00
Jonatan Kłosko
61bce0f39b ALways install ca-certificates in Docker 2025-02-13 00:06:18 +09:00
Jonatan Kłosko
a344488b9e
Update Docker base image to Ubuntu 24.04 (#2933) 2025-02-12 15:52:09 +01:00
José Valim
e1277fa62a
Support nil fields in forms (#2931) 2025-02-12 13:12:03 +01:00
José Valim
00f2fdf1d1
Add styling to plain text (#2928)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2025-02-12 09:46:48 +01:00
Wojtek Mach
a9cd075abc Deregister Livebook.app from LaunchServices when testing locally 2025-02-12 00:52:50 +01:00
Wojtek Mach
0b45e3d5a1 Set ulimit when bootstrapping otp 2025-02-12 00:22:24 +01:00
Wojtek Mach
eccf0eaa69
Add basic ElixirKit readme (#2930) 2025-02-11 19:06:28 +01:00
Wojtek Mach
af5f0de050
Update canceled status (#2929) 2025-02-11 15:07:32 +01:00
José Valim
545bcbf0c8 Add ZTA docs 2025-02-10 20:57:22 +01:00
Alexandre de Souza
a31eb16c0c
Fix disabled "Authenticate via Livebook Teams" 2025-02-10 13:25:26 -03:00
Jonatan Kłosko
768d01f81f Update changelog 2025-02-05 01:38:38 +07:00
Hugo Baraúna
cb11217c23
OIDC SSO docs (#2919)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-02-04 15:24:06 -03:00