| .. |
|
controllers
|
Support admin accounts endpoint (first pass)
|
2024-01-05 15:35:55 -06:00 |
|
db
|
Delete db/events.ts, db/memorelay.ts, move to @/storages.ts
|
2024-01-03 21:56:41 -06:00 |
|
middleware
|
web.ts -> api.ts
|
2024-01-01 17:03:32 -06:00 |
|
schemas
|
Move emojiTagSchema into schemas/nostr.ts
|
2023-10-06 12:39:22 -05:00 |
|
storages
|
Support admin accounts endpoint (first pass)
|
2024-01-05 15:35:55 -06:00 |
|
uploaders
|
fetchWorker: support POST'ing (and FormData)
|
2023-11-29 13:01:48 -06:00 |
|
utils
|
EventSet: event2 -> target
|
2024-01-03 22:15:20 -06:00 |
|
views
|
Support admin accounts endpoint (first pass)
|
2024-01-05 15:35:55 -06:00 |
|
workers
|
debug: fetch.worker, sqlite.worker
|
2023-12-27 16:59:06 -06:00 |
|
app.ts
|
Support admin accounts endpoint (first pass)
|
2024-01-05 15:35:55 -06:00 |
|
client.ts
|
client: use EventSet, normalizeFilters
|
2024-01-03 22:20:30 -06:00 |
|
config.ts
|
SearchStore works!
|
2024-01-04 00:07:57 -06:00 |
|
cron.ts
|
debug: more modules
|
2023-12-27 20:19:59 -06:00 |
|
crypto.ts
|
Rework web signer to use NIP-46 events
|
2023-08-26 18:03:59 -05:00 |
|
db.ts
|
Drop users table
|
2023-12-29 17:01:23 -06:00 |
|
deps-test.ts
|
fetchWorker: support RequestInit
|
2023-11-28 21:31:26 -06:00 |
|
deps.ts
|
Memorelay: reimplement by just looping events with matchFilters
|
2024-01-03 13:55:22 -06:00 |
|
filter.test.ts
|
Add a function to calculate the intrinsic limit of a filter
|
2024-01-03 17:20:29 -06:00 |
|
filter.ts
|
Memorelay: normalize filters
|
2024-01-03 18:15:28 -06:00 |
|
firehose.ts
|
debug: firehose, stats, sub
|
2023-12-27 19:35:06 -06:00 |
|
kinds.ts
|
Convert users to Events
|
2023-12-29 16:37:18 -06:00 |
|
note.ts
|
note: don't console.error on bad link, fix isLinkURL function
|
2023-12-27 21:25:57 -06:00 |
|
pipeline.ts
|
Delete db/events.ts, db/memorelay.ts, move to @/storages.ts
|
2024-01-03 21:56:41 -06:00 |
|
pool.ts
|
Rework client as EventStore
|
2023-12-29 13:22:51 -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
|
@/store.ts -> @/storages/types.ts
|
2024-01-03 22:02:34 -06:00 |
|
reqmeister.ts
|
@/store.ts -> @/storages/types.ts
|
2024-01-03 22:02:34 -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
|
web.ts -> api.ts
|
2024-01-01 17:03:32 -06:00 |
|
stats.ts
|
Delete db/events.ts, db/memorelay.ts, move to @/storages.ts
|
2024-01-03 21:56:41 -06:00 |
|
storages.ts
|
SearchStorage: make author relations work
|
2024-01-04 00:52:55 -06:00 |
|
subs.ts
|
debug: minimize socket close output
|
2024-01-01 17:30:01 -06:00 |
|
subscription.ts
|
Subscription: fix it with nostr-machina
|
2023-10-04 16:09:23 -05:00 |
|
tags.test.ts
|
setTag -> addTag
|
2023-12-31 22:06:35 -06:00 |
|
tags.ts
|
setTag -> addTag
|
2023-12-31 22:06:35 -06: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
|
Remove isFollowing util
|
2023-12-31 20:31:06 -06:00 |
|
views.ts
|
Delete db/events.ts, db/memorelay.ts, move to @/storages.ts
|
2024-01-03 21:56:41 -06:00 |