aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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 UserController...Danail Dimitrov2021-01-281-1/+1
* Users with only the role User can now create comments and posts (while admins...Syndamia2021-01-281-0/+1
* 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 pro...transtrike2021-01-261-1/+1
* 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