Commit graph

2197 commits

Author SHA1 Message Date
Jonatan Kłosko
867f091557
Do not export setup cell output (#2184) 2023-08-25 14:36:42 +02:00
Cristine Guadelupe
070d6a5c0f
Default organization (#2180)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-25 16:07:14 +07:00
Mateusz Front
7bcdd90b66
Allow Livebook Desktop to ask for mic and camera access (#2177) 2023-08-24 16:25:58 +02:00
Jonatan Kłosko
b2ce588a1c Rename error output :known_reason to :context 2023-08-23 23:25:43 +02:00
Jonatan Kłosko
da9cc6643b
Restructure output format (#2179) 2023-08-23 23:25:04 +02:00
jonatanklosko
f2795c7067 Update assets 2023-08-23 18:34:44 +00:00
Kenichi Nakamura
c04f43d936
Fix editor escape in Vim visual mode (#2178)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-23 20:34:02 +02:00
Alexandre de Souza
c06712fa67
Add new FileSystem related messages to LivebookProto (#2172) 2023-08-22 18:25:14 -03:00
Alexandre de Souza
928181cefe
Implements load/2 and dump/1 to FileSystem protocol and some improvements (#2171) 2023-08-22 16:20:35 -03:00
José Valim
7ff6103475
Check for flag instead of non-empty dir (#2176) 2023-08-22 15:51:05 +02:00
jonatanklosko
3ab0ab495d Update assets 2023-08-22 11:22:07 +00:00
Jonatan Kłosko
a11b1dfe7b
Add support for chunked text and markdown outputs (#2174) 2023-08-22 13:21:22 +02:00
josevalim
874155db15 Update assets 2023-08-22 07:09:45 +00:00
Kenichi Nakamura
9f96bd2f1a
vim/emacs modes with settings (#2173) 2023-08-22 09:08:54 +02:00
Cristine Guadelupe
c768681e23
Fix secret-copy id (#2169) 2023-08-21 15:46:32 +07:00
jonatanklosko
c5530c17b3 Update assets 2023-08-18 14:34:51 +00:00
Jannik Becher
e90c924082
Allow form submissions in iframe (#2168) 2023-08-18 16:33:59 +02:00
jonatanklosko
7d7e21e44e Update assets 2023-08-17 20:14:32 +00:00
Jonatan Kłosko
d1eb522464
Split files into references/attachments and support renaming (#2167) 2023-08-17 22:13:39 +02:00
Jonatan Kłosko
eb83338dbe
Make user profile discoverable from users panel (#2165) 2023-08-17 13:46:37 +02:00
Cristine Guadelupe
28c400544d
Update Maplibre guide links (#2164) 2023-08-17 16:23:41 +07:00
Jonatan Kłosko
9ea1bc3342 Increase size limit for file input and show upload errors 2023-08-14 15:20:55 +02:00
jonatanklosko
9d2ac4acb3 Update assets 2023-08-13 11:41:34 +00:00
Jannik Becher
60d9beda5a
Send link navigation event inside iframe to parent (#2160) 2023-08-13 13:40:48 +02:00
José Valim
2ae39f59fb Improve Docker examples 2023-08-11 23:28:57 +02:00
Jonatan Kłosko
d08858346b Format 2023-08-11 22:47:57 +02:00
José Valim
946c20e168 File system -> File storage in error messages 2023-08-11 11:55:58 +02:00
jonatanklosko
1028bafd0d Update assets 2023-08-11 09:53:12 +00:00
Jonatan Kłosko
91253923b2
Improve wording around file system selector (#2157)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-08-11 11:52:19 +02:00
José Valim
3e940e3034 Improve copy text for files 2023-08-10 21:09:04 +02:00
José Valim
d0ef0e0279 Improve unlisted error when there is no files/ directory 2023-08-10 20:54:15 +02:00
Hugo Baraúna
e26d45ac46
Fix add filesystem form label (#2156)
* Fix add filesystem form label

* Update lib/livebook_web/live/settings_live/add_file_system_component.ex

---------

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-10 12:11:16 -03:00
José Valim
543c3eb002 Docs 2023-08-10 10:17:03 +02:00
Jonatan Kłosko
74ca662bf3
Add warning when deploying protected apps from dir without password override (#2153) 2023-08-09 21:23:02 +02:00
José Valim
2919f3018b
Mention purpose of Teams key (#2150) 2023-08-09 19:05:03 +02:00
Hugo Baraúna
1ab1dcc8c2 Fixes airgapped Dockerfile
Setting a default ARG value needs `=`
2023-08-08 16:13:41 -03:00
Jonatan Kłosko
c39902cd3a
Improve teams tests (#2151) 2023-08-08 21:03:01 +02:00
José Valim
4eaea183ef Update airgapped Dockerfile 2023-08-08 20:36:46 +02:00
Jonatan Kłosko
e9ab9dec91 Remove unreliable storage test
We wait for the storage process to finish writing the table to file
and then read the file manually, however the storage may be writing
to the file again (and the writing is async), so we may try to read
a partially written file.
2023-08-08 19:30:26 +02:00
Hugo Baraúna
3477767ed2
Change copy: from 'Add Hub' to 'Add Organization' (#2149) 2023-08-08 14:07:25 -03:00
jonatanklosko
e0dd7fe6d0 Update assets 2023-08-08 13:59:17 +00:00
Zach Allaun
005a9e86f7
Usability improvements for custom keyboard controls (#2145)
Co-authored-by: José Valim <jose.valim@gmail.com>
2023-08-08 15:58:34 +02:00
Cristine Guadelupe
cd6239b383
Fix editing secrets (#2148) 2023-08-08 16:29:56 +07:00
Cristine Guadelupe
4ad2b7a7d1
Correctly renders external title (#2146) 2023-08-08 01:27:14 +07:00
Cristine Guadelupe
00f82f492c
Disables renaming secrets (#2144) 2023-08-07 23:56:56 +07:00
José Valim
5fda5b02ab Improve import error messages 2023-08-07 13:46:29 +02:00
José Valim
3212dfc8b2 Integrate ZTA into airgapped 2023-08-07 13:20:54 +02:00
Hugo Baraúna
fa82bf141b
Teams Key -> Teams key (#2141) 2023-08-04 11:12:16 -03:00
Hugo Baraúna
9d206b06d0
Changes copy of Add Teams Hub page (#2139) 2023-08-04 09:34:04 -03:00
Hugo Baraúna
1ad5b2e69d
Change copy of Teams key modal (#2140) 2023-08-03 17:28:58 -03:00