Commit Graph

25921 Commits

Author SHA1 Message Date
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
Mark Burggraf
fd3d473ab3 Remove text about Superuser roles (since we don't support it) (#18270)
I'm proposing we remove this block entirely since we do not allow Superuser access at all anymore (so this might be confusing for people if we left it in):

## Superuser roles

The superuser role has unrestricted access to the database system. Typically these roles will be able to bypass all security measures (like Row Level Security). Be cautious when granting superuser privileges as it can potentially lead to security risks.
2023-10-17 15:15:16 -03:00
Rodrigo Martins Mansueli
0f5d1e9594 Feat add edge function slack mention example (#18237)
* feat edge slack mention

* docs: fix slack thread_ts property casing

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-10-17 15:13:51 -03:00
Francesco Sansalvadore
c2c1bda297 Update some styling tokens www (#18234)
* update www styling with new tokens
2023-10-17 16:31:50 +02:00
Filipe Cabaço
6f23f2aded chore: Add Flutter docs for Realtime Broadcast Endpoint (#18238)
Add Flutter docs for Realtime Broadcast Endpoint

---------

Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>
2023-10-17 13:14:32 +01:00
Pamela Chia
9cb428c9af chore: update cookies in privacy policy (#18260)
* chore: update cookies in privacy policy
* fix: cookieless analytics typo
2023-10-17 23:03:42 +11:00
Tyler
09adec6290 fix: update realtime code to v2 on realtime overview page (#18264)
update realtime code to v2 on realtime overview page
2023-10-17 18:18:34 +09:00
Copple
386a245372 chore: update self-hosted image versions (#18262)
chore: update image versions for docker/docker-compose.yml
2023-10-17 17:01:47 +08:00
Ivan Vasilov
a7f88c8611 chore: Run prettier on studio/data/api folder (#18261)
* Remove studio/data to not be ignored when running prettier.

* Run prettier format on the whole repo.

* Run prettier format after each codegen.
2023-10-17 10:50:48 +02:00
Stojan Dimitrovski
cd90837aa5 docs: update Azure docs (#18233)
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2023-10-17 10:40:25 +02:00
Alaister Young
dec916bbb1 chore: better github installation flow (#18066)
* chore: better github installation flow

* Update studio/components/interfaces/Integrations/ProjectLinker.tsx

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>

* Update studio/components/interfaces/Integrations/ProjectLinker.tsx

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>

* remove organizationIntegrationId state

* open Install Github Integration in current window

* enabledBranching -> enableBranching

* adds loading state for ProjectLinker

* add new project connection opens linker

* filter connections by projectRef

* truncate github repo name

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2023-10-17 17:59:19 +11:00
Pamela Chia
66d8fe7063 fix: handle round numbers for github button (#18257) 2023-10-17 16:36:39 +11:00
Tyler Fontaine
871df0418e Add myself to humans.txt (#18250)
Co-authored-by: Tyler Fontaine <tylerfontaine@Tylers-Air.localdomain>
2023-10-17 05:34:52 +00:00
Alaister Young
feb6dea7e9 fix: disable new project button when disabled (#18256) 2023-10-17 16:27:32 +11:00
Ivan Vasilov
dbccdf8beb Add support for scopes oAuth apps (#17976)
* Bump @supabase/shared-types.

* Add scopes parameter to all queries and mutations.

* Refactor the publish app side panel to include scopes.

* Refactor the authorize page to show the app scopes.

* Remove a console.log.

* Address all feedback.

* Simplify the scope rendering.

* Simplify the scopes wording when creating an app.

* Make the modal a bit wider so that some of the text doesn't overflow.

* Add docs url to oauth scopes

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2023-10-17 13:07:02 +08:00
Ziinc
c4320bd0ae fix: api reports styling (#17739)
* fix: tweak padding of ReportWidget append

* feat: add link to logs explorer for routes tables, add collapsible toggle

* chore: formatting

* chore: remove table padding

* chore: fix padding around report item actions

* chore: formatting
2023-10-17 12:29:41 +08:00
Joshen Lim
317a177b5d Support temp enable db writes (#18249) 2023-10-17 09:45:43 +08:00
Rodrigo Martins Mansueli
a99815300f Chore: Update performance.mdx (#18246)
* Chore: Update performance.mdx

Points the user to the right page to change connection limit

* Update performance.mdx

* Update apps/docs/pages/guides/platform/performance.mdx

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

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-10-16 21:39:06 -03:00
Mohammed Yasin Mulla
b09243b628 Replace let with const in .mdx file (#18210)
Fix: Replace let with const in the .mdx file

Co-authored-by: Mohammed Yasin Mulla <mohammedyasin@obmondo.com>
2023-10-16 21:52:15 +02:00
Francesco Sansalvadore
a6000acd17 Add custom icons to Icon library (#18236)
* update blog post twitter icon, improve Icon component and add new icons
2023-10-16 16:51:43 -02:30
Filipe Cabaço
96d5ceb67f chore: Update Broadcast documentation (#18093)
Updates JS library reference docs with more information regarding on how to use Broadcast from Realtime

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
2023-10-16 19:03:57 +01:00
torm89
84734cb5ba Improvement of Postgresql RLS docs (#17260)
* Improvement of Postgresql RLS docs

* Fix typo in `uid()`
2023-10-16 11:31:44 -06:00
Rodrigo Martins Mansueli
b3a06b2699 chore: Update pg_cron.mdx (#17735)
We no longer offer superuser, the command should also be easier to copy and paste for users less familiar with SQL.

More advanced users, should have no issue changing from postgres to a different role if they need.
2023-10-16 13:09:15 -03:00
Ant Wilson
8a926213e3 chore: leavers (#18241) 2023-10-16 23:43:07 +08:00
Inian
d75d8a8301 chore: update codeowners (#18227)
doc pages can be reviewed by any developer
2023-10-16 10:51:28 -03:00
Rodrigo Martins Mansueli
31e6227343 Chore: Update configuration.mdx (#18149)
* Update configuration.mdx

* Prettier
2023-10-16 10:47:27 -03:00
Behzad Samadi
32473a1e3e Update README.fa.md در حال حاضر (#17397)
Fixing a typo: در حال حاضر
2023-10-16 11:14:11 +02:00
victor
c76dab29e1 chore(ci): fix CI builds on master branch (#18218) 2023-10-16 09:07:09 +00:00
Abhinav Mishra
e2784ae905 docs: Fix grammatical errors in the function secrets guide (#18219) 2023-10-16 09:04:03 +00:00
Ivan Vasilov
3d70a1cdca Revert "Chore/support temp enable db writes (#18171)" (#18229)
This reverts commit d200ed9414.
2023-10-16 10:55:43 +02:00
Greg Richardson
90ae844a0b feat(hooks): update default edge function url (#18186) 2023-10-16 16:41:37 +08:00
Ivan Vasilov
cde1731b43 fix: content param doesn't work in the SQL editor (#18176)
* Fix the content parameter for the SQL editor.

* Add comment.
2023-10-16 16:31:56 +08:00
bobo.chen
599bf0ea76 fix: edge function docker-compose.yml config typo on postgresql url (#17764)
* fix: edge function docker-compose.yml  config typo on postgresql url

* Update docker-compose.yml

---------

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-10-16 06:52:00 +00:00
Joshen Lim
a8accf8525 Add bash snippets for storage in API side panel (#18138)
* Add bash snippets for storage in API side panel

* Update studio/components/interfaces/ProjectAPIDocs/ProjectAPIDocs.constants.ts

Co-authored-by: Inian <inian1234@gmail.com>

---------

Co-authored-by: Inian <inian1234@gmail.com>
2023-10-16 14:44:50 +08:00
Tyler
cb51a8bb9c fix: Update Google login example app, guide, and blog article to use new Google login flow for Flutter (#18222)
* update Flutter Google login example to use google_sign_in package

* update build.gradle to support multidex

* compatible with native google login

* update comments

* update readme of sample app

* fix the blog to use the new flow

* update google login guide for Flutter to use the new flow

* Add an intro line for Flutter native google auth guide
2023-10-16 15:40:46 +09:00
Kirill
3e95f766ed docs update: add missed equal sign to expression (#17939)
fix: add missed equal sign to expression

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-10-16 06:12:25 +00:00
Yash Maurya
8259944c51 fixed typo in docs (#18120)
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
2023-10-16 06:07:35 +00:00
Joshen Lim
d200ed9414 Chore/support temp enable db writes (#18171)
* Deprecate old project-read-only-query and add temp-disable-read-only-mode-mutation

* Scaffold enable writes UI

* Implement temp enable writes

* Bump @supabase/shared-types.

* Add scopes parameter to all queries and mutations.

* Refactor the publish app side panel to include scopes.

* Refactor the authorize page to show the app scopes.

* Remove a console.log.

* Address all feedback.

* Simplify the scope rendering.

* Simplify the scopes wording when creating an app.

* Make the modal a bit wider so that some of the text doesn't overflow.

* Add URL to docs for oauth apps scopes

* Remove unnecessary async await

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2023-10-16 13:52:42 +08:00
Kunall Banerjee
11766614d0 Fix typo in SSR auth docs (#17683) 2023-10-16 07:48:00 +02:00
himeshp
1b2c6a1af2 Update auth-captcha.mdx (#17759)
There is a typo in the sample codebase
as per the documentation here
https://docs.page/marsidev/react-turnstile/basic-usage
it should be `siteKey` instead of `sitekey`
2023-10-16 07:47:38 +02:00
Alaister Young
3dca7ff61c feat: disable features (#17553)
* feat: groundwork for disabling features

* update to use profile endpoint & disable features

* fix ts error

* add useIsFeatureEnabled mock

* fix merge conflicts

* fix test

* upgrade to pro

* prettier

* add more billing enabled feature checks

* disable more stuff

* update useIsFeatureEnabled hook

* Fix database reports disk size

* Fix database reports disk size

* disable log sources

* disable moar things

* Tiny fix

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2023-10-16 12:59:36 +08:00
victor
21aeaa112f chore(docs): fix digital ocean blog post link (#18123)
chore(docs): update digital ocean blog post link
2023-10-15 13:28:28 +00:00
Kang Ming
7a8f9e6706 docs: update access control (#18189)
* docs: update access control

* Update apps/docs/pages/guides/platform/access-control.mdx

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

* Update apps/docs/pages/guides/platform/access-control.mdx

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

---------

Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-10-13 17:43:14 -07:00
Francesco Sansalvadore
75fb85ff07 Update support page (#17763)
* update Support page layout

* layout improvements

* add command K search in Support Page

* use SessionContextProvider for cmdK and update supabase client in www

* cleanup

* add typed input placeholder to support page

* reduce gap in layout

* update support page layout, icons, cta hierarchy and copywriting

* separate issues and feature requests call to actions

* update and cleanup Support page

* fix support heading title

* update icon color

* clean up import

* update icon color
2023-10-13 14:07:36 -07: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
Bruno Andrade
b323e583f8 docs: update compute addons with pg repl slots and wal senders (#18150)
* docs: update compute addons with pg repl slots and wal senders

* docs: update compute-addons and replication slots

Co-authored-by: Div Arora <darora@users.noreply.github.com>
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>

* docs: quick change on compute-add-ons for repl slots

---------

Co-authored-by: Div Arora <darora@users.noreply.github.com>
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
2023-10-13 18:21:39 +01: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
Monica Khoury
0c3c3673ab Fix: schema on create index page (#18151)
* Fix: schema on create index page

* Fix Deploy issues

* Remove space

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Remove line break

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>

* Removed unecessary console import

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
2023-10-13 11:47:51 +08:00
Joshen Lim
82c5662e2f Small fixes to service status component (#18161) 2023-10-13 11:41:00 +08:00