Commit Graph

6219 Commits

Author SHA1 Message Date
fang
089f6515ed
webterm: refactor line to use React.memo
Also leave out unnecessary key detail.
2020-11-09 15:49:30 +01:00
fang
37359d2110
webterm: wrap lines 2020-11-09 15:32:15 +01:00
fang
8e77764cfc
webterm: retain prompt on %clr 2020-11-06 22:41:58 +01:00
fang
acd9176d76
webterm: clean up 2020-11-06 22:32:13 +01:00
fang
f62129d095
herm: keep blit & belt marks in cache
Perhaps there should be a general-purpose mechanism for this, but for
now this will suffice.
2020-11-06 22:30:24 +01:00
Logan Allen
f714fa602e observe-hook: switch from time to serial, and reorganize on-agent 2020-11-06 15:29:15 -06:00
Logan Allen
4b7f0e8025 thread-watch: change name to observe-hook 2020-11-06 14:55:32 -06:00
Matilde Park
6492d4c2de links, publish: comments match chat styling 2020-11-06 15:17:16 -05:00
Matilde Park
8ed38094f8 links: migrate to indigo-react
Fixes urbit/landscape#46.
2020-11-06 15:10:17 -05:00
Matilde Park
0f37bf9a8b links, publish: componentise Comments 2020-11-06 14:31:05 -05:00
Matilde Park
87edfc486a links, publish: componentise 'commentItem' 2020-11-06 14:17:50 -05:00
Matilde Park
5eb1aa4327 Merge branch 'release/next-userspace' into lf/hark-redux 2020-11-06 08:59:53 -05:00
fang
f950d710c3
webterm: support downloading files
For %sav and %sag blits.
2020-11-06 13:47:22 +01:00
Liam Fitzgerald
0830c861fb
interface: reset touched in FormikOnBlur 2020-11-06 14:21:38 +10:00
Liam Fitzgerald
dbda698a65
hark: display chat mentions 2020-11-06 14:20:47 +10:00
Liam Fitzgerald
fa3fe2b17d
hark-store, hark-chat-hook: support mentions in chat 2020-11-06 14:19:58 +10:00
Matilde Park
00860ca465 glob: update to 0v3.29n7b.04srk.3pcv0.1ld5v.vl1io 2020-11-05 22:13:06 -05:00
Liam Fitzgerald
68d3d5287a
landscape: add flexShrink=0 to flex containers 2020-11-06 13:01:11 +10:00
Liam Fitzgerald
27b5f70b80
pull-hook: fix rewatch wire 2020-11-06 12:08:08 +10:00
Liam Fitzgerald
4fc8560a13
pull-hook: fix rewatching subscriptions 2020-11-06 12:05:51 +10:00
Liam Fitzgerald
10c956fc87
pull-hook: fix base-state-0 type 2020-11-06 12:03:14 +10:00
Matilde Park
f8e41dc949 glob: update to 0v5.8huh4.vt7qh.kd39s.hdqmd.vb91t 2020-11-05 20:56:52 -05:00
matildepark
8e178ac030
Merge pull request #3898 from urbit/lf/pull-hook-fix
pull-hook: rewatch missing subscriptions
2020-11-05 20:49:55 -05:00
Liam Fitzgerald
d902aa9629
pull-hook: rewatch missing subscriptions 2020-11-06 11:44:09 +10:00
matildepark
f949307e61
Merge pull request #3884 from urbit/ga/qa-fixes
Ga/qa fixes
2020-11-05 20:31:58 -05:00
matildepark
ed3c88f0dc
Merge pull request #3897 from tylershuster/chat-line-height
chat: unify line-height
2020-11-05 20:28:54 -05:00
Gavin Atkinson
c70b94a90b updates indigo-react to restore sigil in button 2020-11-05 17:23:36 -08:00
Tyler Brown Cifu Shuster
cfec6dcca4 chat: unify line-height
fixes https://github.com/urbit/landscape/issues/140
2020-11-05 17:14:47 -08:00
matildepark
e29e1bb1bb
Merge pull request #3871 from urbit/lf/graph-pull-cleanup
graph-pull-hook: only archive if we have graph
2020-11-05 20:04:07 -05:00
Matilde Park
adce7e05d0 glob: update to 0v4.qe6t9.dnecd.ajaa9.jftp5.vtk3s 2020-11-05 19:57:58 -05:00
matildepark
1ffea0be06
Merge pull request #3891 from urbit/lf/groupify-graph
landscape: restore groupify functionality
2020-11-05 19:50:39 -05:00
Liam Fitzgerald
181401c153
landscape: fix groupify redirect 2020-11-06 10:45:26 +10:00
matildepark
2e099f1b02
Merge pull request #3815 from tylershuster/moon-bg
clock: add background to moon
2020-11-05 19:19:43 -05:00
Matilde Park
f2d38ffb1a landscape: amend groupify copy 2020-11-05 19:09:26 -05:00
matildepark
13a1f055b0
Merge pull request #3870 from urbit/lf/fix-push-remove
lib-push-hook: fix behaviour of %remove
2020-11-05 18:47:24 -05:00
Liam Fitzgerald
13555c603c
push-hook: rekick watches that had been kicked on migrate 2020-11-06 09:18:17 +10:00
Liam Fitzgerald
03b797102c
ph: add lib-hooks test 2020-11-06 08:53:55 +10:00
Liam Fitzgerald
58e9024ab6
graph-pull-hook: fix scry helper 2020-11-06 08:53:36 +10:00
Liam Fitzgerald
521fa0ddbd
lib-hooks: give on all relevant paths 2020-11-06 08:52:47 +10:00
fang
7a40b1137e
herm: send prompt & cursor on-connect 2020-11-05 20:13:36 +01:00
fang
485a15c913
dill: add scry endpoints for current line & cursor
This will let connecting clients get the rendering-relevant parts of the
current state of the session on demand.
2020-11-05 20:13:03 +01:00
fang
185b553c99
herm: userspace dill proxy
Listens to the default dill session and passes its %blits on to
subscribers. Passes any %belt pokes it gets into dill.

Updates webdojo to make use of it, which is the primary motivation for
herm's existence.
2020-11-05 19:39:08 +01:00
Liam Fitzgerald
62409ca94d
glob: update to 0v6.9vk2h.hr87m.nn63p.8kmo5.k4ljt 2020-11-05 17:36:58 +10:00
Liam Fitzgerald
75f347aea5
interface: add missing lodash imports 2020-11-05 17:30:32 +10:00
Liam Fitzgerald
9d919407a0
glob: update glob to 0v4.0lvsj.gc55k.nsl3q.mf2h2.pv1bk 2020-11-05 16:48:40 +10:00
Liam Fitzgerald
403c2ba0a8
chat: teleport to message 2020-11-05 16:24:40 +10:00
Liam Fitzgerald
a0ea86098b
hark: display chat notifications 2020-11-05 15:34:48 +10:00
Liam Fitzgerald
e1b11d610d
hark-chat-hook: maintain FE state 2020-11-05 15:34:20 +10:00
Liam Fitzgerald
caa12c1e09
hark: fix JSON conversions 2020-11-05 15:33:52 +10:00
matildepark
628b031252
Merge pull request #3865 from urbit/lf/graph-author-delete
graph-push-hook: allow for node removal by author
2020-11-04 23:20:45 -05:00
Liam Fitzgerald
974a02e63a
hark-chat-hook: poke hark-store for watching channels 2020-11-05 12:51:46 +10:00
Liam Fitzgerald
cd11d994a4
hark-store: add %chat types 2020-11-05 12:50:56 +10:00
Liam Fitzgerald
a3a8f72672
hark-chat-hook: add marks 2020-11-05 12:28:04 +10:00
Liam Fitzgerald
b705b91577
hark-chat-hook: add first sketch 2020-11-05 12:27:45 +10:00
Liam Fitzgerald
fd149da592
ted/groupify: fix %remove-group poke 2020-11-05 12:02:59 +10:00
Liam Fitzgerald
9ab43333e2
landscape: support groupifying chats 2020-11-05 12:02:08 +10:00
Liam Fitzgerald
414567b843
landscape: add GroupifyForm 2020-11-05 11:54:07 +10:00
Liam Fitzgerald
118f153dc7
landscape: refactor dropdown searches 2020-11-05 11:53:36 +10:00
Logan Allen
63a0bb00c0 thread-watch-hook: edge cases tested and fixed 2020-11-04 18:42:52 -06:00
Matilde Park
d872050b4b statusbar: add notification count badge 2020-11-04 16:47:08 -05:00
Matilde Park
adb91f19b8 publish: restore nicknames in note interface 2020-11-04 16:30:48 -05:00
Logan Allen
ed81e2304d thread-watch-hook: compiles 2020-11-04 15:14:18 -06:00
Logan Allen
06062757db thread-watch-hook: add +on-init to watch graph invitatory, and remove ~& 2020-11-04 14:55:46 -06:00
fang
83d46dae88
dill: fall back to default session
This lets us support the "random userspace app sending dill belts".
Ultimately, we'll want to be able to specify a session identifier
alongside the belt, instead of strictly relying on the duct.
2020-11-04 20:12:01 +01:00
fang
eb824f1866
dill: allow watching output of arbitrary sessions
Adds a %view task, which opens a subscription on the output sent to the
specified session. %flee closes the same.
Whenever dill sends a blit to the session, any subscribers get the
output also.

The structures here will become more reasonable once we replace ducts
with proper dill session identifiers.
2020-11-04 20:11:42 +01:00
Logan Allen
65291863a0 thread-watch-hook: successfully sends facts to %invite-accepted-graph
thread
2020-11-04 12:12:24 -06:00
fang
11aaeaa289
Merge pull request #3882 from urbit/m/unren
ren: remove the last renderer files from /ren
2020-11-04 19:08:04 +01:00
fang
18494f8a9d
dill: if styled prompt has no style, emit as plain
People using older runtimes might not support the %klr blit. It's not
uncommon for prompts without style to get passed in as %pom though, so
here we catch that case and turn it into a %pro, which gets rendered as
a traditional %lin.
2020-11-04 17:28:05 +01:00
fang
b96e071eb2
Merge branch 'release/next-sys' into release/next-dill 2020-11-04 17:25:35 +01:00
Gavin Atkinson
d7b5bed21c Adjust leap mobile height 2020-11-03 17:23:47 -08:00
Gavin Atkinson
f6e0f5b7d0 More changes to alter Home to DMs + Drafts 2020-11-03 17:16:28 -08:00
Gavin Atkinson
c748106332 adds spinner to ReconnectButton, refactors 2020-11-03 16:41:50 -08:00
Gavin Atkinson
38c927a6f0 resolves padding inconsistency in header bar, renames home 2020-11-03 16:22:56 -08:00
fang
c992e4ce9d
eyre: forego <atom> in favor of (scow %aura atom)
Pretty-printing is expensive, yet we do it whenever we construct the cookie
string, at least once (but usually twice) per authenticated request.

Here we call out the the specific to-tape functions we need, instead of relying
on the pretty-printer for converting... tapes to tapes, among other things.  
The primary gains come from the cookie-related instances, we update the others
mostly for good style.

For the "receive request and immediately send response" case, that is processed
synchronously within eyre (ie, client sends channel ack), speeds thing up by
roughly 55%.
2020-11-04 01:02:11 +01:00
fang
3d610448af
ren: remove the last renderer files from /ren
No longer in use.
2020-11-03 23:11:18 +01:00
Matilde Park
d9d7edf720 landscape: migrate global components to indigo-react
Fixes urbit/landscape#50.
2020-11-03 16:48:44 -05:00
Liam Fitzgerald
38e403e0c3
landscape: show groupify form in channel settings 2020-11-04 07:14:08 +10:00
Matilde Park
f7d59985d2 glob: update to 0v4.cf9m1.t0ofg.dtig4.av3jh.2f2db 2020-11-03 16:04:41 -05:00
Liam Fitzgerald
c3f6daf918
interface: move GroupifyForm 2020-11-04 07:02:33 +10:00
Matilde Park
ed2f88b218 lib/sigil: prevent moon sigil shrink 2020-11-03 16:01:38 -05:00
Matilde Park
4fe417b3bf leap: provide inbox icon 2020-11-03 16:01:25 -05:00
fang
37c0383a79
Merge pull request #3864 from urbit/m/ream-to-zapcom
clay: replace ream with nouns and !, zapcom
2020-11-03 21:55:49 +01:00
Matilde Park
437757c584 leap: redirect to notifications correctly 2020-11-03 15:52:35 -05:00
Matilde Park
83bdc143f7 inbox: add missing lodash import 2020-11-03 15:52:21 -05:00
fang
a94c63d412
verb: improve code style in +print 2020-11-03 20:15:58 +01:00
Matilde Park
c84f8ebe3a Merge branch 'release/next-userspace' into mp/landscape/row-link 2020-11-03 14:12:34 -05:00
Tyler Brown Cifu Shuster
9aab895e97 publish: fix aggressive exit prevention
Let the people post in peace!
2020-11-03 10:43:16 -08:00
fang
0c10e237d3
verb: render printouts lazily
Instead of passing in a tape to print in case we need in, pass in a trap that
can be called to generate the tape on-demand.

Eagerly rendering printouts was costing us a lot of time when we didn't actually
need them, because the pretty-printer is slow.
2020-11-03 19:17:13 +01:00
Liam Fitzgerald
ebb15a4fc3 lib/graph: address L review 2020-11-04 04:10:57 +10:00
Liam Fitzgerald
8b7c543f29 links: allow author to delete posts 2020-11-04 04:08:53 +10:00
matildepark
31b7c61d9a
Merge pull request #3866 from tylershuster/sidebar-scrollbar
fixes https://github.com/urbit/landscape/issues/132
2020-11-03 13:04:32 -05:00
Matilde Park
b107bf16e9 glob: update to 0v2.76bkn.nvb2c.j2704.jqhct.la06e 2020-11-03 12:34:17 -05:00
Matilde Park
3a1c3117c0 Merge branch 'release/next-userspace' into lf/hark-redux 2020-11-03 12:31:10 -05:00
matildepark
7bb8d42ca8
Merge pull request #3860 from tylershuster/publish-spinner
publish: fixes #3859, fixes #3844
2020-11-03 12:17:39 -05:00
matildepark
bced8e804e
Merge pull request #3848 from urbit/mp/landscape/10-30-qa
landscape: 10/30 QA fixes from design feedback
2020-11-03 12:10:13 -05:00
fang
acf0f8d0e1
clay: %limb instead of %wing 2020-11-03 16:35:28 +01:00
Tyler Brown Cifu Shuster
c4cdf415c9 publish: return JS number revision
fixes #3859, fixes #3844
2020-11-03 06:49:27 -08:00
pkova
b114956870 zuse: improve url extension parsing
Previously extensions ending with numbers such as .woff2 were not recognized.
2020-11-03 15:54:10 +02:00
Liam Fitzgerald
e04d9f2dba graph-pull-hook: only archive graph if we already have it 2020-11-03 17:20:46 +10:00
Liam Fitzgerald
4213543e35 lib/graph: add +get-keys 2020-11-03 17:20:01 +10:00
Liam Fitzgerald
5f1f98f746 lib-push-hook: fix behaviour of %remove
%remove did not properly iterate over the paths and as such did not
return a complete list of paths to kick.

Fixes #3868
2020-11-03 16:32:53 +10:00
Liam Fitzgerald
c221b211cb publish: mentions support 2020-11-03 16:13:24 +10:00
Liam Fitzgerald
7dce8a6d6b links: mention support 2020-11-03 16:13:00 +10:00
Liam Fitzgerald
94f787d120 interface: build in mentions FE support 2020-11-03 16:12:34 +10:00
Liam Fitzgerald
26f2e9e951 graph-store: loosen link comment validation 2020-11-03 16:12:07 +10:00
Liam Fitzgerald
6c150279ac hark-graph-hook: use %mention type for +is-mention 2020-11-03 15:03:02 +10:00
Liam Fitzgerald
92fec34658 graph-store: add %mention type 2020-11-03 15:03:02 +10:00
Liam Fitzgerald
04c1ad6653 hark: add publish support 2020-11-03 14:55:32 +10:00
Liam Fitzgerald
13fe6c3ad1 hark: address L review 2020-11-03 14:55:01 +10:00
Tyler Brown Cifu Shuster
ebfb6826f2 fixes https://github.com/urbit/landscape/issues/132 2020-11-02 17:11:19 -08:00
Liam Fitzgerald
e9d9bb839f Merge branch 'release/next-userspace' into lf/hark-redux 2020-11-03 10:58:52 +10:00
Liam Fitzgerald
515a9a1f54 hark-store, hark-graph-hook: address L review comments 2020-11-03 10:36:00 +10:00
Liam Fitzgerald
9702c5a86c graph-push-hook: allow for node removal by post author 2020-11-03 10:22:12 +10:00
Liam Fitzgerald
5c0d175998 lib/graph: add +get-node 2020-11-03 10:19:58 +10:00
fang
e7afc51018
clay: replace ream with nouns and !, zapcom
Motivation for the change is performance improvements on the un-`^~`d uses of
ream. Parsing turns out to be slow, making ream slow in turn. So we construct
the hoon ast manually instead.

!, is arguably better style than ream, since it doesn't require a ^~ for static
input, and lets syntax highlighting function properly.

For the investigated case, in +get-cast's +grow flow, improves performance by
over 80%.
2020-11-03 00:27:10 +01:00
Matilde Park
b6286e1abd landscape: flex-shrink group title in dropdown
Instead of using a maxWidth in pixels, we flexbox to truncate the title.
2020-11-02 16:36:43 -05:00
Matilde Park
07b74af662 landscape/groupSwitcher: link to group with row
Previously, you had to click the text inside the recent groups menu.

This makes the entire row clickable.
2020-11-02 16:36:07 -05:00
Logan Allen
697d23f83a thread-watch-hook: made %invite-accepted-graph thread 2020-11-02 15:22:50 -06:00
Logan Allen
1b8af7d78c hood: start %thread-watch-hook 2020-11-02 15:22:50 -06:00
Logan Allen
353d328340 thread-watch-hook: moved to marks and slopped vases 2020-11-02 15:22:50 -06:00
Logan Allen
ce43ea0765 thread-watch-hook: compiles properly 2020-11-02 15:22:50 -06:00
Logan Allen
1c0777e0a7 thread-watcher: first sketch 2020-11-02 15:22:50 -06:00
Matilde Park
e245a92d5e chat: remove daybreak from unread marker 2020-11-02 16:03:44 -05:00
Matilde Park
3902996798 landscape/sidebar: hide new channel container
The previous write left some padding, preventing users from clicking the
bottom channel in a long sidebar for no reason.
2020-11-02 15:40:40 -05:00
matildepark
e78767f6ab
Merge pull request #3856 from tylershuster/revision-plurality
publish: fixes single revision plurality
2020-11-02 15:21:17 -05:00
matildepark
be25af04dc
Merge pull request #3855 from tylershuster/transparent-scrollbar
landscape: fixes white background on scrollbars
2020-11-02 15:13:46 -05:00
matildepark
9411133bfe
Merge pull request #3854 from tylershuster/tile-padding
launch: fixes tile padding
2020-11-02 15:13:06 -05:00
matildepark
d33ed266a9
Merge pull request #3858 from tylershuster/chrome-scroll
chat: fixes #3853
2020-11-02 15:05:30 -05:00
Tyler Brown Cifu Shuster
1c74881890 remove scrollbars from launch 2020-11-02 11:56:32 -08:00
Tyler Brown Cifu Shuster
2bbc17cfa4 chat: fixes #3853 2020-11-02 11:34:04 -08:00
Tyler Brown Cifu Shuster
7017b3d9cb groups: prevent accidental group deletion
Fixes https://github.com/urbit/landscape/issues/68
2020-11-02 10:32:37 -08:00
Tyler Brown Cifu Shuster
6f6c129d45 publish: fixes single revision plurality
fixes https://github.com/urbit/urbit/issues/3841
2020-11-02 08:52:33 -08:00
Tyler Brown Cifu Shuster
67ab5cf312 landscape: fixes white background on scrollbars 2020-11-02 08:49:34 -08:00
Tyler Brown Cifu Shuster
edc6896c40 launch: fixes tile padding
fixes https://github.com/urbit/landscape/issues/129
2020-11-02 08:47:55 -08:00
Tyler Brown Cifu Shuster
61442c4c2e publish: prevent leaving note with unsaved changes
Fixes #3838
2020-11-02 08:41:52 -08:00
fang
a35cad457a
Merge pull request #3830 from urbit/m/respect-forwarded-more
eyre: respect protocol from Forwarded header
2020-10-31 00:38:41 +01:00
Matilde Park
5c84ba514f groups: only surface invite if admin
Fixes #3803.
2020-10-30 16:28:47 -04:00
Matilde Park
bef97699e2 landscape: new channel surfaces 'back' button on mobile 2020-10-30 16:20:41 -04:00
Matilde Park
8a09a216c3 landscape: invite uses 'Users' icon 2020-10-30 16:16:28 -04:00
Matilde Park
d2c8939fb0 landscape: default to 'last updated' sort 2020-10-30 16:14:19 -04:00
Matilde Park
dcc8ea666d landscape: remove reverse alphabetical sort 2020-10-30 16:13:17 -04:00
Matilde Park
caffdcbc68 launch: tile borders use scales.black20 2020-10-30 16:09:25 -04:00
Matilde Park
8458b40e34 chat: code blocks are rounded, levelled padding 2020-10-30 16:04:45 -04:00
Matilde Park
2688497c4a chat: message containers use pt3 to stay level 2020-10-30 16:02:24 -04:00
Matilde Park
00dee222eb chat: nicknames use inter medium 2020-10-30 15:56:53 -04:00
Matilde Park
c5c264c09d chat: messages lined up with input 2020-10-30 15:55:25 -04:00
Matilde Park
47dc4cd889 launch: remove sigil tile 2020-10-30 15:50:30 -04:00
Liam Fitzgerald
625dda87fc glob: update to 0vptpd9.7fcod.53cag.tfca7.grfkf 2020-10-30 13:13:47 +10:00
Liam Fitzgerald
b5a9ea15d7 NewPost: fix bignum handling 2020-10-30 13:01:19 +10:00
Matilde Park
cc7c96461f glob: update to 0v6.e9uhe.am6af.kd2sf.7qvdc.cilkh 2020-10-29 21:29:47 -04:00
Matilde Park
36a27ebe70 Merge branch 'lf/fix-last-updated' (#3840)
* origin/lf/fix-last-updated:
  CommentItem: pass date correctly
  groups: filter contacts invites from sidebar
  Sidebar: do not crash on lastUpdated sorting

Signed-off-by: Matilde Park <matilde.park@gmail.com>
2020-10-29 21:24:00 -04:00
Liam Fitzgerald
b31bda74c2 CommentItem: pass date correctly 2020-10-30 11:23:00 +10:00
Matilde Park
31bc17005c groups: filter contacts invites from sidebar 2020-10-29 21:21:58 -04:00
Liam Fitzgerald
20799fd8f2 Sidebar: do not crash on lastUpdated sorting 2020-10-30 11:16:57 +10:00
Matilde Park
60fc870ec0 glob: update to 0v5.97qv3.kke6t.jn8tc.oe2fe.78c8n 2020-10-29 20:47:35 -04:00
Liam Fitzgerald
34771ba30f publish: clarify stack trace in +on-agent 2020-10-30 10:41:06 +10:00
L
b63760aa14
Merge pull request #3818 from urbit/mp/landscape/home-in-switcher
landscape: 'home' workspace in switcher
2020-10-29 19:26:44 -05:00
matildepark
3bd4ac2484
Merge pull request #3473 from urbit/lf/graph-publish-fe
publish: graph-store rewrite
2020-10-29 20:25:30 -04:00
matildepark
82ad2a6a82
Merge pull request #3802 from tylershuster/hoon-scroll
chat: fixed embedded scroll item disability
2020-10-29 20:25:11 -04:00
matildepark
44ebeb35b4
Merge pull request #3836 from ryjm/release/next-userspace
landscape: give private groups kicking ability
2020-10-29 20:24:37 -04:00
matildepark
2005d9d93a
Merge pull request #3837 from urbit/ga/qa
UI tweaks + QA Fixes
2020-10-29 20:24:20 -04:00
Liam Fitzgerald
f4483fdecb graph-store: update indices of leaf posts 2020-10-30 10:23:08 +10:00
Liam Fitzgerald
5f0855d278 graph-store: update indices in post on migrate 2020-10-30 10:20:35 +10:00
Logan Allen
c0bb44175d Merge branch 'lf/graph-publish-fe' of github.com:urbit/urbit into lf/graph-publish-fe 2020-10-30 00:09:10 +00:00
Logan Allen
27cc2c435d graph-store: indentation fix 2020-10-30 00:09:00 +00:00
Liam Fitzgerald
9c8e1bab2d graph-store: prevent infinite loop 2020-10-30 10:05:59 +10:00
matildepark
3049c8ee0b
Merge pull request #3828 from urbit/lf/new-channel-admin
groups-js: add ourselves to admin in group-update reducer
2020-10-29 19:38:40 -04:00
Gavin Atkinson
76a5f436c2 indigo-react 1.2.12, home tile color, header buttons are now square, fix
header bar margin
2020-10-29 16:20:48 -07:00
Matilde Park
bdaa56d681 glob: update to 0v1.el225.9dbhq.381at.4pfta.bl8da 2020-10-29 19:13:42 -04:00
fang
f8a2235d6e
Merge pull request #3835 from urbit/m/silent-subs
eyre: ignore facts directly after clog
2020-10-29 22:13:04 +01:00
ryjm
8a27280576 landscape: give private groups kicking ability
the ronaldo commit
2020-10-29 17:11:17 -04:00
matildepark
3d1942e8df
Merge pull request #3819 from urbit/mp/links/delete
links: add link deletion
2020-10-29 12:58:30 -04:00
fang
42229657ca
eyre: respect protocol from Forwarded header
If the Forwarded header specifies the original connection is secure,
update the flag to reflect that, regardless of whether the connection
directly to the urbit was made securely.
2020-10-29 14:24:24 +01:00
fang
82dcad4c59
zuse: if empty, unpack header into empty list
Previously, would give a ~[{}] for the '' header. This makes it parse
that as "no entries" rather than "one entry without data".
2020-10-29 14:19:57 +01:00
Liam Fitzgerald
66ad349c5c Profile: use ColorInput for background
Fixes #3384
2020-10-29 15:35:16 +10:00
Liam Fitzgerald
5ebbb26f41 groups-js: add ourselves to admin in group-update reducer
Fixes #3825
2020-10-29 15:18:59 +10:00
Liam Fitzgerald
b768cd3dd0 graph-store: normalize @da in indices
As links is the only application currently using graph-store, we migrate
all indices to @da instead of a @da or a unix timestamp. Rolls over
current graphs and update log to rectify this. Additionally, applies the
link validator mark to graphs, as this was missing. Fixes a latent bug
in graph-store where the removal of a graph that triggered a mark build
would prevent the mark from being rebuilt. Fixes mark input and index
formatting from the frontend as well.
2020-10-29 14:11:55 +10:00
Liam Fitzgerald
fbf505c0d9 graph-store: mark unmarked graphs 2020-10-29 13:11:18 +10:00
Liam Fitzgerald
829cd509b4 publish: migrate note body correctly 2020-10-29 12:56:41 +10:00
Liam Fitzgerald
c6dc485d24 graph-js: useBigIntOrderedMap 2020-10-29 12:52:13 +10:00
Liam Fitzgerald
225718b8cf metadata-store: fix path handling in migration 2020-10-29 10:25:16 +10:00
Liam Fitzgerald
d5683fb631 publish: fix time handling in publish 2020-10-29 09:49:05 +10:00
Liam Fitzgerald
410d193f5a publish: loosen comment validation 2020-10-29 09:37:47 +10:00
Liam Fitzgerald
ec1c4339c5 publish: loosen validator 2020-10-29 09:35:43 +10:00
Liam Fitzgerald
aabd890b6d publish: fix backoff 2020-10-29 09:34:15 +10:00
Liam Fitzgerald
4079de05f6 publish: fix graph-validator mark 2020-10-29 09:32:15 +10:00
Matilde Park
7e61bb9a6d glob: update to 0v5.d2ut4.t1kqo.2mdr9.mnc4i.vgb53 2020-10-28 19:25:57 -04:00
Liam Fitzgerald
e86a870868 lib/util: remove _.chain 2020-10-29 09:21:54 +10:00
Logan Allen
358af000ec invite-store: fix %graph %create 2020-10-28 21:54:02 +00:00
Tyler Brown Cifu Shuster
db457b504a launch: fluid layout
fixes https://github.com/urbit/landscape/issues/107
2020-10-28 14:18:18 -07:00
Logan Allen
0eb0ef9479 graph-store: if null timestamp, replace with now 2020-10-28 14:37:26 -05:00
Logan Allen
e357a36577 graph-create: fix creation in edge cases 2020-10-28 14:06:34 -05:00
Tyler Brown Cifu Shuster
3b5d3c6ff6 chat: fixed embedded scroll item disability
Fixes #3801
2020-10-28 08:13:50 -07:00
Liam Fitzgerald
39d538f9bc Merge branch 'release/next-userspace' into lf/graph-publish-fe 2020-10-28 16:40:02 +10:00
Liam Fitzgerald
2de45c53ef Merge branch 'release/next-userspace' into lf/hark-redux 2020-10-28 16:34:55 +10:00
Liam Fitzgerald
12e16e00ba hark-fe: filter on groups 2020-10-28 16:28:44 +10:00
Liam Fitzgerald
ab781cfbc3 hark-fe: toggle mute in group settings 2020-10-28 16:00:14 +10:00
Liam Fitzgerald
0510b723d7 hark-fe: add (un)mute buttons in ChannelMenu 2020-10-28 15:59:33 +10:00
Liam Fitzgerald
d09d42b269 hark-fe: enable omnibox support 2020-10-28 15:58:59 +10:00
Liam Fitzgerald
0a69c6fd5b hark-fe: add inbox view 2020-10-28 15:58:29 +10:00
Liam Fitzgerald
ec5804bb3c hark-fe: integrate hooks into state 2020-10-28 15:56:03 +10:00
Liam Fitzgerald
cf4f0f302e hark: final pass for bugs 2020-10-28 15:52:59 +10:00
Matilde Park
e1bbb25c6c links: use admin role for deletion check 2020-10-27 21:56:51 -04:00
Matilde Park
380b7a2c92 links: add link deletion
Fixes #3045.
2020-10-27 21:43:58 -04:00
Matilde Park
047b11a445 landscape: 'home' workspace in switcher
Fixes #3805.
2020-10-27 21:24:25 -04:00
matildepark
6e71811053
Merge pull request #3810 from urbit/mp/launch/filter-deleted-groups
launch: filter out metadata for deleted groups
2020-10-27 21:00:00 -04:00
matildepark
da629def1e
Merge pull request #3816 from tylershuster/chat-dates
chat: fixes relative datestamps
2020-10-27 20:52:53 -04:00
L
210a9f968c
Merge pull request #3721 from urbit/la/modernize-invites
invite-store/hook: modernize the code style to match other new apps
2020-10-27 19:37:44 -05:00
Logan Allen
ef67bdea8b invite-store: move to de-path-soft 2020-10-27 19:18:56 -05:00
Tyler Brown Cifu Shuster
14ec271ecf chat: fixes relative datestamps
fixes https://github.com/urbit/landscape/issues/125
2020-10-27 17:16:01 -07:00
Tyler Brown Cifu Shuster
a823913b8c clock: add background to moon 2020-10-27 17:02:22 -07:00
Ted Blackman
56db7cdcda ames/zuse: require >64-bit comet addresses 2020-10-27 17:28:07 -04:00
Ted Blackman
fcf9cfbcdb ames/zuse: require >64-bit comet addresses 2020-10-27 17:20:25 -04:00
Logan Allen
870a6f635f invites: indentation fixes 2020-10-27 15:45:26 -05:00
Matilde Park
2a23d7a1e7 launch: filter out metadata for deleted groups
Addresses #3800 through front-end.
2020-10-27 14:15:27 -04:00
Logan Allen
7083979628 invite: initialize state for %graph invites and fix mark 2020-10-27 12:48:50 -05:00
matildepark
0920b83f2d
Merge pull request #3788 from tylershuster/clock-mask-always
clock: always draw large arc
2020-10-27 13:44:08 -04:00
Logan Allen
795e4a4509 invite-store: updated comments 2020-10-27 12:33:28 -05:00
matildepark
880af1e7a5
Merge pull request #3789 from tylershuster/publish-newline
publish: don't insert newline
2020-10-27 13:26:47 -04:00
matildepark
63615dd64d
Merge pull request #3797 from urbit/mp/chat/indigo-inline-code
chat: indigo-react inline code
2020-10-27 13:26:19 -04:00
matildepark
7e37cc6348
Merge pull request #3807 from tylershuster/invite-dim
landscape: allow autofocusing ship select
2020-10-27 13:25:51 -04:00
matildepark
dd6c26e0e3
Merge pull request #3795 from urbit/mp/leap/reorg
leap: return 'other' first, lowercase groups
2020-10-27 12:33:47 -04:00
Tyler Brown Cifu Shuster
d1aa23d22e landscape: allow autofocusing ship select
Fixes #3804
2020-10-27 07:52:29 -07:00
Liam Fitzgerald
d89ccffb62 interface: convert lib/util to TS 2020-10-27 15:32:56 +10:00
Liam Fitzgerald
1d65e52351 hark-fe: add store, api logic 2020-10-27 15:32:26 +10:00
Liam Fitzgerald
8b090400f1 hark-store: add subscriptions, cache unread count 2020-10-27 15:07:13 +10:00
Liam Fitzgerald
136faf581f hark-group-hook: add subscriptions 2020-10-27 15:06:32 +10:00
Liam Fitzgerald
df2755b485 hark-graph-hook: add subscriptions, preferences 2020-10-27 15:05:00 +10:00
Liam Fitzgerald
9b19e30d23 hark-hooks: add JSON conversion, marks 2020-10-27 15:04:39 +10:00
Liam Fitzgerald
a16a1cafcc graph-store: expose post:enjs 2020-10-27 15:01:24 +10:00
Philip Monk
f548deaff6
Merge pull request #3787 from urbit/philip/symbols
hoon: update glyph names
2020-10-26 18:06:53 -07:00
Joe Bryan
aa200cf25a
Merge pull request #3786 from urbit/jb/ames-peek-forward-lane
ames: updates forward-lane scry-handling to prevent routing loops
2020-10-26 11:56:23 -07:00
fang
93475aa756
eyre: remove fact-without-subscription printf 2020-10-26 15:52:39 +01:00
fang
26049a3da0
eyre: ignore facts directly after clog
When an application would send multiple facts during a single event, it
was possible for the first fact to trigger a clog, removing the
subscription and sending a quit, but then the second fact still getting
sent out at normal.

Here, we drop any facts for subscriptions we don't have registered in
state, which should only happen in the described case.
2020-10-24 11:45:21 +02:00
fang
b92cfdb242
eyre: produce moves in correct order
Because storing in reverse order means producing in reverse reverse
order.

The tests didn't catch this because they, too, were infected with the
"reverse moves" meme.
2020-10-24 01:48:51 +02:00
Matilde Park
3fa759c484 chat: indigo-react inline code
Fixes urbit/landscape#124.
2020-10-23 17:58:16 -04:00
Tyler Brown Cifu Shuster
c07681fafc publish: don't insert newline
Fixes #3596
2020-10-23 14:27:50 -07:00
Matilde Park
83bfc22450 leap: return 'other' first, lowercase groups 2020-10-23 17:16:16 -04:00
Matilde Park
278f5b4369 profile: remove 'drag and drop' tile settings
Fixes #3791.
2020-10-23 16:36:05 -04:00
matildepark
ae5561ee61
Merge pull request #3790 from ryjm/ryjm/fix-weather-api
weather: fix api call
2020-10-23 14:20:49 -04:00
ryjm
27a5dc1e6d weather: fix api call 2020-10-23 14:13:47 -04:00
Tyler Brown Cifu Shuster
92d4973eb0 clock: always draw large arc 2020-10-23 08:24:06 -07:00
Philip Monk
fc15f0d735
Merge branch 'pr' into HEAD 2020-10-22 20:47:53 -07:00
Matilde Park
6a97ebb54f Merge branch 'release/next-userspace' 2020-10-22 22:21:18 -04:00
Matilde Park
1930a75d73 glob: update to 0v2.1vtfh.0l23v.30s7f.n57l9.dpjvi 2020-10-22 22:19:58 -04:00
matildepark
d8c83f886f
Merge pull request #3773 from urbit/mp/landscape/dm-restoration
chat: create dm route, restore participants option
2020-10-22 22:12:17 -04:00
Liam Fitzgerald
4f3b17412c landscape: make link relative for DM 2020-10-23 12:09:47 +10:00
Liam Fitzgerald
c96cf96c86 landscape: use invite popover for DM 2020-10-23 12:05:00 +10:00
Liam Fitzgerald
bfc412042e landscape: add DM dropdown 2020-10-23 11:48:31 +10:00
matildepark
85ea3a88d3
Merge pull request #3776 from urbit/mp/publish/groupify
landscape: add 'admin only' check to groupify form
2020-10-22 21:27:39 -04:00