aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned Feed Servicetranstrike2021-02-011-6/+0
|
* Removed empty feed; Added mapping from List<Post> to ReadPageServiceModeltranstrike2021-02-011-13/+8
|
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-1/+3
|
* Commented out implementation of Rating; Bug fixestranstrike2021-02-012-54/+80
|
* Tech & Lang read models return idstranstrike2021-02-011-2/+2
|
* Post returns file urlstranstrike2021-02-011-0/+1
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-8/+17
| | | | Posts violate key in db
* Username added to JWT; Promotion to Admin fixedtranstrike2021-01-314-129/+192
|\
| * Fixed GetUserPosts implementationSyndamia2021-01-301-0/+24
| |
| * Separated comment models, controler and service from post'sSyndamia2021-01-303-71/+159
| |
* | User - Friend relation inital fixtranstrike2021-01-302-3/+11
| |
* | IDFKtranstrike2021-01-301-0/+54
|/
* File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-291-3/+31
|
* GetUserPosts implementedtranstrike2021-01-291-1/+10
|
* Fixed the return type of UserService.DeleteUser and refactored ↵Danail Dimitrov2021-01-281-3/+2
| | | | 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-281-0/+7
|\
| * Users with only the role User can now create comments and posts (while ↵Syndamia2021-01-281-0/+7
| | | | | | | | 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-271-1/+1
|
* 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-262-4/+15
|
* 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-262-66/+80
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-263-9/+95
|
* Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-241-13/+51
|
* All Post&Comment Implemented; Initializing testing...transtrike2021-01-231-45/+70
|
* Fixed formattingtranstrike2021-01-233-5/+5
|
* The beginning of role based authorizationtranstrike2021-01-232-2/+3
|
* 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-211-51/+0
|\ | | | | | | https://github.com/Team-Kaleidoscope/DevHive into refactor_user_updating
| * Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-51/+0
| |
* | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-4/+1
|/
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-80/+55
|
* Fixed Password property positioningtranstrike2021-01-211-1/+2
|
* Tryed implementing the http patchtranstrike2021-01-211-37/+41
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-202-8/+9
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-191-3/+23
| | | | Friend add trough HttpPatch
* Implemented HttpPatchtranstrike2021-01-191-27/+58
|
* Fixed role id creeping up the chaintranstrike2021-01-191-4/+4
|
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-191-1/+1
|
* Fixed default(x) to nulltranstrike2021-01-181-4/+9
|
* Fix lang namingtranstrike2021-01-171-8/+15
|
* User update now updates languages, roles and friendsSyndamia2021-01-171-1/+32
|