ditto/src
2023-09-05 21:52:16 -05:00
..
controllers frontendConfigController: add a #d filter 2023-09-03 19:18:05 -05:00
db db/events: delete FTS rows when deleting events 2023-09-05 17:25:54 -05:00
middleware auth98: requireProof --> requireAdmin 2023-09-02 20:52:17 -05:00
schemas Implement frontend configurations 2023-09-03 18:49:45 -05:00
transformers Implement frontend configurations 2023-09-03 18:49:45 -05:00
utils auth98: make requireProof obtain the event over NIP-46 2023-09-02 19:33:13 -05:00
app.ts cron: delete old remote events every hour 2023-09-04 19:46:39 -05:00
client.ts Move filter types into filter.ts 2023-08-25 13:38:21 -05:00
config.ts config: preserve query params in Conf.local 2023-09-02 22:38:21 -05:00
cron.ts cron: run cleanupEvents on startup 2023-09-05 21:52:16 -05:00
crypto.ts Rework web signer to use NIP-46 events 2023-08-26 18:03:59 -05:00
db.ts db/events: rework tags, make event_id a FK to events again, drop value_2 and value_3 2023-09-05 16:55:16 -05:00
deps-test.ts Bump std to v0.198.0 2023-08-10 14:08:47 -05:00
deps.ts cron: delete old remote events every hour 2023-09-04 19:46:39 -05:00
filter.ts filter: treat the admin pubkey as local 2023-08-26 17:31:52 -05:00
firehose.ts pipeline: broadcast deletions to all known relays 2023-09-05 21:45:30 -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 Rename Conf.url() to Conf.local(), replace it with a URL of localDomain 2023-07-09 18:26:33 -05:00
pipeline.ts pipeline: broadcast deletions to all known relays 2023-09-05 21:45:30 -05:00
queries.ts accounts: followers/following & status counts 2023-08-30 09:50:51 -05:00
schema.ts schema: add comments 2023-08-29 13:28:16 -05:00
server.ts Load dotenv in config.ts, ignore .env.defaults and .env.example 2023-08-04 14:17:50 -05:00
sign.ts sign: simplify awaitSignedEvent (remove unnecessary conditional, rearrange error, fix crash) 2023-09-02 22:39:35 -05:00
subs.ts subs: allow any object in place of the socket 2023-08-26 15:55:16 -05:00
subscription.ts Move filter types into filter.ts 2023-08-25 13:38:21 -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
utils.ts sign: ensure the NIP-46 result matches the template 2023-09-02 20:09:28 -05:00
views.ts Add followers/following endpoints 2023-08-30 10:27:45 -05:00