Commit Graph

  • 226c356646 feat: create mastodon response for reports P. Reis 2024-05-02 16:03:59 -0300
  • 23f8377231 feat: create reports controller P. Reis 2024-05-02 16:03:15 -0300
  • 3d70edfb39 Merge branch 'P-index' into 'main' Alex Gleason 2024-05-02 14:57:34 +0000
  • b016f931ff
    EventsDB: always index the first P-tag of events Alex Gleason 2024-05-02 09:54:24 -0500
  • 3e6600b5f5 Merge branch 'main' into feat-create-reports ((( Updating local branch ))) P. Reis 2024-05-02 09:33:59 -0300
  • a7cbd452e7 Merge branch 'strip-schema' into 'main' Alex Gleason 2024-05-02 00:59:06 +0000
  • 4045a6bdfc
    Catch metadata when parsing Alex Gleason 2024-05-01 19:55:58 -0500
  • fc7ed8bf24
    Remove zod schemas that we can get from NSchema Alex Gleason 2024-05-01 19:51:12 -0500
  • 79177cd6c3 Merge branch 'rm-relays' into 'main' Alex Gleason 2024-05-02 00:37:02 +0000
  • 76f30f5cc7
    utils: remove unused import of zod Alex Gleason 2024-05-01 19:19:52 -0500
  • 439dfca311
    Fix kysely imports in migrations Alex Gleason 2024-05-01 19:16:12 -0500
  • 87264eeef1
    Remove `relays` table from the database, track them with a NIP-65 admin event Alex Gleason 2024-05-01 19:15:20 -0500
  • 9553fce25d Merge branch 'main' into feat-create-reports (((Updating local branch))) P. Reis 2024-05-01 20:56:18 -0300
  • bea2dab074 Merge branch 'relays-api-update' into 'main' Alex Gleason 2024-05-01 23:52:34 +0000
  • 444a6efd7d
    Upgrade kysely-deno-sqlite, fix the type Alex Gleason 2024-05-01 18:40:04 -0500
  • e8088c9eed feat: define reports endpoint P. Reis 2024-05-01 20:38:30 -0300
  • d1a4a71e31
    Remove the lockfile Alex Gleason 2024-05-01 18:30:12 -0500
  • 258e81df51
    Admin relays: use "marker" property in the API, fix PUT controller Alex Gleason 2024-05-01 18:29:32 -0500
  • 1477dc1049 Merge branch 'upgrade-zod' into 'main' Alex Gleason 2024-05-01 23:25:13 +0000
  • 984695391a
    unfurl -> unfurl.js Alex Gleason 2024-05-01 16:59:15 -0500
  • d94f831af1
    Bump zod to v3.23.5 Alex Gleason 2024-05-01 16:45:47 -0500
  • 5f5749db9b Merge branch 'alias' into 'main' Alex Gleason 2024-05-01 21:45:28 +0000
  • 8959f85afb
    Fix imports of uuid62 and fast-stringify-stable Alex Gleason 2024-05-01 16:42:07 -0500
  • 7de5cdc18d
    @db/sqlite, scoped_performance aliases Alex Gleason 2024-05-01 16:40:58 -0500
  • 08ed52a57b
    formdata-helper alias Alex Gleason 2024-05-01 16:37:01 -0500
  • d1f643d7ad
    secp256k1 alias Alex Gleason 2024-05-01 16:35:39 -0500
  • 5a7a409981
    Alias unfurl, linkifyjs etc Alex Gleason 2024-05-01 16:34:16 -0500
  • e5c8030960
    Move more deps to aliases Alex Gleason 2024-05-01 16:29:21 -0500
  • ea665eed12
    std/dotenv alias Alex Gleason 2024-05-01 16:22:55 -0500
  • c4d8ad2368
    uuid62 alias Alex Gleason 2024-05-01 16:21:18 -0500
  • 8738aeb820
    tldts alias Alex Gleason 2024-05-01 16:19:53 -0500
  • c7b34ed31b
    iso-639-1 alias Alex Gleason 2024-05-01 16:18:28 -0500
  • 973791cde1
    type-fest alias Alex Gleason 2024-05-01 16:16:19 -0500
  • 3513206de1
    stickynotes alias Alex Gleason 2024-05-01 16:14:50 -0500
  • 9d0be2de0d
    nostr-relaypool alias Alex Gleason 2024-05-01 15:57:28 -0500
  • 58ed1b111f
    Comlink alias Alex Gleason 2024-05-01 15:55:56 -0500
  • efd6e35065 Merge branch 'refactor-storages' into 'main' Alex Gleason 2024-05-01 20:27:08 +0000
  • 08f0ef3cdd
    Add a deno.lock again Alex Gleason 2024-05-01 15:23:54 -0500
  • c190d2c8ce
    Refactor Storages to get lazy-loaded only when they are used Alex Gleason 2024-05-01 14:56:47 -0500
  • a6681a97d9 Merge branch 'kysely-alias' into 'main' Alex Gleason 2024-05-01 14:39:10 +0000
  • 621a632893
    Update kysely imports in migrations Alex Gleason 2024-05-01 09:36:36 -0500
  • d45a1b5001
    Upgrade Kysely to v0.27.3 Alex Gleason 2024-05-01 09:32:24 -0500
  • 4291691aa7
    Make @soapbox/kysely-deno-sqlite an import alias Alex Gleason 2024-05-01 09:27:19 -0500
  • 23e00b0042
    Make Kysely an import alias Alex Gleason 2024-05-01 09:26:17 -0500
  • 9c1760bcc0 Merge branch 'rm-cron' into 'main' Alex Gleason 2024-05-01 14:11:41 +0000
  • caa9e47161
    Remove cron.ts Alex Gleason 2024-05-01 09:08:36 -0500
  • 6cc44c468e
    Don't await cleanupMedia on startup Alex Gleason 2024-04-30 20:38:21 -0500
  • 51d7bf4438 Merge branch 'fix-block-not-working-in-streaming' into 'main' Alex Gleason 2024-05-01 01:03:49 +0000
  • de08aeac10 fix: allow to query kind 0 of blocked users P. Reis 2024-04-30 21:28:45 -0300
  • 2b605d2ac3 Merge branch 'main' into fix-block-not-working-in-streaming (((Updating local branch))) P. Reis 2024-04-30 21:23:44 -0300
  • f0c66c1e92 fix(streaming): don't show posts from blocked users P. Reis 2024-04-30 21:23:25 -0300
  • e8e45360d3 refactor(store middleware): get adminStore through function P. Reis 2024-04-30 21:21:32 -0300
  • ba6d33c115 feat: create getAdminStore() func P. Reis 2024-04-30 21:20:19 -0300
  • c2608f9b11 Merge branch 'nostr-tools-alias' into 'main' Alex Gleason 2024-04-30 23:48:34 +0000
  • 0bb4ccf5c9
    Move nostr-tools to an import alias Alex Gleason 2024-04-30 18:43:53 -0500
  • 1d3b06958b Merge branch 'hashtag-lower' into 'main' Alex Gleason 2024-04-30 20:06:44 +0000
  • 35ab012276
    hashtagTimelineController: toLowerCase Alex Gleason 2024-04-30 14:58:00 -0500
  • 19ba7e74d6 Merge branch 'admin-blocks' into 'main' Alex Gleason 2024-04-30 18:49:11 +0000
  • d22c606960
    storeMiddleware: pass through admin UserStore Alex Gleason 2024-04-30 13:27:30 -0500
  • 1ed700d7f9 Merge branch 'rm-toucan' into 'main' Alex Gleason 2024-04-30 18:11:52 +0000
  • 18a3d0f9ad
    Switch back to @sentry/deno from deno.land Alex Gleason 2024-04-30 13:09:01 -0500
  • f2b36f75f0
    Remove hono/sentry middleware, upgrade @sentry/deno Alex Gleason 2024-04-30 13:01:43 -0500
  • e722e754cd
    deno lint Alex Gleason 2024-04-30 12:55:39 -0500
  • f651bf416a
    sentry: skip "no pubkey provided" error Alex Gleason 2024-04-30 12:52:20 -0500
  • 9ecf5db1b1
    hono: catch HTTPException Alex Gleason 2024-04-30 12:46:29 -0500
  • 0e6b4e8b45
    sentryMiddleware: ignore HTTPException errors Alex Gleason 2024-04-30 12:37:27 -0500
  • d1b2e26abf Merge branch 'refactor-get-descendants' into 'main' Alex Gleason 2024-04-30 14:42:24 +0000
  • d99fd753ee refactor(queries): convert getDescendants to async function P. Reis 2024-04-30 11:18:20 -0300
  • 36aaf79a74 Merge branch 'local-uploader' into 'main' Alex Gleason 2024-04-29 21:31:38 +0000
  • 303b0fe098
    Add localUploader Alex Gleason 2024-04-29 16:28:54 -0500
  • 22064f86aa Merge branch 's3-path' into 'main' Alex Gleason 2024-04-29 21:08:28 +0000
  • 7ada849a6a
    s3: support pathStyle Alex Gleason 2024-04-29 15:54:01 -0500
  • c786e1bc55
    Uploader: make second argument an options object Alex Gleason 2024-04-29 15:32:18 -0500
  • 25db277a9f
    storeMiddleware: remove `as string` Alex Gleason 2024-04-29 15:10:08 -0500
  • 8902dc28c1 Merge branch 'app-store' into 'main' Alex Gleason 2024-04-29 20:08:39 +0000
  • 0925f37929
    Make storeMiddleware available in every request Alex Gleason 2024-04-29 15:04:13 -0500
  • bb82df14c6 refactor: user preference in create & verify credentials P. Reis 2024-04-28 21:42:57 -0300
  • 6627704114 feat: save user preferences (kind 30078) & encrypt it P. Reis 2024-04-28 17:07:41 -0300
  • 61e648ff31 Merge branch 'mentions-perf' into 'main' Alex Gleason 2024-04-28 17:16:01 +0000
  • 1ea5591393
    Improve mentions performance Alex Gleason 2024-04-28 12:12:58 -0500
  • 42bbc09a91 Merge branch 'feat-store-middleware' into 'main' Alex Gleason 2024-04-28 01:45:17 +0000
  • 86573a579b refactor: store middleware P. Reis 2024-04-27 20:59:35 -0300
  • ab7a60c6de fix(UserStore): add missing return keyword in array filter P. Reis 2024-04-27 17:04:14 -0300
  • a7912e0800 feat: if possible use userStore in renderStatuses() P. Reis 2024-04-27 17:03:30 -0300
  • 18508d37f2 feat: define userStore in HonoEnv & set userStore middleware in home timeline P. Reis 2024-04-27 17:02:07 -0300
  • 7b864482bf feat: create user store middleware P. Reis 2024-04-27 17:00:03 -0300
  • 606ab58c0a
    UserStore.test: use MockRelay Alex Gleason 2024-04-26 15:39:28 -0500
  • 7e053fbeea Merge branch 'feat-create-user-store' into 'main' Alex Gleason 2024-04-26 20:33:01 +0000
  • 8a460d6bc5 test: create rough tests for UserStore P. Reis 2024-04-26 16:23:10 -0300
  • 2d9db61deb test: kind 10000 ('black' blocks 'me') fixture P. Reis 2024-04-26 16:12:13 -0300
  • ad928eec9b test: kind 0 (user 'black') fixture P. Reis 2024-04-26 16:09:56 -0300
  • 2b8ad8c349 Merge branch 'main' into feat-create-user-store P. Reis 2024-04-26 16:06:10 -0300
  • c87db6d1f8 refactor: remove muteList as a field P. Reis 2024-04-26 16:05:53 -0300
  • edbe3395b3 Merge branch 'nostrify-15' into 'main' Alex Gleason 2024-04-26 17:36:57 +0000
  • f61d29eb66
    Upgrade Nostrify to v0.15, use MockRelay in tests instead of NCache Alex Gleason 2024-04-26 12:33:52 -0500
  • f3bc12252a Merge branch 'refactor-subs' into 'main' Alex Gleason 2024-04-26 03:04:17 +0000
  • 9496917be1
    Upgrade Nostrify Alex Gleason 2024-04-25 21:45:26 -0500
  • 498e91ee7c
    Merge remote-tracking branch 'origin/main' into refactor-subs Alex Gleason 2024-04-25 21:27:57 -0500
  • fae289486c Merge branch 'internal-relay-push' into 'main' Alex Gleason 2024-04-26 02:12:12 +0000
  • f1700a08f9
    InternalRelay: fix event distribution Alex Gleason 2024-04-25 21:03:39 -0500