Commit Graph

89 Commits

Author SHA1 Message Date
Ali BARIN
6ff55ff2bb refactor: rename fields with arguments and properties 2021-10-28 11:09:24 +02:00
Faruk AYDIN
ada7785b64 chore: Use arguments or properties instead of fields 2021-10-28 11:08:08 +02:00
Faruk AYDIN
20f1fa8632 chore: Eager load integration apps 2021-10-26 22:28:21 +02:00
Faruk AYDIN
7789c8499e chore: Rename createAuthLink as createAuthData 2021-10-26 22:27:24 +02:00
Ali BARIN
dd96cbb1d3 feat: introduce discord authentication 2021-10-26 21:41:44 +02:00
Faruk AYDIN
acb321250f feat: Implement SMTP app connection 2021-10-25 20:16:55 +02:00
Ali BARIN
9bbe50c98c feat: introduce twitch auth 2021-10-24 21:58:10 +02:00
Faruk AYDIN
4caaefdfbc chore: Make createAuthLink mutation more generic 2021-10-24 20:18:43 +02:00
Ali BARIN
8327a60086 chore: install always exact version for deps 2021-10-24 20:18:43 +02:00
Ali BARIN
eb0f2f1cdb feat: introduce firebase authentication 2021-10-24 20:18:43 +02:00
Faruk AYDIN
0c2e1076e9 chore: Introduce GraphQLJSONObject type for credentials 2021-10-24 16:55:43 +02:00
Ali BARIN
e9ba654b25 feat: introduce snackbars for GQL errors 2021-10-23 19:18:27 +02:00
Faruk AYDIN
1728e1de36 chore: Refactor exposing graphQL errors 2021-10-23 15:48:01 +02:00
Faruk AYDIN
73ef6573fc feat: Introduce reset and verify connection mutations 2021-10-22 16:02:40 +02:00
Ali BARIN
e8ae0d6e2f feat: introduce notistack for snackbars 2021-10-22 11:12:41 +02:00
Ali BARIN
22397bddc2 feat: introduce reconnection support for Flickr 2021-10-21 17:45:52 +02:00
Ali BARIN
cdaa90f241 feat: introduce reconnect feature for connections 2021-10-21 17:44:18 +02:00
Faruk AYDIN
37a1b6fe8d feat: Introduce reconnection steps for twitter app 2021-10-20 19:03:59 +02:00
Faruk AYDIN
5a99176d84 chore: Start with uppercase letter for grahpQL type names 2021-10-20 17:32:04 +02:00
Faruk AYDIN
1298d63ace chore: Introduce app info converter and use JSON for info files 2021-10-20 14:40:58 +02:00
Ali BARIN
137fd7cc52 feat: add app connections w/ testing and deleting functions 2021-10-20 13:02:33 +02:00
Faruk AYDIN
c6d9051aa0 feat: Serve static assets of apps 2021-10-19 16:56:09 +02:00
Faruk AYDIN
ddbb39acb8 chore: Return connectionType for testConnection query 2021-10-19 14:25:02 +02:00
Faruk AYDIN
11bee016d2 feat: Create testConnection graphQL query 2021-10-18 18:11:34 +02:00
Faruk AYDIN
9f4dbdb402 feat: Implement deleteConnection mutation 2021-10-18 18:04:10 +02:00
Faruk AYDIN
c820e1de8f feat: Implement getAppConnections graphQL query 2021-10-18 18:03:28 +02:00
Ali BARIN
24e3ec9e39 fix: add missing type and dependency for flickr-sdk 2021-10-18 11:14:18 +02:00
Ali BARIN
a55c404484 feat: add Flickr as a connection 2021-10-17 19:43:26 +02:00
Ali BARIN
22be8a5024 feat: Replace all apps with connected apps on /apps 2021-10-17 17:06:39 +02:00
Faruk AYDIN
5ceb5f1fa2 chore: Use key instead of name as parameter for getApp query 2021-10-17 16:27:17 +02:00
Ali BARIN
3b927809a8 refactor: Update credential wording with connection 2021-10-17 16:21:09 +02:00
Ali BARIN
302d370955 feat: Introduce adding a new app connection 2021-10-17 16:21:09 +02:00
Faruk AYDIN
338caa75d1 feat: Implement getConnectedApps graphQL query 2021-10-17 15:21:38 +02:00
Faruk AYDIN
57a40eae33 chore: Rename credentials as connections 2021-10-17 14:28:34 +02:00
Ali BARIN
1ffb8e4193 refactor: iterate array, not generator in auth steps 2021-10-15 18:40:56 +02:00
Ali BARIN
33c954fff1 feat: Introduce auth step to verify connection 2021-10-15 18:28:25 +02:00
Faruk AYDIN
6bd3626047 feat: Implement update credentials endpoint 2021-10-15 18:17:17 +02:00
Ali BARIN
a502c5dcb7 refactor: Introduce generator for auth steps 2021-10-15 17:16:50 +02:00
Ali BARIN
ba78011d49 feat: Introduce openWithPopup auth step 2021-10-15 17:15:45 +02:00
Faruk AYDIN
e28c18765c feat: Add third step to twitter authentication steps 2021-10-14 18:47:33 +02:00
Faruk AYDIN
92ffa5e035 chore: Fix yarn start command 2021-10-14 18:42:29 +02:00
Ali BARIN
2e7342c3e6 feat: Introduce generic auth steps 2021-10-14 18:37:26 +02:00
Faruk AYDIN
95c046bdf3 chore: Remove displayName field from credentials 2021-10-14 18:05:36 +02:00
Faruk AYDIN
cae0a6de93 chore: Use currentUser from authentication 2021-10-14 18:04:57 +02:00
Faruk AYDIN
3756619aaf feat: Implement createAuthLink mutation 2021-10-14 18:03:57 +02:00
Faruk AYDIN
c02773b5cf chore: Expose authentication steps to the client 2021-10-13 18:31:01 +02:00
Faruk AYDIN
e3aa781d9a chore: Add static current user temporarily 2021-10-13 17:48:51 +02:00
Faruk AYDIN
76a7484bdb chore: Add slug and placeholder fields to apps 2021-10-13 17:37:14 +02:00
Ali BARIN
d71d91daee feat: Introduce InputCreator 2021-10-13 17:32:01 +02:00
Faruk AYDIN
95b5836724 feat: Create credentials model and graphQL mutation 2021-10-12 19:50:23 +02:00