63 Commits

Author SHA1 Message Date
9337586b90 Don't need this anymore 2020-04-21 17:46:08 +02:00
95811f5788 Add migration 2020-04-21 17:39:14 +02:00
a34d892559 Delete user 2020-04-21 17:23:55 +02:00
d8a8f53b97 Wildcards imports for ktorm & ktor 2020-04-21 16:46:06 +02:00
3a67e48ab0 Quick fix to handle bad requests 2020-04-21 16:30:55 +02:00
3ab0e395b3 Implement note creation + update tests 2020-04-21 16:19:01 +02:00
ecf292bccf Update tests 2020-04-21 16:07:51 +02:00
69c35d0732 This is ugly.. 2020-04-21 16:06:53 +02:00
1f9923dc82 WIP 2020-04-20 19:21:52 +02:00
cbee40f5e4 Remove dead code 2020-04-20 16:45:15 +02:00
c7b29f2d47 Remove ktor locations 2020-04-20 16:44:23 +02:00
1c8c7ba8d7 Clean 2020-04-20 16:28:55 +02:00
2a583ed399 Split user controller into register and login 2020-04-20 16:26:19 +02:00
c387a2c4cf Move and rename more things 2020-04-20 16:20:26 +02:00
5a9bdaca73 Move and rename more things 2020-04-20 16:09:35 +02:00
2bb3329742 Move and rename things 2020-04-20 16:03:47 +02:00
dc7f6b7b3a Use UserService 2020-04-20 16:00:34 +02:00
d6f2489d50 Change NotesController to use services 2020-04-20 15:44:44 +02:00
8dd4fc9f4d Add user and notes services 2020-04-20 15:41:26 +02:00
fce1cc0e9c WIP 2020-04-20 15:19:25 +02:00
f822cbb348 Add Delete note 2020-04-20 14:53:12 +02:00
2a32cbd806 Add Update note 2020-04-20 14:50:26 +02:00
7be4acd6e9 WIP 2020-04-20 00:25:29 +02:00
a1cd1d7403 Clean 2020-04-20 00:19:26 +02:00
e064124e72 Update tests 2020-04-20 00:12:21 +02:00
e6bfe37b35 Add Read note 2020-04-20 00:12:15 +02:00
142b94722e Add title column to chapters 2020-04-20 00:11:47 +02:00
0335c1eb08 Add create note 2020-04-19 23:27:43 +02:00
51cb7d9a33 DONE !! 2020-04-19 22:58:50 +02:00
e4d8bffe71 Change notes columns 2020-04-19 21:31:03 +02:00
68d8363ebf Start controller 2020-04-19 21:28:11 +02:00
6af55ce61d Api doc draft 2020-04-19 18:42:49 +02:00
40ff2851ce Remove old content 2020-04-19 17:43:10 +02:00
b9ef05c10d Remove content column from Notes Table 2020-04-19 17:37:42 +02:00
0dd4886846 Add Chapters table 2020-04-19 17:37:27 +02:00
1917e2e9fc Migrated to nuxt-js frontend framework 2020-04-19 17:32:56 +02:00
818110cd3b Add jwt persistance inside localstorage 2020-04-12 20:44:32 +02:00
17164fd537 Add /notes endpoint, allows note creation 2020-04-12 18:49:27 +02:00
4ff9e53527 Add Tag table 2020-04-12 18:01:15 +02:00
589c36fa48 Add Tag entity 2020-04-12 18:00:32 +02:00
70412f27c5 Add Tags table in flyway migration 2020-04-12 17:59:49 +02:00
54247da3e0 Add Note table 2020-04-12 17:47:00 +02:00
f4557bc9a0 Add Note entity 2020-04-12 17:46:50 +02:00
4ff9e5ae2e Add Notes table in flyway migration 2020-04-12 17:45:12 +02:00
3d1722fc62 Update status code for ApiError.InvalidCredentialError 2020-04-12 16:58:29 +02:00
d5f014b3d5 Add ExistingUser handling 2020-04-12 16:06:59 +02:00
5b079999bb Add ContentType header to CORS feature 2020-04-12 15:50:16 +02:00
03a190ddd5 Add health check controller 2020-04-12 15:31:17 +02:00
e4995ac340 Clean imports 2020-04-12 13:36:03 +02:00
14aa195bb3 Implement user creation endpoint + persistance and hash to db 2020-04-12 02:33:48 +02:00