k00b
26a23ade92
remove leaderboard
2025-03-26 11:40:28 -05:00
ekzyis
de7f96a3a4
Merge follow-up replies with normal replies ( #2027 )
2025-03-26 11:00:04 -05:00
ekzyis
e29c6b4842
Refactor reminder push notifications ( #2026 )
...
* Refactor reminder push notifications
items should always exist and if not, we can just immediately fail imo
* Use same text for reminders in /notifications
2025-03-26 10:59:27 -05:00
k00b
bb76c6a138
prevent resubmission of bounty payments
2025-03-26 10:23:17 -05:00
k00b
5701bf640a
we can't lnurl-verify non-proxied invoices
2025-03-26 09:16:52 -05:00
ekzyis
ef8c738582
Reset multi_auth to initial state on error ( #2007 )
...
* Reset multi auth to initial state
* Also check if next-auth.session-token exists
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2025-03-25 18:59:26 -05:00
Keyan
8a6b825659
automated social posting ( #2022 )
...
* social posting without message selection
* message formatting and scheduled job
* small cleanup
2025-03-25 18:32:30 -05:00
secp512k2
1921c253ba
Removed OpenSearch API Password ( #2016 )
...
Removed OpenSearch API Password on Line 176
2025-03-25 17:39:28 -05:00
ekzyis
c93f658ade
Format guides in FAQ
2025-03-25 16:45:56 -05:00
ekzyis
30ca04c6fe
Remove section about personalized feeds in FAQ
2025-03-25 16:45:56 -05:00
ekzyis
895efd0181
Refactor multi auth with useCookie ( #2019 )
2025-03-25 15:57:53 -05:00
ekzyis
501bf1609b
Make limit "configurable" in welcome script
2025-03-25 15:47:14 -05:00
Keyan
3878802c03
Update awards.csv
2025-03-25 12:27:09 -05:00
ekzyis
df17bc3b25
Use MULTI_AUTH_REGEXP to test for multi auth keys ( #2020 )
2025-03-25 12:25:55 -05:00
ekzyis
04a4092090
Reset if pointer is not a number or JWT cannot be decoded ( #2021 )
2025-03-25 12:25:37 -05:00
ekzyis
d7e01d0186
Remove multi auth error checking ( #2018 )
...
* Simplify state of selected account
* Remove multi auth error checking
2025-03-25 12:24:15 -05:00
Keyan
eaa15b3b43
Update awards.csv with all 3 search issue closes
2025-03-24 14:41:23 -05:00
Keyan
9b4f1643a7
Update awards.csv
2025-03-24 14:35:22 -05:00
Keyan
411c8317b0
Update awards.csv using failed dangling github actions
2025-03-24 14:25:54 -05:00
github-actions[bot]
c39bfcecb6
Extending awards.csv ( #2013 )
...
Co-authored-by: huumn <34140557+huumn@users.noreply.github.com>
2025-03-24 13:31:46 -05:00
Edward Kung
f20ebad772
allow sort for search queries with only filters ( #2012 )
2025-03-23 11:53:45 -05:00
ekzyis
3ff03960eb
Remove unused addAccount, removeAccount ( #2009 )
2025-03-23 11:53:04 -05:00
ekzyis
9b08988402
Refactor login cookie with cookieOptions function ( #2003 )
2025-03-22 19:36:04 -05:00
ekzyis
b54268a88f
normalized wallet logs ( #1826 )
...
* Add invoiceId, withdrawalId to wallet logs
* Truncate wallet logs
* Fix extra db dips per log line
* Fix leak of invoice for sender
2025-03-22 17:31:10 -05:00
ekzyis
e7eece744f
Use __Secure- cookie prefix ( #1998 )
2025-03-22 16:59:57 -05:00
M Ʌ R C
54d3b11fbc
Update faq.md ( #2008 )
...
Adding links to guides
2025-03-22 10:51:10 -05:00
k00b
06b877e3d3
bump nextjs
2025-03-22 10:13:32 -05:00
ekzyis
5ff1334722
Remove unnecessary exports ( #2006 )
2025-03-21 19:56:01 -05:00
ekzyis
5e2185c18f
Use cookieOptions for pointer cookie ( #2005 )
2025-03-21 19:53:49 -05:00
k00b
bce4053b72
update boost explainer
2025-03-21 19:49:53 -05:00
k00b
2d619438b1
make hot_score_view editable through parameters of another view
2025-03-21 19:47:12 -05:00
k00b
5164258df8
remove independence threshold
2025-03-20 19:18:56 -05:00
ekzyis
f96b3bf19a
Fix useQuery lifecycle anti-pattern ( #2001 )
2025-03-20 17:46:19 -05:00
ekzyis
a83783f008
Fix missing max-age cookie option ( #2000 )
2025-03-20 16:38:13 -05:00
soxa
dbbd9477fd
don't send a verification email during sign in if no match ( #1999 )
...
* don't send verification email on signin if there's no matching user, update email.js message
* conditional magic code message; signup/signin button
* unnecessary useCallback
* switch to cookie parsing lib
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2025-03-20 15:32:31 -05:00
Keyan
a669ec832b
Update README.md
2025-03-20 13:28:26 -05:00
k00b
7dccd383c3
fix hot score on limited comment queries fix #1996
2025-03-20 12:21:20 -05:00
ekzyis
271563efbd
Fix space before question mark in delete prompt ( #1995 )
2025-03-20 10:48:17 -05:00
ekzyis
ada230597d
Fix anon dropdown button width ( #1997 )
2025-03-20 10:46:07 -05:00
Edward Kung
08501583df
reset nym editting state on page change ( #1993 )
2025-03-19 18:55:22 -05:00
ekzyis
74d99e9b74
Reset multi_auth cookies on error ( #1957 )
...
* multi_auth cookies check + reset
* multi_auth cookies refresh
* Expire cookies after 30 days
This is the actual default for next-auth.session-token.
* Collapse issues by default
* Only refresh session cookie manually as anon
* fix mangled merge
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: k00b <k00b@stacker.news>
2025-03-19 18:54:43 -05:00
soxa
71caa6d0fe
Prevent new account creation on login ( #1976 )
...
* Prevent account creation if we're not signin up
* remove cookie once logged in, 24 hours expiry, comment
* adjust error messages
* check signin instead of signup
* appendHeader to avoid overwrites, fix typo, use NodeNextRequest to handle cookies
* expire cookie if signup
2025-03-19 16:55:38 -05:00
k00b
4f17615291
fix expireBoost boolean condition
2025-03-19 11:48:36 -05:00
k00b
0e4b467b3c
make expire boost exclude unpaid invoices
2025-03-19 11:44:35 -05:00
Edward Kung
9905e6eafe
Top cowboys territory selector fix ( #1972 )
...
* fix territory selector when in top/cowboys
* redirect /~sub/top/cowboys to /top/cowboys
* check if pathname ends with /top/cowboys
Co-authored-by: ekzyis <ek@stacker.news>
* fix territory selector in top/stackers and top/territories
* better routing logic
---------
Co-authored-by: ekzyis <ek@stacker.news>
2025-03-19 08:19:19 -05:00
github-actions[bot]
fc6cbba40c
Extending awards.csv ( #1988 )
...
Co-authored-by: huumn <34140557+huumn@users.noreply.github.com>
2025-03-18 18:18:58 -05:00
ekzyis
60f628e77e
Fix no pw manager autofill for device sync password ( #1953 )
...
* Fix no pw manager autofill for device sync password
* Remove unused rows property
2025-03-18 18:17:23 -05:00
soxa
63704a5f0f
Hide pull-to-refresh when not pulling ( #1986 )
2025-03-18 18:16:36 -05:00
ekzyis
964cdc1d61
Fix warning about missing key for children ( #1987 )
2025-03-18 17:48:13 -05:00
Scroogey-SN
e31f8e9c69
Support .onion for phoenixd ( #1975 )
...
* fix #1964 support .onion urls like lnbits does
* fix lint: const hostname
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2025-03-18 15:39:53 -05:00