257 Commits

Author SHA1 Message Date
21ad622c10 Removed console logs
ref #11
2020-12-05 18:49:59 +01:00
61e7ae4f86 Cleanup: Renamed Responses to represent their response nature
ref #11 #13 #14
2020-12-05 18:49:13 +01:00
0e924449d6 Cleanup: Renamed the creation folder to the more fitting "actions"
ref #11 #13
2020-12-05 18:45:47 +01:00
993096741d Merge branch 'dev' of https://git.odit.services/lfk/backend into dev 2020-12-05 18:00:48 +01:00
e5b605cc55 🧹 cleanups 2020-12-05 17:25:57 +01:00
8c229dba82 add response schemas to AuthController 2020-12-05 13:40:59 +01:00
675717f8ca 🚧 starting work on LogoutHandler
ref #12
2020-12-05 13:38:59 +01:00
0d21497c2f 🚧 AuthController - add proper response schemas 2020-12-05 13:31:46 +01:00
28c2b862f0 🚧 AuthController with multiple endpoints
ref #12
2020-12-05 12:28:43 +01:00
8870b26ce6 Deletes now work based on EntityFromParam
ref #14
2020-12-05 12:24:38 +01:00
0e3cf07b91 TrackController now also deletes based on a entityfromparam
ref #13
2020-12-05 12:21:47 +01:00
179add80f4 Now throwing errors even faster
ref #13
2020-12-05 12:18:24 +01:00
45675b0699 All things deletion for runner* now are clean af and cascadeing
ref #13
2020-12-05 12:15:51 +01:00
9c63a34fe1 Little bugfix
ref #13
2020-12-05 11:36:33 +01:00
2a1b65f424 🚧AuthController - add all Error response schemas to post
ref #12
2020-12-05 11:22:45 +01:00
aca13f7308 Fixed bugs concerning posts
ref #13
2020-12-05 10:59:15 +01:00
92cd58e641 Merge branch 'dev' into feature/12-jwt-creation 2020-12-04 22:45:54 +01:00
6cb01090d0 working on AuthController + CreateAuth
ref #12
2020-12-04 22:43:41 +01:00
48484f04c9 Merge branch 'dev' into feature/13-runner_controllers 2020-12-04 22:43:29 +01:00
7b08489533 Now with working runner orga controller including responses
ref #13
2020-12-04 21:55:09 +01:00
a437ada3b3 Runnerteams now with resolving relations and response types :O
ref #13
2020-12-04 21:38:28 +01:00
c53e94d205 Part 1 of the relation fix 2020-12-04 21:18:44 +01:00
056413560e Now all runner endpoints return a response runner
ref #13
2020-12-04 19:40:00 +01:00
8beb658bcc New response model for runners
ref #13
2020-12-04 19:01:36 +01:00
a3b79ef21d Fix
ref #14
2020-12-04 18:36:46 +01:00
3275b5fd80 🚧 UserGroups
ref #14
2020-12-04 18:34:14 +01:00
913033373b Switched to using a response model for tracks 2020-12-04 18:34:01 +01:00
795599fd38 Working(tm) implementation of group and team deletion
ref #13
2020-12-04 18:15:38 +01:00
d556e9ba19 🚧 UserController
ref #14
2020-12-04 17:56:09 +01:00
ca917b0577 Added basics for the runner team controller
ref #13
2020-12-04 17:50:10 +01:00
0c6528bdc5 Impementing more methods for the runner orgs 2020-12-04 17:06:37 +01:00
e8727ca922 Moved to a "cleaner" directory structure
ref #11
2020-12-03 20:38:47 +01:00
ec2ff981b2 Now creating runner orgs again
ref #13
2020-12-03 19:25:02 +01:00
a35e6d0a9f Added basics for runnerorg controller
ref #13
2020-12-03 19:20:53 +01:00
084691c294 Now returning the saved runner
ref #13
2020-12-03 18:46:53 +01:00
9e3ee433d2 Moved Create Runner to it's own file 2020-12-03 18:03:43 +01:00
6d81fc1309 Added Comments.
ref #11 #13
2020-12-03 17:46:32 +01:00
da4597fa62 Moded track controller related models to a new file 2020-12-03 17:43:24 +01:00
3ade01def9 temp commit: added first part of create runner
ref #13
2020-12-02 19:41:47 +01:00
7bbf769bdd Added basic creation class 2020-12-02 19:05:58 +01:00
701207e100 Created basic runner controller
ref #13
2020-12-02 18:46:40 +01:00
f0a7cbbcae Adjusted the comments for tsdoc
ref #8 #3
2020-11-27 22:19:07 +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
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
b382f0689b Added errors and fixed the create model
ref #4
2020-11-27 18:48:22 +01:00
e5562efe35 Added createtrack model that omits the id from the track model
ref #4
2020-11-27 17:59:09 +01:00
0e3ec4ebf9 Added openapi style response schemas
ref #5
2020-11-26 14:15:01 +01:00