ditto/src
2024-09-16 12:31:50 -05:00
..
controllers refactor: write map function in a cleaner way 2024-09-15 17:46:10 -03:00
db Add PGLITE_DEBUG environment variable 2024-09-16 12:31:50 -05:00
entities Add domain to Account entity 2024-08-16 13:15:06 -05:00
interfaces Fix Mastodon legacy pagination 2024-08-06 18:20:26 -05:00
middleware DittoDB.getInstance() -> Storages.kysely() 2024-09-11 13:23:06 -05:00
policies tags.ts -> utils/tags.ts 2024-05-21 13:08:08 -05:00
schemas fix: get event id from max_id 2024-09-03 22:23:55 -03:00
signers Improve signer timeout errors 2024-07-06 23:01:00 +01:00
storages Support NIP-50 language extension 2024-09-15 12:40:58 -05:00
uploaders Remove DittoUploader interface in favor of NUploader 2024-05-19 15:57:04 -05:00
utils Make EventsDB not rely on Conf 2024-09-11 13:06:20 -05:00
views Remove unattached_media table, replace with LRUCache, fix media upload order problem 2024-09-07 10:24:56 -05:00
workers PolicyWorker: mock Deno.env 2024-09-11 14:34:41 -05:00
app.ts updateMediaDescriptionController --> updateMediaController 2024-08-25 19:43:28 +05:30
config.ts Add PGLITE_DEBUG environment variable 2024-09-16 12:31:50 -05:00
cron.ts Add a script to update trends 2024-06-15 12:13:35 -05:00
DittoUploads.ts media: fix setting description 2024-09-07 10:32:14 -05:00
filter.test.ts Remove deps-test.ts 2024-05-14 19:19:57 -05:00
filter.ts Remove empty tag filters 2024-05-30 13:01:39 -05:00
firehose.ts Update Prometheus metrics to conform to best practices 2024-09-07 08:52:02 -05:00
metrics.ts Add back pool size gauge 2024-09-07 09:00:18 -05:00
nostr-wasm.ts Move nostr-tools to an import alias 2024-04-30 18:43:53 -05:00
pipeline.test.ts Simplify database interfaces, make tests use pglite 2024-09-11 11:48:58 -05:00
pipeline.ts Make pipeline query easier to look at 2024-09-15 19:22:14 -05:00
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts Don't limit statuses to kind 1 2024-09-08 09:05:23 -05:00
RelayError.test.ts test(RelayError): code coverage 100.00% 2024-07-17 10:53:31 -03:00
RelayError.ts Sort imports of streaming.ts 2024-05-14 20:05:38 -05:00
schema.test.ts refactor: rename isNumberFrom1To100 to percentageSchema 2024-07-25 15:06:50 -03:00
schema.ts refactor: rename isNumberFrom1To100 to percentageSchema 2024-07-25 15:06:50 -03:00
sentry.ts Remove hono/sentry middleware, upgrade @sentry/deno 2024-04-30 13:01:43 -05:00
server.ts Remove this DittoExit stuff (since I'm not convinced it's needed) 2024-09-12 13:37:21 -05:00
startup.ts Seed zap splits when Storages.db is first accessed 2024-07-29 15:59:29 -05:00
storages.ts Add PGLITE_DEBUG environment variable 2024-09-16 12:31:50 -05:00
test.ts test: add author_search table in createTestDB to drop it after use 2024-09-13 10:30:10 -03:00
trends.ts DittoDB.getInstance() -> Storages.kysely() 2024-09-11 13:23:06 -05:00
utils.ts extractBech32 -> extractIdentifier, support extracting nip05 names 2024-08-07 16:22:10 -05:00
views.ts Separate listPagination 2024-08-06 19:04:27 -05:00