aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devSyndamia2021-01-300-0/+0
| | |\
| | | * Made user page posts dynamicSyndamia2021-01-304-6/+45
| | | |
| | | * Made post component dynamicSyndamia2021-01-305-5/+83
| | | |
| | * | Made user page posts dynamicSyndamia2021-01-304-6/+45
| | | |
| | * | Made post component slightly more dynamic (postId, message and timeSyndamia2021-01-305-5/+83
| | |/ | | | | | | | | | created are dynamic)
| | * Made feed methods Post, from Get, because get requests mustn't have a bodySyndamia2021-01-301-2/+2
| | |
| | * Fixed authorization requiremenets for geting user postsSyndamia2021-01-301-0/+1
| | |
| | * Fixed GetUserPosts implementationSyndamia2021-01-305-1/+40
| | |
| | * Editing user languages and technologies supports having multiple spaces ↵Syndamia2021-01-301-2/+6
| | | | | | | | | | | | anywhere in input
| | * Fixed successbar error in consoleSyndamia2021-01-301-1/+4
| | |
| | * Made profile editing of languages and technologies in profile settings page ↵Syndamia2021-01-304-18/+60
| | | | | | | | | | | | look a lot better
| | * Fixed comment and post getting and updatingSyndamia2021-01-302-0/+48
| | |
| | * Added cloud implementation migrationSyndamia2021-01-303-7/+716
| | |
| | * Separated comment models, controler and service from post'sSyndamia2021-01-3026-172/+291
| | |
| * | User - Friend relation inital fixtranstrike2021-01-3013-22/+1654
| | |
| * | IDFKtranstrike2021-01-3022-3171/+189
| |/
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-296-36/+238
| |\
| | * Implemented functionality for modifying languages and technologies in the ↵Syndamia2021-01-293-6/+145
| | | | | | | | | | | | user settings page with a rough UI
| | * Implemented functionality and rough UI in profile settings forUpdated ↵Syndamia2021-01-291-30/+12
| | | | | | | | | | | | profile component to use language and technology service methods
| | * Implemented angular languages and technologies service requests for getting dataSyndamia2021-01-292-0/+81
| | |
| * | File Upload implemented; Post Layers adapted to File Uploadingtranstrike2021-01-2919-45/+186
| |/
| * Routing in FeedController for HTTP Get Posts addedtranstrike2021-01-291-1/+3
| |
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-2918-44/+179
| |\
| | * Added a confirmation message when deleting your accountSyndamia2021-01-293-7/+25
| | |
| | * Implemented dynamic getting of user languages and technologies: added ↵Syndamia2021-01-298-14/+142
| | | | | | | | | | | | language and technology service, updated user to accomodate languages and technologies, updated profile component
| | * Language and technology getbyid doesn't require authroization anymoreSyndamia2021-01-292-2/+2
| | |
| | * Made feed design more consistent with design of all other pagesSyndamia2021-01-294-21/+9
| | |
| | * Fixed GetUser (by username) authorizationSyndamia2021-01-291-0/+1
| | |
| * | GetUserPosts implementedtranstrike2021-01-293-1/+24
| |/
| * Fixed the return type of UserService.DeleteUser and refactored ↵Danail Dimitrov2021-01-284-7/+9
| | | | | | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
| * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-281-2/+2
| |\
| | * Fixed create post and comment validation logicSyndamia2021-01-281-2/+2
| | |
| * | Adding UserService testsDanail Dimitrov2021-01-283-4/+215
| |/
| * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-285-3/+33
| |\
| | * Users with only the role User can now create comments and posts (while ↵Syndamia2021-01-283-3/+16
| | | | | | | | | | | | admins can't create them from other people's accounts)
| | * Fixed user not getting his properties updated upon editasyncSyndamia2021-01-281-0/+5
| | |
| | * Fixed role updatingSyndamia2021-01-281-0/+12
| | |
| * | Refactored tests after the boys broke themDanail Dimitrov2021-01-287-17/+216
| |/
| * Updated comments and posts to use Creator.Id, rather than CreatorId; updated ↵Syndamia2021-01-284-9/+19
| | | | | | | | service to give Posts and Comments the post and creator objects from db
| * 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
| |
| * Adding RoleService testsDanail Dimitrov2021-01-281-0/+230
| |
| * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-2811-16/+1887
| |\
| | * USER UPDATE FIIIIIIXEDtranstrike2021-01-2811-16/+1887
| | |
| * | Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵Danail Dimitrov2021-01-282-4/+161
| |/ | | | | | | no exception would be thrown when there are no posts to query
| * Adding PostService testsDanail Dimitrov2021-01-272-5/+500
| |
| * Adding TechnologyService testsDanail Dimitrov2021-01-271-0/+33
| |