Commit graph

41 commits

Author SHA1 Message Date
dependabot[bot]
8d225a1706
Bump eventsource from 1.0.7 to 1.1.1 in /client (#19)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 10:15:40 +02:00
dependabot[bot]
81483491b3
Bump async from 2.6.3 to 2.6.4 in /client (#18)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 19:51:00 +02:00
dependabot[bot]
047ec9f15e
Bump axios from 0.21.1 to 0.21.2 in /client (#17)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 16:32:27 +02:00
dependabot[bot]
2ffd7f01f2
Bump follow-redirects from 1.11.0 to 1.14.9 in /client (#15)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.11.0...v1.14.9)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 10:01:33 +02:00
dependabot[bot]
cdda0d68fa
Bump lodash from 4.17.15 to 4.17.21 in /client (#14)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 09:58:01 +02:00
dependabot[bot]
1e658dcfbb
Bump url-parse from 1.4.7 to 1.5.10 in /client (#13)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 09:57:51 +02: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
b38d1757b0 sample app ready 2020-04-25 12:56:11 +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
8ca0bc3549 fix bug deleteItem 2020-04-23 16:15:59 +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
5e462dca58 retrieve data from db 2020-04-23 11:19:47 +02:00
5cca4d3a2a creates react + redux frontend and express + mongodb backend 2020-04-23 10:44:49 +02:00