| .. |
|
controllers
|
refactor: cast pubkey as string
|
2024-04-09 20:32:27 -03:00 |
|
db
|
Add last_updated_at column to pubkey_domains
|
2024-04-05 21:48:59 -05:00 |
|
interfaces
|
refactor(interfaces): resolve import specifier via the active import map
|
2024-04-09 15:08:07 -03:00 |
|
middleware
|
Remove DittoFilter, use search instead of local
|
2024-03-20 11:34:04 -05:00 |
|
pipeline
|
EventsDB: fix the tag queries bug, DVM: remove unnecessary conditional
|
2024-03-26 21:42:17 -05:00 |
|
schemas
|
Make Pleroma config more resilient to corrupted events
|
2024-02-22 11:39:11 -06:00 |
|
signers
|
Remove X-Nostr-Sign header support
|
2024-04-05 17:40:42 -05:00 |
|
storages
|
Add last_updated_at column to pubkey_domains
|
2024-04-05 21:48:59 -05:00 |
|
uploaders
|
Pass Request signal down from API controllers
|
2024-01-23 15:58:59 -06:00 |
|
utils
|
unfurlCard: fix types
|
2024-04-08 11:38:59 -05:00 |
|
views
|
Apply 1 suggestion(s) to 1 file(s)
|
2024-04-09 14:27:41 +00:00 |
|
workers
|
SqliteWorker: log query parameters
|
2024-04-08 09:13:20 -05:00 |
|
app.ts
|
feat: undo repost
|
2024-04-09 18:27:17 -03:00 |
|
config.ts
|
Allow setting external URI on statuses
|
2024-04-06 19:36:12 -05:00 |
|
cron.ts
|
debug: more modules
|
2023-12-27 20:19:59 -06:00 |
|
db.ts
|
Add last_updated_at column to pubkey_domains
|
2024-04-05 21:48:59 -05:00 |
|
deps-test.ts
|
fetchWorker: support RequestInit
|
2023-11-28 21:31:26 -06:00 |
|
deps.ts
|
SqliteWorker: only call perf functions when debugging is enabled
|
2024-04-08 08:51:04 -05:00 |
|
filter.test.ts
|
assert -> with
|
2024-01-31 16:45:50 -06:00 |
|
filter.ts
|
Remove DittoFilter, use search instead of local
|
2024-03-20 11:34:04 -05:00 |
|
firehose.ts
|
Pass Request signal down from API controllers
|
2024-01-23 15:58:59 -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
|
Avoid EventDB.count for single row fetches
|
2024-04-08 10:43:26 -05:00 |
|
pool.ts
|
Switch to my fork of nostr-relaypool
|
2024-02-02 16:49:47 -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
|
fix(queries): event deconstruct inside getEvent
|
2024-04-04 17:27:52 -03:00 |
|
schema.ts
|
Move emojiTagSchema into schemas/nostr.ts
|
2023-10-06 12:39:22 -05:00 |
|
sentry.ts
|
sentry: tracesSampleRate 1.0
|
2024-03-27 18:22:50 -05:00 |
|
server.ts
|
Track queries with Sentry
|
2023-12-07 12:09:04 -06:00 |
|
stats.ts
|
fix: repost counter works when undo repost
|
2024-04-10 19:15:24 -03:00 |
|
storages.ts
|
Get rid of unnecessary memorelay module, replace with NCache
|
2024-01-23 17:50:33 -06:00 |
|
subs.ts
|
Remove DittoFilter, use search instead of local
|
2024-03-20 11:34:04 -05:00 |
|
subscription.ts
|
Make streaming by domain work
|
2024-03-20 13:42:59 -05:00 |
|
tags.test.ts
|
setTag -> addTag
|
2023-12-31 22:06:35 -06:00 |
|
tags.ts
|
Update code to use new DittoEvent and DittoFilter. Event -> NostrEvent
|
2024-01-23 12:07:22 -06:00 |
|
upload.ts
|
Pass Request signal down from API controllers
|
2024-01-23 15:58:59 -06:00 |
|
utils.ts
|
updateCredentials: allow setting nip05 through the API, remove restrictions on update_credentials
|
2024-03-24 16:42:19 -05:00 |
|
views.ts
|
Remove relations filters, switch some stuff to use optimizer (requires bravery)
|
2024-03-06 12:55:02 -06:00 |