Commit Graph

4691 Commits

Author SHA1 Message Date
Tyler
e6eaddbb54 docs: Removes overrideParams from the docs code (#21797)
Removes overrideParams from the docs code
2024-03-06 14:42:10 +09:00
TheOtherBrian1
3e7ed2e81b Add a logging/debugging section to database function docs (#21749)
* Add a logging/debugging section to database function docs 

Accidentally closed and deleted the original PR:
- https://github.com/supabase/supabase/pull/20787

This is an update

* Referenced Severity levels
2024-03-06 02:36:34 +00:00
Michael Obubelebra Amachree
6e7e0426f3 Refactored quickstart guides for Next.js, React, and SvelteKit (#21517) (#21607)
* Refactored quickstart guides for Next.js, React, and SvelteKit (#21517)

* change suggested links

---------

Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
2024-03-05 20:02:32 +00:00
Vojtech Novak
f391b4b8ff docs: fix link (#21779)
the original link is valid but leads to a place that's nor relevant for testing

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 18:08:38 +00:00
Onur Usluca
305106e911 Remove duplicate import: nextjs.mdx (#21786) 2024-03-05 17:50:29 +00:00
Rodrigo Mansueli
cb4ee4c6a0 feat: add edge functions headers page (#21784)
* feat: add edge functions headers page

* Update functions-headers.mdx
2024-03-05 14:44:43 -03:00
Guilherme Souza
690f1747eb chore: add Guilherme Souza to humans.txt (#21782) 2024-03-05 14:38:07 -03:00
Chloe
bd46f3df8e Add capitalization to pages for better readability: ‘settings page’ -… (#21768)
Add capitalization to pages for better readability: ‘settings page’ -> ‘Settings page'

'welcome page' -> 'Welcome page'
2024-03-05 07:52:22 +00:00
Nick James
9a68e5a377 Update with-svelte.mdx (#21432)
### Account page fixed sign out function
2024-03-05 06:38:20 +00:00
Ryan Halliday
c7650b100e Update next.js setup docs email template (#21466)
* Update next.js setup docs email template

The email templates need to have the type parameter. 

The wording here is a bit clumsy but it's hard to convey succinctly. A variable for the email type would be kinda cool. 

I was getting 401 `AuthApiError: Email link is invalid or has expired` until I changed this for my `magiclink`

* Update apps/docs/content/guides/auth/server-side/nextjs.mdx

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 06:33:22 +00:00
Leo
4d829bfb93 Add missing import to nextjs.mdx (#21527)
* Add missing import to nextjs.mdx

* Update apps/docs/content/guides/auth/server-side/nextjs.mdx

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 06:27:20 +00:00
Tyler
64863f407f docs: Add params option to reference docs so that non-js client libs can add parameters (#21708)
* Adds params option for reference docs

* move params below description

* Apply suggestions from code review

* Update apps/docs/spec/supabase_dart_v2.yml
2024-03-05 15:06:07 +09:00
Minh Au
fb9e6aa9b1 Sync NextJs Quick Start and Web App Tutorials (#21718)
* rename 'web app tutorials' to 'web app demos'

* replace auth helper with server-side auth

* add more descriptive instructions

* fix small typos

* create a section on supabase utitlies

* update middleware section to include utilities

* update supabase auth ui to include the utilities

* add a login/signup form

* replace supabase auth ui section with a note

* update PCKE section to use /auth/confirm route instead of /auth/callback

* update Account Page section to use utilities and switch locations

* update Sign out section to use utilities

* update bonus section to include utilities

* minor fixes

* Apply suggestions from code review

* format

* format

* fix js examples

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 01:04:48 -05:00
Menushka Weeratunga
4f7874edfe docs: Add missing import (#21767)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 06:04:26 +00:00
hallidayo
e9763360a1 docs: nextjs missing createClient example code (#21532)
added createClient function example

Co-authored-by: Chris Gwilliams <517923+encima@users.noreply.github.com>
2024-03-05 00:49:38 -05:00
Charis
cb7c67864b chore: linting rule tweaks and error fixes (#21678) 2024-03-04 23:32:46 -05:00
Copple
21d1b8afbb chore: update cli reference doc (#21764)
* chore: update cli reference doc

* Update apps/docs/spec/cli_v1_commands.yaml

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
2024-03-04 23:27:37 -05:00
David
5d7e6bc333 fixed local development link in RBAC docs (#21762) 2024-03-05 03:28:56 +00:00
Ariel Nathan
33d73f2e7a docs: reword phone login sentence (#21716)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 02:55:48 +00:00
Madhav Bansal
70c118df90 Guide to Setting Up TextLocal as Your Phone Login Provider (#21499)
* Add TextLocal SMS Login to NavigationMenu.constants.ts and create guide for Phone Auth with TextLocal

* Fix typo in Textlocal SMS Login

* Update Textlocal integration and documentation for DLT compliance.

* Addressed comments

* Update Textlocal SMS Login name

* Update Textlocal SMS Login name to 'Textlocal SMS Login (Community Supported)'

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-05 01:11:57 +00:00
Kamil Ogórek
148a872e17 docs(branching): Specify that only migrations are applied (#21759) 2024-03-04 18:37:25 -05:00
Wen Bo Xie
4085e31304 docs: re-order Read Replicas doc sections (#21703)
* docs: re-order Read Replicas doc sections

* chore: fix typo about compute size change

* Update apps/docs/content/guides/platform/read-replicas.mdx

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

* Update apps/docs/content/guides/platform/read-replicas.mdx

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

* Update apps/docs/content/guides/platform/read-replicas.mdx

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

* docs: remove duplicate image

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-04 15:09:12 -08:00
Thor 雷神 Schaeff
7ce6958030 feat: add rbac claim auth hook. (#21263)
* feat: add rbac claim auth hook.

* feat: get user role from jwt.

* chore: update full-schema.

* feat: add RBAC guide.

* feat: use plpgsql.

* Apply suggestions from code review

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

* chore: make top level claim.

* chore: set search_paths.

* chore: accessing custom claims.

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-04 14:24:32 +00:00
Chris Gwilliams
d66c0aea2a Add recommended disk sizes to Compute docs (#21446) 2024-03-04 10:58:32 +02:00
Pamela Chia
6cf3fcc20b chore: improve disk related descriptions (#21720) 2024-03-04 12:43:10 +08:00
Charis
538fb7ee0c docs: add federated terraform docs (#21307)
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
2024-03-02 03:17:50 +00:00
Tyler
68513fd618 docs: Ppdate Flutter auth UI docs to be up to date (#21691)
update flutter auth ui docs to be up to date
2024-03-02 08:36:04 +09:00
Egidio Salinaro
51dd35283d Update error about Magic Link in auth-ui.mdx (#21694)
In documentation, the default label for Magic Link `link_text` was wrong

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-01 16:25:06 +00:00
Vojtech Novak
5302a01c60 docs: mention local option in generating-types.mdx (#21695)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-03-01 16:18:46 +00:00
Francesco Sansalvadore
502931b537 update favicons (#21635)
* update all favicons

* prettify manifest

* switch studio and docs favicons

* prettify manifest
2024-03-01 12:26:48 +08:00
Kuiliang Zhang
34c760783e docs: fix parameter name to fileSizeLimit (#21677)
the newest version of api use `fileSizeLimit` rather than `maxFileSize`
2024-03-01 03:15:29 +00:00
Tyler
79629b79f0 docs: Refining the Google sign-in docs for Flutter (#21633)
* Refine Google sign-in docs for Flutter

* Add Android Google sign-in video

* run prettier
2024-02-29 19:32:06 +09:00
TheOtherBrian1
aa27290181 Direct users to self-update postgres to enable network-restrictions.mdx (#21644)
* Direct users to self-update postgres to display network-restrictions.mdx

* Update apps/docs/content/guides/platform/network-restrictions.mdx

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

---------

Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-02-28 16:31:06 -05:00
Sheldon Fourie
3912e1ab46 Update profile now uses "avatarUrl" to correctly update avatar_url (#21555)
I noticed in the function to updateProfile the "avatar_url" was not using the passed in "avatarUrl" value.

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-02-28 01:17:09 +00:00
Kevin Brolly
58604df040 Removed extra <changefreq> in sitemap xml (#21608)
There should only be one <changefreq> within the sitemap XML as per the [protocol](https://www.sitemaps.org/protocol.html).
2024-02-27 15:45:52 +01:00
Charis
e444d337f1 chore: remove ipv4 deprecation banners (#21589) 2024-02-27 14:38:41 +08:00
Tyler
1e03efd8b5 docs: Update Google sign-in docs for Android(Kotlin) to use credential manager and raw gotrue-kt (#21337)
* docs: Focus Google sign-in guide for Kotlin on Android

* refine the Kotlin code and add instructions to add dependencies

* Add Kotlin multiplatform instructions on Kotlin tab

* minor style tiding up

* refine instructions for creating client IDs for Android apps

* Update apps/docs/content/guides/auth/social-login/auth-google.mdx

* Update apps/docs/content/guides/auth/social-login/auth-google.mdx

Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>

* ci: Autofix updates from GitHub workflow

---------

Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>
Co-authored-by: github-tidy-bot <github-tidy-bot@supabase.com>
2024-02-27 04:35:46 +00:00
Kevin Grüneberg
95e10ac20f chore: clarify dedicated ipv4 address (#21554) 2024-02-27 12:08:41 +08:00
Tyler
f8bff4142f docs: Update Dart Edge docs so that it can be run with machines that has the latest version of Flutter (#21552)
* Update Dart edge so that it will work with the current constraints

* Remove the extra line on sample edge.yaml

* make review dog happy

---------

Co-authored-by: Rodrigo Mansueli Nunes <rodrigo@mansueli.com>
2024-02-26 13:27:32 +00:00
Jonathan Summers-Muir
d8ae6de7a8 feat: add new Icons package for custom made icons (#21477)
* feat: add new Icons package

* Create README.md

* add more icons

* add "Home" icon and "Postgres" icon

* reduce helpers

* remove old files

* make dev deps

* Delete package-lock.json

* Update README.md

* add to packages for other apps

* remove from db.design

* Update README.md

* Move the build-icons package in the packages folder.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2024-02-26 09:40:56 +01:00
Tyler
36cac47e50 docs: Clarified Apple sign in instruction for Flutter (#21542)
Clarified Apple sign in instruction for Flutter
2024-02-26 12:30:45 +09:00
Copple
9484436d96 docs: Maturity model - making it even clearer (#21485)
* docs: Maturity model - making it even clearer

* Update apps/docs/content/guides/platform/maturity-model.mdx

* Update apps/docs/content/guides/platform/maturity-model.mdx

* remove hardcoded part from the link

---------

Co-authored-by: Rodrigo Mansueli Nunes <rodrigo@mansueli.com>
2024-02-23 20:46:54 +01:00
Charis
27c752de17 docs: update contributing guide for new repo organization (#21470) 2024-02-23 13:13:13 -05:00
Charis
7cf2eae953 fix: statically build the right nav on each page (#21469)
Before: All pages have the Home nav menu in static HTML, which is blown away and replaced by the proper nav menu upon hydration. This leads to jankiness when the page first loads and an unpleasant flash of the wrong nav menu (especially obvious on the JavaScript ref page, which takes a long time to process and rerender the nav).

Now: All pages have their correct nav menu in static HTML.
2024-02-23 11:38:06 -05:00
Div Arora
9e3221d106 wip chore: flesh out RR docs a little (#21480) 2024-02-23 12:37:56 +00:00
Kevin Grüneberg
bc8e4374a7 fix: dev vulnerabilities (#21474) 2024-02-23 12:32:55 +01:00
Wen Bo Xie
698ec32433 chore: add Karan S to humans.txt (#21467) 2024-02-22 23:58:09 +01:00
samrose
adf96c7bf0 chore: add self to humans (#21437) 2024-02-22 21:15:07 +00:00
Filipe Cabaço
d62eadd630 fix: Add limitation to Postgres Changes docs regarding Delete events ignoring filtering (#21412) 2024-02-22 15:57:37 +00:00
Copple
2a1c4c9613 chore: update cli reference doc (#21390) 2024-02-22 14:16:18 +08:00