.. |
controllers
|
Add TrendsWorker for tracking/querying trending tags with a Web Worker
|
2023-12-04 16:33:02 -06:00 |
db
|
Enable WAL mode on the database
|
2023-10-11 22:30:07 -05:00 |
middleware
|
Cache trending tags (with code copied from Mostr)
|
2023-12-04 13:19:20 -06:00 |
schemas
|
Move emojiTagSchema into schemas/nostr.ts
|
2023-10-06 12:39:22 -05:00 |
uploaders
|
fetchWorker: support POST'ing (and FormData)
|
2023-11-29 13:01:48 -06:00 |
utils
|
Cache trending tags (with code copied from Mostr)
|
2023-12-04 13:19:20 -06:00 |
views
|
Delete nostr-to-mastoapi.ts, add notifications.ts and relationships.ts
|
2023-10-06 15:40:34 -05:00 |
workers
|
Add TrendsWorker for tracking/querying trending tags with a Web Worker
|
2023-12-04 16:33:02 -06:00 |
app.ts
|
Cache trending tags (with code copied from Mostr)
|
2023-12-04 13:19:20 -06:00 |
client.ts
|
client: use the same pool as the firehose
|
2023-09-06 01:18:07 -05:00 |
config.ts
|
Set SQLite PRAGMAs on start
|
2023-10-11 23:05:43 -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
|
Rewrite SqliteWorker with Comlink
|
2023-12-03 14:58:35 -06:00 |
deps-test.ts
|
fetchWorker: support RequestInit
|
2023-11-28 21:31:26 -06:00 |
deps.ts
|
Upgrade nostr-relaypool to v0.6.30, disable logging
|
2023-12-04 16:49:54 -06: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
|
mixer: stop querying relays
|
2023-10-09 13:15:02 -05:00 |
note.ts
|
views/attachment.ts -> views/mastodon/attachments.ts
|
2023-10-06 15:19:13 -05:00 |
pipeline.ts
|
Add TrendsWorker for tracking/querying trending tags with a Web Worker
|
2023-12-04 16:33:02 -06:00 |
pool.ts
|
Upgrade nostr-relaypool to v0.6.30, disable logging
|
2023-12-04 16:49:54 -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
|
Stop querying the pool
|
2023-10-09 13:17:02 -05:00 |
schema.ts
|
Move emojiTagSchema into schemas/nostr.ts
|
2023-10-06 12:39:22 -05:00 |
server.ts
|
Add Sentry integration
|
2023-10-05 16:08:12 -05:00 |
sign.ts
|
c.req.headers.get --> c.req.header, hono deprecation
|
2023-11-20 12:39:20 -06:00 |
subs.ts
|
subs: allow any object in place of the socket
|
2023-08-26 15:55:16 -05:00 |
subscription.ts
|
Subscription: fix it with nostr-machina
|
2023-10-04 16:09:23 -05:00 |
tags.ts
|
pipeline: process kind 5 deletion events
|
2023-09-05 21:24:59 -05: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
|
eventMatchesTemplate: let the event timestamp be greater than the template
|
2023-11-20 21:20:14 -06:00 |
views.ts
|
Add views/mastodon/accounts.ts, views/mastodon/emojis.ts
|
2023-10-06 15:28:02 -05:00 |