Commit Graph

153 Commits

Author SHA1 Message Date
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
b56157ec77
add video of a branle dance. 2022-01-15 18:12:24 -03:00
e92eb2f79f configurable colors, dark mode, name and icon. 2022-01-14 22:25:32 -03:00
1cbab9a36e finished window.nostr integration. 2022-01-14 20:10:59 -03:00
8087f1b534 actually do not set any pubkeys at all by default and guard against rendering the main route. 2022-01-14 09:26:05 -03:00
0064b46105 default 00... pubkey with more than 15 characters.
fixes https://github.com/fiatjaf/branle/issues/2.
2022-01-14 09:21:22 -03:00
161941a9c5 allow signing manually with an external key. 2022-01-12 22:35:12 -03:00
46ab2566b0 add "seen on relays" context popup on chat messages. 2022-01-12 20:41:51 -03:00
f42deeaef4 fix slow chat and locked publishing in general. 2022-01-12 17:45:10 -03:00
0d01d8400e add "seen on relays" view to events page. 2022-01-12 16:06:11 -03:00
513013c336 best-effort threads on home page, profile pages. 2022-01-12 15:20:12 -03:00
43214d7b3b eliminate duplication of code between ThreadItem and Post. 2022-01-12 12:44:17 -03:00
ecb73c1c35 twitter-like replies from bram on events page. 2022-01-12 12:38:45 -03:00
fb7c4573ed update nostr-tools, breaks mnemonic generation. 2022-01-12 11:36:53 -03:00
3b7f91bc73 fix worker event listeners. 2022-01-04 21:05:32 -03:00
428483df42 useProfile now tries to load from relays if request=true. 2022-01-03 20:52:56 -03:00
ff232bb017 run pouchdb on a web worker. 2022-01-03 20:34:07 -03:00
171e8b3530 fix sorting. 2022-01-03 09:10:01 -03:00
176554cddd displaying contacts lists. 2022-01-02 21:03:02 -03:00
b3db017cd2 update nostr-tools to fix a filter bug. 2022-01-02 20:50:43 -03:00
6d1a8b0a4e fix the always-1 chat message badge. 2022-01-02 09:34:22 -03:00
f1fa615dd6 hide unupdated relays from initial bootstrap list. 2022-01-01 21:35:02 -03:00
b722a6b644 update nostr-tools and use the updated nip-01 format for filters. 2022-01-01 21:34:21 -03:00
570eb3b0d2 notifications for mentions and messages on global store. 2022-01-01 18:24:48 -03:00
4355e15a9b shrinking URLs when necessary. 2022-01-01 11:19:14 -03:00