Commit Graph

88 Commits

Author SHA1 Message Date
Praveen Durairaj
2ee9820c22 update whatsapp clone sample app (#1822) 2019-03-20 15:03:04 +05:30
Praveen Durairaj
42b1d16625 add quasar framework sample app (#1825) 2019-03-20 12:42:50 +05:30
Praveen Durairaj
3502dab419 update dockerfile (#1820)
update dockerfile for whatsapp-clone auth-server [skip ci]
2019-03-19 15:47:29 +05:30
Praveen Durairaj
6223852e9d add whatsapp-clone sample app (#1730)
This is a forked version of Urigo's [WhatsApp Clone](https://github.com/Urigo/WhatsApp-Clone-server), integrated with Hasura.
Hasura GraphQL APIs are used in place of custom resolvers. A simple JWT server replaces the original auth server. Image uploads use the same Cloudinary APIs.
[Original React Client](https://github.com/Urigo/WhatsApp-Clone-Client-React) has been updated to match Hasura APIs and typescript definitions have been generated using GraphQL Code Generator.
2019-03-19 12:15:41 +05:30
Rishichandra Wawhal
2777b45335 add onegraph explorer to graphiql online (close #1816 ) (#1817) 2019-03-19 12:14:04 +05:30
Rishichandra Wawhal
fb9df2ac94 fix constructor initialization in graphql2chartjs (#1787) 2019-03-15 14:11:33 +05:30
Shahidh K Muhammed
7ef7e99661
npm audit fix for packages in community folder (#1785) 2019-03-15 12:34:29 +05:30
Rishichandra Wawhal
a9cd694eff add graphql2chartjs to community tools (#1669) 2019-03-14 14:30:41 +05:30
Praveen Durairaj
36cb6f8b13 remove localStorage usage with auth0 (#1690)
Auth0 best practices recommend to not store tokens in localStorage. [Reference](https://auth0.com/docs/security/store-tokens#don-t-store-tokens-in-local-storage)

Updated code to make use of [checkSession](https://auth0.com/docs/libraries/auth0js/v9#using-checksession-to-acquire-new-tokens) which makes use of cookies.
2019-03-13 12:34:36 +05:30
Tirumarai Selvan
d6a3cf337f add hello-world remote-schema boilerplates for major serverless providers (#1694)
A hello world schema is provided with local dev and deployment instructions for AWS Lambda, Google Cloud Functions and Azure Functions.

Older boilerplates are cleaned up.
2019-03-05 21:45:39 +05:30
comerc
e3e1200bae fix a typo in todo-auth0-jwt sample app (#1334) 2019-03-01 16:07:12 +05:30
Selvaganesh
95587bc028 added nodejs8 aws lambda boilerplate (#790) 2019-03-01 15:38:51 +05:30
Praveen Durairaj
039f16b906 update instructions for directory change (#1539) 2019-03-01 15:24:26 +05:30
Tirumarai Selvan
32ef67a20c remove stale folder for gatsby nextjs boilerplates (#1652) 2019-02-25 12:52:09 +05:30
Pilou
e7fba40fad added auth-jwt-roles boilerplate (#1570)
Added a boilerplate from [this original repository](https://github.com/platyplus/authentication-server) based on the discussions in [this issue](https://github.com/hasura/graphql-engine/issues/1420) and [this issue](https://github.com/hasura/graphql-engine/issues/1446).

[skip ci]
2019-02-21 16:42:47 +05:30
Praveen Durairaj
5fc2df2766 add nextjs-8-serverless sample app (#1640) 2019-02-21 15:27:20 +05:30
nizar-m
f83a8e591f rename access-key to admin-secret (close #1347) (#1540)
Rename the admin secret key header used to access GraphQL engine from X-Hasura-Access-Key to X-Hasura-Admin-Secret.

Server CLI and console all support the older flag but marks it as deprecated.
2019-02-14 15:07:47 +05:30
Praveen Durairaj
9c914f5637 add react-static-graphql sample app (#1569) 2019-02-08 15:14:35 +05:30
Darío Javier Cravero
5739b75000 allow exporting async functions as databases in json2graphql (#1543) 2019-02-01 17:04:36 +05:30
yiksanchan
2893fe7126 fix a typo in realtime chat sample app (#1522)
Fix a typo.
2019-01-30 12:57:29 +05:30
Rishichandra Wawhal
b9b13d47b9 Update README.md (#1380)
update readme for firebase-cloud-functions
2019-01-29 21:30:48 +05:30
Rishichandra Wawhal
ef565590af remove the usage of spread operator in setState (#1490) 2019-01-29 13:10:53 +05:30
Tirumarai Selvan
e17fb119e3 update readme for todo-auth0-jwt (#1472) 2019-01-25 15:34:25 +05:30
samuela
e7a42c6772 community: encourage good security in email checking (#1421)
The current regex is vulnerable to all sorts of attacks: `foobar.com@gmail.com` or `jim@asdffoobar.com`.
2019-01-25 00:06:49 +05:30
Praveen Durairaj
a67346458d support any type for id column in ra-data-hasura (close #1443) (#1451) 2019-01-24 09:36:45 +05:30
Praveen Durairaj
c3b6ba3bf0 add nuxtjs-postgres-graphql (#1439)
add nuxtjs-postgres-graphql to sample apps
2019-01-23 16:49:32 +05:30
dsandip
c09541f4f7 fix typo in community readme (#1432) 2019-01-21 18:44:21 +05:30
dsandip
fcb6bd6449 modify contributing guides for docs, console and community (#1427) 2019-01-21 16:49:35 +05:30
Praveen Durairaj
964645cbb1 ra-data-hasura patch for get_many_reference (#1419)
* fix get_many_reference definition

* update package version

* update changelog and github url
2019-01-20 10:25:45 +05:30
Praveen Durairaj
2022091391 add react-admin data provider (close #783) (#1407) 2019-01-19 20:49:35 +05:30
Tirumarai Selvan
9f6ce68e3c refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Rishichandra Wawhal
c23fcc8a80 json2graphql update README.md (#1382) 2019-01-15 18:16:11 +05:30
Rishichandra Wawhal
92b071afdf json2graphql: clean up, update readme, add examples (#1375) 2019-01-15 17:10:29 +05:30
Rishichandra Wawhal
a9e2326ea8 remove auth0 webhook ref from docs and community (#1341) 2019-01-08 16:36:16 +05:30
Rakesh Emmadi
3026c49087 apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
Praveen Durairaj
e929cc4402 accept query_file query param for preloading queries (#1185) 2018-12-12 12:46:13 +05:30
Praveen Durairaj
12231bc062 add env to handle graphql endpoint for graphiql-online (#1178)
[skip ci]
2018-12-11 14:31:46 +05:30
Shahidh K Muhammed
c985a6d1ed
update demo app links (#1122) 2018-11-27 16:01:56 +05:30
surendran82
01aa56a807 realtime chat app ui update (#1101) 2018-11-26 19:41:00 +05:30
Shahidh K Muhammed
ad2c911301
update example apps for uniform deployment (#1105) 2018-11-26 18:27:52 +05:30
Anon Ray
512ee6fb9f adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
surendran82
9d53f38ec4 react-apollo-todo example app ui fixes (#1091) 2018-11-22 13:19:15 +05:30
Praveen Durairaj
643042c2d5 add react-apollo-todo with auth0 example (#1083) 2018-11-21 19:19:40 +05:30
Rishichandra Wawhal
f3f1f3e36a realtime-chat: update footer with blogpost (#1070) 2018-11-21 13:12:01 +05:30
Rishichandra Wawhal
6603845ff1 render playground for custom resolvers boilerplate (close #1060) (#1065) 2018-11-21 12:52:54 +05:30
Karthik Venkateswaran
1b1658221c update realtime poll and location tracking apps (#1066) 2018-11-20 17:13:27 +05:30
Shahidh K Muhammed
8b28143774
update todo-auth0 readme to include env var config (#1020) 2018-11-14 10:34:36 +05:30
Karthik Venkateswaran
9a91ec2536 remove package-lock from realtime example apps (#1025) 2018-11-14 10:31:29 +05:30
Rishichandra Wawhal
51abce2c1c do not create columns starting with __ in firebase2graphql (fix #1001) (#1002) 2018-11-13 16:12:41 +05:30
Akshat Agarwal
edfde9e68e fix typos in serverless etl readme (#959) 2018-11-08 12:10:47 +05:30