aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data
Commit message (Expand)AuthorAgeFilesLines
* Implemented post attachments, which move post file urls to their own table; u...Syndamia2021-02-056-12/+37
* Adding some metods to Rate repoDanail Dimitrov2021-02-0533-7958/+247
* Added some XML documentation in data layerSyndamia2021-02-045-0/+30
* Post Editing preserves Post's commentstranstrike2021-02-032-0/+14
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-0310-5/+764
|\
| * Made profile picture data model implement it's interfaceSyndamia2021-02-031-1/+2
| * Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-0310-5/+763
* | Added Include in the Queriestranstrike2021-02-031-0/+4
|/
* User-Friends Relation Fixedtranstrike2021-02-0315-37/+2602
* 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-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, Posts...transtrike2021-01-312-7/+10
* 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
* 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