Commit Graph

127 Commits

Author SHA1 Message Date
02ca72eb32 button to register as a web+nostr protocol handler and handling that. 2022-02-13 16:21:10 -03:00
1ea96e4da7 update nostr-tools. 2022-02-12 20:34:49 -03:00
12dfed7e31 remove userrelays and use the profile event instead + fixes. 2022-02-12 20:14:40 -03:00
42e9848c85 userrelays map function and adding relays to "p" and "e" tags. 2022-02-12 13:21:08 -03:00
4a5e86eaa8 fix delete relay button. 2022-02-07 11:37:49 -03:00
24cfc4c50a fix else case on link handling. 2022-02-02 07:43:32 -03:00
ae3574ccc3 just pasting image or video URLs should auto-embed them. 2022-02-01 16:45:08 -03:00
Ricardo Arturo Cabral Mejía
e9e41fcf80 chore: use HTTP Tor relay for Tor clients 2022-01-31 10:51:24 -03:00
390f2241c4
Merge pull request #20 from Cameri/feature/add-mentionable-textarea 2022-01-30 08:18:11 -03:00
Ricardo Arturo Cabral Mejia
12041956b0
feat: add mention menu to publish & replies 2022-01-30 02:12:52 +00:00
Ricardo Arturo Cabral Mejia
550d356bd3
feat: add createMentionsProvider mixin 2022-01-30 02:12:19 +00:00
Ricardo Arturo Cabral Mejia
8df90b1fc2
feat: add namedProfiles getter 2022-01-30 02:11:46 +00:00
Ricardo Arturo Cabral Mejia
1549959f0a
chore: remove useless code 2022-01-30 02:11:12 +00:00
Ricardo Arturo Cabral Mejia
885fc2acf4
chore: move shorten to helpers 2022-01-30 02:10:29 +00:00
Ricardo Arturo Cabral Mejia
e6f5ada114
chore: add tributejs css to bundle 2022-01-30 02:09:24 +00:00
Ricardo Arturo Cabral Mejia
844fe7adf0
chore: install tributejs 2022-01-30 02:09:08 +00:00
f8f476148c same for reply actions. 2022-01-28 11:30:21 -03:00
4b8c4ecc5e go to event page right after publishing.
addresses https://t.me/nostr_protocol/13711
2022-01-27 16:47:09 -03:00
e116175e68 variable typo that was breaking everything. 2022-01-26 22:50:50 -03:00
62fb985920 show messages tab on window.nostr.nip04. 2022-01-26 17:47:32 -03:00
fc982421ea use <Name /> in more places so the verified badge is on them too. 2022-01-25 21:21:10 -03:00
6e6f674665 fix profile cache LRU bug. now many more profiles should be shown. 2022-01-25 21:20:49 -03:00
20ada3f802 make so it is possible to use DMs from the nos2x extension. 2022-01-25 20:13:56 -03:00
294e534e5f fix processMentions import. 2022-01-24 20:26:30 -03:00
fc96d2da64 move mentions helper functions to helpers.js 2022-01-24 10:11:02 -03:00
a69459d3b2
Merge pull request #19 from Cameri/feature/add-bip-08-support 2022-01-24 10:05:25 -03:00
Ricardo Arturo Cabral Mejia
85aba57772
feat: parse mentions when posting 2022-01-24 03:13:31 +00:00
Ricardo Arturo Cabral Mejia
a5c5bb66c1
feat: interpolate mentions in posts & events 2022-01-24 03:12:36 +00:00
Ricardo Arturo Cabral Mejia
23f6763441
feat: add interpolateMentions to helperMixin 2022-01-24 03:09:18 +00:00
4517456bac
Merge pull request #17 from Cameri/feature/add-dockerfile 2022-01-22 14:48:41 -03:00
Ricardo Arturo Cabral Mejia
78ae699342
docs: add docker build & run steps 2022-01-22 17:03:42 +00:00
Ricardo Arturo Cabral Mejia
c7b626bef0
feat: add Dockerfile 2022-01-22 16:54:39 +00:00
Ricardo Arturo Cabral Mejia
0d27561348
chore: ignore node_modules folder in docker build 2022-01-22 16:50:49 +00:00
Ricardo Arturo Cabral Mejia
0677e8c7e0 feat: allow ctrl+enter to post & reply 2022-01-22 10:34:02 -03:00
91644f7684 add server recommendations. 2022-01-21 05:26:03 -03:00
013474e0a8
Merge pull request #12 from Cameri/feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:06:08 -03:00
642aed40a1
Merge branch 'master' into feature/add-markdown-deflist-sub-sup-support 2022-01-21 05:05:53 -03:00
Ricardo Arturo Cabral Mejia
d758907545 feat: add syntax highlighting for MD 2022-01-21 05:03:19 -03:00
Ricardo Arturo Cabral Mejia
2f659d1378
feat: add markdown task lists support 2022-01-21 01:48:12 +00:00
Ricardo Arturo Cabral Mejia
15899ab43c
chore: add markdown deflist, subscript, superscript 2022-01-21 01:24:46 +00:00
Ricardo Arturo Cabral Mejia
fd09b3aaba style: fint lix 2022-01-20 10:11:44 -03:00
Ricardo Arturo Cabral Mejía
79d4846d98
add Tor relay support (#10) 2022-01-20 05:53:50 -03:00
90871b21df formatting quibbles. 2022-01-18 16:59:44 -03:00
a0e99b67a5 make threads great again.
now if there are branches in the thread the previous posts are duplicated in a new thread so the line is straight.
2022-01-18 16:07:57 -03:00
e15f56a768 nip05 support. 2022-01-18 14:12:42 -03:00
3f59115b7b hardcode expensive-relay in read-only mode. 2022-01-17 16:19:41 -03:00
b7ebcfe9af list relays an event is not published to and offer a button to publish them there. 2022-01-16 22:36:06 -03:00
e8cbefe75d some small tweaks. 2022-01-16 22:03:47 -03:00
68ff01c64b initial set of relays made somewhat random. 2022-01-16 21:45:33 -03:00
664a030f39 say something -> what's happening 2022-01-16 17:39:53 -03:00