Alex Gleason
|
5dca8d4950
|
pipeline: let ditto admin skip the policy
|
2024-09-19 21:57:59 -05:00 |
|
Alex Gleason
|
cc2b5cf66a
|
Merge branch 'firehose-kinds' into 'main'
Add FIREHOSE_KINDS variable
See merge request soapbox-pub/ditto!501
|
2024-09-20 02:56:03 +00:00 |
|
Alex Gleason
|
b53c6dab62
|
Add FIREHOSE_KINDS variable
|
2024-09-19 21:51:48 -05:00 |
|
P. Reis
|
ebeb150463
|
refactor: use search in author_stats
|
2024-09-19 19:37:13 -03:00 |
|
P. Reis
|
1b6e9160ec
|
test: update to use author_stats table
|
2024-09-19 19:36:44 -03:00 |
|
P. Reis
|
2727523540
|
feat: order search by followers count also
|
2024-09-19 19:36:13 -03:00 |
|
P. Reis
|
f063da1b86
|
refactor: add search field to AuthorStatsRow, remove AuthorSearch interface
|
2024-09-19 19:35:38 -03:00 |
|
P. Reis
|
017c17c8a2
|
refactor: remove author_search table, put search in author_stats
|
2024-09-19 19:35:05 -03:00 |
|
Alex Gleason
|
d1f452d87b
|
Merge branch 'fix-pg-trgm-operator' into 'main'
Fix search, use word_similarity operator
Closes #213
See merge request soapbox-pub/ditto!498
|
2024-09-19 13:58:45 +00:00 |
|
P. Reis
|
2f27e22b4c
|
test(getPubkeysBySearch): change search query
|
2024-09-19 10:15:41 -03:00 |
|
P. Reis
|
148e714863
|
fix(pg_trgm): use <% instead of %
|
2024-09-19 10:07:04 -03:00 |
|
P. Reis
|
aa07809e3f
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-18 18:32:35 -03:00 |
|
Alex Gleason
|
ee68fbad48
|
Merge branch 'domain-search-perf' into 'main'
EventsDB: fix domain search performance (also allow searching by multiple languages/domains)
See merge request soapbox-pub/ditto!497
|
2024-09-18 18:46:37 +00:00 |
|
Alex Gleason
|
5ecf016cb9
|
EventsDB: fix domain search performance (also allow searching by multiple languages/domains)
|
2024-09-18 13:42:43 -05:00 |
|
Alex Gleason
|
f55a6d515a
|
Merge branch 'enhance-profile-search-again' into 'main'
feat: show users you follow first in search
Closes soapbox#1724
See merge request soapbox-pub/ditto!494
|
2024-09-18 18:02:15 +00:00 |
|
Alex Gleason
|
8890f6bce5
|
searchEvents: fix account_id, simplify code
|
2024-09-18 12:58:17 -05:00 |
|
P. Reis
|
4ae17c4993
|
refactor: make getPubkeysBySearch() function return Set<string>
|
2024-09-18 14:15:18 -03:00 |
|
P. Reis
|
f1c0d8c18f
|
refactor(getPubkeysBySearch): rename followList to followedPubkeys
|
2024-09-18 11:30:41 -03:00 |
|
P. Reis
|
373e9ca6d8
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-17 17:06:45 -03:00 |
|
P. Reis
|
f73b20bf03
|
refactor: make getPubkeysBySearch() function use set of strings Set<string>
|
2024-09-17 14:50:33 -03:00 |
|
P. Reis
|
47c1d290b0
|
Merge branch 'main' into enhance-profile-search-again
|
2024-09-17 14:42:15 -03:00 |
|
Alex Gleason
|
c67d27e580
|
Merge branch 'refactor-queries-ts' into 'main'
refactor: getFollowedPubkeys() and getFeedPubkeys() functions return Set<string>
See merge request soapbox-pub/ditto!496
|
2024-09-17 17:40:39 +00:00 |
|
P. Reis
|
19069c0417
|
refactor: return set in a different way
|
2024-09-17 14:37:04 -03:00 |
|
P. Reis
|
7eab62b9a9
|
refactor: getFollowedPubkeys() and getFeedPubkeys() functions return Set<string>
|
2024-09-17 14:02:46 -03:00 |
|
Alex Gleason
|
8ba9e6e8b8
|
Merge branch 'nip70' into 'main'
Block NIP-70 protected events
See merge request soapbox-pub/ditto!495
|
2024-09-17 14:48:31 +00:00 |
|
Alex Gleason
|
d32b12c814
|
Block NIP-70 protected events
|
2024-09-17 09:44:46 -05:00 |
|
P. Reis
|
8cd212e407
|
test: add missing argument in getPubkeysBySearch() function
|
2024-09-17 11:09:39 -03:00 |
|
P. Reis
|
52001373e0
|
feat: show users you follow first in search
getPubkeysBySearch() function refactored to accept a followList argument
|
2024-09-17 11:04:27 -03:00 |
|
Alex Gleason
|
e0dee33aec
|
Merge branch 'pglite-debug' into 'main'
Add PGLITE_DEBUG environment variable
See merge request soapbox-pub/ditto!493
|
2024-09-16 17:36:50 +00:00 |
|
Alex Gleason
|
8e3ddaa056
|
Add PGLITE_DEBUG environment variable
|
2024-09-16 12:31:50 -05:00 |
|
P. Reis
|
2fe6a8fde5
|
refactor: move getPubkeysBySearch () function to a new location
|
2024-09-16 14:24:26 -03:00 |
|
P. Reis
|
a18b049eb7
|
feat: make notifications great again
it works the same as before, but with way less code
|
2024-09-16 14:08:45 -03:00 |
|
P. Reis
|
9b66499df3
|
fix: get zap recipient in gatherAuthors() function
this is needed to work correctly in notifications
|
2024-09-16 14:00:12 -03:00 |
|
P. Reis
|
af13614f1a
|
test(hydrate): expect zap_message also
|
2024-09-16 13:31:49 -03:00 |
|
P. Reis
|
04a9a83fed
|
feat: hydrate zap_message
|
2024-09-16 13:30:43 -03:00 |
|
P. Reis
|
7fea333483
|
feat(DittoEvent): add zap_message field
|
2024-09-16 13:30:01 -03:00 |
|
P. Reis
|
07c364b829
|
test(hydrate): add zap receipt, kind 9735
|
2024-09-16 13:17:42 -03:00 |
|
P. Reis
|
4f0f1182b8
|
test(fixtures): jack zaps patrick
|
2024-09-16 13:15:58 -03:00 |
|
P. Reis
|
10f30b3661
|
test(fixtures): patrick kind 1, post zapped
|
2024-09-16 13:15:43 -03:00 |
|
P. Reis
|
5caa482806
|
test(fixtures): patrick kind 0
|
2024-09-16 13:15:21 -03:00 |
|
P. Reis
|
516866a905
|
test(fixtures): jack kind 0
|
2024-09-16 13:15:05 -03:00 |
|
P. Reis
|
a2077e3d40
|
feat: hydrate zap receipt kind 9735 - gatherZapSender, gatherZapped
|
2024-09-16 13:13:55 -03:00 |
|
P. Reis
|
6e2508063b
|
feat(DittoEvent): add zapped, zap_sender & zap_amount
|
2024-09-16 13:10:10 -03:00 |
|
P. Reis
|
8b5940298c
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-16 09:18:40 -03:00 |
|
Alex Gleason
|
4d0ae401b3
|
Merge branch 'fix-postgres-password-input' into 'main'
Change setup.ts to use password input instead of plaintext
See merge request soapbox-pub/ditto!492
|
2024-09-16 00:28:00 +00:00 |
|
Siddharth Singh
|
0dcb1965be
|
Change setup.ts to use password input instead of plaintext
|
2024-09-16 05:52:51 +05:30 |
|
Alex Gleason
|
a87497380a
|
Make pipeline query easier to look at
|
2024-09-15 19:22:14 -05:00 |
|
Alex Gleason
|
718795fcd1
|
Merge branch 'fix-postgresjs-error' into 'main'
Fix ambiguous postgres.js errors
Closes #205
See merge request soapbox-pub/ditto!491
|
2024-09-16 00:03:39 +00:00 |
|
Alex Gleason
|
5a98ba86bf
|
Fix ambiguous postgres.js errors
|
2024-09-15 18:58:34 -05:00 |
|
Alex Gleason
|
8510f22d1b
|
Only save the nip05 in author search if it's valid
|
2024-09-15 18:33:16 -05:00 |
|