Commit Graph

52 Commits

Author SHA1 Message Date
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
Faruk AYDIN
078ff9c6b2 chore: Expose data fields by using camelCase convention 2021-10-11 21:53:06 +02:00
Faruk AYDIN
568ce6a4e0 chore: Implement sample user creation script 2021-10-11 21:13:41 +02:00
Faruk AYDIN
51bc7f4bfd chore: Refactor graphQL queries structure 2021-10-11 21:05:56 +02:00
Ali BARIN
aeb3281cff feat: Extend apps with further data 2021-10-10 21:54:36 +02:00
Faruk AYDIN
4f8c8a714f feat: Add primaryColor values into app info files 2021-10-10 20:27:53 +02:00
Faruk AYDIN
54bd731f86 chore: Use value key instead of placeholder for apps 2021-10-09 22:04:54 +02:00
Ali BARIN
c83992363a feat: Extend App pages with tabs and data 2021-10-09 22:00:25 +02:00
Faruk AYDIN
4c6f41c679 feat: Implement getApp graphQL query 2021-10-09 13:38:41 +02:00
Faruk AYDIN
91069008a6 chore: Build graphQL query type dynamically 2021-10-09 12:56:59 +02:00
Ali BARIN
59757ae8ae feat: Extend Apps page with search and data 2021-10-09 12:15:33 +02:00
Faruk AYDIN
558835bc28 chore: Use only getApps query with optional name argument 2021-10-08 23:33:08 +02:00
Faruk AYDIN
aacde35239 feat: Implement getAll and getAllByName graphQL queries 2021-10-08 21:30:04 +02:00
Faruk AYDIN
1524fa196e chore: Setup ava and sinon test libraries 2021-10-08 19:06:35 +02:00
Faruk AYDIN
6515fba1bc chore: Move migration folder into src folder 2021-10-08 19:01:02 +02:00
Ali BARIN
08231dc261 feat: Add dummy pages 2021-10-07 19:01:54 +02:00
Ali BARIN
d5ca45110e feat: update links in drawer 2021-10-07 19:01:54 +02:00
Faruk AYDIN
763916a437 feat: Introduce base model to implement created_at & updated_at logic 2021-10-06 23:45:36 +02:00
Faruk AYDIN
f7887f9418 chore: Extract knex model integration to separate file 2021-10-06 23:43:59 +02:00
Faruk AYDIN
290aee542a feat: Create user model 2021-10-06 23:41:15 +02:00
Ali BARIN
02480498b5 feat: Add Layout with AppBar and Drawer 2021-10-05 21:12:50 +02:00
Faruk AYDIN
3307797e00 chore: Setup objectionjs as ORM 2021-10-05 18:56:51 +02:00
Faruk AYDIN
30bb049277 chore: Add database create & drop commands 2021-10-05 18:48:26 +02:00
Faruk AYDIN
754a145587 chore: Extract error handler and graphql instance to seperate files 2021-10-05 18:48:05 +02:00
Faruk AYDIN
6d1460d360 chore: Handle 404 not found errors 2021-10-05 18:33:58 +02:00
Faruk AYDIN
a523e85a18 chore: Adjust cors options 2021-10-05 18:33:45 +02:00
Ali BARIN
dd188d55a2 chore: add app config with GQL URL and PORT 3001 2021-10-05 01:26:10 +02:00
Ali BARIN
6fc53ffe97 chore: Add react-router 2021-10-04 20:24:56 +02:00
Faruk AYDIN
9979d496e4 chore: Integrate graphql to the express app 2021-10-04 20:01:32 +02:00
Faruk AYDIN
4a33665a5b chore: Implement logger with winston library 2021-10-04 19:05:30 +02:00
Ali BARIN
50309ce680 chore: add support for react-intl, mui, apolloql 2021-10-04 17:39:15 +02:00
Faruk AYDIN
7a9d58d78a chore: Setup dotenv for the express application 2021-10-03 20:51:36 +02:00
Faruk AYDIN
a1aab81eb5 chore: Setup typescript for the express app 2021-10-03 20:48:43 +02:00
Faruk AYDIN
0ffa190250 chore: Setup express app 2021-10-03 20:48:43 +02:00
Ali BARIN
64d6b877e1 chore: Add web package 2021-10-03 15:29:19 +02:00
Ali BARIN
897901dffd chore: Add LICENSES 2021-10-03 15:24:18 +02:00
Faruk AYDIN
e18c122c2b chore: Use src folder instead of lib 2021-10-02 21:44:26 +02:00
Faruk AYDIN
03ff94aa5a chore: Add backend package 2021-10-02 21:44:26 +02:00