| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | Syndamia | 2021-01-30 | 0 | -0/+0 | |
| | | |\ | ||||||
| | | | * | Made user page posts dynamic | Syndamia | 2021-01-30 | 4 | -6/+45 | |
| | | | | | ||||||
| | | | * | Made post component dynamic | Syndamia | 2021-01-30 | 5 | -5/+83 | |
| | | | | | ||||||
| | | * | | Made user page posts dynamic | Syndamia | 2021-01-30 | 4 | -6/+45 | |
| | | | | | ||||||
| | | * | | Made post component slightly more dynamic (postId, message and time | Syndamia | 2021-01-30 | 5 | -5/+83 | |
| | | |/ | | | | | | | | | | created are dynamic) | |||||
| | | * | Made feed methods Post, from Get, because get requests mustn't have a body | Syndamia | 2021-01-30 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Fixed authorization requiremenets for geting user posts | Syndamia | 2021-01-30 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Fixed GetUserPosts implementation | Syndamia | 2021-01-30 | 5 | -1/+40 | |
| | | | | ||||||
| | | * | Editing user languages and technologies supports having multiple spaces ↵ | Syndamia | 2021-01-30 | 1 | -2/+6 | |
| | | | | | | | | | | | | | anywhere in input | |||||
| | | * | Fixed successbar error in console | Syndamia | 2021-01-30 | 1 | -1/+4 | |
| | | | | ||||||
| | | * | Made profile editing of languages and technologies in profile settings page ↵ | Syndamia | 2021-01-30 | 4 | -18/+60 | |
| | | | | | | | | | | | | | look a lot better | |||||
| | | * | Fixed comment and post getting and updating | Syndamia | 2021-01-30 | 2 | -0/+48 | |
| | | | | ||||||
| | | * | Added cloud implementation migration | Syndamia | 2021-01-30 | 3 | -7/+716 | |
| | | | | ||||||
| | | * | Separated comment models, controler and service from post's | Syndamia | 2021-01-30 | 26 | -172/+291 | |
| | | | | ||||||
| | * | | User - Friend relation inital fix | transtrike | 2021-01-30 | 13 | -22/+1654 | |
| | | | | ||||||
| | * | | IDFK | transtrike | 2021-01-30 | 22 | -3171/+189 | |
| | |/ | ||||||
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-01-29 | 6 | -36/+238 | |
| | |\ | ||||||
| | | * | Implemented functionality for modifying languages and technologies in the ↵ | Syndamia | 2021-01-29 | 3 | -6/+145 | |
| | | | | | | | | | | | | | user settings page with a rough UI | |||||
| | | * | Implemented functionality and rough UI in profile settings forUpdated ↵ | Syndamia | 2021-01-29 | 1 | -30/+12 | |
| | | | | | | | | | | | | | profile component to use language and technology service methods | |||||
| | | * | Implemented angular languages and technologies service requests for getting data | Syndamia | 2021-01-29 | 2 | -0/+81 | |
| | | | | ||||||
| | * | | File Upload implemented; Post Layers adapted to File Uploading | transtrike | 2021-01-29 | 19 | -45/+186 | |
| | |/ | ||||||
| | * | Routing in FeedController for HTTP Get Posts added | transtrike | 2021-01-29 | 1 | -1/+3 | |
| | | | ||||||
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-01-29 | 18 | -44/+179 | |
| | |\ | ||||||
| | | * | Added a confirmation message when deleting your account | Syndamia | 2021-01-29 | 3 | -7/+25 | |
| | | | | ||||||
| | | * | Implemented dynamic getting of user languages and technologies: added ↵ | Syndamia | 2021-01-29 | 8 | -14/+142 | |
| | | | | | | | | | | | | | language and technology service, updated user to accomodate languages and technologies, updated profile component | |||||
| | | * | Language and technology getbyid doesn't require authroization anymore | Syndamia | 2021-01-29 | 2 | -2/+2 | |
| | | | | ||||||
| | | * | Made feed design more consistent with design of all other pages | Syndamia | 2021-01-29 | 4 | -21/+9 | |
| | | | | ||||||
| | | * | Fixed GetUser (by username) authorization | Syndamia | 2021-01-29 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | GetUserPosts implemented | transtrike | 2021-01-29 | 3 | -1/+24 | |
| | |/ | ||||||
| | * | Fixed the return type of UserService.DeleteUser and refactored ↵ | Danail Dimitrov | 2021-01-28 | 4 | -7/+9 | |
| | | | | | | | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully | |||||
| | * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-01-28 | 1 | -2/+2 | |
| | |\ | ||||||
| | | * | Fixed create post and comment validation logic | Syndamia | 2021-01-28 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Adding UserService tests | Danail Dimitrov | 2021-01-28 | 3 | -4/+215 | |
| | |/ | ||||||
| | * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-01-28 | 5 | -3/+33 | |
| | |\ | ||||||
| | | * | Users with only the role User can now create comments and posts (while ↵ | Syndamia | 2021-01-28 | 3 | -3/+16 | |
| | | | | | | | | | | | | | admins can't create them from other people's accounts) | |||||
| | | * | Fixed user not getting his properties updated upon editasync | Syndamia | 2021-01-28 | 1 | -0/+5 | |
| | | | | ||||||
| | | * | Fixed role updating | Syndamia | 2021-01-28 | 1 | -0/+12 | |
| | | | | ||||||
| | * | | Refactored tests after the boys broke them | Danail Dimitrov | 2021-01-28 | 7 | -17/+216 | |
| | |/ | ||||||
| | * | Updated comments and posts to use Creator.Id, rather than CreatorId; updated ↵ | Syndamia | 2021-01-28 | 4 | -9/+19 | |
| | | | | | | | | | service to give Posts and Comments the post and creator objects from db | |||||
| | * | Fixed Interface for Comment | transtrike | 2021-01-28 | 2 | -7/+20 | |
| | | | ||||||
| | * | Comments added to user as relation | transtrike | 2021-01-28 | 1 | -0/+2 | |
| | | | ||||||
| | * | Added Post relation to User | transtrike | 2021-01-28 | 1 | -0/+2 | |
| | | | ||||||
| | * | Comment and Post models refactored | transtrike | 2021-01-28 | 4 | -6/+9 | |
| | | | ||||||
| | * | Fixed DoesUserHaveThisFriend implementation | Danail Dimitrov | 2021-01-28 | 1 | -6/+2 | |
| | | | ||||||
| | * | Adding RoleService tests | Danail Dimitrov | 2021-01-28 | 1 | -0/+230 | |
| | | | ||||||
| | * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-01-28 | 11 | -16/+1887 | |
| | |\ | ||||||
| | | * | USER UPDATE FIIIIIIXED | transtrike | 2021-01-28 | 11 | -16/+1887 | |
| | | | | ||||||
| | * | | Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵ | Danail Dimitrov | 2021-01-28 | 2 | -4/+161 | |
| | |/ | | | | | | | no exception would be thrown when there are no posts to query | |||||
| | * | Adding PostService tests | Danail Dimitrov | 2021-01-27 | 2 | -5/+500 | |
| | | | ||||||
| | * | Adding TechnologyService tests | Danail Dimitrov | 2021-01-27 | 1 | -0/+33 | |
| | | | ||||||
