Commit Graph

30 Commits

Author SHA1 Message Date
2c24512b16 fix serving static files 2018-09-22 18:12:59 +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
3911e8f5d1 use __ prefix for api because it isn't cached by default with create-react-app 2018-07-13 02:44:03 +03:00
03551c560f tidy up app.js 2018-07-09 00:24:36 +03:00
bd957c89ef auth using google 2018-07-07 18:26:59 +03:00
2346d6307c use compression middleware 2018-06-10 00:25:12 +03:00
1b2c69aff7 serve static resources in dev enviroment 2018-06-09 00:57:31 +03:00
7f98f2200d redirect to https on production 2018-06-06 16:05:05 +03:00
5bb578b381 fix hsts 2018-06-03 20:15:58 +03:00
be2efc5710 use hsts 2018-06-03 19:24:49 +03:00
b33cc6fb13 use 'combined' logger in production 2018-06-03 14:51:35 +03:00
3cc1aa5475 change 'prod' to 'production', 2018-06-03 14:41:26 +03:00
61653134b0 deploying to heroku 2018-06-03 13:25:00 +03:00
3cdf4bf5a4 serve react frontend in production 2018-06-03 13:05:18 +03:00
bbee6b2b95 reformat with prettier,add react frontend submodule 2018-06-03 12:47:33 +03:00
f65c7c9a19 add /api prefix 2018-06-01 22:55:23 +03:00
9c354f5445 fix todolist removal 2018-06-01 17:51:28 +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
3a8df79bf5 api fixes 2018-05-23 20:46:47 +03:00
76b6f76758 smarter db connection
tests
2018-05-20 23:35:21 +03:00
a9b318cb4d fix jest 2018-05-20 17:45:38 +03:00
97921d6ccc update 2018-05-19 19:51:04 +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
8255ec05b9 remove lists 2018-05-17 12:13:14 +03:00
b6a9bc4985 fix eslint config 2018-05-16 23:11:01 +03:00
627e99f312 index and create todos and lists 2018-05-16 20:12:22 +03:00
fa053c63d5 init 2018-05-16 18:25:55 +03:00