aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Repositories
Commit message (Collapse)AuthorAgeFilesLines
* Post Editing preserves Post's commentstranstrike2021-02-031-0/+11
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-031-0/+10
|\
| * Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+10
| | | | | | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* | Added Include in the Queriestranstrike2021-02-031-0/+4
|/
* User-Friends Relation Fixedtranstrike2021-02-031-20/+15
|
* Fixed post files updating in apiSyndamia2021-02-021-2/+3
|
* Fixed mapping in FeedServicetranstrike2021-02-011-0/+2
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-012-1/+14
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-016-23/+20
|
* Fixed post updateSyndamia2021-01-311-0/+4
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-6/+9
| | | | Posts violate key in db
* 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
| | | | service to give Posts and Comments the post and creator objects from db
* 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 ↵transtrike2021-01-191-5/+7
| | | | Friend add trough HttpPatch
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-196-31/+46
|