ditto/src
2024-10-18 12:24:49 -05:00
..
assets/captcha Add puzzle source files 2024-10-04 16:43:33 -05:00
caches Add translation cache metrics, let the cache be configurable 2024-10-10 14:12:20 -05:00
controllers fix(zapController): remove not needed arguments 2024-10-18 14:08:47 -03:00
db Add unique index on push_subscriptions token_hash 2024-10-14 16:02:07 -05:00
entities Make verify_credentials and update_credentials return a consistent CredentialAccount object 2024-10-11 16:25:29 -05:00
interfaces DittoTranslator: move provider to top of interface 2024-10-10 14:14:29 -05:00
middleware Delete unused cacheMiddleware and ExpiringCache module 2024-10-10 14:01:18 -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 Fix a few more type errors, whoops 2024-09-22 17:46:21 -05:00
storages hydrate: build fallback authors during gatherAuthors step 2024-10-17 15:26:23 -05:00
translators Test that DeepL translation doesn't alter Nostr URIs 2024-10-16 09:58:49 -05:00
types Actually push ?? 2024-10-08 18:37:23 -05:00
uploaders Remove DittoUploader interface in favor of NUploader 2024-05-19 15:57:04 -05:00
utils webmanifest: add app icons 2024-10-17 18:15:11 -05:00
views Fix zap amount in web push notification 2024-10-17 15:16:14 -05:00
workers Upgrade @gleasonator/policy in deno.lock, increase policy db timeout 2024-10-09 20:22:12 -05:00
app.ts Implement OAuth revoke endpoint 2024-10-17 14:20:42 -05:00
config.ts Encode VAPID public key with base64url 2024-10-15 15:51:52 -05:00
cron.ts Add a script to update trends 2024-06-15 12:13:35 -05:00
DittoPush.ts Load VAPID keys from configuration 2024-10-08 19:57:46 -05:00
DittoUploads.ts Retain uploads for 6 hours 2024-09-30 20:33:17 -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 Add FIREHOSE_KINDS variable 2024-09-19 21:51:48 -05:00
metrics.ts webpush: add metrics and pipeline error handling 2024-10-14 18:06:22 -05:00
nostr-wasm.ts Move nostr-tools to an import alias 2024-04-30 18:43:53 -05:00
pipeline.test.ts Add back pipeline test 2024-09-22 18:01:07 -05:00
pipeline.ts Move push notification rendering to its own view 2024-10-15 17:13:39 -05:00
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts Hydrate null authors 2024-10-17 15:04:57 -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 feat: create localeSchema 2024-10-09 14:57:28 -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 Upgrade Nostrify 2024-09-23 22:16:03 -05:00
test.ts Speed up migrations in tests 2024-10-18 12:24:49 -05:00
trends.test.ts test: pass languagesIds in getTrendingTagValues() function 2024-10-01 13:58:51 -03:00
trends.ts refactor(trends.ts): move logic one level up, rename 'languagesIds' to 'values', remove WITH SQL statement 2024-10-03 19:40:29 -03:00
utils.ts Hydrate null authors 2024-10-17 15:04:57 -05:00
views.ts Separate listPagination 2024-08-06 19:04:27 -05:00