aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned Feed Servicetranstrike2021-02-011-6/+0
|
* Removed empty feed; Added mapping from List<Post> to ReadPageServiceModeltranstrike2021-02-013-15/+12
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-013-1/+10
|
* Read Post returns Comments as Idstranstrike2021-02-012-1/+6
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-015-56/+101
|
* Fixed service comment mappingSyndamia2021-02-011-3/+3
|
* Tech & Lang read models return idstranstrike2021-02-014-3/+11
|
* Post returns file urlstranstrike2021-02-014-3/+7
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-313-23/+30
| | | | Posts violate key in db
* Fixed mappingtranstrike2021-01-311-2/+8
|
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-3116-151/+228
|\
| * Finished implementation of service read post mappingSyndamia2021-01-301-4/+3
| |
| * Fixed GetUserPosts implementationSyndamia2021-01-302-0/+25
| |
| * Separated comment models, controler and service from post'sSyndamia2021-01-3014-89/+191
| |
* | User - Friend relation inital fixtranstrike2021-01-302-3/+11
| |
* | IDFKtranstrike2021-01-304-0/+92
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-298-35/+138
|
* GetUserPosts implementedtranstrike2021-01-292-1/+12
|
* Fixed the return type of UserService.DeleteUser and refactored ↵Danail Dimitrov2021-01-282-4/+3
| | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
* Adding UserService testsDanail Dimitrov2021-01-281-3/+3
|
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-282-0/+8
|\
| * Users with only the role User can now create comments and posts (while ↵Syndamia2021-01-282-0/+8
| | | | | | | | admins can't create them from other people's accounts)
* | Refactored tests after the boys broke themDanail Dimitrov2021-01-281-1/+0
|/
* Updated comments and posts to use Creator.Id, rather than CreatorId; updated ↵Syndamia2021-01-281-6/+16
| | | | service to give Posts and Comments the post and creator objects from db
* Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵Danail Dimitrov2021-01-281-4/+6
| | | | no exception would be thrown when there are no posts to query
* Adding PostService testsDanail Dimitrov2021-01-271-5/+6
|
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-272-2/+2
|
* Adding RoleRepository testsDanail Dimitrov2021-01-271-3/+0
|
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-262-1/+2
|
* DbContext configurationstranstrike2021-01-261-0/+1
|
* GetLanguages&GetTechnologies implmenentedtranstrike2021-01-265-4/+20
|
* Working on Update User; Currently not updating user in UserRepotranstrike2021-01-261-27/+35
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-269-79/+96
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-2613-13/+150
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-249-24/+78
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-232-52/+78
|
* Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-238-53/+47
|
* Adjusted Comments mappingtranstrike2021-01-231-6/+5
|
* Fixed Comment Models&Mappingstranstrike2021-01-234-13/+30
|
* Comment Models fixedtranstrike2021-01-234-3/+17
|
* Fixed formattingtranstrike2021-01-237-9/+9
|
* The beginning of role based authorizationtranstrike2021-01-235-7/+5
|
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-225-5/+5
|
* Adding Language layer unit test(Note: Data is to be refactored no data layer ↵Danail Dimitrov2021-01-211-2/+2
| | | | tests are added)
* Merge branch 'refactor_user_updating' of ↵Danail Dimitrov2021-01-212-56/+0
|\ | | | | | | https://github.com/Team-Kaleidoscope/DevHive into refactor_user_updating
| * Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-212-56/+0
| |
* | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-4/+1
|/
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-219-109/+86
|
* Fixed Password property positioningtranstrike2021-01-214-3/+7
|
* Tryed implementing the http patchtranstrike2021-01-217-49/+69
|