aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web
Commit message (Collapse)AuthorAgeFilesLines
* Fixed formattingtranstrike2021-01-155-5/+5
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-152-17/+16
| | | | DevHive.Interfaces
* Removed virtual from methodstranstrike2021-01-152-2/+2
|
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-3/+3
|
* Fixed dependency injection for controller service interfaces in controllersSyndamia2021-01-146-36/+30
|
* Fixed DI when running DevHive.Webtranstrike2021-01-141-11/+13
|
* Fixed Language & Technology Update methodstranstrike2021-01-142-13/+12
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-144-6/+8
|
* Fixed technology mappingstranstrike2021-01-131-2/+5
|
* Fixed sln-wide code formattingtranstrike2021-01-1320-122/+122
|
* Added .csproj wide code analyzer supporttranstrike2021-01-131-0/+5
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-125-3/+10
| | | | more UserService validations
* Changed HttpPost to HttpDelete when appropriatetranstrike2021-01-121-2/+2
|
* Full implementation of Language & Technologies to Usertranstrike2021-01-127-18/+84
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-125-9/+20
| | | | Migrations added
* Implemented CORS in API (so Angular could accept requests from the API)Syndamia2021-01-081-0/+8
|
* Fixed Comment implementationDanail Dimitrov2021-01-042-5/+9
|
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-2/+8
|
* Implemented Posts and merged Comment to Posttranstrike2020-12-3013-95/+187
|
* Fixed mappings bug for Comment in the serviceDanail Dimitrov2020-12-301-1/+1
|
* Fixed dependency injection, migrations and dbset for commentDanail Dimitrov2020-12-301-0/+2
|
* Adding coomment layersDanail Dimitrov2020-12-304-0/+109
|
* Exception handling addedtranstrike2020-12-211-7/+36
|
* Moved IdModel to DevHive.Common.Datatranstrike2020-12-201-1/+1
|
* Moved DI config to DevHive.Web/Extensionstranstrike2020-12-192-10/+23
|
* Moved migrations to DevHive.Datatranstrike2020-12-192-3/+15
|
* Moved Friends to User(you no longer have friends)transtrike2020-12-194-62/+30
|
* ALmost solved DPtranstrike2020-12-1915-2204/+11
|
* Friends insert validationstranstrike2020-12-193-14/+34
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devDanail Dimitrov2020-12-181-4/+12
|\
| * Made user JWT more secure by checking the validity of the attached ↵Syndamia2020-12-181-4/+12
| | | | | | | | information and the given user (id)
* | Fixed a bug where updating a Technology would create a new instence instead ↵Danail Dimitrov2020-12-181-2/+2
|/ | | | of updating the old one
* Fixed Technology and Language validationsDanail Dimitrov2020-12-182-0/+2
|
* Adding Technology Web layerDanail Dimitrov2020-12-184-0/+104
|
* Fixed random 2 showing uptranstrike2020-12-181-1/+0
|
* Fixed Id showing in web modeltranstrike2020-12-183-3/+13
|
* Implemented Friends layertranstrike2020-12-172-9/+59
|
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
|
* Fixed namespacestranstrike2020-12-174-18/+17
|
* RoleModel moved to DevHive.Commontranstrike2020-12-174-12/+12
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-177-13/+453
|
* Newtonsoft.Json addedtranstrike2020-12-171-1/+6
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-174-13/+40
|
* Cleanup in User and preparation for Friends implementationtranstrike2020-12-171-2/+1
|
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵Syndamia2020-12-173-6/+517
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-163-7/+8
| | | | logic
* Refactored LanguageController and Language web modelsDanail Dimitrov2020-12-165-14/+39
|
* IRepository should return bool for void operationstranstrike2020-12-161-1/+1
|
* Authorization fixedtranstrike2020-12-165-5/+14
|
* Register now returns token, instead of requiring the user to logintranstrike2020-12-161-3/+3
|