aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Posts design fixestranstrike2021-01-114-184/+62
| | |/ | |/|
| * | Finished feed styling and fucked up post styling(I hate css)transtrike2021-01-1112-251/+376
| * | Added required error validation to registertranstrike2021-01-102-16/+20
| * | Added services; Tweeked registertranstrike2021-01-1015-3/+322
| |/
| * Adding Unit tests for TechnologyRepositoryDanail Dimitrov2021-01-101-110/+189
| * Fixed test projectsDanail Dimitrov2021-01-109-76/+288
| * adding some more unit testsDanail Dimitrov2021-01-101-6/+71
| * Set up for unit testing & created first unit test for technlogy repoDanail Dimitrov2021-01-092-0/+55
| * Added packages needed for unitTesting to DevHive.TestsDanail Dimitrov2021-01-086-24/+18
| * Fixed tests referencestranstrike2021-01-085-19/+55
| * Tests added to sln filetranstrike2021-01-081-0/+49
| * Test projects addedtranstrike2021-01-087-0/+49
| * Register component done with Angular-Materialtranstrike2021-01-0814-264/+308
| * Merge branch 'dev' of DevHive into devtranstrike2021-01-0813-185/+144
| |\
| | * Removed unecessary age field from registerUserFormGroupSyndamia2021-01-081-9/+0
| | * Implemented and improved sending API requests from login and register pages; ...Syndamia2021-01-084-18/+42
| | * Moved login page to app/components; fixed, updated and improved styling of re...Syndamia2021-01-0811-171/+115
| * | Register page changestranstrike2021-01-081-0/+1
| |/
| * Register almost? implementationtranstrike2021-01-0813-1/+310
| * Implemented CORS in API (so Angular could accept requests from the API)Syndamia2021-01-081-0/+8
| * Implemented latest login dev UI, add functionality (result from API is shown ...Syndamia2021-01-085-29/+39
| * Trying to implement create-user modeltranstrike2021-01-078-62/+116
| * Implemented angular static login pageSyndamia2021-01-076-533/+142
| * Fixed Comment implementationDanail Dimitrov2021-01-042-5/+9
| * added user validation for deleting and updating commentsDanail Dimitrov2021-01-032-3/+50
| * Implemented Posts and merged Comment to Posttranstrike2020-12-3038-258/+517
| * Fixed mappings bug for Comment in the serviceDanail Dimitrov2020-12-302-4/+5
| * Fixed dependency injection, migrations and dbset for commentDanail Dimitrov2020-12-301-0/+2
| * Adding coomment layersDanail Dimitrov2020-12-3016-1/+719
| * 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 informatio...Syndamia2020-12-182-4/+59
| * | Fixed a bug where updating a Technology would create a new instence instead o...Danail Dimitrov2020-12-182-3/+3
| |/
| * Fixed a bug where Updating a Language would create a new instance instead of ...Danail Dimitrov2020-12-182-1/+2
| * 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
| | * Removed password hash from JWTSyndamia2020-12-181-4/+3