| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Posts design fixes | transtrike | 2021-01-11 | 4 | -184/+62 | |
| | | |/ | |/| | ||||||
| | * | | Finished feed styling and fucked up post styling(I hate css) | transtrike | 2021-01-11 | 12 | -251/+376 | |
| | | | | ||||||
| | * | | Added required error validation to register | transtrike | 2021-01-10 | 2 | -16/+20 | |
| | | | | ||||||
| | * | | Added services; Tweeked register | transtrike | 2021-01-10 | 15 | -3/+322 | |
| | |/ | ||||||
| | * | Adding Unit tests for TechnologyRepository | Danail Dimitrov | 2021-01-10 | 1 | -110/+189 | |
| | | | ||||||
| | * | Fixed test projects | Danail Dimitrov | 2021-01-10 | 9 | -76/+288 | |
| | | | ||||||
| | * | adding some more unit tests | Danail Dimitrov | 2021-01-10 | 1 | -6/+71 | |
| | | | ||||||
| | * | Set up for unit testing & created first unit test for technlogy repo | Danail Dimitrov | 2021-01-09 | 2 | -0/+55 | |
| | | | ||||||
| | * | Added packages needed for unitTesting to DevHive.Tests | Danail Dimitrov | 2021-01-08 | 6 | -24/+18 | |
| | | | ||||||
| | * | Fixed tests references | transtrike | 2021-01-08 | 5 | -19/+55 | |
| | | | ||||||
| | * | Tests added to sln file | transtrike | 2021-01-08 | 1 | -0/+49 | |
| | | | ||||||
| | * | Test projects added | transtrike | 2021-01-08 | 7 | -0/+49 | |
| | | | ||||||
| | * | Register component done with Angular-Material | transtrike | 2021-01-08 | 14 | -264/+308 | |
| | | | ||||||
| | * | Merge branch 'dev' of DevHive into dev | transtrike | 2021-01-08 | 13 | -185/+144 | |
| | |\ | ||||||
| | | * | Removed unecessary age field from registerUserFormGroup | Syndamia | 2021-01-08 | 1 | -9/+0 | |
| | | | | ||||||
| | | * | Implemented and improved sending API requests from login and register pages; ↵ | Syndamia | 2021-01-08 | 4 | -18/+42 | |
| | | | | | | | | | | | | | the response is printed in the (browser) console | |||||
| | | * | Moved login page to app/components; fixed, updated and improved styling of ↵ | Syndamia | 2021-01-08 | 11 | -171/+115 | |
| | | | | | | | | | | | | | register and login pages | |||||
| | * | | 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 | |
| | | | | ||||||
