Commit Graph

960 Commits

Author SHA1 Message Date
Alaister Young
8057309e51 chore: upgrade next 13 + react 18 (#17839)
* update deps + image codemod (studio)

* update next links (studio)

* update deps

* update links (ui)

* remove next-transpile-modules

* move next-themes dependency

* chore: update ConfirmDialog

* chore: remove old ConfirmModal js file. migrated to TS

* dependency wrangling

* remove empty page

* update next links (www)

* First run bump react-data-grid-v7 beta 4

* fix package-lock.json

* more deps wrangling

* update recharts

* update sentry options

* fix some broken things in www

* studio fixes

* fix graphiql

* fix studio build

* fix menu hydration

* small build error

* update turbo

* fix www typescript errors

* docs image codemod

* links codemod docs

* fix docs typescript errors

* move useConsent to ui to prevent circular deps

* Fix links

* Fix homepage

* Fix links

* move studio/ to apps/

* Revert "move studio/ to apps/"

This reverts commit 1b0a985fcb.

* disable outputFileTracingRoot

* remove outputFileTracingRoot

* fix homepage product cards

* fix PrivacySettings links

* Fix links

* Fix the build for www.

* Minor fixes for JWTGenerator.

* Fix the docs and ui tests.

* Revert codehike back to 0.8.3

* remove ConfirmAlert()

* reenable babel because mobx hates me

* fix blog image and comparison page avatar

* Fix svg errors

* update image synthax

* Fix code hike

* Move the button in a div so that it doesn't inherit its parent height and make the button look weird.

* When components are defined in a component, they get recreated on each render. This makes them unstable in certain cases and causes infinite rerenders.

* Replace the next/head usage with next/script.

* Chore/upgrade next 13 fix table editor (#18431)

* fix table editor styling and fix row deletion logic

* Fix deleting selected rows from header, and fix checkboxes not clearing up

* Fix deleting all rows when filter applied, and fix deleting all rows

* Fix grid size styling issue

* Fix TS error

* Hydration errors

* studio org pages fixes

* fix more studio links

* audit logs fixes

* dropdown icon styling fixes

* fix some images in www

* upgrade to next 14

* try new sentry wrapper for api

* see if this is even invoked

* Revert "see if this is even invoked"

This reverts commit 86c3973ffa.

* Revert "try new sentry wrapper for api"

This reverts commit f67623ebad.

* Revert "upgrade to next 14"

This reverts commit a24dd6131e.

* chore: allow node version 19/20

* Try to fix the LogTable so that it renders with the newer "react-data-grid" version.

* Fix type errors in the log renderer code.

* Fix the replication screen.

* Add the CSS for the GraphiQL.

* Fix SQL editor results rendering

* Lint

* Fix SQL editor results height issue

* Fix auth RLS not invalidating RQ when toggling RLS

* Fix database tables new/edit column regressed

* Fix migrations page empty state if migrations schema not yet created

* Fix API side panel docs temp remove postgrest text for column description PK and FK

* Fix + improve timeout handling in SQL editor

---------

Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com>
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
Co-authored-by: Terry Sutton <saltcod@gmail.com>
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
2023-10-31 05:51:46 +00:00
Jon Meyers
973b09284c Chore: update docs for new ssr package (#18455)
* update Next.js quickstart

* update docs to use ssr package

* update nav items to reflect new ssr pages

* add migration guide from auth-helpers to ssr

* add guides for astro and remix

* add new pages to sitemap.xml

* Update apps/docs/pages/guides/auth/server-side/overview.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/auth/server-side/overview.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/auth/server-side/creating-a-client.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/auth/server-side/creating-a-client.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Add sveltekit example code

* Add another admonition for sveltekit

* Add express example

* Fix spelling mistake

* Run prettier to correct formatting

* fix createClient examples for Next.js

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Andrew Smith <a.smith@silentworks.co.uk>
2023-10-27 14:55:32 +11:00
Oliver Rice
f2508d2e82 Remove pg_repack from docs (#18476)
remove pg_repack from docs
2023-10-25 14:34:54 -05:00
Fabrizio
b1eafd3957 docs: Revamp storage docs (#18259)
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Fabrizio <fabri.feno@gmail.com>
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
Co-authored-by: Inian <inian1234@gmail.com>
2023-10-24 23:46:55 +08:00
Rodrigo Martins Mansueli
46293ce5e7 Update functions.mdx (#18332)
* Update functions.mdx

* Added mdx page, so the link works. Added link in the menu.
2023-10-20 09:56:31 -03:00
Rodrigo Martins Mansueli
68d67ef0d5 feat: add-generic migration guides (#18182)
* feat: add-generic migration guides

* warning component

* Update apps/docs/pages/guides/resources.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/resources/migrating-to-supabase/postgres.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/pages/guides/resources/migrating-to-supabase/mssql.mdx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* copy

* Consistency across links

* Icon fix

* Prettier

* Fix import

* docs: fix h2 heading

* docs: fix h2 heading

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-10-19 09:04:19 -03:00
Greg Richardson
40f024ecb2 Docs: RAG with permissions (#18190)
* docs(ai): rag with permissions

* fix: relative links

* docs: add internal links

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>

* docs(ai): internal links and warnings

* docs: tabbing

---------

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-10-17 21:26:07 +00:00
Greg Richardson
5e590ee999 Docs: Temp remove realtime mention in python ref docs (#18183)
* docs: temp remove realtime mention in python ref docs

* chore: comment explaining section filter logic
2023-10-13 13:16:47 -06:00
Kang Ming
e32051040a docs: add oauth scopes definitions (#18169)
* docs: add oauth scopes definitions

* docs: resolve comments
2023-10-13 10:14:55 -07:00
Thor 雷神 Schaeff
504a4ce4bf feat: add deep linking docs. (#18136) 2023-10-13 14:41:16 +08:00
Jitul Teron
39123865d7 fix: Docs sidebar icon improvements #18115 (#18134)
* fix: Docs sidebar icon improvements #18115

* Prettier

---------

Co-authored-by: Terry Sutton <saltcod@gmail.com>
2023-10-12 11:48:52 -02:30
Kang Ming
c2215d118a docs: add mfa platform docs (#18098)
* docs: add mfa docs

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>

* docs: add mfa docs

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* Update apps/docs/pages/guides/platform/multi-factor-authentication.mdx

Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>

* docs: add note

---------

Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com>
2023-10-10 22:49:28 -07:00
Francesco Sansalvadore
a9abe79d56 Feat/privacy settings (#17896)
* privacy settings modal in www and docs
2023-10-05 16:10:53 +02:00
Ivan Vasilov
82206f828e Migrate the last dropdowns to shadcn and delete the old Dropdown component (#17780)
Miigrate all leftover dropdowns to shadcn in www, docs and studio.
2023-09-29 13:39:43 +02:00
Thor 雷神 Schaeff
239d19b74c docs: auth apple improvements (#17745)
* chore: improve react native nav.

* feat: tabs for sign in with apple start.

* docs: complete apple auth docs.

* docs: add native mobile login landing.

* docs: add react-native-url-polyfill throughout.
2023-09-28 15:23:28 +08:00
Terry Sutton
dde0bde57c Use resolved theme (#17753)
* Use resolved theme

* Update
2023-09-27 20:49:41 +02:00
Terry Sutton
9910073432 Chore/proper theme switcher (#17635)
* Add theme switcher

* Update

* Update

* Fix docs

* Update

* Fix www

* Componentize ThemeToggle

* Remove unused TopBarRef, rename existing component

* Update apps/www/pages/launch-week/6/index.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/docs/components/Navigation/NavigationMenu/TopNavBar.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/www/pages/launch-week/index.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/www/pages/launch-week/7/index.tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update apps/www/pages/launch-week/tickets/[username].tsx

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* Update always-on darkmode pages

* update

* Prettier

* Check resolved theme for images

* use resolved theme

* Fix customer stories

* Update apps/docs/components/Navigation/NavigationMenu/TopNavBar.tsx

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
2023-09-26 16:27:45 +00:00
Oliver Rice
3fe7613b42 Expand Serverless APIs to REST + GraphQL (#17654)
* graphql section

* fix(federation): markdown image links

* feat(federation): support mkdocs admonition title

* feat(federation): remark pymdown tab support

* fix codehike path

* graphql icon renders

* replace serverless-apis with REST

* run prettier

* update serverless apis ref

* remove GraphQL and Realtime references from REST docs

* move realtime example to realtime overview section

* new section for apis

* prettier

* product label

* move realtime back to products

* feat: graphql nav menu + simplified path

* chore: remove console log

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-09-25 15:17:31 -06:00
Copple
2a660b04b3 Merge branch 'master' into docs/updates_on_a_plane 2023-09-12 09:36:59 -07:00
Copple
660cc3cf7f clean up deep dive 2023-09-12 09:16:17 -07:00
Oliver Rice
71e4eca029 prettier 2023-09-12 09:38:00 -05:00
Oliver Rice
3d86630f24 separate python/js ai docs 2023-09-12 09:19:43 -05:00
Copple
08596fc87e simplify/clarify 2023-09-11 22:56:54 +02:00
Copple
d8bbb79e27 realtime: add page on throttling 2023-09-11 20:57:27 +02:00
Kang Ming
169bb5c3b8 docs: create section for redirect urls 2023-09-07 19:19:30 -07:00
Greg Richardson
19ad74b500 feat(docs): add vector index sub pages to nav menu 2023-09-06 11:56:05 -06:00
Greg Richardson
7042eb0770 docs: hnsw indexes 2023-09-06 10:51:13 -06:00
Andrew Smith
3e675ede50 Move the oauth with pkce flow guide 2023-09-01 17:27:30 +00:00
Copple
085ac78efa Merge pull request #16728 from supabase/chore/oauth-pkce-ssr
Add oauth based auth with PKCE flow
2023-09-01 18:12:23 +02:00
Andrew Smith
0b29c9435a Merge branch 'master' into chore/email-auth-pkce-ssr 2023-09-01 15:29:14 +00:00
Andrew Smith
9cd5db6f06 Update with a new server-side auth section 2023-08-31 15:27:57 +00:00
Kevin Grüneberg
48b6538409 docs: org-based billing 2023-08-31 08:09:20 +02:00
Francesco Sansalvadore
0816d976e9 revert badge global color change 2023-08-30 11:50:09 +02:00
Akshat-bhatia73
b39f291db2 Merge branch 'master' into fix/Twitter-Logo 2023-08-25 12:24:26 +05:30
Akshat Bhatia
49d9ea0eab Updated twitter logo in docs 2023-08-25 12:17:52 +05:30
Akshat Bhatia
beea98d4fa Fix: Light mode icons and updated twitter logo 2023-08-25 11:55:04 +05:30
Copple
898b36abd1 docs: storage cleanup 2023-08-24 16:21:09 +02:00
Copple
8bf6b4dc0b Merge branch 'master' into doc/rls_recommendations 2023-08-24 14:20:39 +02:00
Bobbie Soedirgo
1cb8b9e9bb docs: using custom schemas 2023-08-23 23:47:45 +08:00
Andrew Smith
27be108b69 Add oauth based auth with PKCE flow 2023-08-23 01:26:40 +00:00
Copple
275f64ffd5 secrets before TLE 2023-08-22 23:21:32 +02:00
Copple
f8e4420929 A lot more docs 2023-08-22 21:30:30 +02:00
Copple
4defada6a7 adds some docs on postgres roles, cleans up the Self-hosting section 2023-08-22 15:55:37 +02:00
Andrew Smith
1a40b38610 Add email based auth with PKCE flow 2023-08-22 03:01:25 +00:00
Andrew Smith
d9bf5d21f2 Merge pull request #16497 from supabase/feat/add-cli-email-template-docs
Add docs for email template in local supabase
2023-08-15 18:02:33 +00:00
Oliver Rice
108809503b Merge branch 'master' into or/index-advisor 2023-08-15 10:19:35 -05:00
Copple
de3ac59b52 updates all config links 2023-08-15 16:05:22 +02:00
Andrew Smith
e21f68bd42 Add docs for email template in local supabase 2023-08-13 12:40:23 +00:00
thorwebdev
e6cd1773a3 Merge branch 'master' into docs/connect-supabase 2023-08-07 10:54:20 +02:00
Copple
09ee6415b2 Merge pull request #16233 from supabase/docs/transformers.js
Docs: Generate embeddings using Transformers.js
2023-08-05 09:01:42 +02:00