aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models
Commit message (Collapse)AuthorAgeFilesLines
* Moved CloudinaryService to it's proper locationSyndamia2021-02-051-53/+0
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-034-0/+23
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* User-Friends Relation Fixedtranstrike2021-02-031-1/+2
|
* Removed empty feed; Added mapping from List<Post> to ReadPageServiceModeltranstrike2021-02-011-2/+0
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-0/+3
|
* Read Post returns Comments as Idstranstrike2021-02-011-1/+2
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-1/+3
|
* Tech & Lang read models return idstranstrike2021-02-012-0/+8
|
* Post returns file urlstranstrike2021-02-012-3/+3
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-14/+12
| | | | Posts violate key in db
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-317-8/+8
|\
| * Separated comment models, controler and service from post'sSyndamia2021-01-307-8/+8
| |
* | IDFKtranstrike2021-01-302-0/+26
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-294-3/+63
|
* GetUserPosts implementedtranstrike2021-01-291-0/+2
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-264-7/+11
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-263-1/+26
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-246-9/+19
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-237-50/+38
|
* Fixed Comment Models&Mappingstranstrike2021-01-233-6/+21
|
* Comment Models fixedtranstrike2021-01-234-3/+17
|
* Fixed formattingtranstrike2021-01-232-2/+2
|
* The beginning of role based authorizationtranstrike2021-01-231-4/+0
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-214-5/+28
|
* Fixed Password property positioningtranstrike2021-01-213-2/+5
|
* Tryed implementing the http patchtranstrike2021-01-212-0/+8
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-203-10/+10
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-192-1/+8
| | | | Friend add trough HttpPatch
* Fixed role id creeping up the chaintranstrike2021-01-192-3/+3
|
* User update now updates languages, roles and friendsSyndamia2021-01-172-1/+18
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-173-3/+20
|
* Lang&Tech layers now return id on Createtranstrike2021-01-171-1/+2
|
* Lang layer workingtranstrike2021-01-171-0/+7
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-1/+4
|
* More formatting fixestranstrike2021-01-143-7/+5
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-142-4/+7
|
* Fixed technology mappingstranstrike2021-01-131-1/+1
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-123-3/+12
| | | | more UserService validations
* Full implementation of Language & Technologies to Usertranstrike2021-01-123-5/+13
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-124-8/+20
| | | | Migrations added
* Implemented Posts and merged Comment to Posttranstrike2020-12-3011-28/+76
|
* Adding coomment layersDanail Dimitrov2020-12-303-0/+28
|
* Added: TechnologyService, Technology Service models, Technology mappings for ↵Danail Dimitrov2020-12-183-2/+16
| | | | the service and fixed laguage mappings for the service
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
|
* Fixed namespacestranstrike2020-12-171-2/+0
|
* RoleModel moved to DevHive.Commontranstrike2020-12-172-11/+2
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+6
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-12/+0
| | | | logic
* Refactored LanguageService and Language service ModelsDanail Dimitrov2020-12-162-1/+9
|
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+12
|