Saurabh Srivastava
3a4bbfd804
added .vscode, .idea, .prettierrc.js in gitignore && removed .env.example from gitignore
2021-12-31 11:42:42 +05:30
Saurabh Srivastava
ea182f1228
added .vscode, .idea, .prettierrc.js in gitignore && removed .env.example from gitignore
2021-12-31 11:37:17 +05:30
Saurabh Srivastava
049738403b
added readme.md files in both the typescript and normal javascript
2021-12-30 21:49:04 +05:30
Saurabh Srivastava
2e1c560444
added react-native-typescript example
2021-12-30 21:38:05 +05:30
Saurabh Srivastava
c18cc58d7a
added useRef to try and clean the useEffect
2021-12-30 20:34:13 +05:30
Saurabh Srivastava
d8d35f1c60
added-react-native-todo-list-example-v1: fixing promise errors
2021-12-29 23:54:37 +05:30
Saurabh Srivastava
ebfc552f5c
added-react-native-todo-list-example-v1: fixing promise errors
2021-12-29 23:51:51 +05:30
dependabot[bot]
83ae8bd1fe
Bump next from 10.2.2 to 11.1.3 in /examples/nextjs-auth-tailwind
...
Bumps [next](https://github.com/vercel/next.js ) from 10.2.2 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.2.2...v11.1.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-16 10:33:16 +07:00
Harsh Karande
da694f1405
fix(example): javascript auth
2021-12-08 12:38:50 +05:30
Isaiah Hamilton
ca8579803b
fix: typo
2021-12-02 22:36:13 -05:00
Isaiah Hamilton
97b82a93a9
fix: typo
2021-12-02 22:13:48 -05:00
Isaiah Hamilton
d973d23e70
Update craco.config.js
2021-12-02 07:50:27 +07:00
Copple
f1de7a1d3a
Merge pull request #4183 from supabase/docs/realtime-security
...
docs: add Realtime security docs
2021-12-01 22:57:43 +08:00
TzeYiing
80d35bac15
prettier complaining about brackets being on same line
2021-12-01 18:39:54 +08:00
TzeYiing
abbdabcf24
Ran prettier
2021-12-01 18:35:28 +08:00
TzeYiing
1e4f339b80
Fixed tailwind import reference for postcss 7. Closes #4127
2021-12-01 18:30:36 +08:00
Wen Bo Xie
27042469b5
docs: add Realtime security docs
2021-11-30 17:55:21 -05:00
Copple
614faed4e4
Chore/postgrest v9 ( #3988 )
...
* using slack clone to test
* updates auth functions to handle new GUC commands
* move postgREST to new version
* testing with todo list
* makeing our mount setup far more robust
* Adds some usage commands
* cleans up the auth functions
* test with todos app
* fix env var for GUC
* new auth functions - changed for performance improvement
* Adds some integration tests for RLS
* anon volume on postgres
* remove unused helpers
* fix broken docusaurus build
* Fix complaining vercel
* test instructions
* Use named imports
* Fixes imports
* all relative
* chore: add in tsconfig.json to /web
* finding these all over the place
* Update docker/docker-compose.yml
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
Co-authored-by: Jonathan Summers-Muir <MildTomato@users.noreply.github.com >
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
2021-11-24 00:31:07 +08:00
Inian
2d16de092d
change links to point directly to supabase.com ( #3951 )
...
* change links to point directly to supabase.com
* status page is under .com
2021-11-20 19:32:02 +08:00
Inian
5ea87ddacc
Fix prettier ( #3850 )
...
* move prettier action to check on pr
* run prettier
2021-11-11 17:17:26 +08:00
Isaiah Hamilton
c2d191cee9
Fixed Typo ( #3817 )
...
* Fix: typo
* Fixed Typo
* Fixed Typo
* Fixed Typo
* Fixed Typo
* Update privacy.md
2021-11-08 20:16:09 +08:00
Jonathan Summers-Muir
6f0146965b
Chore/zones ( #3691 )
...
* feat: remove new from basePath and update rewrites/manual imports
* add zones setup. add baseurl to docs. remove redirects on /web
* oops
* wrong format of baseUrl
* ignore broken links for now
* change baseUrl
* change url
* remove rewrites in vercel
* chore: try and get assets to work in docs
* change site
* change url
* add jsconfig
* change config (again)
* add /docs/ back in
* remove new
* move homepage back
* chore: move redirects
* chore: update readme
* move vercel.json settings into nextjs config
* try baseUrl
* fix config
* add permanent attributes to next config
* oops. wrong url
* fix: regex highlighting
* chore: add discord link
* tiry up config
* remove file no longer needed. leave an explanation in file
* fix url
* fix: image urls
* remove more /new/ urls
Co-authored-by: Tom Hanson <tomhanson1985@gmail.com >
2021-11-01 16:38:43 +08:00
Ant Wilson
5d9da66bce
Merge pull request #3282 from supabase/dependabot/npm_and_yarn/examples/expo-todo-list/tmpl-1.0.5
...
chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/expo-todo-list
2021-09-30 18:39:46 +08:00
dependabot[bot]
ad8866da0a
chore(deps): bump ansi-regex in /examples/nextjs-slack-clone
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-24 00:58:48 +00:00
dependabot[bot]
b7155a5d84
chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/expo-todo-list
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-22 05:38:14 +00:00
MildTomato
7bee5f7f93
Apply Prettier changes
2021-09-09 10:31:13 +00:00
dependabot[bot]
2e0ab523d4
chore(deps): bump next in /examples/nextjs-with-supabase-auth
...
Bumps [next](https://github.com/vercel/next.js ) from 10.2.0 to 11.1.1.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v11.1.1 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-06 07:56:24 +00:00
dependabot[bot]
7759229688
chore(deps): bump next in /examples/nextjs-slack-clone
...
Bumps [next](https://github.com/vercel/next.js ) from 10.0.8 to 11.1.2.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.0.8...v11.1.2 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-06 07:54:52 +00:00
Copple
1c00eb0834
Merge pull request #3041 from supabase/dependabot/npm_and_yarn/examples/nextjs-live-tracker-map/next-11.1.1
...
chore(deps): bump next from 10.0.9 to 11.1.1 in /examples/nextjs-live-tracker-map
2021-09-06 15:54:09 +08:00
Copple
06aeed34f1
Merge pull request #3043 from supabase/dependabot/npm_and_yarn/examples/nextjs-todo-list/next-11.1.1
...
chore(deps): bump next from 10.0.1 to 11.1.1 in /examples/nextjs-todo-list
2021-09-06 15:52:53 +08:00
phamhieu
f55ed5fdeb
chore: update latest supabase(dart), supabase-flutter packages
2021-09-03 14:43:29 +07:00
dependabot[bot]
1bbe9bf153
chore(deps): bump next in /examples/nextjs-todo-list
...
Bumps [next](https://github.com/vercel/next.js ) from 10.0.1 to 11.1.1.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.0.1...v11.1.1 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 01:20:27 +00:00
dependabot[bot]
4ec5cc9c0a
chore(deps): bump next in /examples/nextjs-live-tracker-map
...
Bumps [next](https://github.com/vercel/next.js ) from 10.0.9 to 11.1.1.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.0.9...v11.1.1 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 19:40:16 +00:00
Div Arora
15afc7018b
chore: remove unnecessary imports
2021-08-17 16:11:10 +08:00
Copple
861690348f
Merge pull request #2808 from supabase/dependabot/npm_and_yarn/examples/expo-todo-list/url-parse-1.5.3
...
chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /examples/expo-todo-list
2021-08-17 15:48:53 +08:00
Copple
6c18ee80b2
Merge pull request #2807 from supabase/dependabot/npm_and_yarn/examples/expo-todo-list/path-parse-1.0.7
...
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /examples/expo-todo-list
2021-08-17 15:48:43 +08:00
dependabot[bot]
dda27f9951
chore(deps): bump url-parse in /examples/expo-todo-list
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-12 01:48:51 +00:00
dependabot[bot]
4fc1188381
chore(deps): bump path-parse in /examples/expo-todo-list
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-12 01:48:49 +00:00
dependabot[bot]
753189f5e2
chore(deps): bump path-parse in /examples/nextjs-slack-clone
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-12 01:48:49 +00:00
ChristianDavis
90afcf522b
Fix typos
2021-08-11 17:17:26 -05:00
phamhieu
7ae517a022
chore: update README
2021-08-10 14:07:00 +07:00
MrDizzystick
325a2d84f9
Fix typos
2021-07-30 19:59:20 -07:00
awalias
d0b238de36
feat: hackathon blog
2021-07-30 21:22:06 +08:00
Paul Copplestone
86368f8154
Further improvements to the self-hosting setup
2021-07-25 16:09:09 +08:00
phamhieu
5807f6a1f2
chore: update db schema on README
2021-07-20 12:10:28 +07:00
phamhieu
0662e2b052
Apply Prettier changes
2021-07-20 03:04:02 +00:00
phamhieu
f2b94983a3
chore: update flutter example with file upsert
2021-07-20 10:03:01 +07:00
phamhieu
a9ae51be30
Apply Prettier changes
2021-07-19 01:15:57 +00:00
phamhieu
3867ea931e
chore: update flutter example
2021-07-19 08:14:55 +07:00
phamhieu
2cf21c6c1f
Apply Prettier changes
2021-07-16 09:23:08 +00:00