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
k00b
b7dfef41c0
make search query work with os2.17 and upgrade containers
2025-03-18 14:01:00 -05:00
k00b
344c23ed5c
use max zap creation
2025-03-17 20:03:05 -05:00
Edward Kung
b71398a06c
Search improvements: Add relevance search and make recent searches less strict ( #1962 )
...
* reconfigured search pipeline
* remove console debug messages
* log1p for comments
* improve relevance of non-relevance sorted queries
---------
Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
Co-authored-by: k00b <k00b@stacker.news>
2025-03-17 19:25:20 -05:00
github-actions[bot]
1a52ff7784
Extending awards.csv ( #1978 )
...
Co-authored-by: huumn <34140557+huumn@users.noreply.github.com>
2025-03-17 14:31:00 -05:00
Scroogey-SN
a3762f70b0
fix #1959 strip trailing slashes from url ( #1973 )
2025-03-17 13:16:31 -05:00
ekzyis
c492618d31
Fix weeks not support in reminder command ( #1977 )
2025-03-17 13:15:09 -05:00
k00b
4be7f12119
add another hot_score index without nulls clause
2025-03-15 15:29:01 -05:00
Keyan
b672d015e2
territory specific trust ( #1965 )
...
* territory specific trust
* functional parity with master
* revert back to materialized view for ranking
* update query for populating subWeightedVotes
* fix anon hot comments
* fix zap denormalization, change weightedComments to be for zaps, order updates of ancestors to prevent deadlocks
* reduce weight of comment zaps for hot score
* do zap ancestor updates together
* initialize trust in new/unpopular territories
* simplify denormalization of zap/downzaps
* recompute all scores
2025-03-15 08:11:33 -05:00
Keyan
53f6c34ee7
Merge pull request #1974 from stackernews/rename-to-next-account
...
Fix missing rename to nextAccount
2025-03-15 08:06:21 -05:00
ekzyis
54e7793668
Fix missing rename to nextAccount
2025-03-14 22:01:55 -05:00
Keyan
0d93c92e30
Merge pull request #1971 from stackernews/fix-anon-failed-invoices
...
Don't poll failed invoices if anon
2025-03-12 20:25:12 -05:00
ekzyis
6f50b485b4
Don't poll failed invoices if anon
2025-03-12 20:10:15 -05:00
Keyan
6715943862
Merge pull request #1970 from stackernews/reply-cost-check
...
Add check for Sub.replyCost > 0
2025-03-12 19:46:47 -05:00
Keyan
dbce0a7517
Merge pull request #1969 from stackernews/fix-saloon-replies
...
Fix saloon replies
2025-03-12 19:46:21 -05:00
ekzyis
4e62053b45
Fix saloon replies
...
The query will return { replyCost: null } if no sub was found because of the left join.
2025-03-12 17:53:39 -05:00
ekzyis
a9943981fd
Add check for Sub.replyCost > 0
2025-03-12 17:53:15 -05:00
ekzyis
2038701ecf
Merge pull request #1968 from stackernews/faq-update
...
Update FAQ with wallet questions
2025-03-12 17:44:59 -05:00
ekzyis
b46418e71e
Shorten question
2025-03-12 15:14:57 -05:00
ekzyis
907a7aabbd
Update FAQ with wallet questions
2025-03-12 15:13:27 -05:00
Keyan
8f8b2e4496
Merge pull request #1966 from stackernews/rename-to-next-account
...
Rename to /api/next-account
2025-03-11 07:56:46 -05:00
ekzyis
69e62c1e6e
Rename to /api/next-account
2025-03-10 20:24:13 -05:00
Keyan
9aad2fd903
Merge pull request #1963 from stackernews/fix-item-cost
...
Fix item cost in details
2025-03-10 20:03:48 -05:00
k00b
ed9fa5f823
fix fragment when comment visited directly + one db dip
2025-03-10 20:02:55 -05:00
ekzyis
65b1db23a7
Fix item cost in details
2025-03-10 18:13:33 -05:00
Keyan
d8c604172a
Update awards.csv - pay up
2025-03-10 14:48:35 -05:00
ekzyis
3a93b04e07
Merge pull request #1960 from stackernews/fix-welcome
...
Fix fetching of user items in welcome script
2025-03-09 23:29:14 -05:00
ekzyis
0801191b9e
Fix fetching of user items in welcome script
2025-03-09 23:06:50 -05:00
ekzyis
7b725746b0
Remove unnecessary wrapping with NodeNext(Request|Response) ( #1956 )
2025-03-09 10:53:14 -05:00
ekzyis
5b7ff24955
Allow any admin to toggle SNL banner ( #1955 )
2025-03-07 18:01:34 -06:00
github-actions[bot]
8ad352ee0f
Extending awards.csv ( #1954 )
...
Co-authored-by: huumn <34140557+huumn@users.noreply.github.com>
2025-03-07 18:00:55 -06:00
Edward Kung
2c79472c69
Update semantic search documentation ( #1952 )
...
* update semantic search setup documentation
* instructions to modify .env.local instead of .env.development
* fix typo
2025-03-07 15:46:34 -06:00
Keyan
e269a8eb5b
Update awards.csv
2025-03-06 18:26:31 -06:00
k00b
19e3b65edd
store extracted links
2025-03-06 18:14:10 -06:00
k00b
b7130b68fd
sort notes
2025-03-06 18:14:10 -06:00
Keyan
9292d4f991
Update awards.csv - add known lnaddrs
2025-03-06 14:49:46 -06:00