ditto/src
2023-11-29 13:04:22 -06:00
..
controllers c.req.headers.get --> c.req.header, hono deprecation 2023-11-20 12:39:20 -06:00
db Enable WAL mode on the database 2023-10-11 22:30:07 -05:00
middleware c.req.headers.get --> c.req.header, hono deprecation 2023-11-20 12:39: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 Add fetchWorker for fetching off the main thread 2023-11-28 18:56:31 -06:00
views Delete nostr-to-mastoapi.ts, add notifications.ts and relationships.ts 2023-10-06 15:40:34 -05:00
workers fetchWorker: Array.from --> [...] 2023-11-29 13:04:22 -06:00
app.ts Require POW on signup 2023-11-20 19:57:47 -06:00
client.ts client: use the same pool as the firehose 2023-09-06 01:18:07 -05: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 deno lint 2023-10-11 23:48:01 -05:00
deps-test.ts fetchWorker: support RequestInit 2023-11-28 21:31:26 -06:00
deps.ts Add fetchWorker for fetching off the main thread 2023-11-28 18:56:31 -06:00
filter.ts filter: treat the admin pubkey as local 2023-08-26 17:31:52 -05:00
firehose.ts Move pool to a separate module (to avoid importing firehose in tests) 2023-09-05 22:00:32 -05: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: delete unattached-media rows when authoring an event 2023-09-09 22:27:37 -05:00
pool.ts Move pool to a separate module (to avoid importing firehose in tests) 2023-09-05 22:00:32 -05: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 Stop querying the pool 2023-10-09 13:17:02 -05:00
schema.ts Move emojiTagSchema into schemas/nostr.ts 2023-10-06 12:39:22 -05:00
server.ts Add Sentry integration 2023-10-05 16:08:12 -05:00
sign.ts c.req.headers.get --> c.req.header, hono deprecation 2023-11-20 12:39:20 -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
trends.test.ts Trends: support author threshold (default: 3) 2023-07-25 18:04:00 -05:00
trends.ts Rename hexIdSchema back to nostrIdSchema 2023-08-12 11:48:49 -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 Add views/mastodon/accounts.ts, views/mastodon/emojis.ts 2023-10-06 15:28:02 -05:00