Commit Graph

  • 9994f8ddc4 Merge branch 'dev' into feature/49-openapi_cookie_schema niggl 2020-12-22 19:32:35 +00:00
  • 3ac536ef23 Merge pull request 'feature/45-auth_tests' (#50) from feature/45-auth_tests into dev niggl 2020-12-22 19:32:20 +00:00
  • 5d75f70296 fixed typo niggl 2020-12-22 20:29:18 +01:00
  • c34bde7d4f Fixed typo niggl 2020-12-22 20:19:28 +01:00
  • 1f061c7ea6 Updated the openapi descriptions for all group routes niggl 2020-12-22 20:18:30 +01:00
  • 578f9301db Updated the openapi descriptions for all user routes niggl 2020-12-22 20:13:16 +01:00
  • 9b47f3ab05 Updated the openapi descriptions for all track routes niggl 2020-12-22 20:07:41 +01:00
  • 84b97bee8d Updated the openapi descriptions for all status routes niggl 2020-12-22 20:05:29 +01:00
  • 767841d405 Merge branch 'feature/49-openapi_cookie_schema' of git.odit.services:lfk/backend into feature/49-openapi_cookie_schema niggl 2020-12-22 20:04:19 +01:00
  • 16e5b6921d Updated the openapi descriptions for all team routes niggl 2020-12-22 20:03:49 +01:00
  • 58a12c7fa1 Updated the openapi descriptions for all team routes niggl 2020-12-22 20:03:49 +01:00
  • f256dec121 Updated the openapi descriptions for all organisation routes niggl 2020-12-22 20:01:25 +01:00
  • 9bb4865b2d Merge branch 'feature/49-openapi_cookie_schema' of git.odit.services:lfk/backend into feature/49-openapi_cookie_schema niggl 2020-12-22 19:58:25 +01:00
  • 66631f5e0a Updated the openapi descriptions for all runner routes niggl 2020-12-22 19:55:37 +01:00
  • 8de35f3431 Updated the openapi descriptions for all runner routes niggl 2020-12-22 19:55:37 +01:00
  • 05319e6f6e Updated the openapi descriptions for all permission routes niggl 2020-12-22 19:51:37 +01:00
  • b7827fef54 Updated the openapi descriptions for all import routes niggl 2020-12-22 19:45:09 +01:00
  • a4ddeee8e4 Fixed uniqueness error niggl 2020-12-22 19:38:12 +01:00
  • 50f2462eb9 Updated the openapi descriptions for all auth routes niggl 2020-12-22 19:23:35 +01:00
  • dae51cfd47 Added openapi cookie security schema niggl 2020-12-22 19:13:20 +01:00
  • e1341fc126 Merge branch 'dev' into feature/45-auth_tests niggl 2020-12-22 18:50:13 +01:00
  • a9dbf1d0d2 Added login test after logout niggl 2020-12-22 18:49:10 +01:00
  • c6ecde29b5 Added auth reset tests niggl 2020-12-22 18:48:54 +01:00
  • 13949af938 Added auth refresh tests niggl 2020-12-22 18:29:23 +01:00
  • 3c003a60b2 Added logut tests niggl 2020-12-22 18:26:20 +01:00
  • 69796a888f Added wron password auth test niggl 2020-12-22 17:04:22 +01:00
  • a85e914759 Added validator as a explicit dependency, b/c pnpm doesn't fallback to peer dependencies niggl 2020-12-22 16:57:01 +01:00
  • af2744885f added the first login tests niggl 2020-12-22 16:56:02 +01:00
  • 8d73a9dd59 Merge pull request 'feature/40-pw_reset' (#48) from feature/40-pw_reset into dev niggl 2020-12-22 15:29:43 +00:00
  • 853876a09c Merge branch 'dev' into feature/40-pw_reset niggl 2020-12-22 16:05:27 +01:00
  • cdc90b0770 Merge pull request 'feature/43-postal_from_env' (#46) from feature/43-postal_from_env into dev niggl 2020-12-22 14:55:37 +00:00
  • d0cfc16f8b Merge branch 'dev' into feature/43-postal_from_env niggl 2020-12-22 15:55:12 +01:00
  • ce5f4b467d Updated ci to trigger the builds for the new libs niggl 2020-12-22 15:44:00 +01:00
  • 84a7f30a60 Merge branch 'dev' into feature/43-postal_from_env niggl 2020-12-22 12:41:15 +01:00
  • f3008979f3 Added the POSTALCODE_COUNTRYCODE to the sample and ci env files niggl 2020-12-22 12:40:11 +01:00
  • b8c93bf476 Implemented the getter for loading the postalcodelocale from env niggl 2020-12-22 12:38:53 +01:00
  • 146787fd66 Added comments niggl 2020-12-22 11:48:06 +01:00
  • 9458b774ea Removed the user disableing niggl 2020-12-22 11:35:33 +01:00
  • bf4250babd All things auth now check if the user is disabled niggl 2020-12-22 11:29:52 +01:00
  • a16c4c564a Users now can be disabled from the start niggl 2020-12-22 11:27:21 +01:00
  • 8d860cb2e1 Fixed weired query behaviour niggl 2020-12-22 11:26:45 +01:00
  • 2f7b0d5606 Removed bs enabled check niggl 2020-12-22 11:20:11 +01:00
  • 4b9bfe3b79 Now disableing users while they're in the process of resetting their password niggl 2020-12-22 11:18:31 +01:00
  • 17ee682029 Implemented a password reset timeout niggl 2020-12-22 11:12:24 +01:00
  • 48685451be Set reset token expiry to 15 mins niggl 2020-12-22 11:07:01 +01:00
  • 5aad581c2d Implemented toe password reset route niggl 2020-12-22 10:57:25 +01:00
  • caeb17311b Implemented basic password reset niggl 2020-12-22 10:57:08 +01:00
  • 5aa83fe2f0 Renamed the return variable to fit the class niggl 2020-12-22 10:44:43 +01:00
  • aef8485f59 Renamed the password reset token creation class to better fit the scheme niggl 2020-12-22 10:39:42 +01:00
  • 61aff5e629 Added a password reset token request route niggl 2020-12-22 10:39:17 +01:00
  • aa146cd6c1 Added a basic pw reset action niggl 2020-12-22 10:38:48 +01:00
  • 6042089074 Added pw reset jwt generation niggl 2020-12-22 10:24:25 +01:00
  • b6cf3b24d4 Merge pull request 'Disabled the x-served-by and x-powered-by Headers' (#44) from feature/41-owasp_headers into dev philipp 2020-12-21 17:27:12 +00:00
  • 19422edbae Disabled the x-served-by and x-powered-by Headers niggl 2020-12-21 17:48:04 +01:00
  • 1bf6d3d564 Merge pull request 'Updated the put methods and cleaned up a shitload of comments' (#42) from feature/39-update_puts into dev niggl 2020-12-21 16:39:19 +00:00
  • 7d5f3b092f Reverted simplification that created loops niggl 2020-12-21 17:22:07 +01:00
  • 0ef6d9cc48 Small bugfix niggl 2020-12-21 16:58:51 +01:00
  • 48bef8db60 Second part of the action comment refactoring niggl 2020-12-21 16:21:12 +01:00
  • 1d0d79f3da First part of the action comment refactoring niggl 2020-12-21 16:08:10 +01:00
  • d20d738218 Code + comment cleanup for the entities niggl 2020-12-21 15:29:32 +01:00
  • a03f1a438d Code + comment cleanup for the enums niggl 2020-12-20 19:39:13 +01:00
  • 75332983c2 Code + comment cleanup for the response models niggl 2020-12-20 19:38:22 +01:00
  • a85d52437b Code + comment cleanup for the seeds niggl 2020-12-20 19:11:28 +01:00
  • a88c0389c1 Code + Comment cleanup for the middlewares niggl 2020-12-20 19:08:02 +01:00
  • 43a4f1118d Updated loader comments and descriptions niggl 2020-12-20 19:01:03 +01:00
  • de91d491e5 Added a missing poiunt/exclamation mark niggl 2020-12-20 18:55:52 +01:00
  • 2199cb0aef Fixed messages and comments for UserGroupErrors niggl 2020-12-20 18:50:45 +01:00
  • ee76f1c0e8 Fixed messages and comments for UserErrors niggl 2020-12-20 18:50:06 +01:00
  • 75b6489f8d Fixed messages and comments for TrackErrors + spelling for some other errors niggl 2020-12-20 18:48:59 +01:00
  • 389f6347c3 Fixed messages and comments for RunnerTeamErrors niggl 2020-12-20 18:47:42 +01:00
  • 37afc10e44 Fixed messages and comments for RunnerOrganisationErrors niggl 2020-12-20 18:46:43 +01:00
  • 82ced34750 Fixed messages and comments for RunnerGroupErrors niggl 2020-12-20 18:45:33 +01:00
  • 5de81ad093 Fixed messages and comments for RunnerErrors niggl 2020-12-20 18:45:10 +01:00
  • c1d784e29c Fixed messages and comments for PermissionErrors niggl 2020-12-20 18:42:57 +01:00
  • 4ca85a1f22 Fixed messages and comments for AuthErrors niggl 2020-12-20 18:41:25 +01:00
  • 7a4238f1f7 Fixed some stuff not getting checked against null niggl 2020-12-20 18:18:32 +01:00
  • fbe2b358bd Moved tracks to the new put mechanism niggl 2020-12-20 18:07:45 +01:00
  • 532b5a56a5 Switched runner orgs to the cleaner syntax via a update entity niggl 2020-12-20 18:07:33 +01:00
  • 18ede29ea5 Moved usergroups to the new put mechanism niggl 2020-12-20 17:37:20 +01:00
  • ec4d75128b Fixed some weired toString beviour niggl 2020-12-20 17:36:22 +01:00
  • b2bd6173a5 Moved permissions to the new put mechanism niggl 2020-12-20 17:29:04 +01:00
  • cc68948a20 Moved runners to the new put mechanism niggl 2020-12-20 17:27:21 +01:00
  • 24de82f6df Moved runner teams to the new put mechanism niggl 2020-12-20 17:25:41 +01:00
  • cf583a22fa Added missing username property to the responseuser niggl 2020-12-20 17:19:33 +01:00
  • b55d210aff Fixed wrong error type niggl 2020-12-20 17:18:16 +01:00
  • adec2bcc5b removed useless deletes niggl 2020-12-20 17:17:42 +01:00
  • 3850bd9681 Renamed function to better reflect it's function niggl 2020-12-20 17:17:30 +01:00
  • 14b6651f96 Merge pull request 'Fixed a bug concerning user updates' (#38) from bugfix/37-user_update into dev niggl 2020-12-20 15:58:19 +00:00
  • 4a21c1fb5c Updated some nameing to fit with the rest of the models niggl 2020-12-20 16:51:59 +01:00
  • ca142376b3 Fixed some weired user update behaviour niggl 2020-12-20 16:49:05 +01:00
  • 314606addd Merge pull request 'feature/34-status_health' (#36) from feature/34-status_health into dev niggl 2020-12-18 22:02:34 +00:00
  • a0a08f7724 Formatting implemented for @philipp niggl 2020-12-18 23:00:27 +01:00
  • cea5993049 added a simple health route niggl 2020-12-18 22:58:24 +01:00
  • 3e940c2db5 Merge pull request 'Auth for everything (and everything auth) #6' (#35) from feature/6-api_auth into dev philipp 2020-12-18 21:53:16 +00:00
  • 631310f158 Fixed import for linux niggl 2020-12-18 22:49:01 +01:00
  • c3e3c6bed1 Manual overwrite niggl 2020-12-18 22:46:59 +01:00
  • 8f48d2593b Merge branch 'feature/6-api_auth' of git.odit.services:lfk/backend into feature/6-api_auth niggl 2020-12-18 22:44:29 +01:00
  • 23758e7a91 Bugfix for bs file names niggl 2020-12-18 22:42:48 +01:00
  • c7fd0593fb Bugfix for bs file names niggl 2020-12-18 22:42:48 +01:00
  • b19f18ada1 Added auth to all tests niggl 2020-12-18 22:11:41 +01:00