Logan Allen
b8614cc7d8
chat + contact views: updated for style and to assert that group-path must be equal to app-path if there are ships in the members set
2020-03-02 11:10:29 -08:00
Logan
f29bc2389d
Merge pull request #2381 from urbit/ed/qa-contacts-buttonfix
...
contacts: changed color + copy of "add to group" button
2020-03-02 10:10:02 -08:00
édouard
ebaecc3fd1
contacts: changed color + copy of "add to group" button
...
I changed the copy and appearance (color only) of the "Invite" button previously located in Contacts, as it looked like a non-interactive label.
2020-03-02 12:57:54 -05:00
Logan Allen
e66fd1cbd6
chat-view: send invites when creating chat and group already exists
2020-03-01 17:08:16 -08:00
Logan Allen
5915840237
contacts + chat: move permission-hook syncing for managed groups to contact-view so everyone can depend on it
2020-03-01 16:38:46 -08:00
Logan Allen
8b2398b3e2
contact-js: removed console.log
2020-03-01 15:49:31 -08:00
Logan Allen
bb0f56f17a
chat + contacts: integrate managed groups with metadata
2020-03-01 15:40:49 -08:00
Jared Tobin
d72bddd66d
Merge branch 'reignore' ( #2362 )
...
* origin/reignore:
gitignore: re-add mystery lines [ci skip]
gitattributes: export-ignore pkg/urbit/.gitignore [ci skip]
gitignore: tweaks [ci skip]
Revert "meta: remove herb, urbit .gitignore files [ci skip]"
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-03-01 23:40:18 +04:00
Jared Tobin
88fd8bceda
gitignore: re-add mystery lines [ci skip]
...
Previously removed in 44c88cc
. What do they ignore? Nobody knows. But
just in case they're still relevant..
2020-03-01 23:19:01 +04:00
Jared Tobin
c078c16eba
build: remove urbit-large-log-limit derivation
...
Made unnecessary by 578593d45.
2020-03-01 23:04:22 +04:00
Jared Tobin
578593d347
vere: use 40G mapsize only on macOS, 60G otherwise
...
Per discussion in urbit/urbit#2344 , there doesn't seem to be any problem
in raising the default LMDB mapsize on non-mac operating systems.
2020-03-01 22:58:20 +04:00
Fang
0539f3ca1f
link fe: metadata integration
...
- finds resources & displays details using metadata-store
- supports creating new collections for groups
- supports creating new collections with new unmanaged group
- supports receiving invites for new (unmanaged) collections
2020-03-01 02:10:35 +01:00
Fang
115fd1c14c
metadata-store: never crash fetching group metadata
...
In order to track & respond to all group-related metadata, hooks may
want to subscribe to the metadata-store in response to group creation.
In that case it is possible that there are no entries for the group-path
in group-indices yet.
This makes us fall back to the empty set in case group-indices has no
entry for the group-path yet.
2020-03-01 02:09:25 +01:00
Fang
0658367aaf
link hooks: discover resources with metadata-store
...
Instead of assuming groups to be singular resources, now depends on
metadata-store to discover %link resources, and the groups associated
with those.
2020-03-01 02:09:25 +01:00
Fang
068a8c98d6
metadata: add helper lib for common queries
2020-03-01 02:09:24 +01:00
Logan
3e235146ee
Merge pull request #2371 from litpub/bug/scroll-to-bottom-on-new-chat
...
chat: Fixes #2347 pushes chat to bottom on <Chat> mount
2020-02-29 16:35:38 -08:00
Logan
4ade3884bd
Merge pull request #2370 from urbit/mp/os1/dark
...
os1: dark mode pass
2020-02-29 16:34:44 -08:00
Logan
f475c094a0
Merge pull request #2376 from urbit/mp/os1/chat/titles
...
chat: display chat titles in sidebar
2020-02-29 14:01:37 -08:00
Jared Tobin
9c1d3090c9
Merge branch 'lukechampine/crypto-tests' ( #2222 )
...
* lukechampine/crypto-tests:
test: add bip32 vectors
test: add scrypt vectors
test: add hmac vectors
test: add ed25519 vectors
test: add expect arm
test: add AES SIV mode vectors
zuse: split sivb keys at correct offset
test: add AES-CMAC vectors
test: add AES CTR mode vectors
test: add AES CBC mode vectors
test: add AES ECB mode vectors
2020-02-29 19:39:35 +04:00
Jared Tobin
70d099e969
gitattributes: export-ignore pkg/urbit/.gitignore [ci skip]
2020-02-29 18:05:17 +04:00
Jared Tobin
44c88cc645
gitignore: tweaks [ci skip]
...
Removes the herb .gitignore previously removed in 7fab8be0dc
, replacing
its contents with a cross-project ignore of Nix's 'result' symlink
artifact in the root .gitignore.
Moves some entries from the Vere .gitignore into the root file, as it
seems they can safely be assumed to be undesirable everywhere.
Also cleans up the root .gitignore, removing duplicate entries,
superfluous patterns, etc.
2020-02-29 18:00:25 +04:00
Matilde Park
7535dd2e03
chat: display metadata titles in sidebar
2020-02-28 23:26:17 -05:00
Matilde Park
26ba8d3181
chat: initiate associations in store
2020-02-28 23:26:00 -05:00
Matilde Park
c3d14daff3
chat: add metadata-update reducer
2020-02-28 23:25:48 -05:00
édouard
c783c533f0
Merge pull request #2373 from urbit/ed/qa-fix-soto-tile
...
soto: swap out tile images
2020-02-28 16:56:09 -05:00
édouard
5474680e5c
soto: swap out tile images
...
The previous Tile.png for the Dojo module (Soto) was a stylized rendering of "barcen" and could be seen as confusing. Fixing up the image to appear more *actually* glyph-like.
2020-02-28 16:16:37 -05:00
~litpub
701f83bc21
Fixes #2347 pushes chat to bottom on <Chat> mount
2020-02-28 13:02:31 -08:00
Logan
1cfd176434
Merge pull request #2369 from urbit/unmanaged-chats-rc
...
Unmanaged Chats Work Properly and Support Metadata Syncing
2020-02-28 11:52:54 -08:00
Logan Allen
c960075a11
chat: set metadata properly and incorporate fixes
2020-02-28 11:52:17 -08:00
Jared Tobin
bd2d90440f
Merge branch 'ted/ford-no-pit' ( #2322 )
...
* origin/ted/ford-no-pit:
pills: update solid
http.c: revert timeout to original ~m10
tests: prime ford %reef cache
http.c: bump timeout from ~m20 to ~m30
http.c: bump timeout from ~m10 to ~m20
tests: fix ford tests for no %reef short-circuit
ford: remove pit short-circuit
2020-02-28 20:48:24 +04:00
lukechampine
f214ac8191
test: add bip32 vectors
2020-02-28 11:47:43 -05:00
lukechampine
0688c31d8a
test: add scrypt vectors
2020-02-28 11:47:43 -05:00
lukechampine
58cdceafd6
test: add hmac vectors
2020-02-28 11:47:43 -05:00
lukechampine
b300a97ca4
test: add ed25519 vectors
2020-02-28 11:47:43 -05:00
Jared Tobin
d4225848be
pills: update solid
2020-02-28 20:31:32 +04:00
Jared Tobin
046506f9d4
Merge branch 'liam-fitzgerald/hoon-spot' ( #2247 )
...
* liam-fitzgerald/hoon-spot:
hoon: toggle spot typehints on flag
hoon: support %spot hint in xray
hoon: add %spot typehint
Signed-off-by: Jared Tobin <jared@tlon.io>
2020-02-28 20:02:39 +04:00
Joe Bryan
eae7b71048
arvo: removes all vase literals from |va
2020-02-28 00:34:29 -08:00
Joe Bryan
cec9240771
arvo: removes all traces of meta-meta card reduction
2020-02-28 00:34:29 -08:00
Joe Bryan
d783b8902a
arvo: cleanup per review
2020-02-28 00:34:29 -08:00
Matilde Park
bc072790ec
publish: add dark mode
2020-02-28 01:26:01 -05:00
Matilde Park
909a2ebf05
invite search: adjust dark mode hover background
2020-02-28 01:03:05 -05:00
Matilde Park
c91b67028b
contacts: dark mode pass
2020-02-28 00:47:02 -05:00
Matilde Park
cf6460c5b5
invite search: blend names, filter empty nicknames
2020-02-28 00:46:06 -05:00
Matilde Park
94c90f640e
link: add dark mode bottom border to sidebar
2020-02-28 00:19:11 -05:00
Matilde Park
2c301c0b80
chat: integrate invite search on members page
2020-02-28 00:15:55 -05:00
Jimmy
34b5d5702f
Merge pull request #2364 from urbit/ed/qa-header-spacing-fixes
...
Visual QA: Module-wide header uniformity fixes
2020-02-27 16:48:13 -08:00
Logan Allen
2b15010e66
chat: removed extraneous prints
2020-02-27 16:16:38 -08:00
Logan Allen
14b28a3d82
chat: unmanaged chats can be joined, have their title/description set, and send invites properly
2020-02-27 16:14:07 -08:00
édouard
f8bb003243
Merge branch 'os1-rc' into ed/qa-header-spacing-fixes
2020-02-27 19:06:33 -05:00
édouard
6bc4f489d4
links: edit/update sidebar styling to match chat
...
Using existing styling classes found in chat, I've edited the Links module to retain an appearance/sizing that is more uniform with our Chat module interfaces
2020-02-27 18:58:28 -05:00