Commit Graph

27183 Commits

Author SHA1 Message Date
Liam Fitzgerald
0777fd0bac
NotificationPref: fix optimism 2021-07-19 14:52:33 +10:00
Liam Fitzgerald
ee046f2eac
DmSettings: optimistic updating 2021-07-19 14:50:31 +10:00
Liam Fitzgerald
0e1f365bf5
ColorInput: fix textual input
Fixes urbit/landscape#1060
2021-07-19 14:49:31 +10:00
Liam Fitzgerald
ea9cef905a
ImageInput: do not form error on upload error 2021-07-19 14:46:58 +10:00
Liam Fitzgerald
092d2f30cf
Merge pull request #5030 from urbit/la/graph-scry
graph-store: rework scry format to be more succinct and consistent
2021-07-19 10:18:33 +10:00
Hunter Miller
35e01deed4 StatusBar: converting more things to links
Fixes urbit/landscape#509 and also adds same functionality to the rest of the StatusBar items
2021-07-16 15:49:04 -05:00
Hunter Miller
286c6c28e5 embeds: converted to links for better usability 2021-07-16 10:55:41 -05:00
matildepark
2f94466419
Merge pull request #5091 from urbit/lf/md-edit
metadata-store: refactor, add %edit
2021-07-15 16:08:16 -04:00
matildepark
22d0d9557f
Merge pull request #5109 from urbit/hm/feed-ref-rendering
PostContent: height detect and fade for truncation
2021-07-15 14:56:33 -04:00
Joe Bryan
042b115b76 Merge remote-tracking branch 'upstream/m/multipass' into jb/rc
* upstream/m/multipass: (652 commits)
  kh: don't error during key validation
  kh: improve naming and code style
  king: add crud event to jael
  king: fix noun derivation
  tests, aqua: update  for recent changes
  glob: update to 0v2.3qak4.al612.8m1ig.kg03r.mfide
  notifications: fix description
  OmniboxResult: update props
  leap: display chording options
  interface: added isAdmin to props as well
  interface: make isAdmin an optional prop
  dm-hook: fix on-init, rerun in on-load
  dawn: better multikey format
  interface: fix prop drilling of isAdmin
  graph-push-hook: speed up by getting rid of nest checks, using %cf, and storing gates instead of tubes
  btc: update styles for bridge invoice page too
  btc: fix order of fee options
  btc: invoice page style fixes and fee display
  graph-store + validators: stop using +grab:noun and switch to using a static conversion to %graph-indexed-post
  graph-push-hook/thread: shave off 20ms from nest checks by getting rid of tmi problem with types
  ...
2021-07-15 13:36:25 -04:00
Joe Bryan
07e2a6ba0d Merge remote-tracking branch 'locpyl-tidnyd/mingw-port' into jb/rc
* locpyl-tidnyd/mingw-port: (136 commits)
  compat: minor refactoring
  compat: add m1brew
  compat: mingw: fix dependency patch path
  compat: mingw: put downloaded dependencies under $NIX_STORE (default to pkg/build so that git ignores them)
  compat: mingw: add seh_handler_decorator comments, move SEH handler to compat/mingw/seh_handler.c
  vere: update argon2u dependency to urbit/argon2@a4c1e3f7
  compat: fix missing newlines at end of file
  vere: ignore more intermediate build files
  vere: mingw: fix seh_handler_decorator.mk
  vere: mingw: get rid of libsigsegv
  vere: mingw: bump curl version and get rid of CURLOPT_SSL_CTX_FUNCTION typecheck warning
  vere: get rid of curl typecheck warnings for CURLOPT_WRITEFUNCTION
  mingw: add rsignal_raise to rsignal.h; raise on same thread
  u3: Makefile: include compat/*/*.mk
  mingw: rerun build action
  graph-validators: hotfix broken vale:dais caused by removal of +bunt from clay
  kiln: don't crash on fuse
  clay: formatting
  pill: update
  zuse: added +ram method to ordered map and made comments on methods accurate
  ...
2021-07-15 13:34:13 -04:00
Liam Fitzgerald
9db2b5a464
Merge pull request #5108 from urbit/hm/fix-slash-prevention
ChatEditor: removing unused code preventing slashes
2021-07-15 08:59:23 +10:00
Liam Fitzgerald
4028fe2d09
Merge pull request #5105 from urbit/hm/editing-pending-comment-754
CommentItem: prevent actions until confirmed
2021-07-15 08:57:51 +10:00
Liam Fitzgerald
1aeeb27717
Merge pull request #5110 from urbit/hm/mark-read-only-focused
ChatWindow: only dismiss if tab has focus
2021-07-15 08:56:23 +10:00
finned-palmer
4f847580a2 Fix copy from non-secure context issue 2021-07-14 15:15:57 -05:00
finned-palmer
860e6f121e Use deSig for isPatp 2021-07-14 14:53:46 -05:00
Hunter Miller
ce3f437832 ChatWindow: only dismiss if tab has focus 2021-07-14 14:25:24 -05:00
Hunter Miller
c88e673ef2 PostContent: height detect and fade for truncation 2021-07-14 14:15:34 -05:00
finned-palmer
7885fc1a04 Use deSig rather than concat 2021-07-14 13:18:44 -05:00
Hunter Miller
af896989f0 ChatEditor: removing unused code preventing slashes 2021-07-14 11:16:46 -05:00
Jōshin
6fe8165f1d
Merge pull request #5107 from urbit/jo/chdir/next-vere
vere: have king chdir to pier directory on boot
2021-07-14 08:41:26 -07:00
Jōshin
0f7c821844
Merge pull request #5106 from urbit/jo/chdir/revert-sys
Revert "Merge pull request #5086 from urbit/jo/chdir"
2021-07-14 08:41:08 -07:00
Jōshin
afebff748b
vere: have king chdir to pier directory on boot
The original impetus for this was creating the %khan socket: Unix domain
socket paths are limited to 108 characters since they have to fit into a
struct sockaddr; we want the %khan socket to be relative to the pier;
hence it's most expedient if the socket is itself a relative path of
known length, and is created with cwd located at the pier directory.

There has also been talk about having the binary chroot itself to the
pier directory for ~security reasons. The code to do so existed, but was
ifdef'd out (and would require further work, e.g. patching in
/dev/urandom.)

This patch merely calls chdir in main and sets u3_Host.dir_c to ".". It
seems to work; however, u3_Host.dir_c (and u3_Local) is now largely
redundant, and is used in a lot of places to construct paths that look
like "./foo". Hence, references to it should be cleaned up in a future
change.
2021-07-14 14:03:43 +00:00
Jōshin
0e8ef17352
Revert "Merge pull request #5086 from urbit/jo/chdir"
This reverts commit efd123bfc7, reversing
changes made to f0e11a8456.

This reverts #5086, which should have been applied to release/next-vere,
not release/next-sys.
2021-07-14 13:58:21 +00:00
L
26ff3e279d
Merge pull request #5096 from finned-palmer/show-dollar-sign-instead-of-USD 2021-07-13 23:20:41 -05:00
Hunter Miller
f326555b67 CommentItem: prevent actions until confirmed 2021-07-13 15:11:40 -05:00
janeway-bot
e51095265e
Merge 92b89017f1 into release/next-userspace 2021-07-13 23:01:49 +04:00
janeway
92b89017f1 glob: update to 0vrbiqe.v6al2.0b4jc.u9vp7.k1e0i 2021-07-13 14:58:47 -04:00
matildepark
8706f8707f
Merge pull request #5104 from urbit/hm/fixing-chat-editing-1052
Fixing chat editing
2021-07-13 13:44:58 -04:00
Hunter Miller
91435ff92d chat-editor: actually use controlled component 2021-07-13 12:17:05 -05:00
matildepark
42b992edbd
Merge pull request #5102 from urbit/lf/int-fixes
interface: assorted fixes
2021-07-13 10:12:04 -04:00
Liam Fitzgerald
aecde2332f
ChatEditor: fix mobile input reset 2021-07-13 16:22:34 +10:00
Liam Fitzgerald
622e78a659
Merge remote-tracking branch 'origin/release/next-userspace' into lf/int-fixes 2021-07-13 16:17:45 +10:00
janeway-bot
8a5f112c6a
Merge ae6597a455 into release/next-userspace 2021-07-13 05:14:01 +04:00
janeway
ae6597a455
glob: update to 0v7.v4dng.o33qi.kc497.5jc02.ke5es 2021-07-13 11:10:15 +10:00
matildepark
7dfa8d32a1
Merge pull request #5070 from urbit/lf/fix-hiddens
metadata-store: do not hide groups on creation, unhide all current groups
2021-07-12 20:49:30 -04:00
Liam Fitzgerald
a0ff5a5d28
-group-create: do not hide groups by default
Fixes urbit/landscape#1017
2021-07-13 10:11:58 +10:00
matildepark
7fcfe28920
Merge pull request #5069 from urbit/hm/1002-reply-only-once
interface: fixing chat reply only firing once
2021-07-12 19:50:24 -04:00
ixv
b6e1fc2767
Merge pull request #5095 from urbit/ixv/gall-no-huck
gall: no-op instead of sending %huck in +mo-clear-queue
2021-07-12 12:23:05 -07:00
finned-palmer
cad211c7ce Just show total main/change addresses scanned 2021-07-12 06:32:04 -05:00
Liam Fitzgerald
9eff10ad5d
interface: use buttons on banners
Fixes urbit/landscape#705
2021-07-12 14:47:43 +10:00
Liam Fitzgerald
d9c73fa457
links, publish: do not visualize deleted nodes
Fixes urbit/landscape#979
2021-07-12 14:40:33 +10:00
Liam Fitzgerald
1704fe5039
interface: fix deleting DM messages
Fixes urbit/landscape#1050
2021-07-12 13:13:32 +10:00
Liam Fitzgerald
5602a19cbd
group-view: add +join
Fixes urbit/landscape#287
2021-07-12 12:34:40 +10:00
Liam Fitzgerald
fbc9a63eca
NoteForm: do not validate on blur
Fixes urbit/landscape#90
2021-07-12 12:18:04 +10:00
Liam Fitzgerald
44621ceedc
interface: skip deleted posts in NoteNavigation
Fixes urbit/landscape#857
2021-07-12 12:14:58 +10:00
Liam Fitzgerald
6256f7d92b
@urbit/http-api: add tests, fix uncovered bugs 2021-07-12 12:07:56 +10:00
Liam Fitzgerald
352d816cf7
@urbit/http-api: setup testing 2021-07-12 12:07:19 +10:00
finned-palmer
764438b248 Show wallet scan progress 2021-07-10 14:17:52 -05:00
finned-palmer
e35eb52033 Add sig to valid patp in send component 2021-07-10 09:44:18 -05:00