1
0
Fork 0
Commit graph

76 commits

Author SHA1 Message Date
0687831b92 kaboom (nuke) 2022-12-22 00:13:30 +09:00
c67ac831d6 removed unnecessary steps
- uploading artifact is a security hazard
2022-02-27 11:10:30 +09:00
f23c798bad removed unnecessary step from firebase.json 2022-02-27 11:10:06 +09:00
06ea3452a3 fixed worfflow using incorrect env 2022-02-27 11:06:38 +09:00
18cb84a247 fixed workflow
- write env secret to a file
2022-02-27 11:03:54 +09:00
090fe7d8e4 fixed functions workflow
- bug where each line of multiline string is interpreted as a command
2022-02-27 10:59:00 +09:00
e762fba9fa moved a step to its correct position 2022-02-27 10:55:37 +09:00
8648cce575 added missing prefix 2022-02-27 10:54:00 +09:00
5f9a994cb0 fixed automatic functions deployment 2022-02-27 10:50:05 +09:00
695f75d363 backend structure update
- removed unnecessry data from express user
- changed database arguments and return types
- made `/api/user-data` get data from db instead of express user
2022-02-27 10:44:42 +09:00
5878e4dd29 specified firebase project 2022-02-26 21:13:20 +09:00
fb1ec50ea8 added node setup action 2022-02-26 21:11:22 +09:00
45a37ac3d6 added manual workflow dispatch option 2022-02-26 21:01:31 +09:00
b5903a1b74 fixed github action
- fixed invalid artifact name
- fixed unmatched artifact path and name in `functions.yml`
2022-02-26 20:58:52 +09:00
08258b9a32 removed spinner 2022-02-26 20:56:28 +09:00
de888884e3 updated github action paths 2022-02-26 20:53:57 +09:00
463108694f improved session management
- separated session data to `stores.ts`
- save session data to local storage to prevent flickering
2022-02-26 20:47:17 +09:00
bee735e239 removed unused code 2022-02-26 20:46:17 +09:00
91948b46f5 added auto deployment github actions 2022-02-26 18:09:31 +09:00
aae0194c6c changed yarn with npm 2022-02-26 17:57:52 +09:00
74bd4a0a6a changed prettier config 2022-02-26 17:46:34 +09:00
a47e64351c added firestore.indexes.json to gitignore 2022-02-26 17:46:00 +09:00
b84fa29d9f rewrote database and auth logic
- removed information from firebase db
- added `updateUser` function
2022-02-26 17:27:16 +09:00
31445b7f0f removed unnecessary scopes 2022-02-26 17:23:03 +09:00
2d5bfc818e added user data to navbar 2022-02-26 17:22:42 +09:00
1cf607a83a added developomp to vscode workspace dictionary 2022-02-26 17:20:43 +09:00
d288446593 added contribution guide 2022-02-25 21:58:37 +09:00
c33c8d4002 generalized .gitignore 2022-02-25 21:58:29 +09:00
e171f6a7ff updated dependencies and node version
- changed node version from 14 to 16
- updated dependencies and dev dependencies
2022-02-25 16:41:27 +09:00
57e2fe4ff9 rewrote react frontend with svelte 2022-02-21 10:44:50 +09:00
c24f93c078 improved favicon visibility 2022-02-16 18:14:29 +09:00
fe49a0f75a switched to evergreen ui and bumped package versions 2021-10-13 11:59:21 +09:00
5e09f3bd84 bumped package versions 2021-10-05 14:51:01 +09:00
18d04c4484 removed unnecessary cookie settings 2021-09-30 13:54:07 +09:00
ed3b0e1458 switched from ant design to ionic framework 2021-09-26 17:47:37 +09:00
e9aaaa5ece changed session cookie name to "__session". (Fixed login not working on production) 2021-09-14 18:02:03 +09:00
70dda7f895 send cred on request 2021-09-14 13:06:49 +09:00
108caa0baa added message for 401 2021-09-14 13:06:37 +09:00
7d64b466a1 removed unused config 2021-09-13 22:15:02 +09:00
711aee0033 removed unused package 2021-09-13 21:48:44 +09:00
49d381f315 potential fix for login not working on production 2021-09-13 21:42:14 +09:00
5f216318bf potential fix for login not working on production 2021-09-13 17:52:48 +09:00
cebe435fb2 potential fix for login not working on production 2021-09-13 17:45:16 +09:00
f6301aa4af removed unnecessary dependency 2021-09-13 14:46:31 +09:00
279bdf78da added cookie parser (potential fix for login not working on production) 2021-09-13 14:24:53 +09:00
ef4aa11568 changed outdated link 2021-09-13 12:33:36 +09:00
a21234e6c4 fixed previous commit (fix not applying in production) 2021-09-13 12:06:18 +09:00
1bbdce8080 potential fix for login not working on production 2021-09-13 11:57:37 +09:00
d98d8298c4 simplified code 2021-09-13 11:34:21 +09:00
e47ab04eb8 potential fix for login not working on production 2021-09-13 11:19:21 +09:00