Commit Graph

54 Commits

Author SHA1 Message Date
cedoor
51124faf71 chore(zk-groups): add semver nx plugin
re #94
2023-02-13 20:18:32 +01:00
cedoor
0bb345c8be chore(zk-groups): upgrade nx 2023-02-13 20:16:00 +01:00
cedoor
2e27f5fc88 feat(hardhat): create new hardhat plugin
re #121
2023-02-09 12:22:38 +01:00
Saleel
0765e4a2cf feat: add option to connect to multiple wallets 2023-02-01 17:04:36 +05:30
Saleel
f2c7e984bb chore: revert run-many to use --all flag to include all projects 2023-01-25 23:09:42 +05:30
Saleel
5537e775ac chore: update nx commands to specify project names 2023-01-25 08:01:38 +05:30
cedoor
ac9edb91cc chore(contracts): add solidity plugin for prettier
re #86
2023-01-17 13:02:22 +01:00
cedoor
83cf649df9 chore: update lint npm scripts 2023-01-17 13:00:02 +01:00
cedoor
bec66a5453 chore: remove unused commitlint packages 2023-01-17 12:47:22 +01:00
cedoor
6a555c61a8 chore(contracts): add solhint package to lint contracts
re #86
2023-01-17 12:19:10 +01:00
cedoor
fd00d7d35c Merge branch 'dev' into refactor/semaphore-v3 2023-01-17 11:31:20 +01:00
cedoor
9f4fa38e6b refactor(dashboard): update functions to create and get on-chain groups 2023-01-16 13:53:19 +01:00
Saleel
3f572ffe2b chore: add postgres integration 2023-01-13 19:27:15 +05:30
cedoor
4d4d130144 chore(contracts): upgrade semaphore dependencies 2023-01-11 18:23:05 +01:00
Saleel
c85c927bf4 chore: temporarily disable contracts from test:all 2023-01-05 14:14:28 +05:30
Saleel
e0018491a6 refactor: refactor contracts as a nx app 2023-01-05 14:14:22 +05:30
jdhyun09
c11a709018 feat: add semaphore onchain group contract api 2022-11-28 18:22:08 +09:00
Insun
9d5a8982d0 Merge branch 'dev' of https://github.com/Insun35/zk-groups into feat/client-app 2022-11-15 21:03:58 +09:00
jdhyun09
b6da1cf63d feat: create schedule task for save the off-chain merkle roots 2022-11-12 18:00:02 +09:00
Insun
323fd75b22 Merge branch 'dev' of https://github.com/Insun35/zk-groups into feat/client-app 2022-11-05 14:55:32 +09:00
Insun
998800deef chore: modify webpack config 2022-11-05 14:42:07 +09:00
Insun
73378f723b chore: add webpack config 2022-11-04 17:59:17 +09:00
cedoor
d8177699fe refactor: set sqlite as default db 2022-11-02 17:02:01 +01:00
Insun
a908444b38 Merge branch 'dev' of https://github.com/Insun35/zk-groups into feat/client-app 2022-10-29 12:03:30 +09:00
Insun
4c1e357866 feat: add wallet connection 2022-10-27 13:52:11 +09:00
cedoor
b936f98818 style: format code with prettier 2022-10-25 14:55:52 +02:00
jdhyun09
919407a096 feat: add jwt login by using cookies 2022-09-12 11:42:24 +09:00
cedoor
0773bd66d5 fix: move memorystore pkg to dependencies 2022-09-06 14:28:25 +02:00
Insun
5df34751c9 Merge branch 'dev' into feat/dashboard-frontend 2022-09-01 20:54:00 +09:00
Insun
f56c48c1bf feat: add updating navbar function by session 2022-09-01 20:50:13 +09:00
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
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
cedoor
0bc5df7f9b feat: add session storage for production 2022-08-18 11:33:44 +02:00
cedoor
3bb5b78e76 chore: add passport types 2022-08-18 11:32:46 +02:00
Insun
7fa350a34d feat: add login page 2022-08-11 15:10:04 +09:00
Insun
95dbffd23a feat: add nav bar 2022-08-09 22:26:02 +09:00
cedoor
cf40c15ee9 style: format code with prettier 2022-08-08 19:35:16 +02: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
9be4844b42 feat(api): create groups api 2022-08-01 23:19:47 +09:00
Insun
5498f9d8df feat(api): add members api 2022-07-26 17:37:42 +09: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
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
cedoor
46adf40867 chore: add option to generate test coverage 2022-07-07 16:06:58 +02:00
cedoor
6037a0b5cd chore: update project name 2022-07-07 15:59:24 +02:00