aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Configurations
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-1314-393/+0
|
* Friends relation FUCKING FINALLY FIXED, NIGGAtranstrike2021-02-051-3/+0
|
* Adding FeedController testsDanail Dimitrov2021-02-041-1/+1
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+3
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* User-Friends Relation Fixedtranstrike2021-02-031-1/+4
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-012-0/+17
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-1/+1
| | | | Posts violate key in db
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-313-8/+6
|\
| * Separated comment models, controler and service from post'sSyndamia2021-01-303-9/+6
| |
* | User - Friend relation inital fixtranstrike2021-01-301-1/+1
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-1/+7
|
* DbContext configurationstranstrike2021-01-261-4/+0
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-262-12/+6
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-264-2/+25
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-242-8/+2
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-0/+1
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-0/+20
|
* Fixed Comment Models&Mappingstranstrike2021-01-231-4/+10
|
* The beginning of role based authorizationtranstrike2021-01-231-0/+12
|
* Removal of unused package and configurationtranstrike2021-01-231-19/+0
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-214-13/+19
|
* Tryed implementing the http patchtranstrike2021-01-211-0/+2
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-193-16/+19
| | | | Friend add trough HttpPatch
* Fixed mapping issuetranstrike2021-01-191-1/+1
|
* Added attributes to the Web models for validationstranstrike2021-01-191-1/+1
|
* Added Custom Middleware for Exception Handlingtranstrike2021-01-191-0/+16
|
* Fix lang namingtranstrike2021-01-171-1/+1
|
* User update now updates languages, roles and friendsSyndamia2021-01-171-0/+7
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-6/+6
|
* Lang layer workingtranstrike2021-01-171-0/+2
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-1/+1
| | | | DevHive.Interfaces
* Fixed dependency injection for controller service interfaces in controllersSyndamia2021-01-141-10/+10
|
* Fixed DI when running DevHive.Webtranstrike2021-01-141-11/+13
|
* Fixed technology mappingstranstrike2021-01-131-2/+5
|
* Fixed sln-wide code formattingtranstrike2021-01-136-14/+14
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-121-2/+0
| | | | more UserService validations
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-5/+8
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-2/+5
| | | | Migrations added
* Implemented Posts and merged Comment to Posttranstrike2020-12-302-6/+5
|
* 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-301-0/+18
|
* Moved DI config to DevHive.Web/Extensionstranstrike2020-12-191-0/+22
|
* Moved Friends to User(you no longer have friends)transtrike2020-12-191-2/+1
|
* ALmost solved DPtranstrike2020-12-191-0/+1
|
* Friends insert validationstranstrike2020-12-191-0/+19
|
* 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-181-0/+16
|
* Fixed Id showing in web modeltranstrike2020-12-181-2/+2
|