Commit Graph

594 Commits

Author SHA1 Message Date
niggl a9dbf1d0d2 Added login test after logout
continuous-integration/drone/pr Build is failing
ref #45
2020-12-22 18:49:10 +01:00
niggl c6ecde29b5 Added auth reset tests
ref #45
2020-12-22 18:48:54 +01:00
niggl 13949af938 Added auth refresh tests
ref #45
2020-12-22 18:29:23 +01:00
niggl 3c003a60b2 Added logut tests
ref #45
2020-12-22 18:26:20 +01:00
niggl 69796a888f Added wron password auth test
ref #45
2020-12-22 17:04:22 +01:00
niggl af2744885f added the first login tests
ref #45
2020-12-22 16:56:02 +01:00
niggl 8d73a9dd59 Merge pull request 'feature/40-pw_reset' (#48) from feature/40-pw_reset into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #48
closes #40
2020-12-22 15:29:43 +00:00
niggl 853876a09c Merge branch 'dev' into feature/40-pw_reset
continuous-integration/drone/pr Build is passing
2020-12-22 16:05:27 +01:00
niggl cdc90b0770 Merge pull request 'feature/43-postal_from_env' (#46) from feature/43-postal_from_env into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #46
closes #43
2020-12-22 14:55:37 +00:00
niggl d0cfc16f8b Merge branch 'dev' into feature/43-postal_from_env
continuous-integration/drone/pr Build is passing
2020-12-22 15:55:12 +01:00
niggl ce5f4b467d Updated ci to trigger the builds for the new libs
continuous-integration/drone/push Build is passing
2020-12-22 15:44:00 +01:00
niggl 84a7f30a60 Merge branch 'dev' into feature/43-postal_from_env
continuous-integration/drone/pr Build is passing
2020-12-22 12:41:15 +01:00
niggl f3008979f3 Added the POSTALCODE_COUNTRYCODE to the sample and ci env files
ref #43
2020-12-22 12:40:11 +01:00
niggl b8c93bf476 Implemented the getter for loading the postalcodelocale from env
ref #43
2020-12-22 12:38:53 +01:00
niggl 146787fd66 Added comments
continuous-integration/drone/pr Build is passing
ref #40
2020-12-22 11:48:06 +01:00
niggl 9458b774ea Removed the user disableing
ref #40
2020-12-22 11:35:33 +01:00
niggl bf4250babd All things auth now check if the user is disabled
ref #40
2020-12-22 11:29:52 +01:00
niggl a16c4c564a Users now can be disabled from the start
ref #40
2020-12-22 11:27:21 +01:00
niggl 8d860cb2e1 Fixed weired query behaviour
ref #40
2020-12-22 11:26:45 +01:00
niggl 2f7b0d5606 Removed bs enabled check
ref #40
2020-12-22 11:20:11 +01:00
niggl 4b9bfe3b79 Now disableing users while they're in the process of resetting their password
ref #40
2020-12-22 11:18:31 +01:00
niggl 17ee682029 Implemented a password reset timeout
ref #40
2020-12-22 11:12:24 +01:00
niggl 48685451be Set reset token expiry to 15 mins
rer #40
2020-12-22 11:07:01 +01:00
niggl 5aad581c2d Implemented toe password reset route
ref #40
2020-12-22 10:57:25 +01:00
niggl caeb17311b Implemented basic password reset
ref #40
2020-12-22 10:57:08 +01:00
niggl 5aa83fe2f0 Renamed the return variable to fit the class
ref #40
2020-12-22 10:44:43 +01:00
niggl aef8485f59 Renamed the password reset token creation class to better fit the scheme
ref #40
2020-12-22 10:39:42 +01:00
niggl 61aff5e629 Added a password reset token request route
ref #40
2020-12-22 10:39:17 +01:00
niggl aa146cd6c1 Added a basic pw reset action
ref #40
2020-12-22 10:38:48 +01:00
niggl 6042089074 Added pw reset jwt generation
ref #40
2020-12-22 10:24:25 +01:00
philipp b6cf3b24d4 Merge pull request 'Disabled the x-served-by and x-powered-by Headers' (#44) from feature/41-owasp_headers into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #44
2020-12-21 17:27:12 +00:00
niggl 19422edbae Disabled the x-served-by and x-powered-by Headers
continuous-integration/drone/pr Build is passing
ref #41
2020-12-21 17:48:04 +01:00
niggl 1bf6d3d564 Merge pull request 'Updated the put methods and cleaned up a shitload of comments' (#42) from feature/39-update_puts into dev
continuous-integration/drone/push Build is passing
Reviewed-on: #42
closes #39
2020-12-21 16:39:19 +00:00
niggl 7d5f3b092f Reverted simplification that created loops
continuous-integration/drone/pr Build is passing
ref #39
2020-12-21 17:22:07 +01:00
niggl 0ef6d9cc48 Small bugfix
continuous-integration/drone/pr Build is failing
ref #39
2020-12-21 16:58:51 +01:00
niggl 48bef8db60 Second part of the action comment refactoring
continuous-integration/drone/pr Build is failing
ref #39
2020-12-21 16:21:12 +01:00
niggl 1d0d79f3da First part of the action comment refactoring
ref #39
Why did i volunteer for this? It's just a glorified sleeping aid 😴
2020-12-21 16:08:10 +01:00
niggl d20d738218 Code + comment cleanup for the entities
ref #39
2020-12-21 15:29:32 +01:00
niggl a03f1a438d Code + comment cleanup for the enums
ref #39
2020-12-20 19:39:13 +01:00
niggl 75332983c2 Code + comment cleanup for the response models
ref #39
2020-12-20 19:38:22 +01:00
niggl a85d52437b Code + comment cleanup for the seeds
ref #39
2020-12-20 19:11:28 +01:00
niggl a88c0389c1 Code + Comment cleanup for the middlewares
ref #39
2020-12-20 19:08:02 +01:00
niggl 43a4f1118d Updated loader comments and descriptions
ref #39
2020-12-20 19:01:03 +01:00
niggl de91d491e5 Added a missing poiunt/exclamation mark
ref #39
2020-12-20 18:55:52 +01:00
niggl 2199cb0aef Fixed messages and comments for UserGroupErrors
ref #39
2020-12-20 18:50:45 +01:00
niggl ee76f1c0e8 Fixed messages and comments for UserErrors
ref #39
2020-12-20 18:50:06 +01:00
niggl 75b6489f8d Fixed messages and comments for TrackErrors + spelling for some other errors
ref #39
2020-12-20 18:48:59 +01:00
niggl 389f6347c3 Fixed messages and comments for RunnerTeamErrors
ref #39
2020-12-20 18:47:42 +01:00
niggl 37afc10e44 Fixed messages and comments for RunnerOrganisationErrors
ref #39
2020-12-20 18:46:43 +01:00
niggl 82ced34750 Fixed messages and comments for RunnerGroupErrors
ref #39
2020-12-20 18:45:33 +01:00