| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology) | Danail Dimitrov | 2021-01-27 | 5 | -20/+15 |
| | | |||||
| * | Adding LanguageService tests | Danail Dimitrov | 2021-01-27 | 2 | -10/+39 |
| | | |||||
| * | Adding RoleRepository tests | Danail Dimitrov | 2021-01-27 | 3 | -8/+119 |
| | | |||||
| * | Adding FeedRepository tests | Danail Dimitrov | 2021-01-27 | 1 | -0/+118 |
| | | |||||
| * | Fixed ChangeTracker; Optimized default role insertion | transtrike | 2021-01-26 | 7 | -4/+14 |
| | | |||||
| * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-01-26 | 3 | -1/+219 |
| |\ | |||||
| | * | adding comment repository tests | Danail Dimitrov | 2021-01-26 | 1 | -0/+98 |
| | | | |||||
| | * | adding post repository tests | Danail Dimitrov | 2021-01-26 | 2 | -1/+121 |
| | | | |||||
| * | | DbContext configurations | transtrike | 2021-01-26 | 4 | -16/+10 |
| |/ | |||||
| * | Removing tests for deleted User Repository methods | Danail Dimitrov | 2021-01-26 | 3 | -600/+1 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2021-01-26 | 31 | -153/+209 |
| |\ | |||||
| | * | GetLanguages&GetTechnologies implmenented | transtrike | 2021-01-26 | 11 | -6/+66 |
| | | | |||||
| | * | Attributes changed to use Roles, not Policy | transtrike | 2021-01-26 | 5 | -8/+15 |
| | | | |||||
| | * | Removed IRepo in UserRepo(internal, not external) | transtrike | 2021-01-26 | 1 | -14/+1 |
| | | | |||||
| | * | Working on Update User; Currently not updating user in UserRepo | transtrike | 2021-01-26 | 3 | -68/+57 |
| | | | |||||
| | * | UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵ | transtrike | 2021-01-26 | 16 | -97/+110 |
| | | | | | | | | | properly; UserUpdate validates properly | ||||
| * | | Adding User Repository Tests | Danail Dimitrov | 2021-01-26 | 7 | -107/+450 |
| |/ | |||||
| * | Brief testing of GetPost | transtrike | 2021-01-26 | 25 | -18/+303 |
| | | |||||
| * | Migrations added; CRUD over Posts&Comments successfully completed | transtrike | 2021-01-24 | 29 | -475/+538 |
| | | |||||
| * | All Post&Comment Implemented; Initializing testing... | transtrike | 2021-01-23 | 11 | -167/+195 |
| | | |||||
| * | Post&Comment Models implemented; Mappings Configured | transtrike | 2021-01-23 | 18 | -159/+122 |
| | | |||||
| * | Adjusted Comments mapping | transtrike | 2021-01-23 | 1 | -6/+5 |
| | | |||||
| * | Fixed Comment Models&Mappings | transtrike | 2021-01-23 | 9 | -19/+60 |
| | | |||||
| * | Comment Models fixed | transtrike | 2021-01-23 | 9 | -3/+74 |
| | | |||||
| * | Fixed formatting | transtrike | 2021-01-23 | 12 | -417/+417 |
| | | |||||
