Commit graph

52 commits

Author SHA1 Message Date
6cdeef482e fix cve 2021-03-24 09:25:26 +00:00
67db437b9d Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2021-03-24 09:22:30 +00:00
dependabot[bot]
fef9175695
Bump axios from 0.19.2 to 0.21.1 in /client (#6)
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-24 10:21:02 +01:00
dependabot[bot]
3136ec1cfc
Bump ini from 1.3.5 to 1.3.8 (#5)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-24 10:20:53 +01:00
dependabot[bot]
9a2dc152dc
Bump bl from 2.2.0 to 2.2.1 (#3)
Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 22:49:39 +01:00
dependabot[bot]
4e80565539
Bump node-fetch from 2.6.0 to 2.6.1 (#4)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 22:49:23 +01:00
dependabot[bot]
9e8385be3e
Bump lodash from 4.17.15 to 4.17.19 (#2)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-14 09:21:17 +02:00
dependabot[bot]
ec291a4d35
Bump websocket-extensions from 0.1.3 to 0.1.4 (#1)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-07 11:47:38 +02:00
b38d1757b0 sample app ready 2020-04-25 12:56:11 +02:00
e85e734979 sample app ready 2020-04-25 12:00:34 +02:00
00c71eefa6 use redux update and reset password and signout button" 2020-04-25 11:51:43 +02:00
7a1c6b3477 uses redux in sign in page 2020-04-25 10:38:52 +02:00
f6612b8cbd cleans PrivateRoute component; use redux in signup page 2020-04-25 10:29:17 +02:00
cb72af1b37 use redux to obtain token on List and ItemModal 2020-04-25 08:28:11 +02:00
4174ad81fd use redux for PrivateRoute 2020-04-24 20:47:53 +02:00
93b32e901e adds sessionSlice; adds sessionReducer to store; use redux in MainNavBar; 2020-04-24 20:25:26 +02:00
8d3b0ee1d5 User Model; add User to db 2020-04-24 16:01:35 +02:00
40ccfaf90f header creation in http. Sample auth request to backend. 2020-04-24 15:00:54 +02:00
85e8067b6c admin role constants 2020-04-24 14:25:32 +02:00
e7f756a0ea admin role constants 2020-04-24 14:25:25 +02:00
1f1db7c0ac admin condition and page 2020-04-24 12:07:33 +02:00
75361d6f0a pages don't render if condition not met 2020-04-24 12:01:34 +02:00
c8b29a5e22 adds private route component and updates router 2020-04-24 11:26:04 +02:00
0262465acc adds private route component and updates router 2020-04-24 11:21:34 +02:00
9bec74669f creates account page 2020-04-24 10:41:08 +02:00
f3cb7c55d6 sets password forget page 2020-04-24 10:03:20 +02:00
61b2480e67 sets minimal session handling 2020-04-24 09:26:05 +02:00
90bd428d3f adds signout button components and insert it into MainNavBar 2020-04-24 08:55:40 +02:00
b94240e5b6 add urls constants file 2020-04-24 08:14:46 +02:00
4c2ca94013 add signinpage 2020-04-23 23:27:13 +02:00
93cffcb826 enables log in with email or google 2020-04-23 23:26:51 +02:00
31e8f43973 enables SignUp with google 2020-04-23 23:03:25 +02:00
52f03d6027 enables SignUp with email 2020-04-23 22:53:24 +02:00
6f11a3e2c0 adds TODO; signup page layout and base 2020-04-23 21:15:28 +02:00
21350e157d adds firebase auth methods 2020-04-23 20:00:30 +02:00
be51487c36 fix pages exports 2020-04-23 19:27:34 +02:00
47fa15e229 creates pages and routes; firebase utils 2020-04-23 19:16:53 +02:00
79ccc875a6 add firebase service and main router 2020-04-23 19:16:21 +02:00
e36d7fc43a secures api routes using Firebase; add create users route 2020-04-23 18:17:47 +02:00
9e26eff3c8 sets conditionnal db UIR 2020-04-23 17:11:55 +02:00
6d70937096 try to deploy 2020-04-23 16:20:39 +02:00
8ca0bc3549 fix bug deleteItem 2020-04-23 16:15:59 +02:00
90c1ba0628 concurrently to std deps 2020-04-23 16:06:09 +02:00
03c3d6747a try to deploy2 2020-04-23 15:37:00 +02:00
76aeb0907d try to deploy 2020-04-23 15:29:31 +02:00
1b5d42db91 installed helmet 2020-04-23 14:57:52 +02:00
7843bc3662 installed helmet 2020-04-23 14:57:11 +02:00
7fa4e7e4c5 add Procfile; untrack keys 2020-04-23 14:36:17 +02:00
3f75445d0d prepares for deployment on heroku 2020-04-23 14:28:14 +02:00
268314537a add and delete data from db 2020-04-23 11:52:16 +02:00