Commit Graph

117 Commits

Author SHA1 Message Date
niggl fbe2b358bd Moved tracks to the new put mechanism
ref #39
2020-12-20 18:07:45 +01:00
niggl 532b5a56a5 Switched runner orgs to the cleaner syntax via a update entity
ref #39
2020-12-20 18:07:33 +01:00
niggl 18ede29ea5 Moved usergroups to the new put mechanism
ref #39
2020-12-20 17:37:20 +01:00
niggl b2bd6173a5 Moved permissions to the new put mechanism
ref #39
2020-12-20 17:29:04 +01:00
niggl cc68948a20 Moved runners to the new put mechanism
ref #39
2020-12-20 17:27:21 +01:00
niggl 24de82f6df Moved runner teams to the new put mechanism
ref #39
2020-12-20 17:25:41 +01:00
niggl adec2bcc5b removed useless deletes
ref #39
2020-12-20 17:17:42 +01:00
niggl 3850bd9681 Renamed function to better reflect it's function
ref #39
2020-12-20 17:17:30 +01:00
niggl ca142376b3 Fixed some weired user update behaviour
ref #37
2020-12-20 16:49:05 +01:00
niggl a0a08f7724 Formatting implemented for @philipp
continuous-integration/drone/pr Build is passing
ref #34
2020-12-18 23:00:27 +01:00
niggl cea5993049 added a simple health route
ref #34
2020-12-18 22:58:24 +01:00
niggl 744faba7ee Added auth to all endpoints 2020-12-18 20:33:13 +01:00
niggl cdfd0e0d64 Added the openapi security header to all routes that need some kind of auth
ref #6
2020-12-18 20:07:05 +01:00
niggl b21dd6f0c0 Added tracks/get as test-route for auth
ref #6
2020-12-18 17:19:02 +01:00
niggl 9dc336f0bb Added permission deletion on group deletion
ref #6
2020-12-18 16:21:59 +01:00
niggl 6a7e8ccc37 Now with duplication avoidance
ref #6
2020-12-18 16:10:33 +01:00
niggl 882065470a Implemented permission updateing
ref #6
2020-12-18 16:05:25 +01:00
niggl ff3a5b4545 User deletion now also delete's the users permissons
ref #6
2020-12-18 15:49:42 +01:00
niggl d4293c164d Implemented permission deletion
ref #6
2020-12-18 15:37:45 +01:00
niggl dc485c02ea Added Permission creation
ref #11
2020-12-18 15:19:44 +01:00
niggl ebb0c5faca Added specific permission getting
ref #6
2020-12-18 15:16:15 +01:00
niggl d89fcb84a2 Implemented permission getting
ref #6
2020-12-18 15:12:06 +01:00
niggl bb4ea485fd Merge branch 'dev' into feature/6-api_auth 2020-12-18 14:40:40 +01:00
niggl efecffb72d Added responseusers
ref #6
2020-12-17 21:12:45 +01:00
niggl 3aae8f85c4 Added status codes
continuous-integration/drone/pr Build is passing
ref #22
2020-12-17 20:54:01 +01:00
niggl c90f9f1dd4 Fixed path
continuous-integration/drone/pr Build is passing
2020-12-17 19:27:38 +01:00
niggl 15ed9f58d5 Added responseschemas and content types
continuous-integration/drone/pr Build is passing
ref #22
2020-12-17 19:17:35 +01:00
niggl 9db4344153 Expanded API Decriptions
ref #22
2020-12-17 19:15:11 +01:00
niggl 03b7e346ab Working csv import
ref #22
2020-12-17 18:36:51 +01:00
niggl 0d8fbf1eca Consolidated the json import for a cleaner result
ref #22
2020-12-17 17:25:17 +01:00
niggl 71228fbf33 Now organisations and teams can import runners 2020-12-17 17:14:08 +01:00
niggl 97494aeaf7 Runners can now be imported into a org 2020-12-17 16:46:00 +01:00
niggl 1b59d58c60 Abstracted a little bit more for potential company runner import 2020-12-17 16:32:29 +01:00
niggl cad30c7f63 Fixed the dynamic class creation 2020-12-17 16:26:33 +01:00
niggl 30952aa14f Marked csv import as not implemented 2020-12-17 16:20:20 +01:00
niggl 2e4a4f1661 Added endpoints for runner import by json and csv 2020-12-16 19:03:27 +01:00
niggl 1b1f8f2b09 Added a basic import controller
ref #22
2020-12-16 18:20:31 +01:00
niggl ac2da0af63 Now w/ working logout
continuous-integration/drone/pr Build is passing
ref #25
2020-12-12 19:50:12 +01:00
niggl 30928180e6 Switched to prefering body provided tokens over cookie tokens
continuous-integration/drone/pr Build is passing
ref #25
2020-12-12 19:27:56 +01:00
niggl 6aa1e0d573 Cleaned up some errors
ref #25
2020-12-12 19:26:04 +01:00
niggl aca3eaaeea Now w/ working cookie based refresh
ref #25
2020-12-12 19:25:40 +01:00
niggl 615b54ec4f Removed secure flag and added expiry basd on ht refresh token
ref#25
2020-12-12 19:13:18 +01:00
niggl db5da3d3c2 Removed useless return
ref #25
2020-12-12 18:34:22 +01:00
niggl 0e003d2dc4 Set cookies to secure
ref #25
2020-12-12 18:32:48 +01:00
philipp 36fbccb286 🚧 implementation in AuthController@login
ref #25
2020-12-12 11:55:45 +01:00
niggl cada962e5a Merge branch 'dev' into feature/17-automated_tests
# Conflicts:
#	src/controllers/RunnerTeamController.ts
2020-12-10 20:05:52 +01:00
niggl 721af32989 Bugfix for runner team updates
ref #13 #17
2020-12-10 20:05:20 +01:00
niggl eda8abb668 Merge branch 'dev' into feature/17-automated_tests
# Conflicts:
#	src/controllers/RunnerController.ts
#	src/models/actions/CreateParticipant.ts
2020-12-10 19:37:52 +01:00
niggl f3000f14cd Runner updateing now works with it's own class
ref #13
2020-12-10 19:31:48 +01:00
niggl 9df86953cf Merge branch 'dev' into feature/17-automated_tests
# Conflicts:
#	src/app.ts
#	src/controllers/RunnerController.ts
#	src/controllers/RunnerOrganisationController.ts
#	src/controllers/RunnerTeamController.ts
#	src/models/actions/CreateParticipant.ts
2020-12-10 17:45:23 +01:00