Keyan
01f36184b1
Merge pull request #565 from SatsAllDay/share-url
...
Dynamic protocol, host for share URLs so they work on localhost and in prod
2023-10-20 19:07:46 -05:00
Keyan
ca9b60b0fb
Merge pull request #564 from SatsAllDay/ignore-own-comments-new-notes-thread-subscribe
...
hasNewNotes for your own comments in subscribed threads
2023-10-20 19:06:55 -05:00
Keyan
f5774b06c3
Merge pull request #573 from ekzyis/fix-typo-concious
...
Fix typo: concious -> conscious
2023-10-20 19:06:20 -05:00
Keyan
85abfcd2e2
Merge pull request #562 from ekzyis/fix-magic-numbers-in-update-item
...
Fix magic numbers during item update and refactor job check
2023-10-20 19:05:52 -05:00
Keyan
8bbd480ca3
Merge branch 'master' into fix-magic-numbers-in-update-item
2023-10-20 19:04:27 -05:00
Keyan
ebbecdfa60
Merge pull request #571 from ekzyis/568-empty-push-notifications
...
Fix empty push notifications
2023-10-20 19:03:15 -05:00
Keyan
2cbc0a96a4
Merge pull request #561 from ekzyis/update-env-file
...
Update .env.sample
2023-10-20 19:02:08 -05:00
Keyan
162c95928d
Merge pull request #560 from ekzyis/fix-earn-notification
...
Fix earn push notifications
2023-10-20 19:01:33 -05:00
keyan
d73d3fda74
personal wot
2023-10-19 18:45:07 -05:00
ekzyis
cac956b88d
Fix typo
2023-10-18 16:50:33 +02:00
ekzyis
e9ffe43405
Fix empty push notifications
2023-10-18 01:51:32 +02:00
keyan
e12e2481f4
nofollow on unqualified content
2023-10-16 13:44:07 -05:00
keyan
a19b392787
fix duplicate key issue when rendering search highlights
2023-10-15 16:13:54 -05:00
keyan
0daff7a01f
update packages
2023-10-15 15:43:06 -05:00
keyan
61e7030b0b
WORKAROUND #449 by intercepting buggy response in service worker
2023-10-15 13:10:39 -05:00
Satoshi Nakamoto
411c08d9e8
Dynamic protocol, host for share URLs so they work on localhost and in prod
2023-10-15 13:45:21 -04:00
keyan
94cbc902d6
remove jwt migrations
2023-10-13 19:58:16 -05:00
keyan
da3d5ffd5f
fix empty email profile in latest version of next-auth
2023-10-13 19:50:50 -05:00
Satoshi Nakamoto
a6d3ca09e9
Don't include your own comments when determining if there are new thread
...
subscription replies for user hasNewNotes
2023-10-13 20:23:57 -04:00
ekzyis
dcfcbfb0ad
Refactor typeof check with isJob function
2023-10-13 22:37:41 +02:00
ekzyis
78745379aa
Fix magic numbers in item update logic
2023-10-13 22:27:27 +02:00
ekzyis
eb190f443f
Move OPENSEARCH env vars to optional section
2023-10-13 22:11:50 +02:00
ekzyis
dae8813e44
Add missing LIST_MONK_AUTH env var
2023-10-13 22:10:38 +02:00
ekzyis
8f229c51bf
Remove duplicate slack env vars
2023-10-13 22:09:17 +02:00
ekzyis
942b1e07e9
Fix earn push notifications
2023-10-13 21:46:07 +02:00
keyan
8f034f0e0a
fix corner cases in lightning address autosuggestions
2023-10-12 15:29:22 -05:00
keyan
6516ce9c9e
don't immediate clear mention suggestions on blur (in case clicking a suggestion)
2023-10-12 13:45:29 -05:00
Keyan
676d30f9bf
Merge pull request #554 from SatsAllDay/537-self-mention
...
Self mentions
2023-10-12 13:26:14 -05:00
Keyan
a37c0ef14a
Merge pull request #553 from SatsAllDay/autocomplete-ln-addr
...
Add auto-complete support when withdrawing to ln addr
2023-10-12 13:18:29 -05:00
Keyan
6cb813f421
Merge branch 'master' into autocomplete-ln-addr
2023-10-12 13:16:54 -05:00
Keyan
672adf260d
Merge pull request #559 from SatsAllDay/seed-large-discussion
...
Add a discussion post with a lot of comments to the seed file to help debug in dev
2023-10-12 13:08:49 -05:00
Keyan
ad9465acda
Merge pull request #556 from AustinKelsay/bugfix-crosspost-remove-a-tag
...
Removing a tag, retested crossposts and edits
2023-10-12 13:08:20 -05:00
Keyan
e792d18467
Merge pull request #551 from AustinKelsay/bugfix-adv-post-form-crosspost-checkbox
...
crosspost to nostr checkbox only appears on discussion forms
2023-10-12 13:07:45 -05:00
keyan
a7e016e9ba
fix? markdown input rerendering more than needed
2023-10-12 12:46:22 -05:00
Satoshi Nakamoto
99ce6c6e45
Add a discussion post with a lot of comments to help debug in dev to the seed file
2023-10-12 12:15:11 -04:00
austinkelsay
cdd3e4fdd4
Removing a tag, retested crossposts and edits
2023-10-11 17:26:25 -05:00
Satoshi Nakamoto
0b8316d08c
Don't create mentions when mentioning yourself
...
By extension, also don't send yourself a push notification when
mentioning yourself
2023-10-11 16:07:48 -04:00
Satoshi Nakamoto
e907b40845
* Hide suggestions if the user is typing a ln addr that is not on stacker.news
...
* Don't select suggestion with tab in this particular instance of InputUseSuggest
2023-10-10 19:15:10 -04:00
Satoshi Nakamoto
6d3482a288
Add auto-complete support when withdrawing to ln addr
...
adds auto-complete support for other stacker.news users when withdrawing
to a lightning address
implemented via adding an optional `transformUser` prop to the `UserSuggest` and `InputUserSuggest`
components, which allows you to transform fetched user results before displaying in the suggestion
dropdown
this is used to transform a user nym to nym@stacker.news , the corresponding
lightning address
by default, `transformUser` is an identity fn aka no transformation
this change also clears suggestions when the surrounding input field is blurred, which
is a better UX IMO
2023-10-10 11:15:59 -04:00
austinkelsay
06c55be6a5
crosspost to nostr checkbox only appears on discussion forms
2023-10-09 16:08:33 -05:00
keyan
8ace053be5
remove freebie tag from pinned items
2023-10-06 19:32:48 -05:00
keyan
a474b6b94e
temp remove broken rewards notifications
2023-10-06 19:28:05 -05:00
keyan
91ccc80a97
fix issues related to syntax highlighting
2023-10-06 18:51:38 -05:00
keyan
9aa8d8a688
trigger autocomplete with just
2023-10-06 18:20:12 -05:00
keyan
dc1fda64dc
remove unused debounce callback deps
2023-10-06 16:34:16 -05:00
keyan
58c5844492
fix mention regex
2023-10-06 16:01:19 -05:00
keyan
b995b7dd3b
raise nofollow limits
2023-10-06 15:54:46 -05:00
Keyan
6d370aa019
Merge pull request #548 from SatsAllDay/copy-ln-addr
...
Copy lightning address on click
2023-10-06 15:23:18 -05:00
Keyan
33325f7c17
Merge pull request #545 from SatsAllDay/lud18-fixes
...
LUD-18 fixes
2023-10-06 15:15:33 -05:00
keyan
1b283fbe94
fix treating ref as primitive
2023-10-06 15:04:50 -05:00