aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed User Service and User Controller return typestranstrike2020-12-163-7/+33
|
* Changed models in Web to use inheritance of most repeated propertiesSyndamia2020-12-164-31/+40
|
* Added password strength validationSyndamia2020-12-162-0/+25
|
* Changed models in the Service to have inheritancetranstrike2020-12-162-0/+368
|
* Fixed user input data validation upon registrationSyndamia2020-12-163-0/+62
|
* Fixed GetById to return only public infotranstrike2020-12-165-7/+26
|
* Fixed JWT Token generationtranstrike2020-12-151-1/+1
|
* Fixed Mapping & duplicationtranstrike2020-12-151-1/+1
|
* Fixed Migrations creation problemtranstrike2020-12-152-334/+0
|
* Fixed Migrations creation problemtranstrike2020-12-156-1/+1225
|
* Resolving RoleController conflictstranstrike2020-12-151-5/+1
|
* Added initial migrations and partially fixed migrationsSyndamia2020-12-151-0/+4
|
* Adding LanguageController (Implemented all Language layers)Danail Dimitrov2020-12-153-14/+18
|\
| * Updated packages to latesttranstrike2020-12-151-1/+1
| |
| * Renamed _service to _*func*Servicetranstrike2020-12-152-14/+14
| |