Commit graph

  • da82462fa2
    Remove other usages of : any Alex Gleason 2024-11-22 10:28:26 -06:00
  • 4eb7ea2461
    Remove e: any from error handlers Alex Gleason 2024-11-22 10:26:30 -06:00
  • ebaf2b9c59
    Upgrade Deno to v2.1.1 Alex Gleason 2024-11-22 10:19:54 -06:00
  • 77349735e1
    add initial caddyfile nginx-2-caddy Siddharth Singh 2024-11-22 17:00:00 +05:30
  • f40a9d8a5a Merge branch 'ditto-retroactive-policies' into 'main' Alex Gleason 2024-11-21 16:37:57 +00:00
  • 8607810117
    delete events as they are streamed from db Siddharth Singh 2024-11-21 22:03:55 +05:30
  • 1d803b3f32 Merge branch 'check-all' into 'main' Alex Gleason 2024-11-21 16:28:22 +00:00
  • ceddcce4cf
    Type check scripts/ Alex Gleason 2024-11-21 10:25:15 -06:00
  • e38392b269 Merge branch 'deno-2.1' into 'main' Alex Gleason 2024-11-21 16:20:15 +00:00
  • 53a0c45663
    Upgrade to Deno 2.1.0 Alex Gleason 2024-11-21 10:16:32 -06:00
  • 6ee4e0877a Merge branch 'fields' into 'main' Alex Gleason 2024-11-20 17:09:45 +00:00
  • d2df2a5e22
    Linkify profile field values Alex Gleason 2024-11-20 11:06:36 -06:00
  • c25fd366a9 Merge branch 'fields' into 'main' Alex Gleason 2024-11-20 17:01:26 +00:00
  • 81780bec72
    Let field limits be configurable Alex Gleason 2024-11-20 10:58:21 -06:00
  • 39cb1ec0c9
    renderAccount: only display up to 10 profile fields Alex Gleason 2024-11-20 10:50:49 -06:00
  • 7227202a86
    Instruct Soapbox to use up to 10 custom profile fields Alex Gleason 2024-11-20 10:49:19 -06:00
  • 55d1297375 Merge branch 'fields' into 'main' Alex Gleason 2024-11-20 15:49:32 +00:00
  • 098e1b7fff
    Add a custom parseFormData helper to simulate Mastodon's (Rails) formdata parser Alex Gleason 2024-11-20 09:46:09 -06:00
  • 281f57d88e
    Include fields in account.source Alex Gleason 2024-11-20 09:45:52 -06:00
  • 154056f8d6
    Add custom profile fields Alex Gleason 2024-11-20 08:56:38 -06:00
  • a985d1add1
    add cleanup script (apply policy to events created before it applied) Siddharth Singh 2024-11-17 22:17:26 +05:30
  • d2d29aef8f Merge branch 'fix-remove-strict' into 'main' Alex Gleason 2024-11-15 14:56:22 +00:00
  • 8fccd7eb03 fix(updateInstanceSchema): remove zod strict() P. Reis 2024-11-15 11:49:38 -03:00
  • ee4373bdab Merge branch 'fix-update-instance-admin-only' into 'main' Alex Gleason 2024-11-15 14:29:16 +00:00
  • d9cc8cc7c2 refactor(updateInstanceController): move async function out of callback P. Reis 2024-11-15 11:20:10 -03:00
  • 33b36ba0ed fix(updateInstanceController): use updateAdminEvent() function P. Reis 2024-11-15 11:08:47 -03:00
  • 7108b62193 Merge branch 'configdb' into 'main' Alex Gleason 2024-11-15 02:43:50 +00:00
  • aea31bce5d
    csp: use the sentry origin instead of the URL itself Alex Gleason 2024-11-14 20:28:14 -06:00
  • 3d376ba8b3
    csp: fix connect-src Alex Gleason 2024-11-14 20:18:03 -06:00
  • 02ada73f48
    Include Soapbox sentryDsn in CSP Alex Gleason 2024-11-14 20:12:27 -06:00
  • 55f50ba93d
    PleromaConfigDB: implement .getIn Alex Gleason 2024-11-14 19:54:29 -06:00
  • 3e27e902d5
    Add PleromaConfigDB test Alex Gleason 2024-11-14 17:49:30 -06:00
  • 6492486a1a
    Merge remote-tracking branch 'origin/main' into configdb Alex Gleason 2024-11-14 17:46:30 -06:00
  • cc6d12c09b Merge branch 'fmt' into 'main' Alex Gleason 2024-11-14 23:23:03 +00:00
  • 03f0200114
    deno fmt everything Alex Gleason 2024-11-14 17:19:12 -06:00
  • 5e523cbb1a
    Merge remote-tracking branch 'origin/main' into configdb Alex Gleason 2024-11-14 17:00:36 -06:00
  • 1baab0f868 Merge branch 'make-sizes-optional' into 'main' Alex Gleason 2024-11-14 16:17:04 +00:00
  • 65ea84f429 Merge branch 'main' into make-sizes-optional P. Reis 2024-11-13 19:15:00 -03:00
  • 8a46d399fd Merge branch 'safe-fetch' into 'main' Alex Gleason 2024-11-13 21:47:13 +00:00
  • 515c70f038
    Switch to httpbingo in tests so testing over https works Alex Gleason 2024-11-13 15:34:41 -06:00
  • 674781daf1
    Upgrade safe-fetch Alex Gleason 2024-11-13 15:23:42 -06:00
  • acee8784ee fix(screenshotsSchema): make sizes field optional P. Reis 2024-11-13 17:19:11 -03:00
  • 0bba4393ba
    Remove unused ActivityPub schema Alex Gleason 2024-11-11 19:54:59 -06:00
  • 56a2e622e8
    Remove deny-read from setup script Alex Gleason 2024-11-10 10:37:05 -06:00
  • 5c45517db4
    deno task test: fix --deny-read flag Alex Gleason 2024-11-07 17:01:41 -06:00
  • 858692d2f3 Merge branch 'fix-updateInstanceController-schema' into 'main' Alex Gleason 2024-11-07 21:34:17 +00:00
  • 3a656e6f61 fix: remove unused imports P. Reis 2024-11-07 18:31:28 -03:00
  • 715908082f fix(updateInstanceController): stop using screenshot_ids and thumbnail_id P. Reis 2024-11-07 18:18:33 -03:00
  • 3dafe2b6d1
    playbook: upgrade Deno Alex Gleason 2024-11-07 13:40:37 -06:00
  • 66894c3a18 Merge branch 'deny-read-env' into 'main' Alex Gleason 2024-11-07 19:36:44 +00:00
  • 459adadd4c
    Deny reading .env Alex Gleason 2024-11-07 13:32:53 -06:00
  • 6fae72b4cf
    upload: append file size if it hasn't been Alex Gleason 2024-11-07 13:10:15 -06:00
  • 115641b3c2 fix: add short_description to instanceV2Controller P. Reis 2024-11-07 15:22:28 -03:00
  • 95c7c4f87c Merge branch 'deno-2.0.5' into 'main' Alex Gleason 2024-11-07 17:35:44 +00:00
  • e1dc3d79a4
    Upgrade Deno to v2.0.5 Alex Gleason 2024-11-07 11:32:34 -06:00
  • fe222f37e0 Merge branch 'ipfs-image-metadata' into 'main' Alex Gleason 2024-11-07 17:21:53 +00:00
  • f987effc15
    Make media analyze optional (disabled by default) Alex Gleason 2024-11-07 11:18:39 -06:00
  • 721fe52142
    Reorganize sharp/blurhash into upload.ts Alex Gleason 2024-11-07 11:09:20 -06:00
  • a294724946
    Merge remote-tracking branch 'origin/main' into ipfs-image-metadata Alex Gleason 2024-11-07 10:13:30 -06:00
  • e96a9e4f35
    replace toByteArray with Response(stream).bytes() Siddharth Singh 2024-11-06 12:12:27 +05:30
  • 840cacd561 Merge branch 'add-short-description-field' into 'main' Alex Gleason 2024-11-05 17:39:55 +00:00
  • 9907d7ffd8 fix(updateInstanceController): allow for setting the tagline P. Reis 2024-11-05 14:36:48 -03:00
  • 7f02657306 Merge branch 'feat-set-kind-0-api' into 'main' Alex Gleason 2024-11-05 17:02:08 +00:00
  • af0211d65b fix(updateInstanceController): remove 'event' field from meta P. Reis 2024-11-05 09:46:33 -03:00
  • ea24050a27 refactor: change thumbnailSchema to schemas/mastodon.ts P. Reis 2024-11-05 09:02:27 -03:00
  • 8b3f8809ee Merge branch 'wellknown' into 'main' Alex Gleason 2024-11-04 23:43:25 +00:00
  • e3aed99605
    Let users host arbitrary .well-known paths Alex Gleason 2024-11-04 17:17:41 -06:00
  • c65d81fc74 refactor: allow arbitrary well-known files to be hosted assetlinks-json-initial P. Reis 2024-11-04 13:39:27 -03:00
  • 04cc8d6ab4 Revert "add support for assetlinks.json well-known file" https://gitlab.com/soapbox-pub/ditto/-/merge_requests/578#note_2192706334 P. Reis 2024-11-04 13:36:41 -03:00
  • 1a50578b39
    Add PleromaConfigDB module Alex Gleason 2024-11-04 10:12:21 -06:00
  • f92c382da9 refactor: remove unused imports P. Reis 2024-11-04 11:16:36 -03:00
  • bac2c51bc1 refactor: use screenshot_ids and thumbnail_id in updateInstanceController P. Reis 2024-11-04 11:12:16 -03:00
  • cd7e6bbd43 feat: create thumbnailSchema P. Reis 2024-11-04 11:10:27 -03:00
  • 34d604dded refactor: sizesSchema P. Reis 2024-11-03 20:27:52 -03:00
  • 31de1f6176
    add support for assetlinks.json well-known file Siddharth Singh 2024-11-04 02:20:04 +05:30
  • c411a871ef Merge branch 'main' into feat-set-kind-0-api P. Reis 2024-11-01 23:19:53 -03:00
  • f0be2a1c02 fix: set thumbnail in P. Reis 2024-11-01 23:19:17 -03:00
  • 339b13c084 feat: create updateInstanceController for now only update: title, description, screenshots (user must provide the image URL) and thumbnail (user must provide the image URL) screenshots array is stored in the content of the kind 0 of the P. Reis 2024-11-01 23:14:59 -03:00
  • c6ff4a9d25 feat: add sizesSchema P. Reis 2024-11-01 23:07:51 -03:00
  • 03d93ff810 fix: 'Context' resolves to a type-only declaration and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled. P. Reis 2024-11-01 18:14:51 -03:00
  • d46af51604 Merge branch 'ephemeral' into 'main' Alex Gleason 2024-10-31 22:35:58 +00:00
  • e766f6c757
    pipeline: improve error handling, include special treatment for ephemeral and NIP-46 events Alex Gleason 2024-10-31 16:06:58 -05:00
  • 47eca9e2f7 Merge branch 'fix-render-link-about' into 'main' Alex Gleason 2024-10-31 17:06:43 +00:00
  • a883aea585 refactor: remove stripimeta in 'about' of renderAccount P. Reis 2024-10-31 14:03:36 -03:00
  • e3fec6b938 fix: render HTML link in bio P. Reis 2024-10-31 11:48:43 -03:00
  • 40c24d927f Merge branch 'fix-bio-number' into 'main' Alex Gleason 2024-10-30 19:28:25 +00:00
  • 94431fadcd fix: users can set their display_name to a number P. Reis 2024-10-30 13:59:32 -03:00
  • 0a7c0c60a9 fix: users can set their bio to a number P. Reis 2024-10-30 13:48:35 -03:00
  • 38288aadb3
    move tag logic to upload.ts Siddharth Singh 2024-10-30 11:06:48 +05:30
  • e95441f5b9
    revert changes to IPFSUploader and S3Uploader Siddharth Singh 2024-10-30 11:04:19 +05:30
  • 96a11d42c9 Merge branch 'push-404' into 'main' Alex Gleason 2024-10-29 18:08:51 +00:00
  • dc73749277
    Fix 404 error in Web Push API Alex Gleason 2024-10-29 13:05:50 -05:00
  • 324ee58bd0 Merge branch 'fix-follow-people' into 'main' Alex Gleason 2024-10-29 14:13:43 +00:00
  • 6fd0c273cb fix: follow people create a new migration that replaces the function to NOTIFY only the event id P. Reis 2024-10-29 11:07:51 -03:00
  • 9260c2ba90 Merge branch 'sticky-streaming' into 'main' Alex Gleason 2024-10-29 00:39:21 +00:00
  • fef787faad refactor(streaming): use better Sticky P. Reis 2024-10-28 20:39:46 -03:00
  • 8ff4a0bdbd Merge branch 'fix-statuses-posts-pagination' into 'main' Alex Gleason 2024-10-27 20:48:47 +00:00
  • 3c3f90eddb refactor: kysely.selectNoFrom P. Reis 2024-10-27 17:44:35 -03:00
  • f259ab8d88 refactor: rename queryWithoutPhraseto_tsquery to fallbackQuery P. Reis 2024-10-27 15:50:15 -03:00
  • d06e0311c9 refactor: if statement lexemes P. Reis 2024-10-27 15:48:04 -03:00