KKlochko
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-25 17:47:29 +00:00
585c96f940 Add a validator interface, UpperRangeValidator and OkValidator.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-24 14:59:04 +00:00
4430b04f11 Add UserAddress model.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-21 13:55:16 +00:00
66b8373da3 Add the test for BaseMessages.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-21 11:50:22 +00:00
8fda7eae83 Refactor the validation tests and remove example test.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-20 08:15:00 +00:00
8c62393d3f Add ItemValidationByName.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-19 09:21:15 +00:00
c9974b007a Add UserValidationByMatrixUsername.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-19 09:16:26 +00:00
0ad8f65c96 Add UserValidationByMatrixUsername.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-18 10:21:20 +00:00
1a7c585aa7 Add CityValidationByName.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-17 16:23:15 +00:00
f437d777a5 Add ValidationByName and CompanyValidationByName.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-16 15:13:01 +00:00
135f4c0c93 Refactor the Company and its validator test.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-16 14:48:26 +00:00
c22945926c Refactor the City, Company and their tests.
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-15 10:16:47 +00:00
a4938eb099 Add tests for City methods.
394f821d35 Refactor the City and its tests.
Compare 2 commits »
KKlochko pushed to main at KKlochko/dots-bot-api 2023-08-14 17:46:44 +00:00
6db3465407 Refactor the User validator.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-12 18:02:37 +00:00
8a423b721d Add ErrorHandler for API Auth.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-11 12:39:27 +00:00
06dfee5b57 Add tests for user login.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-10 17:07:25 +00:00
aff4973ea8 Add the auth pipeline for the Link API path.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-09 18:40:45 +00:00
c793b46e53 Add the authentication for API sing in.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-08 18:17:53 +00:00
dad35c5c51 Add the Web Authentication.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-07 17:54:41 +00:00
1cc1a83e34 Add tests for UserController, Accounts, Generators.
KKlochko pushed to main at KKlochko/link_shortener 2023-08-06 18:36:16 +00:00
93631f195f Add the API Authentication.