aboutsummaryrefslogtreecommitdiff
path: root/API/Service
Commit message (Expand)AuthorAgeFilesLines
* Ordering Modelstranstrike2020-12-132-2/+29
* Little UserService cleaningtranstrike2020-12-121-25/+18
* New ValidationString implementation; Simplified PictureProfiletranstrike2020-12-121-3/+6
* Improved appsettings.json readingSyndamia2020-12-121-5/+5
* Login returns a json with the token, rather than just the tokenSyndamia2020-12-121-1/+4
* Implemented register request, made login require correct password, removed cr...Syndamia2020-12-121-8/+16
* Added some comments to Jwt authenticationSyndamia2020-12-111-1/+5
* Authorization key is gotten from appsettings.json (AppSettings/Secret)Syndamia2020-12-111-4/+5
* Renamed custom Roles class to UserRoles, fixing naming ambiguitySyndamia2020-12-111-1/+1
* Made login require only username and made null roles to userSyndamia2020-12-111-2/+7
* Added very simple and insecure rolesSyndamia2020-12-111-8/+3
* Implemented very basic and rough autorization for userSyndamia2020-12-111-1/+39
* Changed returns to IActionResult; Id from UserDTO removedtranstrike2020-12-111-11/+5
* Removed unnecessary JSON seralization from UserServiceSyndamia2020-12-111-1/+1
* Made UserController (and UserService) return IActionResult, rather than HttpS...Syndamia2020-12-111-24/+14
* Renamed Models to Datatranstrike2020-12-111-11/+28
* Reverted UserDbRepository to use the .Any Linq methodSyndamia2020-12-111-4/+4
* Fixed Task<bool> to bool issuestranstrike2020-12-111-4/+4
* Fixed Validations in UserService. Removed unnessessary code. Swagger not workingtranstrike2020-12-111-42/+16
* Added data validations of UserService requestsSyndamia2020-12-101-5/+40
* AutoMapper rework extravaganzaSyndamia2020-12-101-2/+2
* Playing with the mappertranstrike2020-12-101-3/+2
* Added Id in UserDtotranstrike2020-12-101-6/+2
* Fully implemented UpdateUser in UserServiceSyndamia2020-12-101-7/+2
* Fixed UserService AutoMapper implementation and fixed CreateUserSyndamia2020-12-101-4/+8
* Trying to implement AutoMappertranstrike2020-12-101-3/+6
* Mapper added : must fix itDanail Dimitrov2020-12-101-2/+2
* Implemented all HTTP Methodstranstrike2020-12-101-4/+8
* Implemented User put (update) query (that works with test values, needs mapper)Syndamia2020-12-101-0/+16
* Implemented User get query; disabled friends listSyndamia2020-12-101-1/+8
* Testig API with HTTP Post in Usertranstrike2020-12-101-0/+33