Commit Graph

351 Commits

Author SHA1 Message Date
niggl 1b799a6973 Clarified comments
ref #90
2021-01-15 18:32:41 +01:00
niggl ed3b55a1e2 Refactoring: switched update team parent from objects to ids
ref #90
2021-01-15 18:31:23 +01:00
niggl 97c01ce81a Refactoring: switched update org address from objects to ids
ref #90
2021-01-15 18:30:20 +01:00
niggl e96637219f Refactoring: switched update runner group from objects to ids
ref #90
2021-01-15 18:29:30 +01:00
niggl 17244b0006 Clarified comments
ref #90
2021-01-15 18:28:24 +01:00
niggl 6b6f345618 Refactoring: switched from objects to ids
ref #90
2021-01-15 18:27:21 +01:00
niggl 93692ec255 Clarified comments
ref #90
2021-01-15 18:25:48 +01:00
niggl 99852f591e Clarified comments
ref #90
2021-01-15 18:23:30 +01:00
niggl b89525746d Clarified comments
ref #90
2021-01-15 18:22:26 +01:00
niggl c05834f2a1 Removed useless parts from functions and updated comments
ref #90
2021-01-15 18:20:56 +01:00
niggl 9bbfb4763d Clarified comments
ref #90
2021-01-15 18:19:34 +01:00
niggl 22e6070e53 Removed useless part from function and updated comments
ref #90
2021-01-15 18:19:26 +01:00
niggl ba218c85e0 Made addresses optional gain 2021-01-15 18:18:26 +01:00
niggl 644d2b06ac Removed useless part from function and updated comments
ref #90
2021-01-15 18:13:53 +01:00
niggl 8d4c8a4553 Removed useless part from function
ref #90
2021-01-15 18:13:10 +01:00
niggl 077174a9a2 Clarified comments
ref #90
2021-01-15 18:12:55 +01:00
niggl ce31b95fb7 Removed todo
#90
2021-01-15 18:10:55 +01:00
niggl d4d713b12d Merge branch 'dev' into feature/93-user_endpoints
continuous-integration/drone/pr Build is passing
2021-01-13 17:21:22 +00:00
niggl b01e1eb8a1 Added a new endpoint that returns a users permissions as objects sorted into two arrays
continuous-integration/drone/pr Build is passing
ref #93
2021-01-13 18:19:59 +01:00
niggl cd7b15aadf First part of resolving user inherited permissions
ref #93
2021-01-13 17:57:42 +01:00
niggl 37fc167002 Added '@' as a illegal character for usernames
ref #93
2021-01-13 17:51:42 +01:00
niggl 9feeb302e8 Switched emails to being mandetory for users
ref #93
2021-01-13 17:44:22 +01:00
niggl bba35d189e Added donor donation amount to the donor response
continuous-integration/drone/pr Build is failing
ref #66
2021-01-13 17:32:10 +01:00
niggl f7370bc802 Implemented distance donation updateing
ref #66
2021-01-12 19:06:26 +01:00
niggl 2820f151e8 Implemented fixed donation updateing
ref #66
2021-01-12 19:01:03 +01:00
niggl 56cedf0144 Fixed typo
ref #66
2021-01-12 18:55:20 +01:00
niggl 2e760ff461 Implemented the donation creation action models
ref #66
2021-01-12 18:39:14 +01:00
niggl e1ff8c03e1 Added donation permission target
ref #66
2021-01-12 18:21:52 +01:00
niggl 55f72c35a6 Implemented the distance donation response
ref #66
2021-01-12 18:20:36 +01:00
niggl 6c53701a59 Implemented the donation response
ref #66
2021-01-12 18:16:09 +01:00
niggl 02bb634257 Implemented a response donation interface
ref #66
2021-01-12 18:07:41 +01:00
niggl be4050768e Moded group updateing to a updateusergroup action model
continuous-integration/drone/pr Build is passing
ref #76
2021-01-10 18:01:22 +01:00
niggl 01e0d5b94d Renamed the auth response call to ResponseAuth
ref #76
2021-01-10 16:57:40 +01:00
niggl 3deae2bfeb Moved all update() and toEntity action model functions to async
ref #76
2021-01-10 16:53:59 +01:00
niggl 3f7b0f6563 Renamed the update>Entity Name>() functiuons to update()
ref #76
2021-01-10 16:35:52 +01:00
niggl e6b9d4f273 Renamed the to>Entity Name>() functiuons to toEntity()
ref #76
2021-01-10 16:31:55 +01:00
niggl a00231dd3c Updated imports
ref #76
2021-01-10 16:23:09 +01:00
niggl 3bc172e7e0 Intruduced a new folder structure for action models
ref #76
2021-01-10 16:10:02 +01:00
niggl 02e3239848 Reverted temporary logging 2021-01-09 19:04:07 +01:00
niggl 89926b2c31 Temporary: extended live logging 2021-01-09 18:50:48 +01:00
niggl 7e95103a2d added trackscan update tests
continuous-integration/drone/pr Build is passing
ref #78
2021-01-09 17:18:33 +01:00
niggl 61cf0fc08d Implemented proper scan invalidation
ref #78
2021-01-09 16:47:54 +01:00
niggl 638898fa28 Implemented trackscan updateing
ref #78
2021-01-09 16:17:50 +01:00
niggl 188f26ad65 Fixed manual trackscan creation
ref #78
2021-01-09 14:52:08 +01:00
niggl 860680d001 Implmented the EAN generation
ref #77
2021-01-09 12:24:05 +01:00
niggl 32fda46f0a Implemented runner updateing
ref #77
2021-01-09 11:55:32 +01:00
niggl 36ecae7e6e Added card creation
#17
2021-01-09 11:48:13 +01:00
niggl 98f7bf366f Added card permission target
ref #77
2021-01-09 11:21:52 +01:00
niggl af3a9e5ce2 Added basic response calss for runner cards
ref #77
2021-01-09 11:15:29 +01:00
niggl 5495c90eaf Merge branch 'dev' into feature/79-profile_pics
continuous-integration/drone/pr Build is failing
2021-01-08 20:19:08 +01:00