.. |
controllers
|
accounts: return a blank account for verify_credentials if it isn't resolved
|
2023-09-11 09:08:15 -05:00 |
db
|
pipeline: delete unattached-media rows when authoring an event
|
2023-09-09 22:27:37 -05:00 |
middleware
|
csp: use template literals to avoid escaping single quotes
|
2023-09-11 04:07:54 -05:00 |
schemas
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -05:00 |
transformers
|
Render status account from pubkey
|
2023-09-11 09:46:41 -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
|
nip98: fix pow check
|
2023-09-10 17:11:13 -05:00 |
views
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -05:00 |
app.ts
|
Remove POW requirement for now
|
2023-09-11 05:57:50 -05:00 |
client.ts
|
client: use the same pool as the firehose
|
2023-09-06 01:18:07 -05:00 |
config.ts
|
Make registrations configurable by env
|
2023-09-10 23:44:30 -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
|
accounts: return a blank account for verify_credentials if it isn't resolved
|
2023-09-11 09:08:15 -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
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -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
|
Add a mediaController for s3 uploads
|
2023-09-06 17:55:46 -05:00 |
server.ts
|
Add a precheck file to throw when config is wrong
|
2023-09-08 15:48:00 -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
|
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
|
db/events: use stricter tagConditions to not pollute the database
|
2023-09-09 15:29:17 -05:00 |
views.ts
|
Add followers/following endpoints
|
2023-08-30 10:27:45 -05:00 |