aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services
Commit message (Expand)AuthorAgeFilesLines
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-194-4/+33
* Implemented HttpPatchtranstrike2021-01-192-27/+61
* Fixed role id creeping up the chaintranstrike2021-01-194-8/+8
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-192-4/+2
* Fixed default(x) to nulltranstrike2021-01-181-4/+9
* Fix lang namingtranstrike2021-01-173-11/+36
* User update now updates languages, roles and friendsSyndamia2021-01-174-2/+53
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-176-19/+46
* Lang&Tech layers now return id on Createtranstrike2021-01-177-18/+45
* Lang layer workingtranstrike2021-01-175-7/+13
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-175-101/+20
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-177-14/+15
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-151-1/+1
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-155-5/+5
* JWT stores User ID, instead of usernameSyndamia2021-01-151-8/+8
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-1/+0
* Refactored Technology service testsDanail Dimitrov2021-01-143-4/+4
* More formatting fixestranstrike2021-01-148-15/+13
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-142-5/+5
* Fixed Language & Technology Update methodstranstrike2021-01-144-29/+29
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-145-54/+69
* Fixed technology mappingstranstrike2021-01-132-3/+5
* Added .csproj wide code analyzer supporttranstrike2021-01-131-7/+10
* The return of the interfacestranstrike2021-01-1310-38/+161
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-126-28/+41
* Full implementation of Language & Technologies to Usertranstrike2021-01-125-25/+94
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-1210-85/+148
* Added Interfaces for all repository classesDanail Dimitrov2021-01-115-17/+17
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-1/+42
* Implemented Posts and merged Comment to Posttranstrike2020-12-3015-93/+194
* Fixed mappings bug for Comment in the serviceDanail Dimitrov2020-12-301-3/+4
* Adding coomment layersDanail Dimitrov2020-12-305-0/+107
* Moved Friends to User(you no longer have friends)transtrike2020-12-192-87/+62
* ALmost solved DPtranstrike2020-12-195-11/+11
* Friends service no longer inherits user servicetranstrike2020-12-191-3/+2
* Friends insert validationstranstrike2020-12-191-0/+7
* ValidJWT bypasses username check when user is adminSyndamia2020-12-181-14/+11
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devDanail Dimitrov2020-12-181-0/+47
|\
| * Made user JWT more secure by checking the validity of the attached informatio...Syndamia2020-12-181-0/+47
* | Fixed a bug where updating a Technology would create a new instence instead o...Danail Dimitrov2020-12-181-1/+1
|/
* Fixed a bug where Updating a Language would create a new instance instead of ...Danail Dimitrov2020-12-182-1/+2
* Fixed Technology and Language validationsDanail Dimitrov2020-12-184-4/+6
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-188-7/+102
|\
| * Adding Technology Web layerDanail Dimitrov2020-12-181-3/+3
| * Added: TechnologyService, Technology Service models, Technology mappings for ...Danail Dimitrov2020-12-187-3/+99
| * Removed password hash from JWTSyndamia2020-12-181-4/+3
* | Removed IsUsernameValidtranstrike2020-12-181-2/+2
|/
* Fixing merge conflicttranstrike2020-12-171-6/+0
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-171-4/+16
|\
| * Added username and password hash to JWTSyndamia2020-12-171-4/+8