ditto/src
Alex Gleason 7feecab723
stats: fix ambiguous column name error in Postgres?
2024-05-14 15:25:56 -05:00
..
controllers Merge remote-tracking branch 'origin/main' into signer-middleware 2024-05-14 14:48:47 -05:00
db Add a created_at, kind index for the global feed 2024-05-08 14:34:22 -05:00
interfaces quote_repost -> quote 2024-05-08 14:53:33 -05:00
middleware Remove 'user' from AppContext 2024-05-14 14:24:48 -05:00
pipeline Refactor Storages to get lazy-loaded only when they are used 2024-05-01 14:56:47 -05:00
policies test(MuteListPolicy): update error msg 2024-05-11 14:02:24 -03:00
schemas Remove zod schemas that we can get from NSchema 2024-05-01 19:51:12 -05:00
signers ConnectSigner: make getPublicKey used the stored value instead of actually hitting the relay 2024-05-14 12:20:36 -05:00
storages test(hydrate): refactor to import fixtures with 'eventFixture' function 2024-05-13 21:56:29 -03:00
uploaders Move more deps to aliases 2024-05-01 16:29:21 -05:00
utils Merge remote-tracking branch 'origin/main' into signer-middleware 2024-05-14 14:48:47 -05:00
views Fix mentions 2024-05-13 18:50:20 -05:00
workers Use a Kysely logger to log SQL regardless of the adapter used 2024-05-08 12:56:42 -05:00
RelayError.ts Move RelayError into its own file, add helper methods 2024-05-14 14:38:38 -05:00
app.ts Remove unused import 2024-05-14 14:48:37 -05:00
config.ts Add PG_POOL_SIZE environment variable 2024-05-08 11:46:27 -05:00
db.ts Make Kysely an import alias 2024-05-01 09:26:17 -05:00
deps-test.ts fetchWorker: support RequestInit 2023-11-28 21:31:26 -06:00
deps.ts @db/sqlite, scoped_performance aliases 2024-05-01 16:40:58 -05:00
filter.test.ts assert -> with 2024-01-31 16:45:50 -06:00
filter.ts filter: use getFilterLimit from nostr-tools 2024-05-03 13:26:26 -05:00
firehose.ts stickynotes alias 2024-05-01 16:14:50 -05:00
kinds.ts Convert users to Events 2023-12-29 16:37:18 -06:00
nostr-wasm.ts Move nostr-tools to an import alias 2024-04-30 18:43:53 -05:00
note.ts Alias unfurl, linkifyjs etc 2024-05-01 16:34:16 -05:00
pipeline.ts Update stats before storing event 2024-05-14 15:05:59 -05:00
pool.ts Remove `relays` table from the database, track them with a NIP-65 admin event 2024-05-01 19:15:20 -05:00
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts stickynotes alias 2024-05-01 16:14:50 -05:00
schema.ts Remove zod schemas that we can get from NSchema 2024-05-01 19:51:12 -05:00
sentry.ts Remove hono/sentry middleware, upgrade @sentry/deno 2024-04-30 13:01:43 -05:00
server.ts Move nostr-tools to an import alias 2024-04-30 18:43:53 -05:00
stats.ts stats: fix ambiguous column name error in Postgres? 2024-05-14 15:25:56 -05:00
storages.ts PoolStore: implement NRelay 2024-05-03 13:23:00 -05:00
tags.test.ts setTag -> addTag 2023-12-31 22:06:35 -06:00
tags.ts Update code to use new DittoEvent and DittoFilter. Event -> NostrEvent 2024-01-23 12:07:22 -06:00
test.ts Add an eventFixture function to import fixtures in tests 2024-05-10 14:10:19 -05:00
upload.ts s3: support pathStyle 2024-04-29 16:05:36 -05:00
utils.ts Remove zod schemas that we can get from NSchema 2024-05-01 19:51:12 -05:00
views.ts c.get('pubkey') -> await c.get('signer')?.getPublicKey() 2024-05-14 11:57:03 -05:00