|
|
ebd647a1a9
|
Merge branch 'optimizations/notes-endpoint-perf' into feature/notes-table
|
2020-04-24 11:31:24 +02:00 |
|
|
|
1e3a341289
|
Disable json pretty formating
|
2020-04-24 02:08:42 +02:00 |
|
|
|
6e4fa89e85
|
Limit object creation in getNotes
|
2020-04-24 00:20:28 +02:00 |
|
|
|
feeee20bfe
|
Start table view
|
2020-04-24 00:15:58 +02:00 |
|
|
|
3bfe09817b
|
Revert
|
2020-04-23 18:50:29 +02:00 |
|
|
|
0c6081fbd4
|
Maybe ??
|
2020-04-23 18:39:15 +02:00 |
|
|
|
deaa216d6c
|
Maybe ?
|
2020-04-23 18:23:04 +02:00 |
|
|
|
1b9a674034
|
Testing gitlab pages for nuxt
|
2020-04-23 18:12:27 +02:00 |
|
|
|
e3c8529ee2
|
Merge branch 'feature/eslint-prettier'
|
2020-04-23 17:36:07 +02:00 |
|
|
|
ebe8e640af
|
Add prettier + eslint & reformat/fix files
|
2020-04-23 17:32:50 +02:00 |
|
|
|
932a9f8379
|
Remove old dep
|
2020-04-23 17:02:01 +02:00 |
|
|
|
c208251a94
|
Not again..
|
2020-04-23 16:59:57 +02:00 |
|
|
|
05f9116c8e
|
Merge branch 'feature/notes-list'
|
2020-04-23 16:56:36 +02:00 |
|
|
|
06699d2624
|
Add & use timeago lib
|
2020-04-23 16:55:06 +02:00 |
|
|
|
20daa71d51
|
Update notes components and page, notes are coming from /notes
|
2020-04-23 16:00:17 +02:00 |
|
|
|
7f88f5371d
|
Add webpack config for IntelliJ
|
2020-04-23 15:59:03 +02:00 |
|
|
|
56b05a7131
|
Update docs
|
2020-04-23 00:41:38 +02:00 |
|
|
|
acda25d410
|
Merge branch 'feature/create-note'
|
2020-04-23 00:36:57 +02:00 |
|
|
|
22cbaec879
|
Done
|
2020-04-23 00:36:47 +02:00 |
|
|
|
74aeb711f0
|
Merge branch 'feature/all-tags' into feature/create-note
|
2020-04-23 00:23:45 +02:00 |
|
|
|
b34beda535
|
Add /tags
|
2020-04-23 00:23:16 +02:00 |
|
|
|
468e2dee6f
|
Add tags request to NotesService
|
2020-04-23 00:22:34 +02:00 |
|
|
|
765f96cedf
|
Submit notes
|
2020-04-23 00:15:08 +02:00 |
|
|
|
5560298388
|
Merge branch 'feature/auth-module'
|
2020-04-23 00:11:44 +02:00 |
|
|
|
2dc7985334
|
Implement auth & register
|
2020-04-23 00:11:26 +02:00 |
|
|
|
0096fb0a00
|
Add nuxt auth module
|
2020-04-23 00:10:13 +02:00 |
|
|
|
f0b5682a25
|
Add new route /user/me
|
2020-04-23 00:08:32 +02:00 |
|
|
|
64816a1160
|
Delete more old files
|
2020-04-23 00:06:44 +02:00 |
|
|
|
7e294170fc
|
Delete old files
|
2020-04-23 00:06:23 +02:00 |
|
|
|
80ff6380ee
|
Fix
|
2020-04-22 20:50:04 +02:00 |
|
|
|
9bf1c32e84
|
Merge branch 'feature/user-operations'
|
2020-04-21 20:34:38 +02:00 |
|
|
|
fe9c6918fc
|
Rename endpoints
|
2020-04-21 20:34:26 +02:00 |
|
|
|
acc6435f61
|
Update docs
|
2020-04-21 20:33:28 +02:00 |
|
|
|
ea2ff1e77b
|
Add delete/put /user
|
2020-04-21 20:31:17 +02:00 |
|
|
|
94b20b98ad
|
Merge branch 'feature/db-delete-cascade'
|
2020-04-21 17:48:00 +02:00 |
|
|
|
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 |
|
|
|
33610bfbf6
|
Merge branch 'feature/delete-user-service'
|
2020-04-21 17:25:58 +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 |
|
|
|
ff01ab2af3
|
Merge branch 'refactor/services'
|
2020-04-21 16:32:04 +02:00 |
|
|
|
06c24c5c83
|
Merge branch 'feature/handle-bad-requests' into refactor/services
|
2020-04-21 16:31:12 +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 |
|
|
|
5850541ad8
|
Merge branch 'fix/notfound' into refactor/services
|
2020-04-21 16:07:42 +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 |
|