Commit Graph

6408 Commits

Author SHA1 Message Date
Jordi Enric
87292512b9 upgrade sentry (#37830)
* upgrade sentry

* bump docs sentry/nextjs

* add error button

* rm sentry test
2025-08-11 15:47:28 +02:00
andres suarez
28768b1872 feat: reference for the self referencing view error (#37560)
* feat: reference for the self referencing view error

* feat: adding format

* Update apps/docs/content/guides/platform/backups.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update backups.mdx

* Update apps/docs/content/guides/platform/backups.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* feat: linter

* Update apps/docs/content/guides/platform/backups.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update apps/docs/content/guides/platform/backups.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update apps/docs/content/guides/platform/backups.mdx

Co-authored-by: Div Arora <darora@users.noreply.github.com>

* Update apps/docs/content/guides/platform/backups.mdx

---------

Co-authored-by: andres.suarez <andres.suarez@supabase.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Div Arora <darora@users.noreply.github.com>
2025-08-11 13:12:16 +02:00
Eduardo Gurgel
1e10ee6844 fix: specify that 3rd party JWTs must have kid header parameter (#37778) 2025-08-09 13:45:46 +12:00
Han Qiao
3f8db287d3 chore: add missing env vars to workflow (#37779) 2025-08-08 23:13:17 +08:00
Charis
a99f86cd67 docs: remove supabase-js release notes (#37772)
Remove the Release Notes section from the JS reference docs, since no
one maintains them.
2025-08-08 10:21:41 -04:00
Andrew Valleteau
9e6cbe6c9d docs: add direct links to the dashboard for some settings (#37767) 2025-08-08 12:44:02 +02:00
Saxon Fletcher
d52e2c252b Update AI SDK 5 (#37656)
* attempt to update packages and useChat

* update endpoints

* update zod

* zod

* update to v5

* message update

* Revert "zod"

This reverts commit ec39bac6b6.

* revert zod

* zod i

* fix complete endpoints

* remove async

* change to content

* type cleanup

* Revert the package bumps to rebuild them.

* Bump zod to 2.25.76 in all packages.

* Bump openai in all packages.

* Bump ai and ai-related packages.

* Remove unneeded files.

* Fix the rest of the migration stuff.

* Prettier fixes.

* zod

* v4 again

---------

Co-authored-by: Jordi Enric <jordi.err@gmail.com>
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2025-08-08 14:15:39 +07:00
Charis
e8ef545d28 fix: tailwind build error (#37728)
We changed to default to ESM imports a while ago, which means local
builds are now breaking because the Tailwind uses a require. Changed to
CJS for Tailwind config file. (I have no idea how this has been working
on Vercel all this time.)
2025-08-07 08:19:24 -04:00
Chris Chinchilla
e6e24aadad docs: Update user management docs for next JS (#37664)
* Draft

* Update text for guide

* Update text for guide

* Update code for newer next js versions

* Final small change

* Update apps/docs/content/_partials/project_setup.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Changes from review

* Use project name in tutorial text

* Fix up inclusion

* Fix inclusion

* Prettier

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2025-08-07 08:45:39 +00:00
Saxon Fletcher
d0972be7d5 Update branch framing (#37673)
* update branch framing

* shorten preview name

* Update apps/studio/components/interfaces/App/FeaturePreview/Branching2Preview.tsx

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* Update apps/studio/components/interfaces/App/FeaturePreview/Branching2Preview.tsx

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* Update apps/docs/content/guides/deployment/branching/branching-2.mdx

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* Update apps/docs/content/guides/deployment/branching/branching-2.mdx

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* Update apps/docs/content/guides/deployment/branching/branching-2.mdx

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* Update apps/docs/content/guides/deployment/branching.mdx

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>

* update name and add redirect

---------

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>
2025-08-07 08:53:29 +10:00
Rodrigo Mansueli
d1853ed6a2 Chore: warning about static files & edge functions (#37733)
* Chore: warning about static files & edge functions

* Update limits.mdx

* Update wasm.mdx

* Update apps/docs/content/guides/functions/wasm.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-06 17:53:43 -03:00
NJShanta
d3693248b0 Fix grammar in Google Auth SHA-1 fingerprint note (#37417)
docs: fix grammar in Google Auth SHA-1 fingerprint instructions
2025-08-06 17:12:35 +00:00
Chris Stockton
f6a5ddf2f9 feat: update the main platform SSO documentation (#37705)
* feat: update the main platform SSO documentation

Update the main platform SSO documentation in preparation for the Self-Service SSO release (https://github.com/supabase/supabase/pull/36732)

---------

Co-authored-by: Chris Stockton <chris.stockton@supabase.io>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2025-08-06 16:10:23 +00:00
Charis
ef93da79b0 feat(docs): code samples with ts type stripping (#37695)
* feat(docs): code samples with ts type stripping

Introduce a new option to `$CodeSample`, `convertToJs`, which takes a
code sample written in TypeScript and strips the types to produce a
JavaScript version.

Adds tests for type stripping.

* Clarify instructions

---------

Co-authored-by: Chris Chinchilla <chris@chrischinchilla.com>
2025-08-06 10:21:51 -04:00
Rafael Chacon
f5f0876b4e adds self to humans.txt (#37723)
Co-authored-by: Rafael Chacon <rafael.chacon@supabase.io>
2025-08-06 14:03:16 +00:00
Francesco Sansalvadore
6b172a2ee2 chore: remove lw15 banners (#37718)
remove lw15 banners
2025-08-06 07:42:27 -04:00
Greggors
8f6bb2515f Add Greg Kress to humans.txt (#37702) 2025-08-06 01:26:27 +00:00
Tristan Yang
662741a9d7 Update custom-domains.mdx (#37675)
missing --experimental flag in activate vanity subdomain cli
2025-08-05 22:45:18 +00:00
Charis
553da3cb28 chore: generate pages on demand for staging (#37207)
Continuing the work to generate pages on-demand in staging so we can lower preview build times
2025-08-05 18:35:36 -04:00
Charis
768a991d20 docs: add docs on how to unban ips from dashboard (#37669) 2025-08-05 18:31:27 -04:00
Charis
8b72d96d66 docs: add product-specific troubleshooting views (#37671)
We have a global troubleshooting view at /guides/troubleshooting, but
for greater visibility, we should also have product-specific
troubleshooting views. This is the same view and same data as the global
page, but filtered down to a specific product.
2025-08-05 18:31:11 -04:00
Sami Fouad
a69d464dfa Update broken link in auth-apple.mdx (#37689)
Apple changed the URL associated with Apple JS. Provided updated link where needed.
2025-08-05 22:31:01 +00:00
TheOtherBrian1
6fdc1c2909 Update custom-postgres-config.mdx | added new supautil enabled settings (#34001)
* Update custom-postgres-config.mdx | added new supautil enabled settings

* Update custom-postgres-config.mdx
2025-08-05 15:37:53 +00:00
Chris Chinchilla
74a1cd8dfe docs: Update User management quickstart to Svelte 5 (#37646)
* General updates and switch to Svelte 5

* Update code example to Svelte 5

* Update some examples to use codesamples component

* Add Svelte to codesample component

* Final code updates

* Add more CodeSample components
2025-08-05 13:40:50 +00:00
Chris Chinchilla
bab22d9e7e docs: Add react Router to SSr auth guide (#37514)
* Clarify where to add utils folder

* Add React Router

* Revert "Clarify where to add utils folder"

This reverts commit 89f72c6bea.
2025-08-05 11:13:57 +02:00
github-actions[bot]
de80626671 feat: update mgmt api docs (#37652)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2025-08-04 20:24:33 +00:00
Mert
b0d1b9308f Update auth-google.mdx (#37484)
Update Google auth to use rememberSignInWithGoogle (compose-auth v3.2.2) line 715
- Matches `compose-auth` library documentation for version 3.2.2
2025-08-04 20:24:06 +00:00
Srinivas A
a8b254f0ef docs: enhance verifyOtp() and resend() method description with detailed verification types (#37339)
* docs: enhance verifyOtp() method description with detailed verification types and examples

* Update apps/docs/spec/supabase_js_v2.yml

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2025-08-04 16:10:30 -04:00
Taryn King
dfe26d802c Update Postgres MCP server reference link (#36604)
The resource has been moved to an archived repo named `servers-archived`
2025-08-04 10:24:26 -05:00
Danny White
d914b81f47 feat: consolidate settings (#37580)
* feat: move storage settings

* feat: redirect

* feat: database settings in service area

* feat: move data api settings

* fix: revert data API placement

* feat: minor UX touches

* fix: simplify configuration group

* feat: references to database settings

* feat: references to storage settings

* fix: redirects and formatting

* fix: Import StorageMenu dynamically to avoid SSR issues with useLocalStorage

* fix: move Data API closer to semantic siblings

* fix: revert smart comma

* Shift bucket sort logic into storage explorer store

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2025-08-04 16:21:54 +10:00
Charis
6e99ca67d5 docs: move restore to new project docs to own page (#37633) 2025-08-03 15:23:21 -04:00
Copple
952698e6e6 chore: update cli reference doc (#37343)
* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc
2025-08-02 11:25:24 -04:00
Han Qiao
d83ef08ea1 docs: revive section on preparing github repository (#37627)
* docs: revive section on preparing github repository

* chore: remove unnecessary steps
2025-08-02 01:42:05 +08:00
Han Qiao
5e3518ffd6 docs: use the correct command for generating signing key (#37623) 2025-08-01 22:00:52 +08:00
Charis
f681599a17 docs: remove deprecated screenshots (#37622) 2025-08-01 09:55:14 -04:00
TheOtherBrian1
a38da5620f Update row-level-security.mdx | correct example (#37361) 2025-07-31 23:19:00 -04:00
Nicholas Barrow
768f7819c7 fix: add demo for custom metadata (#37570) 2025-07-31 20:13:27 +00:00
Charis
0c0be801ae chore(docs): add logflare logging (#37310) 2025-07-31 15:10:37 -04:00
Plaetorius
afd8874ee3 Fix broken link to Broadcast using the REST API (#37319) 2025-07-31 18:57:57 +00:00
Plaetorius
d80e09474a Fix variable name in self-send messages (#37382)
Fix name: FROM "channelC" (never declared) to "myChannel", the name of the channel in the example
2025-07-31 18:55:06 +00:00
Plaetorius
843b9a2e3c Fix plural (#37323) 2025-07-31 17:22:04 +00:00
AnikG
1669a1803b feat: add npx example for windows (#37596) 2025-07-31 15:29:33 +00:00
Charis
b3d2dc6fa3 docs(magic links): correct configuration page link (#37564) 2025-07-31 08:53:43 -04:00
Katerina Skroumpelou
f6585d18d3 chore: update storage js docs (#37515) 2025-07-31 12:43:34 +00:00
Chris Chinchilla
445a129c77 docs: Update React auth quickstart (#37530)
Update with recent framework changes
2025-07-31 14:00:19 +02:00
Wen Bo Xie
cb8e6008fa fix: add organization_slug to OAuth app (#37546) 2025-07-31 02:00:08 +00:00
Monica Khoury
0a985a5643 Docs: add link to supabase db dump in PITR guide (#37541) 2025-07-29 16:54:42 +01:00
Monica Khoury
87fceafaeb Docs: clarifying PITR behavior when disabled (#37539) 2025-07-29 17:32:14 +02:00
TheOtherBrian1
3133098c7b Update postgis.mdx (#37521)
* Update postgis.mdx

* run pnpm format to fix prettier errors

---------

Co-authored-by: PLyn <plyn8750@gmail.com>
2025-07-29 10:18:55 +02:00
Simon Hackler
02190a3ae8 Fix docs error passwords.mdx (#35993)
Fix error passwords.mdx
2025-07-28 21:54:02 +00:00