aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories
Commit message (Expand)AuthorAgeFilesLines
* Updated comments and posts to use Creator.Id, rather than CreatorId; updated ...Syndamia2021-01-283-3/+3
* Fixed DoesUserHaveThisFriend implementationDanail Dimitrov2021-01-281-6/+2
* USER UPDATE FIIIIIIXEDtranstrike2021-01-282-6/+42
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-264-3/+6
* DbContext configurationstranstrike2021-01-261-12/+0
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-263-32/+21
|\
| * GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-0/+14
| * Removed IRepo in UserRepo(internal, not external)transtrike2021-01-261-14/+1
| * Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-33/+21
* | Adding User Repository TestsDanail Dimitrov2021-01-261-2/+0
|/
* Brief testing of GetPosttranstrike2021-01-261-0/+35
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-242-1/+8
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-52/+39
* Fixed formattingtranstrike2021-01-234-4/+4
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-10/+5
* Fixed JWT not having roles when generatedSyndamia2021-01-221-0/+2
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-216-191/+63
* fixing edit methods in reposDanail Dimitrov2021-01-214-67/+41
|\
| * Code cleanup, consistency and merge conflict resolvedtranstrike2021-01-211-2/+1
| |\
| * | Code cleanup & consistencytranstrike2021-01-214-67/+41
* | | Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-211-4/+6
| |/ |/|
* | Refactored Technology repo edit methodDanail Dimitrov2021-01-211-5/+6
|/
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-74/+0
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-213-7/+16
* Tryed implementing the http patchtranstrike2021-01-211-7/+0
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-2/+2
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-191-5/+7
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-196-31/+46
* Fix lang namingtranstrike2021-01-171-8/+8
* Lang&Tech layers now return id on Createtranstrike2021-01-171-0/+14
* Adding TechnologyController TetstsDanail Dimitrov2021-01-151-6/+5
* 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-6/+6
* Name corrections in UserRepositorytranstrike2021-01-141-1/+1
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-141-3/+3
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-143-4/+21
* The return of the interfacestranstrike2021-01-136-38/+21
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-121-1/+8
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-18/+18
* Added launch & task settings for vscodetranstrike2021-01-121-5/+14
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-1211-154/+167
* Added Interfaces for all repository classesDanail Dimitrov2021-01-1111-12/+100
* Fixed test projectsDanail Dimitrov2021-01-101-1/+2
* Implemented Posts and merged Comment to Posttranstrike2020-12-306-66/+111
* Adding coomment layersDanail Dimitrov2020-12-301-0/+62
* Moved Friends to User(you no longer have friends)transtrike2020-12-195-46/+24
* ALmost solved DPtranstrike2020-12-191-35/+0
* Removed IsUsernameValidtranstrike2020-12-181-7/+0
* Implemented Friends layertranstrike2020-12-172-8/+38
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-172-1/+16