aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories
Commit message (Expand)AuthorAgeFilesLines
* Commented out implementation of Rating; Bug fixestranstrike2021-02-016-23/+20
* Fixed post updateSyndamia2021-01-311-0/+4
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, Posts...transtrike2021-01-311-6/+9
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-311-6/+10
|\
| * Fixed getting of feed postsSyndamia2021-01-311-6/+10
* | Username added to JWT; Promotion to Admin fixedtranstrike2021-01-313-1/+66
|\|
| * Fixed ordering of posts in feed repositorySyndamia2021-01-301-2/+6
| * Fixed GetUserPosts implementationSyndamia2021-01-301-0/+13
| * Fixed comment and post getting and updatingSyndamia2021-01-302-0/+48
* | User - Friend relation inital fixtranstrike2021-01-301-12/+18
* | IDFKtranstrike2021-01-301-0/+37
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-292-3/+19
* Fixed user not getting his properties updated upon editasyncSyndamia2021-01-281-0/+5
* Fixed role updatingSyndamia2021-01-281-0/+12
* 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