aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services
Commit message (Expand)AuthorAgeFilesLines
* Fixed GetUserPosts implementationSyndamia2021-01-301-0/+24
* Separated comment models, controler and service from post'sSyndamia2021-01-303-71/+159
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-3/+31
* GetUserPosts implementedtranstrike2021-01-291-1/+10
* Fixed the return type of UserService.DeleteUser and refactored UserController...Danail Dimitrov2021-01-281-3/+2
* Adding UserService testsDanail Dimitrov2021-01-281-3/+3
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-281-0/+7
|\
| * Users with only the role User can now create comments and posts (while admins...Syndamia2021-01-281-0/+7
* | Refactored tests after the boys broke themDanail Dimitrov2021-01-281-1/+0
|/
* Updated comments and posts to use Creator.Id, rather than CreatorId; updated ...Syndamia2021-01-281-6/+16
* Adding FeedService tests and fixed minor bug with FeedService.GetPage where n...Danail Dimitrov2021-01-281-4/+6
* Adding PostService testsDanail Dimitrov2021-01-271-5/+6
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-271-1/+1
* Adding RoleRepository testsDanail Dimitrov2021-01-271-3/+0
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-262-1/+2
* DbContext configurationstranstrike2021-01-261-0/+1
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-4/+15
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-27/+35
* UserUpdate does not allow updating roles if not admin; HTTP Put now works pro...transtrike2021-01-262-66/+80
* Brief testing of GetPosttranstrike2021-01-263-9/+95
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-13/+51
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-45/+70
* Fixed formattingtranstrike2021-01-233-5/+5
* The beginning of role based authorizationtranstrike2021-01-232-2/+3
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-225-5/+5
* Adding Language layer unit test(Note: Data is to be refactored no data layer ...Danail Dimitrov2021-01-211-2/+2
* Merge branch 'refactor_user_updating' of https://github.com/Team-Kaleidoscope...Danail Dimitrov2021-01-211-51/+0
|\
| * Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-51/+0
* | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-4/+1
|/
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-80/+55
* Fixed Password property positioningtranstrike2021-01-211-1/+2
* Tryed implementing the http patchtranstrike2021-01-211-37/+41
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-202-8/+9
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-191-3/+23
* Implemented HttpPatchtranstrike2021-01-191-27/+58
* Fixed role id creeping up the chaintranstrike2021-01-191-4/+4
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-191-1/+1
* Fixed default(x) to nulltranstrike2021-01-181-4/+9
* Fix lang namingtranstrike2021-01-171-8/+15
* User update now updates languages, roles and friendsSyndamia2021-01-171-1/+32
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-7/+17
* Lang&Tech layers now return id on Createtranstrike2021-01-173-13/+39
* Lang layer workingtranstrike2021-01-172-5/+2
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-173-95/+18
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-173-10/+8
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-151-1/+1
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-155-5/+5
* JWT stores User ID, instead of usernameSyndamia2021-01-151-8/+8
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-1/+0
* Refactored Technology service testsDanail Dimitrov2021-01-141-2/+2