107 Commits

Author SHA1 Message Date
abb7f7f894 Added Basic Scan interface
ref #11
2020-12-01 17:10:17 +01:00
96a99c4e3b Merge pull request 'Added our branch structure to the readme' (#10) from bugfix/readmeupdate into main
Reviewed-on: #10
Reviewed-by: Philipp Dormann <philipp@philippdormann.de>
2020-11-27 21:46:45 +00:00
5b4224b8f5 Added our branch structure to the readme 2020-11-27 21:45:29 +00:00
f0a7cbbcae Adjusted the comments for tsdoc
ref #8 #3
2020-11-27 22:19:07 +01:00
15552eff54 Merge branch 'main' of https://git.odit.services/lfk/backend into main 2020-11-27 21:41:09 +01:00
6e0447165b tsdoc generation
ref #7 , close #8
2020-11-27 21:40:42 +01:00
26499658a4 Extended error message 2020-11-27 21:40:00 +01:00
624ea6ba33 Merge branch 'main' of git.odit.services:lfk/backend into main
# Conflicts:
#	src/controllers/TrackController.ts
2020-11-27 21:38:47 +01:00
01542ae6a8 Added custom errors
ref #4 #5
2020-11-27 21:35:28 +01:00
d85c126c27 implementation details
ref #6
2020-11-27 21:24:55 +01:00
e29c0cb7a1 Merge branch 'main' into feature/authed-routes
# Conflicts:
#	src/app.ts
#	src/controllers/TrackController.ts
2020-11-27 21:19:58 +01:00
37baa4ea45 default to only jwt checking (empty @Authorized() )
ref #6
2020-11-27 21:18:42 +01:00
5f4aed2f02 fixed auth parsing
ref #6
2020-11-27 21:16:15 +01:00
cb5f5b9ecb debugging
ref #6
2020-11-27 20:15:48 +01:00
aef2f9562a Put now isn't allowed to change ids
ref #4
2020-11-27 19:59:07 +01:00
b267d87ba6 Added endpoint descriptions
ref #4
2020-11-27 19:58:00 +01:00
d2278fd248 Added jsdoc style class documentation
ref #3
2020-11-27 19:57:10 +01:00
c15b650181 sample in TrackController
ref #6
2020-11-27 19:55:49 +01:00
e29d59ac02 move to module
ref #6 #4
2020-11-27 19:55:35 +01:00
d5c6c9238f sample implementation of authorizationChecker 2020-11-27 19:45:44 +01:00
24d890f638 Moved cors to the routing-controller function
ref #4
2020-11-27 19:32:54 +01:00
4e5e08483d Added "/api" route prefix
ref #4 #5
2020-11-27 19:32:29 +01:00
b382f0689b Added errors and fixed the create model
ref #4
2020-11-27 18:48:22 +01:00
56ee91e762 Merge branch 'main' of git.odit.services:lfk/backend into main 2020-11-27 18:46:08 +01:00
f2efc4e37b Set env to node_env for the server 2020-11-27 18:46:04 +01:00
27462b0615 Fixed wrong type 2020-11-27 18:40:11 +01:00
f7d7f5e75f formatting 2020-11-27 18:28:42 +01:00
63635956ce removed husky 2020-11-27 18:28:25 +01:00
e5562efe35 Added createtrack model that omits the id from the track model
ref #4
2020-11-27 17:59:09 +01:00
860b6c850d Added differenciation between local and docker based testing/dev setup 2020-11-26 14:46:52 +01:00
60c1b5d748 Updated file structure in readme 2020-11-26 13:43:11 +00:00
0e3ec4ebf9 Added openapi style response schemas
ref #5
2020-11-26 14:15:01 +01:00
1d57f4a8d9 Added update and delete function functionallity
ref #4
2020-11-26 14:14:29 +01:00
9b2ea8c23c Now also serving the openapi
ref #5
2020-11-26 14:02:51 +01:00
51ff9defc5 fixed component definition
ref #5
2020-11-26 13:45:22 +01:00
796b8942d8 Now creating (json)schemas from class validator annotated classes
ref #5
2020-11-26 13:44:36 +01:00
a6bd723511 Now using class validator annotations
ref #3
2020-11-26 13:43:11 +01:00
c85fddaa8e Switched to declaring the track route for the whole controller
ref #4
2020-11-26 13:41:23 +01:00
2c29fe29e8 Now using typeorm-routing-controllers-extensions for cleaner controllers
ref #4
2020-11-26 13:06:10 +01:00
7b948f0380 gets now use the db
ref #4
2020-11-25 20:22:58 +01:00
8c04bd067c Merge branch 'main' of git.odit.services:lfk/backend into main 2020-11-25 19:52:33 +01:00
3a84cc8ef5 basic jwt auth test 2020-11-25 19:47:17 +01:00
203d95ee1c Added pirst part of track model db connection
ref #4
2020-11-25 19:43:14 +01:00
8e8aa774bc Merge branch 'main' of https://git.odit.services/lfk/backend into main 2020-11-25 19:42:54 +01:00
447f4d882f tsconfig not strict
ref #1
2020-11-25 19:42:22 +01:00
90136af516 Make the linter happier
ref #3
2020-11-25 19:41:40 +01:00
f96f5a63a4 remove prettier config
ref #1
2020-11-25 19:41:37 +01:00
b6ddda6cd8 vscode workspace settings.json
ref #1
2020-11-25 19:41:26 +01:00
3ce9a0b21a Added basic openapi support
ref #5
2020-11-25 19:28:52 +01:00
8cbcfe7fbb Switched to using controllers via routing-controllers
ref #4
2020-11-25 19:28:12 +01:00