aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed dependency injection for controller service interfaces in controllersSyndamia2021-01-146-36/+30
| |
| * Added buttons on the login and register pages, that redirect you to each ↵Syndamia2021-01-147-12/+49
| | | | | | | | other (register to login and login to register)
| * Updated login to use the same styling as registerSyndamia2021-01-142-38/+22
| |
| * Made register style DIY and moved most register CSS components to the global ↵Syndamia2021-01-145-102/+224
| | | | | | | | styles
| * Login stores JWT in session storage, feed checks (needs to be improved) for ↵Syndamia2021-01-142-10/+22
| | | | | | | | that token and redirects to login
| * More formatting fixestranstrike2021-01-1417-616/+598
| |
| * Merging Angular routingtranstrike2021-01-142-6/+9
| |\
| | * Added simple routing, where on / is the feed, on /login is login and on ↵Syndamia2021-01-142-6/+9
| | | | | | | | | | | | /register is register
| * | Fixed DI when running DevHive.Webtranstrike2021-01-142-11/+35
| | |
| * | Name corrections in UserRepositorytranstrike2021-01-142-2/+2
| |/
| * Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-145-11/+18
| |
| * Fixed Language & Technology Update methodstranstrike2021-01-146-42/+41
| |
| * Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-1417-83/+120
| |
| * Fixed technology mappingstranstrike2021-01-133-5/+10
| |
| * Fixed sln-wide code formattingtranstrike2021-01-1320-122/+122
| |
| * Added .csproj wide code analyzer supporttranstrike2021-01-137-13/+41
| |
| * Tweeked .editorconfig; Added omnisharp workspace-wide settings for code ↵transtrike2021-01-133-20/+229
| | | | | | | | analyzers
| * Reworked feed componentSyndamia2021-01-135-56/+98
| |
| * Reworked post component CSS and HTMLSyndamia2021-01-134-71/+77
| |
| * Fixed formatting issues and missing {} in DevHive.Teststranstrike2021-01-131-181/+185
| |
| * The return of the interfacestranstrike2021-01-1324-330/+553
| |
| * Removed useless projectstranstrike2021-01-124-174/+0
| |
| * Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-1213-32/+62
| | | | | | | | more UserService validations
| * Changed HttpPost to HttpDelete when appropriatetranstrike2021-01-121-2/+2
| |
| * Full implementation of Language & Technologies to Usertranstrike2021-01-1215-71/+206
| |
| * Added launch & task settings for vscodetranstrike2021-01-122-5/+59
| |
| * Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-7/+216
| |\ | | | | | | | | | Migrations added
| | * Added tests for TechnologyServiceDanail Dimitrov2021-01-122-8/+217
| | |
| * | Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-1232-257/+892
| |/ | | | | | | Migrations added
| * Feed & posts visual modificationstranstrike2021-01-111-1/+0
| |
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-1120-48/+183
| |\
| | * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-1121-51/+499
| | |\
| | * | Added Interfaces for all repository classesDanail Dimitrov2021-01-1120-48/+183
| | | |
| * | | 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
| | | | | | | | | | | | the response is printed in the (browser) console
| | * Moved login page to app/components; fixed, updated and improved styling of ↵Syndamia2021-01-0811-171/+115
| | | | | | | | | | | | register and login pages