ditto/src
Alex Gleason cb1141784e
views.ts: fix wrong import of toAccount
2023-10-06 15:19:27 -05:00
..
controllers views/attachment.ts -> views/mastodon/attachments.ts 2023-10-06 15:19:13 -05:00
db pipeline: delete unattached-media rows when authoring an event 2023-09-09 22:27:37 -05:00
middleware accounts: set nip05 during update_credentials 2023-09-11 18:44:44 -05:00
schemas Move emojiTagSchema into schemas/nostr.ts 2023-10-06 12:39:22 -05:00
uploaders s3: create the client instance from a function each time (so missing config doesn't crash it) 2023-09-11 14:42:29 -05:00
utils Move unfurl code to a separate module 2023-10-06 15:05:22 -05:00
views views/attachment.ts -> views/mastodon/attachments.ts 2023-10-06 15:19:13 -05:00
app.ts Add Sentry hono middleware 2023-10-05 20:04:27 -05:00
client.ts client: use the same pool as the firehose 2023-09-06 01:18:07 -05:00
config.ts Add Sentry integration 2023-10-05 16:08:12 -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 media: pukey --> pubkey, fix adding media tags to event 2023-09-09 20:12:47 -05:00
deps-test.ts Bump std to v0.198.0 2023-08-10 14:08:47 -05:00
deps.ts Add Sentry hono middleware 2023-10-05 20:04:27 -05: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 search: support MastoAPI params, improve performance, improve value lookup 2023-08-30 15:02:28 -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
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts accounts: followers/following & status counts 2023-08-30 09:50:51 -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 Add messages to HTTPException's 2023-09-10 19:43:07 -05: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 db/events: use stricter tagConditions to not pollute the database 2023-09-09 15:29:17 -05:00
views.ts views.ts: fix wrong import of toAccount 2023-10-06 15:19:27 -05:00