Commit Graph

58 Commits

Author SHA1 Message Date
BlowaterNostr
b8e50ffe9b
disallow removing blowater relay (#331) 2023-11-24 18:35:27 +08:00
BlowaterNostr
6969b847bd
render new messages in MessagePanel locally (#310) 2023-11-20 17:14:17 +08:00
BlowaterNostr
c78d771d5f
add getAllEvents to Datebase_View & preload event markers (#289) 2023-11-17 15:50:53 +08:00
Bullish Bear
719ed12665
mark removed event (#288) 2023-11-17 15:06:11 +08:00
Bullish Bear
3a26a687b6
show relay records in event details (#286) 2023-11-16 21:22:18 +08:00
Bullish Bear
44cca60e23
record relay origin of events (#285) 2023-11-16 17:18:30 +08:00
BlowaterNostr
790b9638a2
fix import (#272) 2023-11-03 22:09:13 +09:00
BlowaterNostr
a919a350f4
update nostr.ts (#267) 2023-10-26 16:42:04 +08:00
Bullish Bear
851fd70c04
send images in group chat (#263) 2023-10-26 10:51:23 +08:00
BlowaterNostr
114cf7a2c7
correct loading order of GM events (#254) 2023-10-23 14:52:25 +08:00
BlowaterNostr
0f3890d1c5
test GroupMessageController.handleMessage (#253) 2023-10-23 13:49:45 +08:00
BlowaterNostr
cf0ef0b865
send images (#246) 2023-10-21 19:29:47 +08:00
Bullish Bear
156a344b1e
fix gmEventType (#239) 2023-10-20 12:32:41 +08:00
Bullish Bear
1ca58e0e1d
InvitationCard (#232) 2023-10-19 14:09:38 +08:00
Bullish Bear
f59ec2bc0b
invite user to group (#237) 2023-10-19 11:44:43 +08:00
BlowaterNostr
62df6c8fe8
Optimization (#233) 2023-10-16 06:39:21 +08:00
BlowaterNostr
eab9d7fed6
add invitation event to DirectedMessageController (#231) 2023-10-09 21:02:13 +00:00
BlowaterNostr
9b8d9aa47d
refactor DirectMessageGetter (#230) 2023-10-09 18:52:30 +00:00
BlowaterNostr
f97a8c9dbf
move DirectMessageGetter out from Database_Contextual_View (#229)
to DirectedMessageController
2023-10-09 18:39:52 +00:00
BlowaterNostr
d6bbaed8e6
remove unused code (#228) 2023-10-09 17:56:14 +00:00
BlowaterNostr
99e2085b17
Send messages to group chat (#215)
remove legacy Thread code
2023-10-07 23:23:53 +00:00
BlowaterNostr
68c559a93d
remove Thread & reorg dependencies (#212) 2023-10-07 10:59:06 +00:00
BlowaterNostr
cc66283769
refactor Search & remove unused code (#211) 2023-10-06 00:05:35 +00:00
BlowaterNostr
b8616ed8bf
Fix profile syncer (#204) 2023-10-01 20:59:07 +00:00
BlowaterNostr
de889d8317
remove kind-1 related code (#203) 2023-09-28 19:37:24 +00:00
BlowaterNostr
ea741e69ff
Update nostr.ts & fix dangling promise of subscription channels (#202) 2023-09-27 19:49:23 +00:00
BlowaterNostr
50f818f157
Improve ConversationList (#199) 2023-09-23 21:54:13 +00:00
BlowaterNostr
c064b95c96
remove kind 1078 (#191) 2023-09-19 19:38:38 +00:00
BlowaterNostr
e6cdbe5849 Store Encrypted kind 4 (#162) 2023-09-12 15:09:53 +00:00
BlowaterNostr
9bb31a8db4
Remove Multi Chunk Image Events (#160) 2023-09-11 20:40:56 +00:00
BlowaterNostr
30cf046e03
Immediately render sent messages for kind 1 (#157) 2023-09-11 18:09:38 +00:00
BlowaterNostr
6559cdfe31
Test Database_Contextual_View (#145) 2023-09-08 13:09:14 +00:00
BlowaterNostr
3df997b679
Relay Config Persistance to Local Storage & Sync With the Nostr Network(#136) 2023-09-06 21:04:25 +00:00
BlowaterNostr
66eaab3fb9
More kind 4 loading (#124) 2023-08-30 19:13:09 +00:00
BlowaterNostr
f798ef461f
Fix Profile Syncing (#121) 2023-08-29 22:46:42 +00:00
BlowaterNostr
653e2956f3
partially address profile sync bug (#118) 2023-08-28 20:34:41 +00:00
BlowaterNostr
3cad0a3c34
Use submodule (#117) 2023-08-28 17:58:05 +00:00
BlowaterNostr
834ad05dfc
show hex pubkeys (#114) 2023-08-26 19:59:03 +00:00
BlowaterNostr
3b69098ad2
#108 (#109)
Profile Data Reactivity Issue in Social
2023-08-24 13:41:50 +00:00
BlowaterNostr
a9bf1273a8
Refactor Syncers (#101) 2023-08-03 17:13:16 +08:00
BlowaterNostr
752eb89ba3
Global Filter (#93) 2023-07-27 16:51:53 +08:00
BlowaterNostr
bd96687205
Optimize Parse Event Content (#83)
Co-authored-by: Foodstr <foodstr@proton.me>
2023-07-16 23:04:23 +08:00
BlowaterNostr
525e98a56a
Preparse Public Key (#80) 2023-07-15 13:58:03 +08:00
BlowaterNostr
4fced3a56a
pre-parse profile data (#79) 2023-07-14 22:13:15 +08:00
BlowaterNostr
1099d342fe
add Profile_Nostr_Event (#78) 2023-07-14 18:59:25 +08:00
BlowaterNostr
341229b80b move social threads to model
fix imports
2023-07-13 15:21:15 +00:00
BlowaterNostr
303d887585 use .parsedTags 2023-07-13 10:17:52 +00:00
BlowaterNostr
3b74649f3e
Add NostrAccountContext to Database_Contextual_View (#65) 2023-07-11 18:45:57 +08:00
BlowaterNostr
52d7f0ed05
Refactor database (#63) 2023-07-11 17:49:58 +08:00
BlowaterNostr
41eedc0630
update nostr.ts (#62) 2023-07-11 17:19:57 +08:00