aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | tests are added)
* Merge branch 'refactor_user_updating' of ↵Danail Dimitrov2021-01-211-51/+0
|\ | | | | | | https://github.com/Team-Kaleidoscope/DevHive into refactor_user_updating
| * 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 ↵transtrike2021-01-191-3/+23
| | | | Friend add trough HttpPatch
* 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 ↵transtrike2021-01-155-5/+5
| | | | DevHive.Interfaces
* 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
|
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-142-5/+5
|
* Fixed Language & Technology Update methodstranstrike2021-01-142-21/+21
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-142-47/+59
|
* The return of the interfacestranstrike2021-01-135-38/+55
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-122-25/+24
| | | | more UserService validations
* Full implementation of Language & Technologies to Usertranstrike2021-01-122-20/+81
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-125-76/+128
| | | | Migrations added
* Added Interfaces for all repository classesDanail Dimitrov2021-01-115-17/+17
|
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-1/+42
|
* Implemented Posts and merged Comment to Posttranstrike2020-12-302-62/+98
|
* Adding coomment layersDanail Dimitrov2020-12-301-0/+62
|
* Moved Friends to User(you no longer have friends)transtrike2020-12-192-87/+62
|
* ALmost solved DPtranstrike2020-12-195-11/+11
|
* Friends service no longer inherits user servicetranstrike2020-12-191-3/+2
|
* Friends insert validationstranstrike2020-12-191-0/+7
|
* ValidJWT bypasses username check when user is adminSyndamia2020-12-181-14/+11
|
* Made user JWT more secure by checking the validity of the attached ↵Syndamia2020-12-181-0/+47
| | | | information and the given user (id)
* Fixed a bug where Updating a Language would create a new instance instead of ↵Danail Dimitrov2020-12-181-0/+1
| | | | updating the old one
* Fixed Technology and Language validationsDanail Dimitrov2020-12-182-4/+4
|