aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data
Commit message (Collapse)AuthorAgeFilesLines
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-013-1/+16
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-0131-60/+4860
|
* Fixed post updateSyndamia2021-01-311-0/+4
|
* Redone migrationstranstrike2021-01-314-685/+3
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-312-7/+10
| | | | 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-317-8/+749
|\|
| * Fixed ordering of posts in feed repositorySyndamia2021-01-301-2/+6
| |
| * Fixed GetUserPosts implementationSyndamia2021-01-302-0/+14
| |
| * Fixed comment and post getting and updatingSyndamia2021-01-302-0/+48
| |
| * Added cloud implementation migrationSyndamia2021-01-303-7/+716
| |
* | User - Friend relation inital fixtranstrike2021-01-3010-18/+1642
| |
* | IDFKtranstrike2021-01-3017-3171/+96
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-295-5/+25
|
* 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 Interface for Commenttranstrike2021-01-282-7/+20
|
* Comments added to user as relationtranstrike2021-01-281-0/+2
|
* Added Post relation to Usertranstrike2021-01-281-0/+2
|
* Comment and Post models refactoredtranstrike2021-01-284-6/+9
|
* Fixed DoesUserHaveThisFriend implementationDanail Dimitrov2021-01-281-6/+2
|
* USER UPDATE FIIIIIIXEDtranstrike2021-01-2811-16/+1887
|
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-265-3/+12
|
* DbContext configurationstranstrike2021-01-262-12/+9
|
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-266-42/+30
|\
| * GetLanguages&GetTechnologies implmenentedtranstrike2021-01-264-2/+22
| |
| * Removed IRepo in UserRepo(internal, not external)transtrike2021-01-261-14/+1
| |
| * Working on Update User; Currently not updating user in UserRepotranstrike2021-01-262-41/+22
| |
* | Adding User Repository TestsDanail Dimitrov2021-01-261-2/+0
|/
* Brief testing of GetPosttranstrike2021-01-262-0/+47
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-2413-433/+448
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-234-64/+53
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-232-8/+15
|
* Fixed Comment Models&Mappingstranstrike2021-01-231-0/+4
|
* Comment Models fixedtranstrike2021-01-231-0/+5
|
* Fixed formattingtranstrike2021-01-235-408/+408
|
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-222-11/+6
|
* Fixed JWT not having roles when generatedSyndamia2021-01-221-0/+2
|
* Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
|
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-217-192/+64
|
* 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-212-85/+2
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-213-7/+16
|
* Updated migrationsSyndamia2021-01-2111-2602/+1248
|