aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-139-161/+0
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+1
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* Commented out implementation of Rating; Bug fixestranstrike2021-02-011-0/+14
|
* Tech & Lang read models return idstranstrike2021-02-011-1/+1
|
* Post returns file urlstranstrike2021-02-011-0/+3
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-1/+1
| | | | Posts violate key in db
* Fixed GetUserPosts implementationSyndamia2021-01-301-0/+1
|
* Separated comment models, controler and service from post'sSyndamia2021-01-302-8/+22
|
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-0/+13
|
* Fixed the return type of UserService.DeleteUser and refactored ↵Danail Dimitrov2021-01-281-1/+1
| | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
* Users with only the role User can now create comments and posts (while ↵Syndamia2021-01-281-0/+1
| | | | admins can't create them from other people's accounts)
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-271-1/+1
|
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-0/+4
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-261-1/+1
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-263-1/+13
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-7/+8
|
* Fixed formattingtranstrike2021-01-231-1/+1
|
* The beginning of role based authorizationtranstrike2021-01-231-1/+1
|
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-5/+0
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-1/+0
|
* Tryed implementing the http patchtranstrike2021-01-211-3/+3
|
* Implemented HttpPatchtranstrike2021-01-191-0/+3
|
* Fixed role id creeping up the chaintranstrike2021-01-191-1/+1
|
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-191-3/+1
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-5/+5
|
* Lang&Tech layers now return id on Createtranstrike2021-01-173-4/+4
|
* Lang layer workingtranstrike2021-01-171-1/+1
|
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-172-6/+2
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-173-3/+3
|
* Refactored Technology service testsDanail Dimitrov2021-01-141-1/+1
|
* More formatting fixestranstrike2021-01-142-5/+5
|
* Fixed Language & Technology Update methodstranstrike2021-01-142-8/+8
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-3/+3
|
* The return of the interfacestranstrike2021-01-135-0/+106