dependabot[bot]
|
6c6fe9f193
|
Bump cacheable-request and nodemon
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.
Removes `cacheable-request`
Updates `nodemon` from 2.0.15 to 2.0.20
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.20)
---
updated-dependencies:
- dependency-name: cacheable-request
dependency-type: indirect
- dependency-name: nodemon
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-10 18:59:41 +01:00 |
|
|
|
915fa7168c
|
fix tests not working
downgrade mongodb and mongoose-unique-validator
|
2021-11-20 11:15:45 +00:00 |
|
|
|
0e085693fa
|
update stuff
|
2021-11-20 10:48:47 +00:00 |
|
|
|
afd1f98254
|
update, lint, prettify everything
put backend sources into src
setup circleci
don't use react-loadable because it seems unnecessary
|
2021-03-13 19:58:06 +03:00 |
|
|
|
ca9a8a8262
|
fix tests
|
2020-10-14 10:29:59 +03:00 |
|
|
|
052256788e
|
update pretty much everything
update tests to workaround (I think) this thing https://github.com/facebook/jest/issues/9624
didn't update react-spring because too lazy
|
2020-08-14 14:44:44 +03:00 |
|
dependabot[bot]
|
a7e8c71cc2
|
Bump mongoose from 5.7.1 to 5.7.5
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.5)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-11-06 00:05:14 +00:00 |
|
|
|
dcfc13c1ca
|
npm audit fix
|
2019-09-14 11:15:09 +03:00 |
|
|
|
c119546aaa
|
fix packages
|
2018-12-28 15:23:40 +03:00 |
|
|
|
851682d0c6
|
update to create-react-app 2
|
2018-10-10 22:14:45 +03:00 |
|
|
|
b60b66644d
|
Use HOCs for access control
|
2018-10-08 22:32:02 +03:00 |
|
Stepan
|
97da946137
|
fix google_enabled flag
|
2018-09-29 00:01:13 +03:00 |
|
|
|
985ad0fd7e
|
clean up eslint configs
|
2018-09-22 20:45:39 +03:00 |
|
|
|
cc9c897bc0
|
rename 'react' to 'client'
|
2018-09-22 17:45:45 +03:00 |
|
|
|
66fc2758b0
|
update readme
|
2018-09-13 21:33:56 +03:00 |
|
|
|
68d9d979b1
|
fix tests
|
2018-08-25 13:14:02 +03:00 |
|
|
|
e3e1efa521
|
animate add todo/filter selector
|
2018-07-13 22:38:13 +03:00 |
|
|
|
5732f12f7b
|
make google auth work without ejecting from create-react-app
|
2018-07-13 03:04:04 +03:00 |
|
|
|
bd957c89ef
|
auth using google
|
2018-07-07 18:26:59 +03:00 |
|
|
|
3791d4a5d7
|
keepSynced middleware
|
2018-06-24 18:13:37 +03:00 |
|
|
|
cf618f7651
|
use latest mongodb for testing
|
2018-06-14 15:34:06 +03:00 |
|
|
|
2346d6307c
|
use compression middleware
|
2018-06-10 00:25:12 +03:00 |
|
|
|
7f98f2200d
|
redirect to https on production
|
2018-06-06 16:05:05 +03:00 |
|
|
|
a8e5629da3
|
use node 10 for heroku
|
2018-06-03 21:21:53 +03:00 |
|
|
|
be2efc5710
|
use hsts
|
2018-06-03 19:24:49 +03:00 |
|
|
|
965491c9af
|
rename npm package to 'todolist'
|
2018-06-03 14:50:02 +03:00 |
|
|
|
2aa2f188b3
|
add cacheDirectories
|
2018-06-03 14:46:38 +03:00 |
|
|
|
3cc1aa5475
|
change 'prod' to 'production',
|
2018-06-03 14:41:26 +03:00 |
|
|
|
d7656f9715
|
fix heroku deploy
|
2018-06-03 14:38:20 +03:00 |
|
|
|
61653134b0
|
deploying to heroku
|
2018-06-03 13:25:00 +03:00 |
|
|
|
bbee6b2b95
|
reformat with prettier,add react frontend submodule
|
2018-06-03 12:47:33 +03:00 |
|
|
|
db46f1a2b4
|
require authentication for todos,
use in-memody db for tests
|
2018-05-30 21:42:30 +03:00 |
|
|
|
fd142c8710
|
create, update, remove users
|
2018-05-30 19:24:48 +03:00 |
|
|
|
00f71bb78d
|
use list id for routing
|
2018-05-27 15:07:50 +03:00 |
|
|
|
6598874331
|
remove console.log from post route
|
2018-05-24 19:44:26 +03:00 |
|
|
|
3a8df79bf5
|
api fixes
|
2018-05-23 20:46:47 +03:00 |
|
|
|
76b6f76758
|
smarter db connection
tests
|
2018-05-20 23:35:21 +03:00 |
|
|
|
8f0509b8f2
|
refactoring
|
2018-05-19 18:33:48 +03:00 |
|
|
|
c0af83f3f1
|
refactor app.js
test not found routes
|
2018-05-18 16:41:43 +03:00 |
|
|
|
1317015a0d
|
use slugs for lists
|
2018-05-17 12:28:03 +03:00 |
|
|
|
8255ec05b9
|
remove lists
|
2018-05-17 12:13:14 +03:00 |
|
|
|
fa053c63d5
|
init
|
2018-05-16 18:25:55 +03:00 |
|