ditto/src
Alex Gleason 62675218ce
pipeline: trackRelatedEvents -> fetchRelatedEvents
2023-12-26 13:27:48 -06:00
..
controllers Replace all timeouts with AbortSignal 2023-12-22 10:47:47 -06:00
db db/events: remove author orderBy clause 2023-12-11 14:44:35 -06:00
middleware Cache trending tags (with code copied from Mostr) 2023-12-04 13:19:20 -06:00
schemas Move emojiTagSchema into schemas/nostr.ts 2023-10-06 12:39:22 -05:00
uploaders fetchWorker: support POST'ing (and FormData) 2023-11-29 13:01:48 -06:00
utils Replace all timeouts with AbortSignal 2023-12-22 10:47:47 -06:00
views Ensure relations are loaded throughout the API where needed 2023-12-10 16:21:18 -06:00
workers Track queries with Sentry 2023-12-07 12:09:04 -06:00
app.ts Cache trending tags (with code copied from Mostr) 2023-12-04 13:19:20 -06:00
client.ts Merge remote-tracking branch 'origin/main' into threads 2023-12-22 22:56:12 -06:00
common.ts Reqmeister: timeout -> signal 2023-12-23 11:16:18 -06:00
config.ts Set SQLite PRAGMAs on start 2023-10-11 23:05:43 -05:00
cron.ts unattached-media: delete orphaned attachments after 15 minutes 2023-09-09 19:27:39 -05:00
crypto.ts Rework web signer to use NIP-46 events 2023-08-26 18:03:59 -05:00
db.ts pubkey_stats --> author_stats 2023-12-10 16:04:52 -06:00
deps-test.ts fetchWorker: support RequestInit 2023-11-28 21:31:26 -06:00
deps.ts deps: remove Author from nostr-relaypool 2023-12-19 19:18:20 -06:00
filter.ts Merge remote-tracking branch 'origin/main' into threads 2023-12-22 22:56:12 -06:00
firehose.ts Move console.info from firehose to pipeline 2023-12-22 10:24:14 -06:00
kinds.ts kinds: improve detection of legacy kinds 2023-08-26 13:25:32 -05:00
mixer.ts mixer: stop querying relays 2023-10-09 13:15:02 -05:00
note.ts views/attachment.ts -> views/mastodon/attachments.ts 2023-10-06 15:19:13 -05:00
pipeline.ts pipeline: trackRelatedEvents -> fetchRelatedEvents 2023-12-26 13:27:48 -06:00
pool.ts Pool: log number of active relays to connect to 2023-12-17 11:00:04 -06:00
pragma.ts Fix tests 2023-10-11 23:50:11 -05:00
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts Merge remote-tracking branch 'origin/main' into threads 2023-12-22 22:56:12 -06:00
reqmeister.ts Reqmeister: timeout -> signal 2023-12-23 11:16:18 -06:00
schema.ts Move emojiTagSchema into schemas/nostr.ts 2023-10-06 12:39:22 -05:00
sentry.ts Sentry: decrease tracesSampleRate to 0.2 2023-12-10 17:55:07 -06:00
server.ts Track queries with Sentry 2023-12-07 12:09:04 -06:00
sign.ts c.req.headers.get --> c.req.header, hono deprecation 2023-11-20 12:39:20 -06:00
stats.ts stats: clean up prev usage 2023-12-10 17:48:21 -06:00
subs.ts subs: allow any object in place of the socket 2023-08-26 15:55:16 -05:00
subscription.ts Subscription: fix it with nostr-machina 2023-10-04 16:09:23 -05:00
tags.ts pipeline: process kind 5 deletion events 2023-09-05 21:24:59 -05:00
types.ts Implement frontend configurations 2023-09-03 18:49:45 -05:00
upload.ts media: refactor upload code into a separate module 2023-09-11 17:49:38 -05:00
utils.ts eventMatchesTemplate: let the event timestamp be greater than the template 2023-11-20 21:20:14 -06:00
views.ts Ensure relations are loaded throughout the API where needed 2023-12-10 16:21:18 -06:00