aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Files orderingdev-oldtranstrike2020-12-135-4/+13
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-130-0/+0
|\
| * Fixed login token security algorithmSyndamia2020-12-131-1/+1
| |
* | Ordering Modelstranstrike2020-12-134-3/+66
|/
* Little UserService cleaningtranstrike2020-12-121-25/+18
|
* New ValidationString implementation; Simplified PictureProfiletranstrike2020-12-124-46/+33
|
* Merge with authorization-dev completedtranstrike2020-12-126-351/+36
|
* Last push cleanuptranstrike2020-12-126-57/+372
|
* 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
| |
* | JWT secret cannot be modifiedSyndamia2020-12-121-1/+1
| |
* | Improved appsettings.json readingSyndamia2020-12-124-9/+26
| |
* | 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 ↵Syndamia2020-12-127-21/+54
| | | | | | | | create user request, brought back Roles.cs and moved roles constants to UserRoles, fixed authorization in UserController
* | 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-116-14/+15
| |
* | Made login require only username and made null roles to userSyndamia2020-12-113-4/+14
| |
* | Added very simple and insecure rolesSyndamia2020-12-115-11/+18
| |
* | Implemented very basic and rough autorization for userSyndamia2020-12-113-6/+92
|/
* Changed returns to IActionResult; Id from UserDTO removedtranstrike2020-12-115-15/+14
|
* Removed unnecessary JSON seralization from UserServiceSyndamia2020-12-111-1/+1
|
* Made UserController (and UserService) return IActionResult, rather than ↵Syndamia2020-12-112-28/+18
| | | | HttpStatusCode
* 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-1123-646/+298
|/
* 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
|
* Uncomment UserProfiletranstrike2020-12-101-1/+1
|
* FINALLY AUTOMAPPER SHIT WORKINGGGGG!!!transtrike2020-12-101-9/+1
|
* AutoMapper rework extravaganzaSyndamia2020-12-105-10/+26
|
* Playing with the mappertranstrike2020-12-103-8/+5
|
* Added Id in UserDtotranstrike2020-12-103-21/+5
|
* 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-108-34/+44
|
* Mapper added : must fix itDanail Dimitrov2020-12-102-7/+25
|
* Migrations added & UserMapper beginningtranstrike2020-12-104-47/+389
|
* Implemented all HTTP Methodstranstrike2020-12-103-11/+17
|
* Replaced ASP.NET Core MVC with Blazortranstrike2020-12-1070-39942/+1232
|
* Removed async from DbRepo/Querytranstrike2020-12-102-3/+3
|