aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Exception handling addedtranstrike2020-12-212-8/+38
|
* Fixed a weird fucking bug, preventing the F5 debuggingtranstrike2020-12-201-5/+6
|
* Moved IdModel to DevHive.Common.Datatranstrike2020-12-202-2/+2
|
* Removed Razor, added Angulartranstrike2020-12-2065-1396/+14890
|
* Blazor Template addedtranstrike2020-12-1934-0/+1398
|
* Moved DI config to DevHive.Web/Extensionstranstrike2020-12-192-10/+23
|
* Moved migrations to DevHive.Datatranstrike2020-12-198-3/+1058
|
* Moved Friends to User(you no longer have friends)transtrike2020-12-1912-200/+117
|
* ALmost solved DPtranstrike2020-12-1921-2216/+23
|
* Friends service no longer inherits user servicetranstrike2020-12-191-3/+2
|
* Friends insert validationstranstrike2020-12-194-14/+41
|
* ValidJWT bypasses username check when user is adminSyndamia2020-12-182-14/+12
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devDanail Dimitrov2020-12-182-4/+59
|\
| * Made user JWT more secure by checking the validity of the attached ↵Syndamia2020-12-182-4/+59
| | | | | | | | information and the given user (id)
* | Fixed a bug where updating a Technology would create a new instence instead ↵Danail Dimitrov2020-12-182-3/+3
|/ | | | of updating the old one
* Fixed a bug where Updating a Language would create a new instance instead of ↵Danail Dimitrov2020-12-182-1/+2
| | | | updating the old one
* Fixed Technology and Language validationsDanail Dimitrov2020-12-186-4/+8
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-1812-7/+206
|\
| * Adding Technology Web layerDanail Dimitrov2020-12-185-3/+107
| |
| * Added: TechnologyService, Technology Service models, Technology mappings for ↵Danail Dimitrov2020-12-187-3/+99
| | | | | | | | the service and fixed laguage mappings for the service
| * Removed password hash from JWTSyndamia2020-12-181-4/+3
| |
* | Removed IsUsernameValidtranstrike2020-12-182-9/+2
|/
* Fixed random 2 showing uptranstrike2020-12-181-1/+0
|
* Fixed Id showing in web modeltranstrike2020-12-183-3/+13
|
* Fixing merge conflicttranstrike2020-12-171-6/+0
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-171-4/+16
|\
| * Added username and password hash to JWTSyndamia2020-12-171-4/+8
| |
| * Authorization now supports multiple tokensSyndamia2020-12-171-7/+5
| |
* | Implemented Friends layertranstrike2020-12-176-34/+168
|/
* Fixed roles not mapping properlytranstrike2020-12-172-2/+2
|
* Fixed namespacestranstrike2020-12-177-28/+25
|
* RoleModel moved to DevHive.Commontranstrike2020-12-176-15/+16
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-1713-20/+505
|
* Newtonsoft.Json addedtranstrike2020-12-171-1/+6
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-176-37/+56
|
* Preparation for Friends implementationtranstrike2020-12-173-10/+2
|
* Cleanup in User and preparation for Friends implementationtranstrike2020-12-171-2/+1
|
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵Syndamia2020-12-1710-15/+555
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Cleanup after testingtranstrike2020-12-162-2/+0
|
* Adding TechnologyRepository and Technology modelDanail Dimitrov2020-12-162-0/+75
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-1614-50/+95
| | | | logic
* Refactored LanguageController and Language web modelsDanail Dimitrov2020-12-165-14/+39
|
* Refactored LanguageService and Language service ModelsDanail Dimitrov2020-12-163-11/+18
|
* Refactored LanguageDataDanail Dimitrov2020-12-161-6/+13
|
* IRepository should return bool for void operations & Update changestranstrike2020-12-161-13/+13
|\
| * Changed LanguageService's methods' return types to Task<LanguageServiceModel>Danail Dimitrov2020-12-161-13/+13
| |
| * Fixed EditAsync from UserRepositorySyndamia2020-12-161-3/+9
| |
* | IRepository should return bool for void operationstranstrike2020-12-161-1/+1
| |
* | IRepository should return bool for void operationstranstrike2020-12-161-3/+3
| |
* | Fixed EditAsync method in UserRepositorySyndamia2020-12-161-2/+5
|/