O-Aditya
1775dd17de
Fix #26802 : Implement client-side only JWT secret generation ( #26831 )
...
* Fix #26802 : Implement client-side only JWT secret generation
* generate random string with getRandomValues
---------
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-06-03 14:56:55 +00:00
Thor 雷神 Schaeff
1a571a2368
docs: edgy bedrock. ( #26909 )
...
* docs: edgy bedrock.
* fix: nav.
* Apply suggestions from code review
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-06-01 22:28:39 +08:00
Kang Ming
ac7922b84c
docs: update auth docs ( #26878 )
...
* docs: fix broken links
* docs: update auth docs
2024-05-31 16:07:43 +08:00
Hieu
d855bfb3f8
feat: automate mgmt api spec update ( #26655 )
...
* fix: correct mgmt api naming
* feat: new command to generate mgmt api sections
* feat: sort section items
* chore: tidy up
* fix: add generate sections to the default command
* feat: add gha to auto update mgmt api docs
* chore: tidy up
* fix: operationId logic to support self-hosting references
* chore: update latest mgmt api specs
* chore: update latest mgmt api specs
2024-05-31 08:53:19 +07:00
Lakshan Perera
a133a111d2
Some updates to Edge Functions guides ( #26877 )
...
* chore: link to Sentry guide from Debugging section
* chore: Change Edge Function Quickstart to Get started
This section isn't much of a quickstart. Updated the first guide title
to "Create an Edge Function"
* chore: moved Edge Functions limits to a separate page
* chore: added a page on HTTP Status codes Edge Functions can return
2024-05-30 16:56:32 -02:30
Francesco Sansalvadore
7f42a81dce
Chore/custom html elements cleanup ( #26836 )
...
* clean up CustomHTMLElements duplication
* save file
* docs --passWithNoTests
* update CustomHTMLElements.utils.test file to tsx
2024-05-30 10:45:57 +02:00
Jonathan Summers-Muir
ec760d4e97
add Admonition to Design System ( #26710 )
...
* add Admonition to Design System
* added notices about FormLabel
* Update label.mdx
2024-05-24 09:21:41 +00:00
Francesco Sansalvadore
511e7c728c
docs: fix broken links ( #26711 )
...
* fix rest api docs nav links
* remove unused data-apis page
2024-05-24 11:09:11 +02:00
Francesco Sansalvadore
9c4eb2c2eb
docs icons inconsistencies ( #26715 )
...
* fix docs inconsistent icons
* remove redundant and old icons
* revert links change
* fix prev link
* Apply suggestions from code review
---------
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
2024-05-24 07:04:22 +00:00
Charis
3c196e3bf5
enhance(refs): add params and return examples for database and auth ( #26676 )
...
enhance(refs): add params and return types
Add params and return types for database and auth functions in
supabase-js library.
2024-05-22 19:55:00 -04:00
Greg Richardson
3f1df65bba
SQL to REST translator ( #25978 )
...
* feat: sql-to-rest poc
* feat: sql-to-supabase-js poc
* chore: upgrade to libpg-query@15
* feat: sql-to-rest docs tool
* docs(sql-to-rest): add introduction
* docs: wording improvements
* fix: theme
* chore: tailwind placeholder
* feat(sql-to-rest): limit, offset, and range
* feat(sql-to-rest): sort by
* fix(sql-to-rest): ui theme
* feat(sql-to-rest): casts
* feat(sql-to-rest): dynamic faqs in ui
* feat(sql-to-rest): improve ui responsiveness
* feat(sql-to-rest): more advanced faqs in ui
* feat(sql-to-rest): http and curl syntax highlighting
* feat(sql-to-rest): baseUrl in http/curl rendering
* docs(sql-to-rest): clarification on curl flags
* feat(sql-to-rest): more faqs
* refactor(sql-to-rest): split faqs into own file
* refactor(sql-to-rest): move formatters to sql-to-rest package
* docs(sql-to-rest): move page to new tools section
* feat(sql-to-rest): joins and resource embeddings
* chore(sql-to-rest): rename 'convert' to 'translate'
* feat(sql-to-rest): add faqs
* feat(sql-to-rest): ui improvements
* feat(sql-to-rest): faq title adjustment
* feat(sql-to-rest): link to client lib docs
* feat(sql-to-rest): assumptions
* feat(sql-to-rest): friendly 'not supported yet' errors
* feat(sql-to-rest): json columns
* feat(sql-to-rest): remove curl -G flag if unused
* feat(sql-to-rest): better error handling
* chore: revert accidental rls ai work
* fix: build errors
* fix(sql-to-rest): theme
* feat(sql-to-rest): change base url
* feat(sql-to-rest): basic aggregate poc
* feat(sql-to-rest): group by
* feat(sql-to-rest): more group by checks
* feat(sql-to-rest): count(*) special case
* fix(sql-to-rest): tests
* feat(sql-to-rest): faq on 'and' operator
* fix(sql-to-rest): error messages
* fix(sql-to-rest): multiple filters on same column
* refactor(sql-to-rest): error hints
* feat(sql-to-rest): match and imatch
* feat(sql-to-rest): in operator
* feat(sql-to-rest): parsing error hints
* feat(sql-to-rest): default language to curl
* feat(sql-to-rest): format on cmd+s
* feat(sql-to-rest): format initial value
* fix(sql-to-rest): turn off tab query group
* feat(sql-to-rest): improve wording in error messages
* feat(sql-to-rest): animated code blocks
* feat(sql-to-rest): more error hints
* fix(sql-to-rest): strip primary relation prefix from columns
* feat(sql-to-rest): json column in order by clause
* feat(sql-to-rest): validate all referenced relations exist in from clause
* refactor(sql-to-rest): split core sql-to-rest lib into separate repo
* feat(sql-to-rest): upgrade to v0.1.1
* feat(sql-to-rest): upgrade to v0.1.2
* feat(sql-to-rest): upgrade to v0.1.4
* chore: upgrade libpg-query
* feat: update 'create a pr' link
* fix: app builds
* fix: prettier
* fix: typecheck
* fix: studio tests
* chore: remove console.log
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* docs(sql-to-rest): remove broken link to client libraries
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-05-22 12:37:01 -06:00
Andreas Elia
4a2a68bab3
Fix "Options" component border radius transition and padding ( #26332 )
...
fix options border radius transition and padding
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-05-22 02:06:04 +00:00
Hieu
d48948ba10
fix: RefSectionHandler to support mgmt-api/api sections ( #26601 )
2024-05-21 11:29:31 +02:00
Hieu
c5a88a9fc4
feat: render mgmt api body params ( #26319 )
...
* feat: render body parameters
* feat: api parameters render
* fix: update mgmt api spec to latest
* fix: body param format and support content type selection
* fix: prettier errors
* fix: use Options to render accepted enum values
* fix: prettier again
* fix: merge conflict
* fix: expose new api routes
* fix: prettier again
* refactor: ApiBodyParam
* fix: add missing apis
* chore: tidy up
* feat: improve api response with sample + schema tabs
* fix: support show/hide object param schema
* fix: show no content text
* refactor: use collapsible for hidden content
* Update apps/docs/components/reference/ApiOperationSection.tsx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/components/ApiSchemaOption.tsx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* fix: resolve comments
---------
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-05-21 13:30:34 +07:00
karlo
fc99675c4d
chore: Update Realtime Nav constants ( #25967 )
2024-05-09 11:44:19 -07:00
Charis
ec86bbc4fe
feat: new auth ia ( #22812 )
...
Co-authored-by: Kang Ming <kang.ming1996@gmail.com >
Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com >
2024-05-07 20:15:06 +00:00
Charis
2f4f0adbd1
rework tabs query state to work better across both routers ( #23253 )
...
Refactor tabs so that:
- Behavior add-ons, such as query params, are HOCs in ui-patterns, to keep the basic Tabs minimal
- No dependency on next/router (this is to smooth out a separate App Router migration PR)
- No dependency on useSearchParams either (this is to preserve static generation of as much HTML content as
possible, for SEO purposes -- see comment about client-rendering bailout when using useSearchParams)
- Syncing behavior better localized in a hook
Minor enhancement to save tab preferences to local storage so they are remembered between sessions
2024-05-02 14:50:07 -04:00
pqoqubbw
e3a6f37d7f
docs: fix grid style for AuthProviders component for mobile (horizontal scroll) ( #23461 )
...
docs: fix grid styles for AuthProviders component for mobile
2024-05-01 11:32:40 -04:00
Charis
12c5eb44b2
fix(docs): rename database linter ( #23274 )
2024-04-25 17:20:58 +00:00
Thor 雷神 Schaeff
bb5fc38181
chore: small docs improvements. ( #23261 )
...
chore: start.
2024-04-25 16:01:57 +08:00
Oliver Rice
fe2e8704f7
Remove TCE Blog & Mark pgsodium as not recommended in docs ( #22217 )
...
* remove TCE blog
* update pgsodium docs that its pending deprecation
* Update apps/docs/content/guides/database/extensions/pgsodium.mdx
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
---------
Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com >
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
2024-04-24 19:10:25 +00:00
Charis
3f69fdf5c0
fix: docs build ( #23227 )
2024-04-24 11:46:36 -04:00
Joseph Schultz
fa8167b26c
chore: Update C# docs to reflect new Nuget Package names and Changelog ( #23148 )
...
* Refresh of c# client docs to reflect Supabase@v1.0.0 and new Nuget Package Names
* Clarify maintainers and contributors
* Separate C# v0 and v1 references
* Format
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-04-23 21:07:29 +00:00
Charis
7e8c07227b
fix: cleanup orphan pages ( #23200 )
2024-04-23 16:16:57 -04:00
Charis
85bcc3f7d4
feat: sort docs feedback by team ( #22927 )
2024-04-22 14:45:20 -04:00
Charis
0c8f9942cf
feat(understandability): add new server-side auth docs for sveltekit ( #22574 )
...
End-to-end guide for setting up Server-Side Auth with SvelteKit, covering:
- Protected routes
- Signin, signup, signout
- Protected data
2024-04-22 18:26:27 +00:00
Wen Bo Xie
d56f340190
fix: redirect column level security guide to the new home ( #22930 )
...
* fix: redirect column level security guide to the new home
* fix: docs nav menu wrong link
---------
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2024-04-19 22:37:24 +00:00
Rodrigo Mansueli
134a13f835
feat: storage egress guide ( #22807 )
...
* feat: storage egress guide
* typo + prettier
* Update bandwidth.mdx
* Update bandwidth.mdx
* Update bandwidth.mdx
* Update apps/docs/content/guides/storage/serving/bandwidth.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-04-19 11:39:07 +00:00
Fabrizio
8864e5633c
docs: storage s3 protocol ( #22647 )
...
* docs: storage s3 protocol
* fix: edits
* docs(storage): added ownership,management,custom-roles docs
* chore: fix prettier
* docs: fix formatting & rephrase some bits
* fix: edits
* add error codes documentation
* update docs
* Adds blog post
* Adds embeds
* chore: update images
* parquet video
* Update thumb.png
* some doc updates
* Adds compat list
* guide: cyberduck
* doc updates
* ga page data
* blog updates
* update image
* Update 2024-04-18-s3-compatible-storage.mdx
* Update supabase-contributions.png
* blog update
* moves cyberduck to integrations
* updated multipart section blog
* Update 2024-04-18-s3-compatible-storage.mdx
* update blog
* fix link
* blog updates
* update blog
* docs update
* update announcement banners
* update
* update build stage
* update
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
Co-authored-by: Kang Ming <kang.ming1996@gmail.com >
Co-authored-by: Inian <inian1234@gmail.com >
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com >
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com >
Co-authored-by: Francesco Sansalvadore <francescosansalvadore@mac.wind3.hub >
2024-04-18 14:57:16 +02:00
Jonathan Summers-Muir
c59141f83c
chore: Reorder database links ( #22835 )
...
* chore: move column priv
* update docs
* Minor fixes for column privileges. Add an explanation alert.
* Add a right icon to productMenuItem component.
* Rename the database replication into publications.
* Change the order for the database menu.
* Fix various links to db publications.
* Remove duplicate entry.
---------
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com >
2024-04-18 09:38:24 -02:30
Charis
9159bcf455
fix: future-proof sending of feedback query ( #22754 )
2024-04-16 20:03:39 -04:00
Inian
05b1bd97d1
add day2 docs ( #22787 )
...
* wip
* inference
* inference
* inference
* Update ai-models.mdx
---------
Co-authored-by: Lakshan Perera <lakshan@laktek.com >
2024-04-16 13:47:21 +00:00
Thor 雷神 Schaeff
2a4c525cd2
docs: ai in ef docs guide ( #22788 )
...
* wip: add semantic search example
* chore: complete ef ai guide.
* chore: update ai docs.
---------
Co-authored-by: Lakshan Perera <lakshan@laktek.com >
2024-04-16 21:36:19 +08:00
Guilherme Souza
c7217582ab
chore: official supabase-swift ( #22678 )
...
* chore: remove community badge from supabase-swift
* chore: update realtime swift reference
* fix typo
* chore: update swift references
* chore: fix misspelling of behavior
2024-04-16 00:01:01 +10:00
Charis
5d8cef6040
fix: update all examples and snippets to use select for auth rls func… ( #22632 )
...
fix: update all examples and snippets to use select for auth rls functions
2024-04-11 12:56:11 -04:00
Charis
8e146fed8a
fix: server rendering bug ( #22523 )
2024-04-08 19:27:44 +10:00
Charis
fef87b78fb
fix: change remediation links for database linter ( #22520 )
...
* fix: change remediation links for database linter
* fix: tab update behavior
2024-04-05 19:58:23 +00:00
Oliver Rice
a29c16e7d0
Federate wrappers docs for Auth0, Cognito, Redis, MSSSQL ( #22515 )
2024-04-05 09:38:54 -05:00
Charis
66fc6fa30a
feat: turn docs feedback comments on again ( #22474 )
2024-04-04 13:38:18 -04:00
Charis
1d52dfacde
feat: federated docs for linter ( #22472 )
...
* feat: federated docs for linter
* style: clean up
* fix: toc and link rewrite
* fix: remove console logs
2024-04-04 13:35:31 -04:00
Arsh Khatwani
978779cefe
docs: update url label in Social Auth setup docs ( #22458 )
...
docs: update url label
2024-04-04 06:29:40 +00:00
Charis
e5b647878d
fix: match docs nav icons between sidebar and mobile header ( #22383 )
...
* fix: match docs nav icons between sidebar and mobile header
* fix: pass classname to all home menu icons
2024-04-03 16:13:11 +00:00
Charis
dd1e0c3591
enhancement: store query params in docs feedback ( #22437 )
...
Store query params so we can figure out what tab the feedback refers to.
2024-04-03 11:59:55 -04:00
Kang Ming
9e4b7e4991
docs: anonymous sign-ins ( #21801 )
...
* docs: add guide for anonymous sign-ins
* docs: add signInAnonymously to reference docs
* docs: update tsdocs to include signInAnonymously
* docs: update RLS policies page
* fix: make reference generator more resilient
* docs: update nodes to use auth-js naming
* docs: update tsdocs
* docs: update signInAnonymously method
* docs: add abuse prevention & cleanup to anonymous users guide
* docs: update rate limit table
* docs: update automatic cleanup section
* docs: update access control & abuse prevention
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com >
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com >
* docs: update access control
* Update apps/docs/content/guides/auth/auth-anonymous.mdx
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com >
* docs: update anonymous users guide
* docs: update anonymous user guide
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com >
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com >
2024-03-27 18:01:07 +07:00
Jonathan Summers-Muir
f2b13fd326
Chore/favicon fix ( #22226 )
...
* chore: move favicon logic to package
* update application names
* Delete Favicons.tsx
* add more props
* add more props
* update
* cleamn
* clean up
* Update _app.tsx
* Update _app.tsx
* add missing favicons and size optimization
---------
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com >
2024-03-26 14:34:24 +01:00
Chris Gwilliams
67e1c3380d
Add docs page on high swap usage ( #20027 )
...
add docs on high swap usage
2024-03-26 07:36:35 -04:00
Thor 雷神 Schaeff
280c26d23d
feat: add amazon bedrock vecs example. ( #21963 )
...
* feat: add amazon bedrock vecs example.
* feat: add Amazon Bedrock guides.
* feat: add blogpost.
* chore: add video.
* Apply suggestions from code review
Co-authored-by: Oliver Rice <github@oliverrice.com >
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
* chore: update example.
* chore: updates from review.
---------
Co-authored-by: Oliver Rice <github@oliverrice.com >
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
2024-03-26 18:13:18 +08:00
Charis
fa8c9f360b
fix: docs sidebar collapse and highlight ( #22108 )
...
* fix: make sidebar collapse work when hash is selected
* fix: persist sidebar highlight when hash is selected
* chore: cleanup
* fix: fix enterprise sso case
2024-03-25 10:31:00 -04:00
Denzil Samuel
01cd022722
Fix Markdown Render in Self-Hosting Auth page ( #16893 )
...
* fix-markdown-render-in-self-hosting-auth
* Update apps/docs/components/Params.tsx
* style: appease prettier
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-03-25 14:04:08 +00:00
Wen Bo Xie
2b442bc612
docs: remove Realtime client-side throttling ( #18436 )
2024-03-25 07:50:46 -04:00