John Pena
62022b9329
Add John Pena to humans.txt ( #21879 )
2024-03-08 14:37:06 +01:00
Francesco Sansalvadore
827b01c37a
improve hp perf on safari ( #21845 )
...
optimize www homepage performance
2024-03-08 11:00:45 +01:00
Guilherme Souza
690f1747eb
chore: add Guilherme Souza to humans.txt ( #21782 )
2024-03-05 14:38:07 -03: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
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
Kevin Grüneberg
95e10ac20f
chore: clarify dedicated ipv4 address ( #21554 )
2024-02-27 12:08:41 +08: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
Copple
b5c54614aa
Update humans.txt ( #21367 )
...
* Update humans.txt
* add laktek, add myself back
---------
Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com >
2024-02-19 11:40:59 -03:00
Charis
b06dc92cae
replace old diagrams with new ones from design ( #21170 )
...
* swap out old diagrams for new ones
* swap out images in readmes
* fix docker guide image
* test readme image display
2024-02-12 10:46:35 +00:00
Tyler Hillery
983f444793
Add Tyler to humans.txt ( #21061 )
...
Update humans.txt
2024-02-07 14:01:03 +08:00
Charis
b5eb4066ae
fix: more pooler conn string updates ( #20849 )
...
* fix: swap examples for pooler conn string
* fix: clarify how to get pooler string in branching docs
* fix: double scrollbar caused by banner
* fix: more fixes to connection docs re: pooling
* update postgres images
* restore accidentally deleted image
* appease prettier
* update connecting guide
* Update add-pg-server-conn-info.png
* replace projectref with a placeholder
* spelling nit
* update image
---------
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
Co-authored-by: Inian <inian1234@gmail.com >
2024-01-30 16:08:50 +08:00
Jonathan Summers-Muir
d03bbe75ed
chore: update migration guides for new assets ( #20786 )
...
* update image and text
* Update database-settings-host.png
* update redwood
* Update database-settings-host.png
* update resources pages
2024-01-27 09:40:15 +00:00
Joel Lee
3ac761143e
docs: update captcha docs ( #20679 )
...
* docs: update captcha docs
* Delete apps/docs/public/img/guides/auth-captcha/supabase_auth_general_settings.png
* Update auth-captcha.mdx
* Apply suggestions from code review
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
---------
Co-authored-by: Stojan Dimitrovski <sdimitrovski@gmail.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-01-24 01:54:09 +00:00
Inian
ae6fd68cee
ipv4 addon docs ( #20659 )
...
* ipv4 addon docs
* review suggestions
2024-01-23 09:03:06 +00:00
Joshen Lim
6aa43b5a7f
Update CLS docs image ( #20297 )
...
* Update CLS docs image
* Remove old image
2024-01-22 11:34:04 +07:00
Charis
1b87103e86
fix: update connection strings for ipv6/supavisor ( #20394 )
...
* fix: update connection strings for ipv6/supavisor
* Update redwoodjs quickstarter with the latest prisma instructions
* Update screenshot for obtaining connection string
* Add the direct_url back to redwood quickstarter guide
* update redwood guide
* update screenshots and connecting text
---------
Co-authored-by: dshukertjr <dshukertjr@gmail.com >
Co-authored-by: Inian <inian1234@gmail.com >
2024-01-17 11:24:24 -05:00
Tom Ashley
64d0d332de
fix: broken link for encryption key ( #20303 )
2024-01-10 11:35:35 +00:00
Ariel Aharonson
6d121f1546
feat(dashboard): Add column-level privileges management ( #13745 )
...
* add privileges page
* fix
* fix: could have both global and column-specific privileges + is global per privilege
* Trigger Build
* load permissions data for current table only
* fix style for light theme
* add a guide to Privileges
* Update apps/docs/pages/guides/auth/column-level-security.mdx
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
* Update apps/docs/pages/guides/auth/column-level-security.mdx
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
* Update doc
* Update docs
* progress moving privileges to pg-meta
* split up column privileges and table privileges
* adds loading state to toggles
* Add feature flag, move from auth section to database section
* Cleanup
* Update meta store table lists, add header warnings, update docs
* Add alert if any columns have privilages
* Spelling
* fix api.d.ts
* fix link
* move to auth pages
* only show editable schemas
* limit roles
* auto select first table
* remove roles meta store
* inline toggling
* apply privileges all at once
* add preview and use new switch component
* fix spelling
* handle long column names
* warn users about losing changes when changing schemas/tables
* remove strange docs link
* fix feature preview after reload
* use shadcn select
* Update select.tsx
* Minor UX fixes
* Update toast
* Update feature preview image for cls
* update cls warnings
* update warnings
* fix toast message
* Add migration alert to preview page
* Add link to CLS from feature preview, and add empty state on CLS page if feature preview is not enabled
* Shift local storage keys hard code to lib/constants
---------
Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com >
Co-authored-by: Greg Richardson <greg.nmr@gmail.com >
Co-authored-by: Terry Sutton <saltcod@gmail.com >
Co-authored-by: Alaister Young <a@alaisteryoung.com >
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
Co-authored-by: Joshen Lim <joshenlimek@gmail.com >
2024-01-10 17:39:03 +11:00
Kevin Grüneberg
d97f83bb84
docs: remove legacy billing info ( #20185 )
2024-01-05 11:53:11 +01:00
Jordi Enric
cdd811d63c
add jordi ( #20150 )
2024-01-04 11:05:44 +01:00
Kevin Grüneberg
129b3d927a
chore: move specs to docs folder ( #20136 )
2024-01-03 18:54:23 +01:00
Thomas Eckl
29b2b99bbf
Update humans.txt ( #20134 )
...
chore: add my name to humans.txt
2024-01-03 16:53:12 +00:00
Clarence
a665bb570a
UI/Docs: fixed typos in tailwind-theming.md and removed trailing whitespace ( #19960 )
...
* docs: fixed typo drodowns --> dropdowns
* docs: fixed typo Alernative --> Alternative
* removed trailing whitespace
2023-12-22 10:51:21 +01:00
Francesco Sansalvadore
c8bb436ba7
Bernard ( #19782 )
...
Launch Week X - Day 5 Announcement
2023-12-15 16:45:26 +01:00
Marijana Pavlinić
040b0912fc
updated my surname in humans.txt ( #19638 )
...
changed Marijana Šimag to Marijana Pavlinić
2023-12-12 14:45:15 +00:00
Alexander Korotkov
aae63fb694
Update humans.txt with my joining to Supabase Team ( #19564 )
...
Update humans.txt
2023-12-10 19:57:51 +00:00
Jonathan Summers-Muir
cabba4400b
chore: sitemaps update ( #19372 )
2023-12-01 17:31:30 +00:00
Copple
a038a1e123
fix broken images ( #19287 )
...
* fix broken images
* trying new images
* remove broken
2023-11-28 20:40:42 +00:00
Copple
5cdea0d426
Adds a detailed overview for FDWs ( #19039 )
...
* Adds a detailed overview for FDWs
* Update apps/docs/pages/guides/database/extensions/wrappers/overview.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* 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 >
2023-11-28 14:04:47 +00:00
Jonathan Summers-Muir
a19b1589ef
[chore] remove docusauraus based files ( #19087 )
...
* remove
* Delete README.md
* Update
* Update
---------
Co-authored-by: Terry Sutton <saltcod@gmail.com >
2023-11-20 17:43:10 +00:00
Guilherme Souza
a2cd408ed2
docs: add getting started guide for Swift ( #19044 )
...
* docs: getting started guide for Swift
* Apply suggestions from code review
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Add new tutorial to menu
* Add correct image for tutorial
* style: format with-swift tutorial
* docs: add example to the repository
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
Co-authored-by: Thor 雷神 Schaeff <5748289+thorwebdev@users.noreply.github.com >
2023-11-18 11:50:53 +00:00
Jonathan Summers-Muir
c222513546
[Docs] [Branching] Chore/branching docs ( #18762 )
...
* chore: initial branching docs added
* updated docs
* more changes
* Update tailwind.config.js
* Update branching.mdx
* Update tailwind.config.js
* more changes
* Update branching.mdx
* update images
* image refresh
* Delete example.jpg
* reword the top section
* Update branching.mdx
* image changeover
* Update next.config.mjs
* Apply suggestions from code review
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
* Apply suggestions from code review
* Apply suggestions from code review
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2023-11-15 12:19:19 +00:00
Peter
04a007e519
Docs: Fix Expo icon not changing in dark mode ( #17674 )
...
Docs: FIx Expo icon not changing in dark mode
fix NextJS icon naming
Add hasLightIcon to quickstarts, web app and mobile tutorials
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com >
2023-11-03 16:26:36 +01:00
Bruno Andrade
1054739b5e
misc: add myself (bmpandrade) to humans.txt ( #18671 )
...
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com >
2023-11-02 19:49:11 +00:00
Lakshan Perera
24ae561baa
chore(docs): remove global deployments guide ( #18618 )
2023-11-01 09:25:10 +00:00
Joel Lee
7f1de2f9fb
feat: add content_sid variable ( #18164 )
...
* feat: add content_sid variable
* feat: update docs
* fix: update description and image
* Apply suggestions from code review
* fix: run prettier
* Update sid labels
---------
Co-authored-by: joel@joellee.org <joel@joellee.org >
Co-authored-by: Joshen Lim <joshenlimek@gmail.com >
2023-10-31 17:10:51 +08:00
Charis
bc688a1cb9
add charis to humans.txt ( #18596 )
2023-10-30 21:54:59 +01: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
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
Joel Lee
37d85a4f83
feat: update custom smtp docs ( #18356 )
...
feat: update rate limit docs
Co-authored-by: joel@joellee.org <joel@joellee.org >
2023-10-20 17:32:46 +08: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
Joel Lee
911d0a4d47
feat: add LinkedIn OIDCProvider ( #18225 )
...
* feat: initial commit for linkedin
* fix: update docs
* chore: add italics on linkedin
* feat: add scopes image
* Apply suggestions from code review
* chore: run prettier
---------
Co-authored-by: joel@joellee.org <joel@joellee.org >
2023-10-18 21:02:02 +08: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
Ant Wilson
8a926213e3
chore: leavers ( #18241 )
2023-10-16 23:43:07 +08:00
Kamil Ogórek
0cec6a228d
misc: Add myself (kamilogorek) to humans.txt ( #18082 )
2023-10-10 16:34:02 +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
Supun Sudaraka
9d177c1a30
Added myself (Supun) to the humans.txt
2023-09-15 08:33:35 +05:30
egor-romanov
39fab1a843
docs: add 384d vectors to addons table
2023-09-14 14:20:37 +03:00