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
Charis
a5a2cd688e
add some missing getSession warnings ( #21436 )
2024-02-21 20:13:08 -05:00
Charis
9c322b7f58
kaizen improvements to nextjs server auth guide ( #21305 )
2024-02-21 22:40:51 +00:00
Ari Israel
a3126fa4cc
docs: update Next.js Quickstart example env file name ( #21351 )
...
Update nextjs.mdx
The example env file created with `npx create-next-app -e with-supabase` is called .env.example, not .env.example.local. This updates the getting started doc to reflect that.
2024-02-21 20:45:45 +00:00
Charis
aa3c896e48
chore: speed up preview builds ( #21411 )
2024-02-21 13:43:56 -05:00
Tawan Muadmuenwai
71c0113cdb
Fix link paths in auth-deep-dive guides ( #21400 )
...
Update link paths in auth documentation guides
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-21 18:06:16 +00:00
Charis
5a2600fca9
fix: database link error ( #21431 )
2024-02-21 17:38:01 +00:00
Rodrigo Mansueli
a84de3437e
Improve debugging guide to explain about importing submodules ( #21403 )
...
* Improve debugging guide to explain about importing submodules
* moving up the bottom of the section
2024-02-21 09:48:27 -03:00
hallidayo
8934cd36c8
feat: docs - add inferring type example ( #21408 )
...
* add inferring type example
* Apply suggestions from code review
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-21 00:41:16 +00:00
Kristian Heitkamp
6889153e48
fix the path for routing ( #21415 )
...
This will make the page load if not logged in and eliminate the following error message:
Error: NG04014: Invalid configuration of route '/': path cannot start with a slash
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-21 00:08:22 +00:00
hallidayo
ad6d992974
fix: dart missing example text ( #21353 )
...
removed example text
2024-02-20 23:58:27 +00:00
Tyler
af9306bfea
docs: Add missing descriptions for Flutter docs ( #21339 )
...
Add missing descriptions for Flutter docs
2024-02-20 18:53:34 -05:00
Charlie Coppinger
200740b016
docs: fix incorrect .js extension with .ts extension ( #19925 )
...
* docs: fix incorrect .js extension with .ts extension
Within the SvelteKit example, the guide incorrectly references creating a .js file as opposed to a .ts as is required, given the contents of said file has Typescript within it
* Update apps/docs/pages/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr.mdx
* run formatter
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
Co-authored-by: dshukertjr <dshukertjr@gmail.com >
2024-02-20 23:44:35 +00:00
Ronan O'Driscoll
15887ee164
Minor correction to FCM Push Notifications Guide ( #21370 )
...
* Minor correction to FCM Push Notifications Guide
Hi,
Just some minor edits to the FCM guide I wanted to share.
Thanks,
Ronan O'Driscoll
* Apply suggestions from code review
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-20 23:41:36 +00:00
Tyler
43a1405d37
docs: Add missing code in the apple sign in example for Flutter reference docs. ( #21362 )
...
Add missing code in the apple sign in example
2024-02-20 18:29:37 -05:00
Copple
dc573b53ab
chore: update cli reference doc ( #21100 )
...
* chore: update cli reference doc
* chore: update cli reference doc
2024-02-20 11:48:40 +08: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
b0b8b6b6e3
refactor: finish moving mdx to content directory ( #21321 )
2024-02-16 13:43:02 -05:00
Joe Muller
e8976a13f7
Add Apple client secret tool to Flutter tab ( #21326 )
2024-02-16 17:19:02 +00:00
Fabrizio
1f1d1ad3bf
chore(storage): allow 50GB upgrade self-serve ( #21220 )
2024-02-16 22:50:32 +08:00
Joel Lee
99a60bdd3c
docs: update auth hooks with grants ( #21278 )
...
* docs: update auth hooks with grants
* Update apps/docs/content/guides/auth/auth-hooks.mdx
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-16 10:24:25 +08:00
Joe Muller
07f4e0e9c5
Update auth-apple.mdx ( #21304 )
2024-02-15 22:49:53 +00:00
Peter V
afb65ddb88
Update seeding-your-database.mdx ( #21240 )
...
* Update seeding-your-database.mdx
* Update apps/docs/pages/guides/cli/seeding-your-database.mdx
Co-authored-by: khaya-zulu <39437696+khaya-zulu@users.noreply.github.com >
* Changes suggested by @khaya-zulu
* Apply suggestions from code review
---------
Co-authored-by: khaya-zulu <39437696+khaya-zulu@users.noreply.github.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-15 19:51:18 +00:00
Thobias
1f3686dcb8
Update pgtap.mdx ( #21286 )
...
Fixed a missing comma in example code.
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-15 17:49:55 +00:00
Kang Ming
dac1c3e6da
docs: add information about default cookie name used ( #21298 )
2024-02-16 01:47:29 +08:00
Jonathan Summers-Muir
754ee55cd0
chore: update themes and add dark-new theme set ( #20865 )
...
* chore: update themes and add dark-new theme set
* chore: update
* add deep dark css theme
* fix issue with wrong class
* chore: add `bg-studio` as a custom remapped color for studio background
* updated surface classes to use a surface-75.
* update backgrounds and borders
* Update CardButton.tsx
* Update NavigationIconButton.tsx
* chore: add theme selection
* Update package.json
* Update index.ts
* Update package.json
* update alias
* Update ThemeSettings.tsx
* chore: split up theme support
* remove old code
* Update index.ts
* add back in
* Update ThemeSettingsOld.tsx
* fix issue with system theme leaking through
* reset themes
* update imports
* packagelock updated
* Update ThemeSettingsWithPreferredTheme.tsx
* Update system.svg
* Update NavigationIconButton.tsx
* Update NavigationBar.tsx
* update
* Update light.css
* updated some colors
* light mode updated
* hacked
* prettier
---------
Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com >
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com >
2024-02-15 16:56:18 +01:00
Abishya
718fead2e5
New billing FAQ documentation ( #21258 )
...
* New billing FAQ documentation
This documentation covers frequently asked questions around subscription plans, payments, invoices and billing in general.
* Corrected the misspellings (replacing 'z' with 's').
2024-02-15 10:52:12 +08:00
Charis
be699817fb
fix: mismatched code example in dart spec ( #21267 )
2024-02-15 09:42:40 +08:00
Charis
1076b1d0ad
fix: formatting issue causing prettier to insert empty code block in file ( #21266 )
2024-02-15 09:41:11 +08:00
karlo
1840d7caba
chore: fix deploy command ( #21265 )
2024-02-14 18:38:53 -03:00
Charis
42723d8232
refactor: move ai, realtime, functions, remaining auth docs to content directory ( #21259 )
2024-02-14 17:39:05 +00:00
Tyler
918e13ba6f
docs: Fix code sample to get image URL using Supabase Storage ( #21209 )
...
* fix: Code sample to get image URL using Supabase Storage
* Update apps/docs/pages/guides/storage/serving/downloads.mdx
* remove error for getPublicUrl
* run formatter
2024-02-14 14:34:36 +00:00
Artem Vysotsky
8318d0cd1a
Add a note about consumers Azure tenent ( #21245 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-14 13:55:56 +00:00
Charis
df92331a3b
refactor: move storage docs into content directory ( #21129 )
2024-02-14 13:28:39 +00:00
mp
b683b43b81
Fixed typo on supabase_py_v2.yml ( #21199 )
...
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-14 13:25:20 +00:00
Joel Lee
b5c990375b
docs: add note about clock skew ( #21248 )
2024-02-14 08:37:32 +00:00
Riccardo Cucia
6e25cd693a
Fixed signInWithOAuth example documentation ( #21198 )
...
* Fix .env.example STUDIO Variables
* Fixed signInWithOAuth example documentation
* Fixed signInWithOAuth example documentation
---------
Co-authored-by: riccardocucia <riccardocucia@gmial.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-14 03:29:23 +00:00
Myrin Wouterse
d07c27a35f
removed duplicate cookiestore function ( #21179 )
...
Co-authored-by: Chris Gwilliams <517923+encima@users.noreply.github.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-02-14 02:42:02 +00:00
TheOtherBrian1
fcdc380751
Inform users how to self-update extensions ( #21235 )
...
* Inform users how to self-update extensions
* fixed type
2024-02-13 19:31:58 -05:00
hawkcookie
771c337594
Fix Typo: Correct 'druation' to 'duration ( #21010 )
2024-02-13 08:41:32 +01:00
Jonathan Summers-Muir
5fb7ff499c
chore/update-warnings-for-branching ( #19464 )
...
* Update branching.mdx
* Update branching.mdx
* Update branching.mdx
2024-02-12 15:52:19 +00:00