Alex Gleason
|
88df19494a
|
Expose /metrics in hono
|
2024-06-21 22:46:37 -05:00 |
|
Alex Gleason
|
31a5533fd7
|
Add Prometheus metrics
|
2024-06-21 22:38:25 -05:00 |
|
P. Reis
|
9731fc2572
|
feat: add scavenger to the pipeline
|
2024-06-21 22:25:34 -03:00 |
|
P. Reis
|
89b56539d1
|
test(scavenger): code coverage 100.00%
|
2024-06-21 22:23:34 -03:00 |
|
P. Reis
|
771d7f79db
|
refactor(scavenger): put SQL insert into try-catch block
|
2024-06-21 21:45:55 -03:00 |
|
P. Reis
|
1b30f10a9f
|
test(scavenger): store valid data into event_zaps table
|
2024-06-21 21:39:18 -03:00 |
|
P. Reis
|
2c08b9a2f0
|
feat: create scavenger and handle kind 9735
|
2024-06-21 20:36:59 -03:00 |
|
P. Reis
|
ec82e14410
|
fix: add amount_millisats in event_zaps index
|
2024-06-21 18:35:26 -03:00 |
|
P. Reis
|
2d937a7378
|
refactor(event_zaps): rename amount to amount_millisats
|
2024-06-21 18:20:10 -03:00 |
|
Alex Gleason
|
53e7e856c1
|
streamingController: bail early if limited
|
2024-06-20 16:20:18 -05:00 |
|
Alex Gleason
|
44dfd15502
|
streamingController: rate-limit with ttl-cache
|
2024-06-20 16:15:31 -05:00 |
|
P. Reis
|
1b4ebaccd8
|
refactor: resolve import specifier via the active import map
|
2024-06-20 15:26:08 -03:00 |
|
P. Reis
|
bac0b48801
|
feat: add migration for event_zaps;create idx_event_zaps_id_amount
|
2024-06-20 14:36:19 -03:00 |
|
P. Reis
|
ddb93af09f
|
feat(DittoTables): create EventZapRow
|
2024-06-20 14:33:25 -03:00 |
|
Alex Gleason
|
766290bd45
|
accountStatusesController: fix oopsie whoopsie TypeError (gj TypeScript)
|
2024-06-20 05:59:41 +00:00 |
|
Alex Gleason
|
003d60c959
|
Don't display posts of disabled user on their profile
|
2024-06-19 14:06:02 -05:00 |
|
Alex Gleason
|
3daac37e08
|
Render custom emoji reaction in notifications
|
2024-06-19 13:35:43 -05:00 |
|
Alex Gleason
|
875eee7a77
|
Avoid using the user's own relay list when publishing events
Sadly I think these relays are causing Ditto to lock up and stop working. This sucks
|
2024-06-19 13:25:06 -05:00 |
|
Alex Gleason
|
6ee9eb63d3
|
Get Ditto version from deno.json
|
2024-06-18 18:05:11 -05:00 |
|
Alex Gleason
|
335cb991d2
|
Add a few NIP-011 limitation fields
|
2024-06-18 17:49:52 -05:00 |
|
Alex Gleason
|
0d3c619245
|
rateLimitMiddleware: improve tsdoc comment
|
2024-06-18 15:24:44 -05:00 |
|
Alex Gleason
|
330b38ff68
|
Move rateLimiterMiddleware to a separate file
|
2024-06-18 14:28:13 -05:00 |
|
Alex Gleason
|
a824d72a1a
|
Add IP rate limiter
|
2024-06-18 12:09:29 -05:00 |
|
Alex Gleason
|
66abfa38c3
|
Upgrade hono, switch it to use JSR
|
2024-06-18 11:51:51 -05:00 |
|
Alex Gleason
|
1fe4b4bb81
|
Upgrade kysely_deno_postgres
|
2024-06-17 23:36:50 -05:00 |
|
Alex Gleason
|
c48b976d04
|
Revert "Merge branch 'stats-transaction' into 'main'"
This reverts merge request !386
|
2024-06-18 01:11:03 +00:00 |
|
Alex Gleason
|
1209b1c430
|
Merge branch 'fix-zap-amount-zero' into 'main'
Get zap amount from zap receipt if not present in zap request
See merge request soapbox-pub/ditto!385
|
2024-06-18 00:16:09 +00:00 |
|
P. Reis
|
8b67a05792
|
refactor: parse zap request with zod
|
2024-06-17 21:07:27 -03:00 |
|
P. Reis
|
bf017195a6
|
refactor: sort imports alphabetically
|
2024-06-17 20:15:51 -03:00 |
|
P. Reis
|
98565efa12
|
refactor(bolt11): get amount with new library
|
2024-06-17 19:49:18 -03:00 |
|
Alex Gleason
|
2f3b656af5
|
Upgrade Nostrify to v0.23.3, remove normalizeFilters call in EventsDB (NDatabase does this now)
|
2024-06-17 17:29:01 -05:00 |
|
Alex Gleason
|
74944dcd2a
|
EventsDB: remove no longer relevant tests
|
2024-06-17 16:40:06 -05:00 |
|
Alex Gleason
|
8c3e16fd41
|
Ignore repetitive error message
|
2024-06-17 16:29:52 -05:00 |
|
P. Reis
|
c6425ad7ff
|
fix(bolt11): print error
|
2024-06-17 18:15:42 -03:00 |
|
Alex Gleason
|
96af3bb8bf
|
Update stats in a transaction
|
2024-06-17 16:07:03 -05:00 |
|
P. Reis
|
7a29c349e8
|
fix: get amount from zap receipt if not present in zap request
|
2024-06-17 14:51:12 -03:00 |
|
P. Reis
|
2f49e94e4c
|
test(bolt11): getAmount function
|
2024-06-17 14:51:12 -03:00 |
|
P. Reis
|
82bf36f064
|
feat(bolt11): create getAmount function
|
2024-06-17 14:51:09 -03:00 |
|
Alex Gleason
|
c3af8299f1
|
Spread s3 config
Fixes https://gitlab.com/soapbox-pub/ditto/-/issues/156
|
2024-06-15 23:51:50 -05:00 |
|
Alex Gleason
|
c39fd2daa2
|
Improve the setup script and clean up config
|
2024-06-15 23:41:19 -05:00 |
|
Alex Gleason
|
e63ee9b5a3
|
Add interfaces for Mastodon entity types, hide deactivated accounts
|
2024-06-15 19:36:34 -05:00 |
|
Alex Gleason
|
6ce8aae0d1
|
trends: rewrite getTrendingTags to process the history in serial, split across several queries
|
2024-06-15 18:14:38 -05:00 |
|
Alex Gleason
|
a3b7acd1c1
|
Cache trends API results at a different interval than trends calculations
|
2024-06-15 17:18:55 -05:00 |
|
Alex Gleason
|
8d8e46eae8
|
Add a script to update trends
|
2024-06-15 12:13:35 -05:00 |
|
Alex Gleason
|
9c640ca86b
|
Change verson to v1.0.0
|
2024-06-14 08:32:49 -05:00 |
|
Alex Gleason
|
91fe7acbd2
|
Index nostr_tags.name
|
2024-06-13 21:36:07 -05:00 |
|
Alex Gleason
|
7186f49316
|
Remove URL restriction from r tag
|
2024-06-13 19:17:53 -05:00 |
|
Alex Gleason
|
d06cafd0dd
|
nameRequestController: prevent submitting the same name twice
|
2024-06-13 19:11:59 -05:00 |
|
Alex Gleason
|
5658c5db08
|
nameRequestsController: ids.size === 0 => !ids.size
|
2024-06-13 23:47:12 +00:00 |
|
Alex Gleason
|
100a5056eb
|
nameRequestsController: display only owned 3036 events
|
2024-06-13 18:42:59 -05:00 |
|