Hunter Miller
77ad1fdb36
permalink: app embed image support
2021-09-16 16:23:11 -05:00
Hunter Miller
d786c8d677
permalink: app embeds
2021-09-16 16:05:54 -05:00
Ted Blackman
3b30b67a3e
Merge branch 'ted/kiln-warp' into m/distpilled, and
...
modify Kiln to listen for %writ's from Clay to track commits to Clay
that were not generated by Kiln itself.
2021-09-16 12:25:02 -04:00
Hunter Miller
1d71c83581
suspend-dialog: removing ungrammatical comma
2021-09-16 09:29:35 -05:00
Hunter Miller
082a4c66ec
Merge branch 'dist' into hm/grid-tweaks
2021-09-15 20:41:02 -05:00
Liam Fitzgerald
bf85175db0
Merge pull request #5222 from urbit/hm/system-prefs-hookup
...
system-prefs: hooking up remaining settings
2021-09-16 09:24:50 +10:00
Fang
a29c3414d9
solid: support generating multi-desk pills
...
Notably, we include the base desk last. This is to ensure that the
other desks are present by the time kiln gets loaded from base, letting
it install the software on the other desks, as per 22ad2516c
.
2021-09-15 23:53:52 +02:00
Fang
22ad2516c9
kiln: install from existing desks during +on-init
...
During kiln's +on-init, we now check for non-base (and non-kids) desks.
If any are present, we execute the install flow for them, and set them
to sync from our sponsor afterwards.
This depends on work done in d7afe3229
, in that without those changes
the successive +find requests from kiln to clay would clobber each
other, leaving only the "install from sponsor" one active, thus never
actually installing the desk for which we already have the files.
2021-09-15 23:53:24 +02:00
Fang
d7afe32291
kiln: synchronize install flow for local desks
...
When installing from an existing local desk, kiln now scries the
relevant data out of clay instead of sending moves to it and awaiting
responses.
This prepares for coming kiln work.
2021-09-15 23:52:50 +02:00
Hunter Miller
2db9461e48
http-api: fixing Thread type
2021-09-15 16:40:55 -05:00
Hunter Miller
326a14f237
prefs: adding support for enabling/disabling app updates
2021-09-15 16:26:43 -05:00
Ted Blackman
577ec24459
kiln: WIP listen to %warp's too
2021-09-15 22:57:08 +03:00
fang
39667fc071
Merge pull request #4463 from urbit/m/next-gen-term
...
term: next gen, phase one
2021-09-15 18:43:10 +02:00
Hunter Miller
e6fcaafe3c
ci: allows us to deploy frontends to vercel
2021-09-15 11:42:22 -05:00
Edward Amsden
698fd6f66f
Merge pull request #5218 from urbit/ea/memset-to-wipe-dict32
...
vere: use memset to wipe hashmaps
2021-09-15 10:13:25 -04:00
Joe Bryan
57897fd726
Merge pull request #5225 from urbit/jb/jet-bloq-fail
...
u3: replaces spurious bloq-size bail:exit's in +rap and +rep jets
2021-09-15 06:31:59 -07:00
Joe Bryan
c270708b76
vere: adds backwards-compatibility TODO comments for terminal inputs
2021-09-15 00:21:08 -04:00
Joe Bryan
b0b2e3aec8
vere: adds backwards-compatibility to blit handling under -t
2021-09-15 00:21:08 -04:00
Joe Bryan
0d18b13cb9
u3: replaces spurious bloq-size bail:exit's in +rap and +rep jets
2021-09-14 23:56:28 -04:00
Paul Driver
ce59348eb9
fix leak in hashtable
...
trimming a node with 2 entries failed when one was another node; the code
assumed (erroneously) the neighbor would be a kev.
2021-09-14 18:38:04 -07:00
Hunter Miller
e69395d46d
favicon: adding temp favicon and added symbol ignoring to leap
2021-09-14 18:52:52 -05:00
Hunter Miller
65b9f229c5
nav: fixing dimming and inter nav clicks
2021-09-14 17:52:12 -05:00
Joe Bryan
41450edd46
Merge pull request #5221 from urbit/jb/next-gen-term
...
vere: windows fixes, refactoring for new terminal
2021-09-14 15:01:49 -07:00
Hunter Miller
78e623c019
theme: matching setting value to current imp
2021-09-14 16:32:27 -05:00
Fang
b23d9d7002
docket: loosen restrictions on glob uploads
...
Now also lets you upload globs that the local ship isn't the canonical
source for. Could come in handy for troubleshooting, among other things.
2021-09-14 23:29:07 +02:00
Hunter Miller
8027ab9d50
prefs: hooking up system updates and cleaning up theme handling
2021-09-14 16:23:40 -05:00
Joe Bryan
9527d8518c
build: patch windows uv_pipe impl to allow null writes
2021-09-14 15:02:33 -04:00
Joe Bryan
ebc656d372
build: update pmnsh to support cachix text/x-nix-narinfo responses
2021-09-14 14:54:10 -04:00
Joe Bryan
85b3dbcaa1
vere: renames terminal streams for clarity, removes unused uv_tcp_t
2021-09-14 14:54:10 -04:00
Joe Bryan
9ada9861f6
vere: refactors _term_it_send_csi()
2021-09-14 14:54:10 -04:00
Joe Bryan
412bae2cd4
vere: suppress null writes in term.c
2021-09-14 14:54:10 -04:00
Hunter Miller
8dd9113843
prefs: hooking up mentions pref
2021-09-14 10:50:39 -05:00
Fang
177ef73d37
docket: improve upload page
...
Most notably, we further restrict the desks eligible for glob upload
to just the ones whose glob is said to be hosted on the local ship.
On the upload page, we replace the desk input field with a dropdown
from which eligible desks can be selected.
Additionally we now display some instructions, instead of leaving
developers entirely on their own.
2021-09-14 16:38:20 +02:00
Fang
ac1d73dbbd
webterm: cleanup
2021-09-14 15:18:09 +02:00
Fang
a675dbda44
webterm: web interface only, herm stays in base
...
As per earlier discussion with @belisarius222.
2021-09-14 15:07:22 +02:00
Liam Fitzgerald
17f6285430
btc-wallet: fix webpack output
2021-09-14 23:05:54 +10:00
Fang
208d8cebf9
webterm: standalone package
...
Splits herm and the webterm interface out into their own directories
for separate distribution.
Webterm glob pending.
2021-09-14 14:14:29 +02:00
Liam Fitzgerald
a433e4f911
Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store
2021-09-14 12:40:52 +10:00
Liam Fitzgerald
038784b0fe
kiln: surface paused in JSON
2021-09-14 10:49:34 +10:00
Hunter Miller
f8bfbf1bbb
system-menu: fixing missing dropdown on mobile and padding
2021-09-13 19:09:32 -05:00
Liam Fitzgerald
50c42c3558
@urbit/api: add pause, resume pokes
2021-09-14 09:47:51 +10:00
Liam Fitzgerald
b5ab6a7842
kiln: add pause, resume marks
2021-09-14 09:47:25 +10:00
Philip Monk
1f505bf1b7
vere: make hashtable_tests complain about leak
2021-09-13 17:24:25 -05:00
Philip Monk
12b0506853
vere: fix leak in hmac
2021-09-13 15:47:20 -05:00
Philip Monk
1180b76203
vere: fix leak in _n_comp
2021-09-13 15:31:44 -05:00
Philip Monk
a835af8543
jets: fix leak in dif:in,by
2021-09-13 15:30:27 -05:00
Hunter Miller
b40f6ecd26
tiles: updated alignment and sizing
2021-09-13 15:27:38 -05:00
Philip Monk
19431255a4
vere: run memory checker in grandchildren roads
2021-09-13 15:27:37 -05:00
Hunter Miller
c96b1ec700
dark-mode: adjusting sigils and tile colors
2021-09-13 15:14:57 -05:00
Edward Amsden
adfe71e4fe
vere: use memset to wipe hashmaps
2021-09-13 10:07:00 -04:00