aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-215-135/+286
| | | |/ | | |/|
| | * | Refactored Technology repo edit methodDanail Dimitrov2021-01-211-5/+6
| | * | Merge branch 'refactor_user_updating' of https://github.com/Team-Kaleidoscope...Danail Dimitrov2021-01-214-141/+2
| | |\|
| | | * Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-214-141/+2
| | * | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-214-202/+164
| | |/
| | * Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-2118-143/+126
| | * Fixed TechnologyService.Tests after refactoring of TechnologyServiceDanail Dimitrov2021-01-214-23/+58
| | * Added delete account functionality to settings page, added logout button when...Syndamia2021-01-216-4/+132
| | * Replaced loading in profile page with loading componentSyndamia2021-01-211-4/+1
| | * Moved loading style from feed to it's own componentSyndamia2021-01-215-5/+22
| | * Made profile icon dynamicSyndamia2021-01-219-8/+20
| | * Fixed login redirecting too quickly to the feedSyndamia2021-01-211-3/+4
| | * Added settings and logout buttons to the feed page (user sidebar)Syndamia2021-01-214-10/+36
| | * Added a simple error (not found) pageSyndamia2021-01-216-3/+63
| | * Updated migrationsSyndamia2021-01-2111-2602/+1248
| | * Fixed Password property positioningtranstrike2021-01-214-3/+7
| | * Tryed implementing the http patchtranstrike2021-01-2113-69/+113
| | * Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-2018-52/+53
| | * Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-1911-28/+63
| | * Fixed mapping issuetranstrike2021-01-191-1/+1
| | * Added attributes to the Web models for validationstranstrike2021-01-1925-20/+159
| | * Adjusted custom exception middleware; Removed old Global Exception Handlertranstrike2021-01-193-53/+2
| | * Updated Moq to newer versiontranstrike2021-01-193-3/+3
| | * Added Custom Middleware for Exception Handlingtranstrike2021-01-193-1/+68
| | * Replaced RepoMethods with BaseClass and inherited it where neededtranstrike2021-01-196-35/+35
| | * Lang&Tech Many-To-Many added; Migration addedtranstrike2021-01-1910-1185/+1929
| | * Copied auth method from Update to Patchtranstrike2021-01-191-1/+4
| | * Implemented HttpPatchtranstrike2021-01-193-27/+74
| | * Fixed more issuestranstrike2021-01-192-5/+8
| | * Fixed role id creeping up the chaintranstrike2021-01-194-8/+8
| | * Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-197-62/+61
| | * Fixed default(x) to nulltranstrike2021-01-182-4/+12
| | * Fix lang namingtranstrike2021-01-1710-31/+56
| | * User update now updates languages, roles and friendsSyndamia2021-01-175-2/+60
| | * Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-1711-45/+60
| | * Lang&Tech layers now return id on Createtranstrike2021-01-1715-42/+85
| | * Lang layer workingtranstrike2021-01-179-10/+25
| | * Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-177-113/+32
| | * Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-1715-87/+44
| * | Fixed lang naming problemtranstrike2021-01-176-18/+18
| |/
| * Added more tests in UserRepotranstrike2021-01-171-77/+182
| * Refactored little bit of UserRepoTeststranstrike2021-01-161-12/+18
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-1629-294/+650
| |\
| | * Made a major redesign of feed page styleSyndamia2021-01-165-17/+90
| | * Feed page redirects to the loggedin user profileSyndamia2021-01-163-9/+14
| | * Added initial profile settings pageSyndamia2021-01-165-2/+22
| | * User profile loads properly if viewing the logged in userSyndamia2021-01-164-11/+76
| | * Added a static design for the profile pageSyndamia2021-01-162-1/+104
| | * Added the starting point of the user profile componentSyndamia2021-01-165-2/+35
| | * Moved some information to an AppConstants moduleSyndamia2021-01-163-14/+15