aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-1318-280/+0
|
* Friends relation FUCKING FINALLY FIXED, NIGGAtranstrike2021-02-051-3/+2
|
* Implemented post attachments, which move post file urls to their own table; ↵Syndamia2021-02-052-3/+4
| | | | updated post repository and post service to work with them (but didn't update service or web models)
* Post Editing preserves Post's commentstranstrike2021-02-031-0/+3
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-033-1/+15
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* User-Friends Relation Fixedtranstrike2021-02-031-1/+5
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-0/+2
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-013-8/+6
|
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-311-0/+1
|\
| * Fixed GetUserPosts implementationSyndamia2021-01-301-0/+1
| |
* | User - Friend relation inital fixtranstrike2021-01-302-1/+3
| |
* | IDFKtranstrike2021-01-303-0/+30
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-292-1/+5
|
* Fixed Interface for Commenttranstrike2021-01-281-1/+1
|
* Comment and Post models refactoredtranstrike2021-01-282-3/+4
|
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-262-2/+8
|
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-8/+1
|
* Brief testing of GetPosttranstrike2021-01-261-0/+12
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-1/+1
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-12/+14
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-231-3/+9
|
* Fixed Comment Models&Mappingstranstrike2021-01-231-0/+4
|
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
|
* Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
|
* Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-211-1/+1
|
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-11/+2
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-205-9/+9
|
* Lang&Tech Many-To-Many added; Migration addedtranstrike2021-01-192-0/+9
|
* Fix lang namingtranstrike2021-01-171-1/+1
|
* Lang&Tech layers now return id on Createtranstrike2021-01-171-0/+4
|
* Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-151-1/+1
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-1513-5/+78
| | | | DevHive.Interfaces
* More formatting fixestranstrike2021-01-142-4/+4
|
* 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-8/+11
|
* The return of the interfacestranstrike2021-01-136-0/+119