| Commit message (Expand) | Author | Age | Files | Lines |
| * | Configured launch.json to be workspace wide; Fixed GetFriend to GetUser | transtrike | 2021-01-19 | 7 | -62/+61 |
| * | Fixed default(x) to null | transtrike | 2021-01-18 | 2 | -4/+12 |
| * | Fix lang naming | transtrike | 2021-01-17 | 10 | -31/+56 |
| * | User update now updates languages, roles and friends | Syndamia | 2021-01-17 | 5 | -2/+60 |
| * | Fixed role implementation by bringing back and improving all role models | Syndamia | 2021-01-17 | 11 | -45/+60 |
| * | Lang&Tech layers now return id on Create | transtrike | 2021-01-17 | 15 | -42/+85 |
| * | Lang layer working | transtrike | 2021-01-17 | 9 | -10/+25 |
| * | Made Lang&Tech layers consistant; Merged C**D methods to Update | transtrike | 2021-01-17 | 7 | -113/+32 |
| * | Moved Lang&Tech CRUD to Update in User Layer | transtrike | 2021-01-17 | 15 | -87/+44 |
| * | Added more tests in UserRepo | transtrike | 2021-01-17 | 1 | -77/+182 |
| * | Refactored little bit of UserRepoTests | transtrike | 2021-01-16 | 1 | -12/+18 |
| * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2021-01-16 | 29 | -294/+650 |
| |\ |
|
| | * | Made a major redesign of feed page style | Syndamia | 2021-01-16 | 5 | -17/+90 |
| | * | Feed page redirects to the loggedin user profile | Syndamia | 2021-01-16 | 3 | -9/+14 |
| | * | Added initial profile settings page | Syndamia | 2021-01-16 | 5 | -2/+22 |
| | * | User profile loads properly if viewing the logged in user | Syndamia | 2021-01-16 | 4 | -11/+76 |
| | * | Added a static design for the profile page | Syndamia | 2021-01-16 | 2 | -1/+104 |
| | * | Added the starting point of the user profile component | Syndamia | 2021-01-16 | 5 | -2/+35 |
| | * | Moved some information to an AppConstants module | Syndamia | 2021-01-16 | 3 | -14/+15 |
| | * | Fixed naming of private properties, replaced tab indentation with spaces, fix... | Syndamia | 2021-01-16 | 6 | -130/+91 |
| | * | Removed unnecessary service classes | Syndamia | 2021-01-16 | 6 | -77/+0 |
| | * | Moved fetch functions from the feed, login and register pages to the user ser... | Syndamia | 2021-01-16 | 5 | -58/+104 |
| | * | Adding TechnologyController Tetsts | Danail Dimitrov | 2021-01-15 | 2 | -11/+137 |
| * | | Completed Create operations in Data.Tests/UserRepo | transtrike | 2021-01-15 | 1 | -10/+136 |
| |/ |
|
| * | Renamed AddFriend to AddFriendToUser to clarify method | transtrike | 2021-01-15 | 3 | -3/+3 |
| * | Changed indent for .ts | transtrike | 2021-01-15 | 1 | -0/+3 |
| * | Fixed formatting | transtrike | 2021-01-15 | 5 | -5/+5 |
| * | Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int... | transtrike | 2021-01-15 | 35 | -53/+140 |
| * | Removed virtual from methods | transtrike | 2021-01-15 | 4 | -4/+4 |
| * | Feed now saves the user data and uses it to show the names and username of th... | Syndamia | 2021-01-15 | 7 | -5/+54 |
| * | JWT stores User ID, instead of username | Syndamia | 2021-01-15 | 1 | -8/+8 |
| * | Added validation to password, improved how form data errors are shown, added ... | Syndamia | 2021-01-15 | 4 | -22/+40 |
| * | Refactoed technology service tests to use Assert.Throw instead of try catch | Danail Dimitrov | 2021-01-14 | 6 | -94/+109 |
| * | Refactored Technology service tests | Danail Dimitrov | 2021-01-14 | 4 | -173/+170 |
| * | Fixed wrong styling in feed page | Syndamia | 2021-01-14 | 2 | -2/+2 |
| * | Improved and fixed functionality of register | Syndamia | 2021-01-14 | 1 | -10/+14 |
| * | Fixed dependency injection for controller service interfaces in controllers | Syndamia | 2021-01-14 | 6 | -36/+30 |
| * | Added buttons on the login and register pages, that redirect you to each othe... | Syndamia | 2021-01-14 | 7 | -12/+49 |
| * | Updated login to use the same styling as register | Syndamia | 2021-01-14 | 2 | -38/+22 |
| * | Made register style DIY and moved most register CSS components to the global ... | Syndamia | 2021-01-14 | 5 | -102/+224 |
| * | Login stores JWT in session storage, feed checks (needs to be improved) for t... | Syndamia | 2021-01-14 | 2 | -10/+22 |
| * | More formatting fixes | transtrike | 2021-01-14 | 17 | -616/+598 |
| * | Merging Angular routing | transtrike | 2021-01-14 | 2 | -6/+9 |
| |\ |
|
| | * | Added simple routing, where on / is the feed, on /login is login and on /regi... | Syndamia | 2021-01-14 | 2 | -6/+9 |
| * | | Fixed DI when running DevHive.Web | transtrike | 2021-01-14 | 2 | -11/+35 |
| * | | Name corrections in UserRepository | transtrike | 2021-01-14 | 2 | -2/+2 |
| |/ |
|
| * | Renamed async methods to include Async in the name in UserRepository | transtrike | 2021-01-14 | 5 | -11/+18 |
| * | Fixed Language & Technology Update methods | transtrike | 2021-01-14 | 6 | -42/+41 |
| * | Fixed issues in Language & Technology and their interactions with User | transtrike | 2021-01-14 | 17 | -83/+120 |
| * | Fixed technology mappings | transtrike | 2021-01-13 | 3 | -5/+10 |