aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fixed naming of private properties, replaced tab indentation with spaces, ↵Syndamia2021-01-166-130/+91
| | | | | | | | | | | | fixed return type of getters and setters, fixed some other spacing
| | * Removed unnecessary service classesSyndamia2021-01-166-77/+0
| | |
| | * Moved fetch functions from the feed, login and register pages to the user ↵Syndamia2021-01-165-58/+104
| | | | | | | | | | | | service and added loading time for the fetch result
| | * Adding TechnologyController TetstsDanail Dimitrov2021-01-152-11/+137
| | |
| * | Completed Create operations in Data.Tests/UserRepotranstrike2021-01-151-10/+136
| |/
| * Renamed AddFriend to AddFriendToUser to clarify methodtranstrike2021-01-153-3/+3
| |
| * Changed indent for .tstranstrike2021-01-151-0/+3
| |
| * Fixed formattingtranstrike2021-01-155-5/+5
| |
| * Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-1535-53/+140
| | | | | | | | DevHive.Interfaces
| * Removed virtual from methodstranstrike2021-01-154-4/+4
| |
| * Feed now saves the user data and uses it to show the names and username of ↵Syndamia2021-01-157-5/+54
| | | | | | | | the user
| * JWT stores User ID, instead of usernameSyndamia2021-01-151-8/+8
| |
| * Added validation to password, improved how form data errors are shown, added ↵Syndamia2021-01-154-22/+40
| | | | | | | | form data errors to login
| * Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-146-94/+109
| |
| * Refactored Technology service testsDanail Dimitrov2021-01-144-173/+170
| |
| * Fixed wrong styling in feed pageSyndamia2021-01-142-2/+2
| |
| * Improved and fixed functionality of registerSyndamia2021-01-141-10/+14
| |
| * 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
| | | |