aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Tryed implementing the http patchtranstrike2021-01-211-7/+0
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-2010-18/+18
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-192-5/+8
* Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-196-31/+46
* Lang&Tech Many-To-Many added; Migration addedtranstrike2021-01-1910-1185/+1929
* Fix lang namingtranstrike2021-01-175-15/+15
* Lang&Tech layers now return id on Createtranstrike2021-01-173-0/+19