Commit Graph

28053 Commits

Author SHA1 Message Date
Ted Blackman
7bc19d04a4 hood: fix migration from master 2021-08-24 18:56:01 +03:00
Liam Fitzgerald
041cd8e95d interface: reduce %initial-group correctly 2021-08-24 16:57:28 +10:00
Liam Fitzgerald
e3aa00cabc metadata-store: remove dangling entries upon %initial-group 2021-08-24 16:42:30 +10:00
Liam Fitzgerald
7e70d529f1
Merge pull request #5180 from litmus-ritten/master
landscape: altered RemoteContent regexes for images, video, and audio to include period literal.
2021-08-24 15:46:34 +10:00
litmus-ritten
b7909cdf6c landscape: altered RemoteContent regexes for images, video, and audio to
include period literal.

This prevents URLs ending in 'mov', 'ogg', etc. from rendering as empty
video/audio, allowing people to learn about Isaac Asimov and William
Rees-Mogg.
2021-08-24 15:43:16 +10:00
Liam Fitzgerald
f85500b39d kiln: add lag scry 2021-08-24 14:09:12 +10:00
Liam Fitzgerald
17293ba758 treaty: fix updates after initial 2021-08-24 13:53:01 +10:00
Liam Fitzgerald
c6ee0944db dojo: improve autocomplete between desks 2021-08-24 13:23:44 +10:00
Hunter Miller
e2de66c37c
Merge pull request #5173 from urbit/hm/grid-help-and-support
grid: Help and Support section
2021-08-23 15:10:30 -05:00
Hunter Miller
7f6313d7f8 help: removing tlon support copy for now 2021-08-23 15:08:23 -05:00
Hunter Miller
1c421963d1 dialogs: updates to design and mobile tweaks 2021-08-23 14:18:07 -05:00
Liam Fitzgerald
952d5c0c38 grid: update entrypoints for new api 2021-08-23 14:58:29 +10:00
Liam Fitzgerald
220e6fca10 nav: update leap to match api 2021-08-23 14:56:02 +10:00
Liam Fitzgerald
8786ca8c00 grid: update common components for new datastructures 2021-08-23 14:53:38 +10:00
Liam Fitzgerald
e737060a7c grid: refactor state handling to match api 2021-08-23 14:51:58 +10:00
Liam Fitzgerald
bd903153bd @urbit/api: update docket, hood bindings 2021-08-23 14:37:36 +10:00
Liam Fitzgerald
c4bf395f5f docket: fix dockets not updating 2021-08-23 14:10:22 +10:00
Liam Fitzgerald
6567ec5e64 docket/treaty: cleanup marks, generators 2021-08-23 14:09:03 +10:00
Liam Fitzgerald
845abffcc1 pill: update solid 2021-08-23 13:36:17 +10:00
Liam Fitzgerald
52fb35227d docket: react to suspension & revival 2021-08-23 13:32:22 +10:00
Liam Fitzgerald
39f6eca798 kiln: add revive+suspend marks 2021-08-23 13:31:51 +10:00
Liam Fitzgerald
f8455ad5b5 pill: update solid 2021-08-23 12:08:41 +10:00
Liam Fitzgerald
2d43877b15 Merge remote-tracking branch 'origin/ted/dist' into lf/kiln-json 2021-08-23 11:56:51 +10:00
Liam Fitzgerald
86dc350cda grid: rename backend to garden 2021-08-23 11:51:50 +10:00
Liam Fitzgerald
4956d1159a treaty: add agent for docket discovery 2021-08-23 11:48:38 +10:00
Liam Fitzgerald
13d171ab55 docket: remove discovery & advertisement 2021-08-23 11:47:08 +10:00
Liam Fitzgerald
91276dd1c1 docket: revise $docket datastructures 2021-08-23 11:45:32 +10:00
Liam Fitzgerald
6a6897e009 kiln: update marks 2021-08-23 11:44:24 +10:00
Liam Fitzgerald
bd4c4317f5 @urbit/api: add docket bindings 2021-08-23 08:04:06 +10:00
Liam Fitzgerald
da4ee2189e @urbit/api: add kiln bindings 2021-08-23 08:04:06 +10:00
Liam Fitzgerald
2d0d09d891
Merge pull request #5162 from urbit/hm/landscape-grid
grid: initial UI
2021-08-23 08:02:58 +10:00
Hunter Miller
016a2cc354 system-prefs: implementing preferences menu 2021-08-20 17:44:20 -05:00
Joe Bryan
4320e5e8ee Merge branch 'jb/urcrypt' into jb/next-gen-term
* jb/urcrypt: (187 commits)
  test: removes obsolete scrypt test comment
  u3: renames secp init/stop functions, fixes comment
  u3: fixes sample deconstruction error handling in scrypt jets
  u3: fixes u3kc_bex() refcount, updates style
  build: adds urcrypt to top-level shell.nix
  urcrypt: restores pkg-config api versioning scheme
  build: restore division between pkg-config and regular deps
  mingw: sets libh2o install dir (for accurate pkg-config info)
  pmnsh: adds support for pkg-config
  build: update mingw CI to use "ares" cachix cache
  build: fixes urbit+urcrypt mingw build
  build: remove obsolete (urcrypt-vendored) dependencies
  build: normalize our use of pkg-config, rename urcrypt config
  build: implements static builds in urbit ./configure, prunes deps
  build: hack urbit configure for static linking
  build: force static urcrypt on darwin
  urcrypt: updates libaes_siv link test, supplying -lcrypto
  urcrypt: updates shared-library build test, accounts for mangling
  build: gitignore urcrypt build results
  build: gitignore library binaries
  ...
2021-08-20 16:59:33 -04:00
Joe Bryan
bdb5e29ff1 u3: refactors address layout macros, combines darwin/aarch64 2021-08-20 14:48:52 -04:00
Ted Blackman
d02652d799 kiln: update %base in +bump 2021-08-20 12:45:33 +03:00
Ted Blackman
f9e1812a14 sys,gen/kiln: kelvin checking seems to work 2021-08-20 10:41:16 +03:00
Joe Bryan
c28c3e040b test: removes obsolete scrypt test comment 2021-08-19 22:15:20 -04:00
Joe Bryan
5b7af05bb4 u3: renames secp init/stop functions, fixes comment 2021-08-19 22:14:52 -04:00
Joe Bryan
c73e595d32 u3: fixes sample deconstruction error handling in scrypt jets 2021-08-19 22:09:41 -04:00
Joe Bryan
a313420101 u3: fixes u3kc_bex() refcount, updates style 2021-08-19 22:02:30 -04:00
Joe Bryan
d0ad97735e build: adds urcrypt to top-level shell.nix 2021-08-19 21:58:41 -04:00
Joe Bryan
425f164942 urcrypt: restores pkg-config api versioning scheme 2021-08-19 21:58:18 -04:00
Hunter Miller
a1d80c2352
Merge pull request #5164 from urbit/hm/grid-search-improvement
Leap: improving search capability
2021-08-19 20:36:40 -05:00
Hunter Miller
df784e2ba1 providers: removing unnecessary stringify 2021-08-19 20:36:05 -05:00
Joe Bryan
507c681555 build: restore division between pkg-config and regular deps 2021-08-19 20:36:00 -04:00
Joe Bryan
f40b519cce mingw: sets libh2o install dir (for accurate pkg-config info) 2021-08-19 20:36:00 -04:00
Joe Bryan
64a8c104c5 pmnsh: adds support for pkg-config 2021-08-19 20:36:00 -04:00
Joe Bryan
21498a5d93 build: update mingw CI to use "ares" cachix cache 2021-08-19 20:36:00 -04:00
Joe Bryan
80765b9516 build: fixes urbit+urcrypt mingw build 2021-08-19 20:36:00 -04:00
Joe Bryan
dfb42f4c6f build: remove obsolete (urcrypt-vendored) dependencies 2021-08-19 20:35:48 -04:00