aboutsummaryrefslogtreecommitdiff
path: root/API
Commit message (Expand)AuthorAgeFilesLines
* Little UserService cleaningtranstrike2020-12-121-25/+18
* New ValidationString implementation; Simplified PictureProfiletranstrike2020-12-123-7/+15
* Merge with authorization-dev completedtranstrike2020-12-125-350/+35
* Last push cleanuptranstrike2020-12-125-56/+371
* Fixed merge conflictsSyndamia2020-12-122-28/+7
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into autorization-devSyndamia2020-12-126-16/+105
|\
| * Added Extensions Methodstranstrike2020-12-126-38/+101
* | Improved appsettings.json readingSyndamia2020-12-123-9/+12
* | 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-122-18/+24
* | Added some comments to Jwt authenticationSyndamia2020-12-113-11/+9
* | Authorization key is gotten from appsettings.json (AppSettings/Secret)Syndamia2020-12-114-7/+12
* | Added UserRole migrationsSyndamia2020-12-113-30/+361
* | Renamed custom Roles class to UserRoles, fixing naming ambiguitySyndamia2020-12-114-5/+5
* | Made login require only username and made null roles to userSyndamia2020-12-113-4/+14
* | Added very simple and insecure rolesSyndamia2020-12-113-9/+13
* | Implemented very basic and rough autorization for userSyndamia2020-12-113-6/+92
|/
* Changed returns to IActionResult; Id from UserDTO removedtranstrike2020-12-114-14/+14
* Removed unnecessary JSON seralization from UserServiceSyndamia2020-12-111-1/+1
* Made UserController (and UserService) return IActionResult, rather than HttpS...Syndamia2020-12-112-28/+18
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-111-0/+4
|\
| * Made Username uniqueSyndamia2020-12-111-0/+4
* | Renamed Models to Datatranstrike2020-12-1113-629/+269
|/
* Reverted UserDbRepository to use the .Any Linq methodSyndamia2020-12-112-11/+11
* Fixed Task<bool> to bool issuestranstrike2020-12-111-4/+4
* Merge branch 'dev' of github.com:team-kaleidoscope/DevHive into devtranstrike2020-12-111-0/+1
|\
| * Fixed ErrorController, which in turn fixes swaggerSyndamia2020-12-111-0/+1
* | Modified UserDbRepo for performancetranstrike2020-12-111-6/+6
|/
* Fixed Validations in UserService. Removed unnessessary code. Swagger not workingtranstrike2020-12-114-50/+53
* Added data validations of UserService requestsSyndamia2020-12-103-19/+59
* Added temporary functionality to ErrorControllerSyndamia2020-12-101-2/+5
* Starting to implement Error Controllertranstrike2020-12-102-3/+3
* FINALLY AUTOMAPPER SHIT WORKINGGGGG!!!transtrike2020-12-101-9/+1
* AutoMapper rework extravaganzaSyndamia2020-12-103-10/+11
* Playing with the mappertranstrike2020-12-103-8/+5
* Added Id in UserDtotranstrike2020-12-102-21/+4
* 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-106-8/+42
* Mapper added : must fix itDanail Dimitrov2020-12-101-2/+2
* Migrations added & UserMapper beginningtranstrike2020-12-103-47/+382
* Implemented all HTTP Methodstranstrike2020-12-103-11/+17
* Removed async from DbRepo/Querytranstrike2020-12-101-2/+2
* Merge branch 'dev' of github.com:team-kaleidoscope/DevHive into devtranstrike2020-12-102-5/+36
|\
| * Improved User get query method nameSyndamia2020-12-101-1/+1
| * Implemented User put (update) query (that works with test values, needs mapper)Syndamia2020-12-102-2/+22
| * Implemented User get query; disabled friends listSyndamia2020-12-102-3/+14
* | Change HTTP porttranstrike2020-12-105-60/+25
|/
* Changed Create Attribute To FromBody to use JSONNtranstrike2020-12-101-1/+1
* Testig API with HTTP Post in Usertranstrike2020-12-107-0/+995