ditto/src
2024-10-07 14:42:10 -03:00
..
controllers feat(instanceV2Controller): enable translation 2024-10-07 14:39:42 -03:00
db Recreate nip46_tokens in down migration 2024-10-02 18:34:19 -05:00
entities Add domain to Account entity 2024-08-16 13:15:06 -05:00
interfaces feat(DittoEvent): add zap_message field 2024-09-16 13:30:01 -03:00
middleware Rework auth tokens table to use hashed/encrypted data 2024-10-02 18:28:24 -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 Merge branch 'main' into zap-notification-streaming 2024-09-24 18:12:28 -03:00
translators feat: create dittoTranslations LRUCache, create DittoTranslator interface, create MastodonTranslation type, create DittoTranslation type, create Provider type and some other minor ones 2024-10-07 14:42:10 -03:00
types Add initial webmanifest controller 2024-09-26 13:50:51 -05:00
uploaders Remove DittoUploader interface in favor of NUploader 2024-05-19 15:57:04 -05:00
utils Merge branch 'main' into translate-status 2024-10-03 19:56:13 -03:00
views feat: make notifications great again 2024-09-16 14:08:45 -03:00
workers policy: fix Error constructor 2024-09-25 15:10:12 -05:00
app.ts Add initial webmanifest controller 2024-09-26 13:50:51 -05:00
config.ts feat: get TRANSLATION_PROVIDER, TRANSLATION_PROVIDER_ENDPOINT & TRANSLATION_PROVIDER_API_KEY enviornment variables 2024-10-07 14:38:55 -03:00
cron.ts Add a script to update trends 2024-06-15 12:13:35 -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 Add relay connections metrics 2024-09-23 22:28:01 -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 Refactor PolicyWorker error handling 2024-09-25 15:01:40 -05:00
precheck.ts Add a precheck file to throw when config is wrong 2023-09-08 15:48:00 -05:00
queries.ts refactor: return set in a different way 2024-09-17 14:37:04 -03: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(languageSchema): split value to extract only language and not country code 2024-10-07 14:36:26 -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 feat: create getLanguage() function, used for testing purposes 2024-10-07 14:37:53 -03: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 utils: remove unused sha256 text function 2024-10-02 13:36:00 -05:00
views.ts Separate listPagination 2024-08-06 19:04:27 -05:00