Commit Graph

23545 Commits

Author SHA1 Message Date
Logan Allen
3a7c201e80 Merge branch 'release/next-userspace' into la/push-hook-list-resource 2021-02-03 11:52:38 -06:00
matildepark
4e89ad4b13
Merge pull request #4363 from urbit/mp/chat/dms
landscape: direct message workspace
2021-02-02 20:27:03 -05:00
L
1c24043e6c
Merge pull request #4362 from urbit/la/share-interface
contacts: fully integrated share interface wip
2021-02-02 19:14:58 -06:00
Logan Allen
8a0a007261 interface: partially working share banner 2021-02-02 19:13:59 -06:00
Logan Allen
02f4ff58a1 contact: perfected the +is-allowed arm and fixed issue with share type 2021-02-02 19:13:33 -06:00
Matilde Park
57f0cb1308 Merge branch 'release/next-userspace' into mp/chat/dms 2021-02-02 20:08:30 -05:00
Matilde Park
e0b1019cd9 hark: correct groupPath construction for dms 2021-02-02 20:05:29 -05:00
L
ac759b7d96
Merge pull request #4365 from urbit/lf/revive-invites
Invites: update for new group-view
2021-02-02 18:58:58 -06:00
L
453a0af1bb
Merge pull request #4342 from urbit/lf/graph-permissioning
graph: permissioning
2021-02-02 18:56:38 -06:00
Liam Fitzgerald
9d08d0d2b6
graph-push-hook: fix +is-allowed 2021-02-03 10:35:01 +10:00
Liam Fitzgerald
1eda71f783
JoinGroup: check correct associations key 2021-02-03 10:01:06 +10:00
Liam Fitzgerald
8bb8f0b206
invites: update interface for new thread 2021-02-03 10:00:42 +10:00
Liam Fitzgerald
63027861dc
invite-store: add %groups in +on-init 2021-02-03 09:52:25 +10:00
Liam Fitzgerald
e17bf31859
group-view: add -group-invite thread 2021-02-03 09:52:00 +10:00
Liam Fitzgerald
1093ad0e42
group-view: add %invite action 2021-02-03 09:51:43 +10:00
Matilde Park
f0033ab02f landscape: add "messages" workspace and logic 2021-02-02 18:45:40 -05:00
Logan Allen
fe76d75a18 contacts: clarify syntax for +is-allowed 2021-02-02 17:29:42 -06:00
Logan Allen
a728514aa5 contact: improved +is-allowed and added %contact-share mark 2021-02-02 17:04:28 -06:00
Matilde Park
a48c372a0e landscape: remove leftover chat-store FE logic 2021-02-02 16:13:14 -05:00
Matilde Park
378ad0690f landscape: "DMs + Drafts" -> "My Channels" 2021-02-02 15:38:12 -05:00
Logan Allen
33eabe2574 Merge branch 'release/next-userspace' into la/push-hook-list-resource 2021-02-02 13:52:10 -06:00
Logan Allen
b51eee2882 interface: removed deprecated ContactCard 2021-02-02 13:50:58 -06:00
Logan Allen
992562a128 contact-push-hook: add our pseudoresource to sharing 2021-02-02 13:47:53 -06:00
Logan Allen
de3b350efb contacts + group-view: added in flow for auto-sharing your profile with a group if it is public 2021-02-02 13:36:05 -06:00
Matilde Park
3fce1cdcb6 Merge branch 'release/next-userspace' into lf/graph-permissioning 2021-02-02 14:11:06 -05:00
L
80959119d9
Merge pull request #4358 from urbit/lf/fe-things
Contacts: cleanup GroupSearch, allow add/remove of pinned groups from profile
2021-02-02 12:04:36 -06:00
L
0d811b4d48
Merge pull request #4359 from urbit/lf/contacts-hooks-help
contact-hooks: some improvments
2021-02-02 11:57:57 -06:00
Liam Fitzgerald
9f9cfc086c
lib/contact: fix +is-allowed, +get-contact 2021-02-02 15:35:29 +10:00
Liam Fitzgerald
3dcd6395ac
metadata-hooks: move +resource-for-update to common library 2021-02-02 14:31:35 +10:00
Liam Fitzgerald
b3c0198177
group-hooks: move +resource-for-update into common library 2021-02-02 14:31:16 +10:00
Liam Fitzgerald
8672261d1a
graph-hooks: move +resource-for-update into common library 2021-02-02 14:30:48 +10:00
Liam Fitzgerald
638d5e6773
contact-hooks: move +resource-for-update into common library 2021-02-02 14:30:12 +10:00
Liam Fitzgerald
66c8cafe75
pull-hook: move +resource-for-update back into door, add %no-validate flag
Adds %no-validate flag, to prevent checking the wire/src.bowl/resource
all match-up to enable P2P connections. Moves the resource-for-update
back into the inner door, to match the push-hook.
2021-02-02 14:27:12 +10:00
Liam Fitzgerald
557be6e701
contacts: process pinned group edits in reducer correctly 2021-02-02 13:30:20 +10:00
Liam Fitzgerald
6e87e7e1ed
EditProfile: allow removal of pinned groups 2021-02-02 13:29:59 +10:00
Liam Fitzgerald
5d40245b78
GroupSearch: fix multiple group selection behaviour by using FieldArray 2021-02-02 13:13:15 +10:00
Liam Fitzgerald
2bdec7deb0
contact-store: make pinned group resource conversion use path-style
This is necessary because Formik loses the plot when fields aren't
referentially equal every render.
2021-02-02 13:07:25 +10:00
Liam Fitzgerald
c16f2365bf
Merge remote-tracking branch 'origin/release/next-userspace' into lf/graph-permissioning 2021-02-02 10:40:40 +10:00
Logan Allen
da03594fbc contact-push-hook: add blank personal psuedo-resource for personal contact subscriptions 2021-02-01 18:24:56 -06:00
Logan Allen
48d9e8c9b8 group-view: initiate %contact-pull-hook subscription upon group join 2021-02-01 16:36:16 -06:00
Logan Allen
d3ac83de0e contact-pull-hook: do not remove contact data upon nack 2021-02-01 16:21:18 -06:00
Logan Allen
e1b1e1abf7 group-threads: contact push/pull hooks added to group lifecycle 2021-02-01 16:19:25 -06:00
L
d7e34451ac
Merge pull request #4357 from urbit/mp/chat/share
chat: add stubbed share banner
2021-02-01 16:07:06 -06:00
Logan Allen
d6eb1638d9 contact-push-hook: write out initial-watch to expose proper data 2021-02-01 16:01:23 -06:00
Matilde Park
04ecb8ff29 chat: add stubbed share banner 2021-02-01 17:01:21 -05:00
Logan Allen
c8b83eb1dd contact-push-hook: direct any ship's update to all the affected resources 2021-02-01 15:28:52 -06:00
Logan Allen
c9583ee104 push-hook: revert removal of +resource-for-update, change type from (unit resource) to (list resource) to support contact-push-hook use case 2021-02-01 14:49:14 -06:00
L
deac282fad
Merge pull request #4268 from urbit/lf/join-cleanup
group-view (nee graph-view)
2021-02-01 12:10:54 -06:00
Liam Fitzgerald
3f8f3bd3a4
GroupSearch: fix type of value 2021-02-01 18:18:50 +10:00
Liam Fitzgerald
988515aefa
group-view: update interface to use threads 2021-02-01 18:08:42 +10:00