| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Register page changes | transtrike | 2021-01-08 | 1 | -0/+1 | |
| | |/ | ||||||
| | * | Register almost? implementation | transtrike | 2021-01-08 | 13 | -1/+310 | |
| | | | ||||||
| | * | Implemented CORS in API (so Angular could accept requests from the API) | Syndamia | 2021-01-08 | 1 | -0/+8 | |
| | | | ||||||
| | * | Implemented latest login dev UI, add functionality (result from API is shown ↵ | Syndamia | 2021-01-08 | 5 | -29/+39 | |
| | | | | | | | | | in console); updated tsconfig | |||||
| | * | Trying to implement create-user model | transtrike | 2021-01-07 | 8 | -62/+116 | |
| | | | ||||||
| | * | Implemented angular static login page | Syndamia | 2021-01-07 | 6 | -533/+142 | |
| | | | ||||||
| | * | Fixed Comment implementation | Danail Dimitrov | 2021-01-04 | 2 | -5/+9 | |
| | | | ||||||
| | * | added user validation for deleting and updating comments | Danail Dimitrov | 2021-01-03 | 2 | -3/+50 | |
| | | | ||||||
| | * | Implemented Posts and merged Comment to Post | transtrike | 2020-12-30 | 38 | -258/+517 | |
| | | | ||||||
| | * | Fixed mappings bug for Comment in the service | Danail Dimitrov | 2020-12-30 | 2 | -4/+5 | |
| | | | ||||||
| | * | Fixed dependency injection, migrations and dbset for comment | Danail Dimitrov | 2020-12-30 | 1 | -0/+2 | |
| | | | ||||||
| | * | Adding coomment layers | Danail Dimitrov | 2020-12-30 | 16 | -1/+719 | |
| | | | ||||||
| | * | Exception handling added | transtrike | 2020-12-21 | 2 | -8/+38 | |
| | | | ||||||
| | * | Fixed a weird fucking bug, preventing the F5 debugging | transtrike | 2020-12-20 | 1 | -5/+6 | |
| | | | ||||||
| | * | Moved IdModel to DevHive.Common.Data | transtrike | 2020-12-20 | 2 | -2/+2 | |
| | | | ||||||
| | * | Removed Razor, added Angular | transtrike | 2020-12-20 | 65 | -1396/+14890 | |
| | | | ||||||
| | * | Blazor Template added | transtrike | 2020-12-19 | 34 | -0/+1398 | |
| | | | ||||||
| | * | Moved DI config to DevHive.Web/Extensions | transtrike | 2020-12-19 | 2 | -10/+23 | |
| | | | ||||||
| | * | Moved migrations to DevHive.Data | transtrike | 2020-12-19 | 8 | -3/+1058 | |
| | | | ||||||
| | * | Moved Friends to User(you no longer have friends) | transtrike | 2020-12-19 | 12 | -200/+117 | |
| | | | ||||||
| | * | ALmost solved DP | transtrike | 2020-12-19 | 21 | -2216/+23 | |
| | | | ||||||
| | * | Friends service no longer inherits user service | transtrike | 2020-12-19 | 1 | -3/+2 | |
| | | | ||||||
| | * | Friends insert validations | transtrike | 2020-12-19 | 4 | -14/+41 | |
| | | | ||||||
| | * | ValidJWT bypasses username check when user is admin | Syndamia | 2020-12-18 | 2 | -14/+12 | |
| | | | ||||||
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | Danail Dimitrov | 2020-12-18 | 2 | -4/+59 | |
| | |\ | ||||||
| | | * | Made user JWT more secure by checking the validity of the attached ↵ | Syndamia | 2020-12-18 | 2 | -4/+59 | |
| | | | | | | | | | | | | | information and the given user (id) | |||||
| | * | | Fixed a bug where updating a Technology would create a new instence instead ↵ | Danail Dimitrov | 2020-12-18 | 2 | -3/+3 | |
| | |/ | | | | | | | of updating the old one | |||||
| | * | Fixed a bug where Updating a Language would create a new instance instead of ↵ | Danail Dimitrov | 2020-12-18 | 2 | -1/+2 | |
| | | | | | | | | | updating the old one | |||||
| | * | Fixed Technology and Language validations | Danail Dimitrov | 2020-12-18 | 6 | -4/+8 | |
| | | | ||||||
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2020-12-18 | 12 | -7/+206 | |
| | |\ | ||||||
| | | * | Adding Technology Web layer | Danail Dimitrov | 2020-12-18 | 5 | -3/+107 | |
| | | | | ||||||
| | | * | Added: TechnologyService, Technology Service models, Technology mappings for ↵ | Danail Dimitrov | 2020-12-18 | 7 | -3/+99 | |
| | | | | | | | | | | | | | the service and fixed laguage mappings for the service | |||||
| | | * | Removed password hash from JWT | Syndamia | 2020-12-18 | 1 | -4/+3 | |
| | | | | ||||||
| | * | | Removed IsUsernameValid | transtrike | 2020-12-18 | 2 | -9/+2 | |
| | |/ | ||||||
| | * | Fixed random 2 showing up | transtrike | 2020-12-18 | 1 | -1/+0 | |
| | | | ||||||
| | * | Fixed Id showing in web model | transtrike | 2020-12-18 | 3 | -3/+13 | |
| | | | ||||||
| | * | Fixing merge conflict | transtrike | 2020-12-17 | 1 | -6/+0 | |
| | | | ||||||
| | * | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev | transtrike | 2020-12-17 | 1 | -4/+16 | |
| | |\ | ||||||
| | | * | Added username and password hash to JWT | Syndamia | 2020-12-17 | 1 | -4/+8 | |
| | | | | ||||||
| | | * | Authorization now supports multiple tokens | Syndamia | 2020-12-17 | 1 | -7/+5 | |
| | | | | ||||||
| | * | | Implemented Friends layer | transtrike | 2020-12-17 | 6 | -34/+168 | |
| | |/ | ||||||
| | * | Fixed roles not mapping properly | transtrike | 2020-12-17 | 2 | -2/+2 | |
| | | | ||||||
| | * | Fixed namespaces | transtrike | 2020-12-17 | 7 | -28/+25 | |
| | | | ||||||
| | * | RoleModel moved to DevHive.Common | transtrike | 2020-12-17 | 6 | -15/+16 | |
| | | | ||||||
| | * | Friends implementation added. UserController/AddAFriend added | transtrike | 2020-12-17 | 13 | -20/+505 | |
| | | | ||||||
| | * | Newtonsoft.Json added | transtrike | 2020-12-17 | 1 | -1/+6 | |
| | | | ||||||
| | * | Reworked RoleController and RoleService to be consistent with the app structure | Syndamia | 2020-12-17 | 6 | -37/+56 | |
| | | | ||||||
| | * | Preparation for Friends implementation | transtrike | 2020-12-17 | 3 | -10/+2 | |
| | | | ||||||
| | * | Cleanup in User and preparation for Friends implementation | transtrike | 2020-12-17 | 1 | -2/+1 | |
| | | | ||||||
| | * | Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵ | Syndamia | 2020-12-17 | 10 | -15/+555 | |
| | | | | | | | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user | |||||
