82 Commits

Author SHA1 Message Date
e4d8bffe71 Change notes columns 2020-04-19 21:31:03 +02:00
68d8363ebf Start controller 2020-04-19 21:28:11 +02:00
1711dd835e Update docs layout 2020-04-19 20:28:43 +02:00
8db0ecf645 Merge branch 'documentation/api-doc' 2020-04-19 20:25:03 +02:00
16b9fe3f50 Update docs 2020-04-19 20:24:49 +02:00
42993f9404 Update docs 2020-04-19 20:12:26 +02:00
b5f1e8cf4f Merge branch 'documentation/api-doc' 2020-04-19 18:43:44 +02:00
6af55ce61d Api doc draft 2020-04-19 18:42:49 +02:00
a60fc317f3 Merge branch 'feature/chapters' 2020-04-19 17:44:18 +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
e0ffbad105 Merge branch 'migration/nuxt-js' 2020-04-19 17:33:33 +02:00
1917e2e9fc Migrated to nuxt-js frontend framework 2020-04-19 17:32:56 +02:00
8fe229b3d6 Update gitignore 2020-04-17 12:29:16 +02:00
60b2774540 Merge branch 'feature/form-max-with' 2020-04-13 19:47:16 +02:00
3e27d4fa86 Add Centered component 2020-04-13 19:46:54 +02:00
1310649e29 Fix form width 2020-04-13 19:37:02 +02:00
8cd12c3b0e Merge branch 'feature/redirect-signup' 2020-04-13 18:19:01 +02:00
991452398a Add redirection when form succeeds 2020-04-13 18:18:35 +02:00
5d8048bc1a Merge branch 'feature/navbar-links' 2020-04-13 18:07:45 +02:00
353134d76f Store user in VueX, dynamic navbar 2020-04-13 18:07:21 +02:00
47a7339bf5 Add username state 2020-04-13 16:17:03 +02:00
956ba2b883 Merge branch 'refactor/split-store' 2020-04-13 00:29:22 +02:00
08cf3428d9 Split store 2020-04-13 00:28:57 +02:00
52bcd1704f Merge branch 'feature/route-authentication' 2020-04-13 00:20:24 +02:00
6487f932a8 Add route requiresAuth + redirect 2020-04-13 00:19:52 +02:00
7e846daa8d Merge branch 'fix/jwt-restore' 2020-04-12 22:55:46 +02:00
3c77aeaa0a Fixed Auth header being set when not signed in 2020-04-12 22:55:16 +02:00
735da45324 Merge branch 'feature/note-creation-frontend' 2020-04-12 22:46:22 +02:00
ba4c13c433 Add note creation in frontend 2020-04-12 22:44:44 +02:00
64c3693f73 Add NoteCreation route and view 2020-04-12 22:41:16 +02:00
39e31fbdb1 Merge branch 'feature/jwt-persistance' 2020-04-12 20:45:08 +02:00
818110cd3b Add jwt persistance inside localstorage 2020-04-12 20:44:32 +02:00
0b0261aaaa Merge branch 'feature/note-creation-backend' 2020-04-12 18:49:49 +02:00
17164fd537 Add /notes endpoint, allows note creation 2020-04-12 18:49:27 +02:00
3b54213166 Merge branch 'feature/tag-table' 2020-04-12 18:01:37 +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
25ef4d7197 Merge branch 'feature/note-table' 2020-04-12 17:48:26 +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
e48e22de5d Merge branch 'feature/login-page' 2020-04-12 17:38:03 +02:00
1363ad489e Add setToken in VueX and call it from SigninForm 2020-04-12 17:33:03 +02:00
a92a0d1c7e Add Signin component 2020-04-12 17:00:07 +02:00
3d1722fc62 Update status code for ApiError.InvalidCredentialError 2020-04-12 16:58:29 +02:00
5d93b8054e Add Signin route 2020-04-12 16:42:36 +02:00
f06f4b849d Add Signin View 2020-04-12 16:41:40 +02:00