aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Startup.cs
Commit message (Expand)AuthorAgeFilesLines
* Implemented CORS in API (so Angular could accept requests from the API)Syndamia2021-01-081-0/+8
* Implemented Posts and merged Comment to Posttranstrike2020-12-301-4/+0
* Moved DI config to DevHive.Web/Extensionstranstrike2020-12-191-10/+1
* Moved migrations to DevHive.Datatranstrike2020-12-191-0/+12
* Moved Friends to User(you no longer have friends)transtrike2020-12-191-1/+1
* RoleModel moved to DevHive.Commontranstrike2020-12-171-1/+1
* Newtonsoft.Json addedtranstrike2020-12-171-1/+6
* Cleanup in User and preparation for Friends implementationtranstrike2020-12-171-2/+1
* Authorization fixedtranstrike2020-12-161-0/+1
* Created ErrorControllerDanail Dimitrov2020-12-151-1/+2
* Adjusted & Extracted Configurationtranstrike2020-12-151-3/+1
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-49/+50
* The Base Linetranstrike2020-12-141-0/+59