Commit Graph

1977 Commits

Author SHA1 Message Date
Jon Staab
4429a1449e Drop support for nip04 encrypted wraps 2024-08-16 09:40:59 -07:00
Jon Staab
69ecd5a93a ncryptsec tweaks 2024-08-16 08:43:59 -07:00
Jon Staab
bba812197b Merge branch 'dev' of github.com:coracle-social/coracle into dev 2024-08-16 08:35:54 -07:00
Jon Staab
2f56c7b95b Allow custom kinds in filters, fix link underline 2024-08-16 08:35:48 -07:00
Sam Samskies
35d32578ba
Add ncryptsec support (#406)
* add option to encrypt private key

* allow login with ncryptsec
2024-08-16 08:10:29 -07:00
Jon Staab
7fc5ed4695 Make wot calculation simpler 2024-08-15 18:47:44 -07:00
Jon Staab
062d28e39a Change how publishes work 2024-08-15 16:00:45 -07:00
Jon Staab
eba1753d12 Use some welshman stuff 2024-08-15 15:54:30 -07:00
Jon Staab
fe73ae81c6 Fix channel id creation to exclude invalid pks 2024-08-13 09:17:53 -07:00
Jon Staab
7a0dee110a Start using welshman domain stuff 2024-08-13 09:14:38 -07:00
Jon Staab
5066505f0d Fix some dependencies thing 2024-08-12 14:34:05 -07:00
Jon Staab
f92b4db7a2 npm audit 2024-08-12 11:30:40 -07:00
Jon Staab
2b68601273 Bump welshman 2024-08-12 11:19:37 -07:00
Jon Staab
7b0e1f8cc1 Fix singleton content encryption when publishing 2024-08-08 12:03:04 -07:00
Jon Staab
0c3066ae67 Bump welshman 2024-08-08 11:49:31 -07:00
Jon Staab
53cdb3344d Catch some errors 2024-08-08 11:10:34 -07:00
Jon Staab
0d0b954a33 Improve performance, fix notifications marking loop 2024-08-08 10:57:29 -07:00
Jon Staab
702c308073 Use new signer stuff 2024-08-07 16:41:59 -07:00
Jon Staab
510142283d Use welshman tags 2024-08-07 12:10:03 -07:00
Jon Staab
78a842f3a4 Avoid race conditions with plaintext, throttle plaintext 2024-08-06 12:42:09 -07:00
Jon Staab
873fb8c8cc Fix mark as seen for zaps 2024-08-06 12:27:50 -07:00
Jon Staab
adb967799b Bump net 2024-08-06 11:58:36 -07:00
Jon Staab
896be2d385 Fix inconsistency between note and note actions for mute strictness 2024-08-06 10:08:19 -07:00
Jon Staab
a06168dbb1 Reduce reliance on dumb proprietary stores 2024-08-01 16:29:14 -07:00
Jon Staab
b426d1ce1e Move some store utils to welshman 2024-08-01 16:05:11 -07:00
Jon Staab
197237a32a Update changelog 2024-08-01 12:59:42 -07:00
Jon Staab
d301450340 Re-work channels to be derived from events 2024-07-31 16:41:28 -07:00
Jon Staab
d1393811bd Use new read status for conversations 2024-07-31 14:06:30 -07:00
Jon Staab
2bdd0c6845 Use new read status events for notifications 2024-07-31 13:16:15 -07:00
Jon Staab
58b6607475 Include signature in event json 2024-07-30 13:37:05 -07:00
Jon Staab
727e8c3fdf Remove debug stuff from deriveEventsMapped 2024-07-29 10:52:52 -07:00
Jon Staab
5c9775fad4 Get rid of globalFeed 2024-07-29 09:41:51 -07:00
Jon Staab
b2428ded95 Fix menu alignment 2024-07-29 09:30:39 -07:00
Jon Staab
91810f885f Merge branch 'master' of github.com:coracle-social/coracle 2024-07-29 09:29:22 -07:00
Jon Staab
4e55956185 Fix a couple bugs 2024-07-29 09:29:17 -07:00
Deeter Cesler
54757f8254
fix desktop menu item spacing on short screens (<650px height) (#396) 2024-07-29 09:16:40 -07:00
Jon Staab
04d98ca915 Make quote profile reactive 2024-07-28 06:32:14 -07:00
Jon Staab
2bae68cdd4 Allow group chats to people without nip17 set up, fix profile edit to omit previous event 2024-07-28 06:06:11 -07:00
Jon Staab
41ec6b4fd6 Bump util 2024-07-22 11:54:30 -07:00
Jon Staab
7a4eeaf4b7 Fix edits showing as deletes 2024-07-22 10:36:14 -07:00
Jon Staab
05d4a84522 Fix list name in filter controls 2024-07-22 10:12:58 -07:00
Jon Staab
61bf06f09d Add group feeds 2024-07-22 10:03:59 -07:00
Jon Staab
640a52ca29 Fix group notifications, add reposts to groups 2024-07-22 09:45:44 -07:00
Jon Staab
1a319d964f Fix minor bug 2024-07-22 08:31:04 -07:00
Jon Staab
1adbca1dae Clean a few things up, improve copy 2024-07-19 12:36:47 -07:00
Sam Samskies
fd8b3dcb47
Improve NIP-17 UX (#387)
* don't show nip-17 toggle for group messages

* update nip-17 toggle UX for single recipient

- the toggle is now set to nip-04 and disabled if the current user does not have any inbox relays
- on toggle hover, a tooltip with a CTA to set up inbox relays is displayed
- on CTA click, relay settings modal is displayed so that the user can set up inbox relays

* don't show nip-17 toggle if single recipient with no inbox relays

* simplify conditional logic

* disable done on channel create if not all group members have inbox relays

* improve ux for existing group chats where someone in group is missing inbox relays

* display both warnings if necessary
2024-07-19 12:36:25 -07:00
Jon Staab
45b87c03ad Fix duplicate events coming from repository 2024-07-19 11:46:54 -07:00
Jon Staab
b75d58df98 Stop deleting repository, due to bug 2024-07-19 09:15:10 -07:00
Jon Staab
b318cc6808 Use welshman dvms 2024-07-19 09:08:11 -07:00
Jon Staab
ab7a28ae34 Bump welshman/util 2024-07-18 13:30:09 -07:00