aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services
Commit message (Expand)AuthorAgeFilesLines
...
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-265-4/+20
* 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-269-79/+96
* Brief testing of GetPosttranstrike2021-01-2613-13/+150
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-249-24/+78
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-52/+78
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-238-53/+47
* Adjusted Comments mappingtranstrike2021-01-231-6/+5
* Fixed Comment Models&Mappingstranstrike2021-01-234-13/+30
* Comment Models fixedtranstrike2021-01-234-3/+17
* Fixed formattingtranstrike2021-01-237-9/+9
* The beginning of role based authorizationtranstrike2021-01-235-7/+5
* 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-212-56/+0
|\
| * Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-212-56/+0
* | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-4/+1
|/
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-219-109/+86
* Fixed Password property positioningtranstrike2021-01-214-3/+7
* Tryed implementing the http patchtranstrike2021-01-217-49/+69
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-205-18/+19
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-194-4/+33
* Implemented HttpPatchtranstrike2021-01-192-27/+61
* Fixed role id creeping up the chaintranstrike2021-01-194-8/+8
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-192-4/+2
* Fixed default(x) to nulltranstrike2021-01-181-4/+9
* Fix lang namingtranstrike2021-01-173-11/+36
* User update now updates languages, roles and friendsSyndamia2021-01-174-2/+53
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-176-19/+46
* Lang&Tech layers now return id on Createtranstrike2021-01-177-18/+45
* Lang layer workingtranstrike2021-01-175-7/+13
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-175-101/+20
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-177-14/+15
* 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-143-4/+4
* More formatting fixestranstrike2021-01-148-15/+13
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-142-5/+5
* Fixed Language & Technology Update methodstranstrike2021-01-144-29/+29
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-145-54/+69
* Fixed technology mappingstranstrike2021-01-132-3/+5
* Added .csproj wide code analyzer supporttranstrike2021-01-131-7/+10
* The return of the interfacestranstrike2021-01-1310-38/+161
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-126-28/+41
* Full implementation of Language & Technologies to Usertranstrike2021-01-125-25/+94
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-1210-85/+148
* Added Interfaces for all repository classesDanail Dimitrov2021-01-115-17/+17
* added user validation for deleting and updating commentsDanail Dimitrov2021-01-031-1/+42