700 Commits

Author SHA1 Message Date
jdhyun09
cca7aa9240 feat: add jwt strategy 2022-08-23 16:28:31 +09:00
Insun
d5f16916fc Merge branch 'dev' into feat/dashboard-frontend 2022-08-23 14:21:50 +09:00
cedoor
77518a7475 Merge pull request #9 from jdhyun09/feat/group-api
feat(api): create groups api
2022-08-22 19:24:37 +02:00
jdhyun09
243f56d7f3 test(api): add missing groups-api unit test 2022-08-23 01:57:25 +09:00
cedoor
00f9e77b88 feat: add reddit passport strategy 2022-08-22 16:03:43 +02:00
jdhyun09
7f757457fd Merge branch 'dev' into feat/group-api
# Conflicts:
#	apps/api/src/app/app.module.ts
#	apps/api/src/app/auth/auth.module.ts
#	package.json
#	yarn.lock
2022-08-22 17:36:37 +09:00
Insun
5222d9a6fd chore: update url 2022-08-19 00:24:25 +09:00
cedoor
27823a3092 refactor: general auth module refactoring 2022-08-18 12:02:13 +02:00
cedoor
4b2a2d882b refactor: update passport strategies 2022-08-18 12:01:10 +02:00
cedoor
03e49ef02e refactor: remove redundant code 2022-08-18 12:00:27 +02:00
cedoor
b31909e484 refactor: create type for supported services 2022-08-18 11:59:30 +02:00
cedoor
23541aac0e test: remove tests of no-logic components 2022-08-18 11:58:20 +02:00
cedoor
8a639ad1ed refactor: remove unused files 2022-08-18 11:42:20 +02:00
cedoor
4e6f543ced refactor: update account model 2022-08-18 11:36:56 +02:00
cedoor
0bc5df7f9b feat: add session storage for production 2022-08-18 11:33:44 +02:00
jdhyun09
5273c99f86 test(api): update groups-api unit testing 2022-08-16 16:15:54 +09:00
jdhyun09
451c45e3bd feat(api): change groups module to use database 2022-08-16 02:23:27 +09:00
Insun
a26817e43c chore: add modal style 2022-08-16 00:58:07 +09:00
Insun
c9fc29fa12 refactor: add styles folder 2022-08-15 17:47:36 +09:00
Insun
b822a6e2f4 feat: add group-folder component 2022-08-15 12:46:58 +09:00
Insun
59ea5359ff feat: add manage group page 2022-08-13 00:00:45 +09:00
Insun
a12b133812 feat: add useGroups hook 2022-08-12 18:43:53 +09:00
Insun
4680747a8f feat: add group-box component 2022-08-12 12:53:51 +09:00
Insun
3965d0bf07 feat: add create group page 2022-08-12 02:33:26 +09:00
Insun
7fa350a34d feat: add login page 2022-08-11 15:10:04 +09:00
Insun
d61ad1abb7 chore: set src absolute path 2022-08-11 10:44:09 +09:00
Insun
95dbffd23a feat: add nav bar 2022-08-09 22:26:02 +09:00
jdhyun09
3dc27781e6 fix: resolve dependencies in auth module 2022-08-09 22:22:35 +09:00
jdhyun09
88aa88b21b chore(api): remove unused member module 2022-08-09 02:37:42 +09:00
jdhyun09
245760c5f5 Merge branch 'dev' into feat/group-api
# Conflicts:
#	apps/api/src/app/app.module.ts
#	apps/api/src/main.ts
#	package.json
#	yarn.lock
2022-08-09 02:29:54 +09:00
cedoor
53bc047432 Merge branch 'dev' into feat/sso-authentication 2022-08-08 16:53:42 +02:00
jdhyun09
c4c67cbf4d fix(api): serialize bigint in json 2022-08-02 01:55:11 +09:00
jdhyun09
9be4844b42 feat(api): create groups api 2022-08-01 23:19:47 +09:00
Insun
dc649ea953 test: add members-api unit testing 2022-07-27 23:27:02 +09:00
Insun
5498f9d8df feat(api): add members api 2022-07-26 17:37:42 +09:00
Onuwa Nnachi Isaac
1a10deb224 fix(auth-serializer.provider.ts): use string data type instead of ObjectID 2022-07-22 12:26:37 +01:00
Onuwa Nnachi Isaac
50f830470d test(api): add auth unit testing 2022-07-22 12:03:11 +01:00
Onuwa Nnachi Isaac
2dfb04c226 feat(twitter-login): add twitter login 2022-07-19 21:10:56 +01:00
Onuwa Nnachi Isaac
7c19274fc5 Add twitter strategy 2022-07-18 15:16:06 +01:00
Onuwa Nnachi Isaac
3d51b7d4d6 feat(github): Add github strategy 2022-07-18 15:07:35 +01:00
Onuwa Nnachi Isaac
b979fd6b19 chore(User): Rename User to Account 2022-07-18 14:41:30 +01:00
Onuwa Nnachi Isaac
297b8ea498 chore(database): Add TypeOrmModule as exports to user.module.ts 2022-07-18 14:37:50 +01:00
Onuwa Nnachi Isaac
53955062ab fix(UserService): Fix findOne function 2022-07-18 14:12:28 +01:00
Onuwa Nnachi Isaac
8f33541591 chore(database): setup typeorm for database 2022-07-18 14:07:47 +01:00
Onuwa Nnachi Isaac
4bab4b999a chore(sso-authentica
tion): Setup Passport for GitHub and Twitter Login
2022-07-18 13:48:57 +01:00
Onuwa Nnachi Isaac
f1dfd36919 feat(infra): setup docker tooling 2022-07-15 20:03:03 +01:00
cedoor
bcf240e651 ci: update coverage reports 2022-07-07 20:15:40 +02:00
cedoor
2559aa0acb refactor: replace admin app with dashboard 2022-07-07 12:49:59 +02:00
cedoor
6dfe8265e5 style: format code 2022-05-24 19:32:15 +02:00
cedoor
bb656ef878 chore: init monorepo 2022-05-24 19:22:06 +02:00