Commit Graph

21 Commits

Author SHA1 Message Date
bd957c89ef auth using google 2018-07-07 18:26:59 +03:00
aa6b0fb7af limit login attempts 2018-06-28 19:09:51 +03:00
bbee6b2b95 reformat with prettier,add react frontend submodule 2018-06-03 12:47:33 +03:00
5747b9ade3 trim usernames, list names, todos,
change jwt expiration to in 120 days
2018-06-01 21:03:15 +03:00
ca6281e2a6 length validations 2018-06-01 19:39:43 +03:00
9c354f5445 fix todolist removal 2018-06-01 17:51:28 +03:00
21477e3ef1 get users 2018-06-01 13:40:12 +03:00
9c7907f1e8 when deleting user, delete each todolist with .remove() 2018-06-01 12:05:56 +03:00
2f48681944 clean up,
tests,
fixes
2018-06-01 01:06:00 +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
3a8df79bf5 api fixes 2018-05-23 20:46:47 +03:00
13f8d02ad4 test index, create list 2018-05-20 01:03:14 +03:00
87ec0ac4d4 refactoring, fix todo removal from lists 2018-05-19 22:41:23 +03:00
8f0509b8f2 refactoring 2018-05-19 18:33:48 +03:00
fed71d59e3 add removeWithTodos to TodoList model 2018-05-18 10:36:43 +03:00
325d01e945 slugify in model 2018-05-17 13:11:57 +03:00
1317015a0d use slugs for lists 2018-05-17 12:28:03 +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