Commit Graph

443 Commits

Author SHA1 Message Date
Hammad Jutt
e7fe11f83d use sourcecred-publish-test for latest SC features 2021-05-06 13:07:32 -06:00
Hammad Jutt
a651e28731 Setup command to link ETH account to Ledger 2021-05-06 13:07:32 -06:00
Hammad Jutt
5cda2f6508 Discord Bot MVP 2021-05-06 13:07:32 -06:00
Alec LaLonde
0d11de2543 Load accounts.json in migration handler again 2021-05-06 11:27:31 -06:00
dan13ram
c8aa14b5c9 updated .env.sample (#499)
* updated .env.sample

* updated guides

* removed discord related env variables

* commented out github token in .env.sample
2021-05-05 20:07:58 +05:30
Alec LaLonde
f3c73c9d2a Linter fixes 2021-05-01 23:50:28 -06:00
Alec LaLonde
63628fb55e Added twitter_url and github_url to guild 2021-05-01 23:50:28 -06:00
mquellhorst
0b6017e759 guild pages implemented 2021-05-01 23:50:28 -06:00
mquellhorst
05bf6fd9cf guild pages implemented 2021-05-01 23:50:28 -06:00
dan13ram
8517a26048 Upgrade dependencies (#486)
* upgraded storybook dependencies

* upgraded web dependencies

* updated timezone selector

* upgrade chakra in metamaps

* upgraded react-dnd in metamaps

* upgraded framer-motion

* fixed types in metamaps

* upgraded eslint

* upgraded lerna, husky and graphql

* upgraded node version

* removed metamaps package

* fixed all eslint issues

* ran yarn format to prettier format all files

* updated lint-staged & husky scripts

* add executable perms to pre-push scripts

* updated yarn.lock

* fixed eslint and moved chakra icons to ds

* fixed emotion errors

* removed extra useContext

* update yarn.lock

* upgraded more packages

* removed unnecessary .huskyrc.json

* lint fix
2021-05-01 12:46:48 +05:30
dan13ram
96f40d90a0 moved rankHelpers to utils 2021-04-30 23:00:01 -06:00
dan13ram
69319a59de made computeRank more generic 2021-04-30 23:00:01 -06:00
dan13ram
c3248aaad3 computing patron rank 2021-04-30 23:00:01 -06:00
Alec LaLonde
05b1348339 Wait for backend to come up before building web 2021-04-29 23:00:40 -06:00
Alec LaLonde
3c3d4097a7 Test docker container in build 2021-04-29 23:00:40 -06:00
Will Holcomb
2f23041ce4 allowing username to be completely removed 🐭 2021-04-26 22:01:03 -06:00
Will Holcomb
206cb44321 correcting invalid username error 🗼 2021-04-26 13:38:57 -06:00
dan13ram
74d8f2d4f5 completed patrons leaderboard (#477) 2021-04-26 12:54:44 +05:30
jaybuidl
c8b386925b Fixed broken link, added missing Descriptive C4 file 2021-04-21 10:25:18 -06:00
Alec LaLonde
18a7eb2499 Re-added guild discord_invite_url column as it should be public 2021-04-21 10:07:34 -06:00
Alec LaLonde
c7eee3c4df Fixed guild discord_invite_url reference, persist guild icon url from discord 2021-04-21 10:07:34 -06:00
Alec LaLonde
6e3fe89744 Changed oauth handler to use a web URL that calls the backend to exchange the given code 2021-04-21 10:07:34 -06:00
Alec LaLonde
cea744a10e Fixed erroneous import in GuildJoin component 2021-04-21 10:07:34 -06:00
Alec LaLonde
09de71dd00 Ensure temporary guild names are unique 2021-04-21 10:07:34 -06:00
Alec LaLonde
612ed1ee32 Added persistence of pending guilds from discord 2021-04-21 10:07:34 -06:00
Alec LaLonde
ea7ec1d677 Started discord oauth implementation 2021-04-21 10:07:34 -06:00
Alec LaLonde
f1852e104b Created guild/join page 2021-04-21 10:07:34 -06:00
Alec LaLonde
4871e8208c Stubbed out guild join page 2021-04-21 10:07:34 -06:00
Alec LaLonde
ce26b7648d Added permissions for new guild columns 2021-04-21 10:07:34 -06:00
Alec LaLonde
8614a8a59b Upgraded sourcecred to 0.8.4, read cred graph using new sc API 2021-04-21 09:33:33 -06:00
Alec LaLonde
14317bda46 Handle both 'Bearer ' and 'Bearer' auth headers properly 2021-04-20 15:45:30 -06:00
Alec LaLonde
961d53ec79 Fixed webhook auth for public requests 2021-04-20 15:45:30 -06:00
Pacien Boisson
dfff04ebaa [Quests] Frontend (#437)
* squash frontend changes

* Style quest explorer

* Style quest page

* Dates

* Dates

* Typecheck

* Prettier

* Fix create page layout

* Update only OPEN quests

* Repetition info

* Fix create quest errors

* Quest form Textarea

* Quest form Textarea

* Truncate texts

* Redirect if user not logged in

* Tooltips

* Factorize skills tags

* fix username in completions

* Metafam as default guild on creation

* Layouts

* Remove todo

* cooldown

* Rename to "claim quest"

* squash frontend changes

* Style quest explorer

* Style quest page

* Dates

* Dates

* Typecheck

* Prettier

* Fix create page layout

* Update only OPEN quests

* Repetition info

* Fix create quest errors

* Quest form Textarea

* Quest form Textarea

* Truncate texts

* Redirect if user not logged in

* Tooltips

* Factorize skills tags

* fix username in completions

* Metafam as default guild on creation

* Layouts

* Remove todo

* cooldown

* Rename to "claim quest"

* Move ConfirmModal in ds

* Extract pSeed balance

* Fix "created by me" switch

* Reword complete quest

* Style quest form

* prettier

* lint
2021-04-08 15:32:27 +04:00
Pacien Boisson
d16f866391 Move players page to /players (#439)
* Move players page to /players

* Using redirects in next.config
2021-03-29 11:50:06 +04:00
Alec LaLonde
8821e4cf49 fixed merge cruft 2021-03-28 22:08:25 -06:00
Will Holcomb
ee403bea8d addin' comments to silence eslint 🍤 2021-03-28 22:08:25 -06:00
Alec LaLonde
b6b91013de Fixed lint errors 2021-03-28 22:08:25 -06:00
Alec LaLonde
b29e629082 Added status to guild table 2021-03-28 22:08:25 -06:00
Alec LaLonde
27985422e6 Tweaked sourcecred migrator to use new player.discord_id column 2021-03-28 22:08:25 -06:00
Will Holcomb
51b349745f code review changes from @alaonde to hopefully code #422 🥅 2021-03-28 22:08:25 -06:00
Will Holcomb
9fb4b4e04c fixin' lintin' 🥼 2021-03-28 22:08:25 -06:00
Will Holcomb
7663da41db tryin' one more variable version 🍇 2021-03-28 22:08:25 -06:00
Will Holcomb
b6649bac2a helps if the variable names are the same 👯 2021-03-28 22:08:25 -06:00
Will Holcomb
89c027e478 changin' variable name to see if it is passed 🏈 2021-03-28 22:08:25 -06:00
Will Holcomb
1609981ac9 printin' graphql server 💈 2021-03-28 22:08:25 -06:00
Will Holcomb
c387912520 addin' loggin' to skills error 🧣 2021-03-28 22:08:25 -06:00
Will Holcomb
89b4ec4527 addin' yarn serve 🥘 2021-03-28 22:08:25 -06:00
Will Holcomb
46f214d97e testin' is dev environment will run 🥢 2021-03-28 22:08:25 -06:00
Will Holcomb
43c2d0a514 redeployin' altered render.yaml 🥦 2021-03-28 22:08:25 -06:00
Will Holcomb
f9fe44336d tryin' w/o port 🌅 2021-03-28 22:08:25 -06:00