| .. |
|
controllers
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -05:00 |
|
db
|
db/unattached-media: refactor queries, DRY
|
2023-09-09 22:03:02 -05:00 |
|
middleware
|
auth98: fix nsec flow
|
2023-09-08 18:29:26 -05:00 |
|
schemas
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -05:00 |
|
transformers
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -05:00 |
|
uploaders
|
Add a configUploader module to select the uploader based on config
|
2023-09-08 16:04:55 -05:00 |
|
utils
|
unattached-media: delete orphaned attachments after 15 minutes
|
2023-09-09 19:27:39 -05:00 |
|
views
|
media: add attachment view, unify types
|
2023-09-09 21:33:12 -05:00 |
|
app.ts
|
Fix nip98 signing (validate proof), skip validating payload for media requests
|
2023-09-08 18:22:38 -05:00 |
|
client.ts
|
client: use the same pool as the firehose
|
2023-09-06 01:18:07 -05:00 |
|
config.ts
|
media: enforce a filesize limit on uploads
|
2023-09-08 16:48:27 -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 unattached_media table, insert one when uploading a file
|
2023-09-09 17:41:30 -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
|
db/events: pass EventData, index all media from local users
|
2023-09-09 15:48:03 -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
|
auth98: fix nsec flow
|
2023-09-08 18:29:26 -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 |