aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Brief testing of GetPosttranstrike2021-01-2625-18/+303
| * Migrations added; CRUD over Posts&Comments successfully completedtranstrike2021-01-2429-475/+538
| * All Post&Comment Implemented; Initializing testing...transtrike2021-01-2311-167/+195
| * Post&Comment Models implemented; Mappings Configuredtranstrike2021-01-2318-159/+122
| * Adjusted Comments mappingtranstrike2021-01-231-6/+5
| * Fixed Comment Models&Mappingstranstrike2021-01-239-19/+60
| * Comment Models fixedtranstrike2021-01-239-3/+74
| * Fixed formattingtranstrike2021-01-2312-417/+417
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-233-2/+11
| |\
| | * Error bar now shows the actual error message from the apiSyndamia2021-01-233-2/+11
| * | The beginning of role based authorizationtranstrike2021-01-2311-18/+32
| |/
| * Configured Production launch configtranstrike2021-01-232-0/+9
| * Renamed error component to not-found component (to better match it's purpose)Syndamia2021-01-237-11/+11
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devSyndamia2021-01-232-21/+1
| |\
| | * Removal of unused package and configurationtranstrike2021-01-232-21/+1
| * | Added a success and error bar components (for more consistent way of showing ...Syndamia2021-01-2316-41/+125
| |/
| * Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-227-16/+11
| * Back buttons now go back to the previous page you were on (not the root of th...Syndamia2021-01-222-4/+14
| * Made some minor front-end design improvements: better implemented scrolling o...Syndamia2021-01-228-113/+137
| * Implemented a message when the profile is successfully updatedSyndamia2021-01-222-1/+7
| * Implemented updating profile properties in the settings page; user now saves ...Syndamia2021-01-225-3/+133
| * Fixed JWT not having roles when generatedSyndamia2021-01-221-0/+2
| * Requests to user (in feed, login, register, profile, profile-settings) now pr...Syndamia2021-01-2211-121/+198
| * Merge branch 'refactor_user_updating' of github.com:Team-Kaleidoscope/DevHive...Syndamia2021-01-226-11/+423
| |\
| | * Adding Comment layer unit test(Note: Data is to be refactored no data layer t...Danail Dimitrov2021-01-216-11/+423
| * | Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
| * | Merge branch 'refactor_user_updating' into devtranstrike2021-01-21126-2359/+2404
| |\|
| | * Generic base repo class refactored; All repos inherit generic base repotranstrike2021-01-217-192/+64
| | * Adding Language layer unit test(Note: Data is to be refactored no data layer ...Danail Dimitrov2021-01-215-12/+348
| | * Made all Technology Layer Tests async againDanail Dimitrov2021-01-213-174/+138
| | * fixing edit methods in reposDanail Dimitrov2021-01-215-123/+41
| | |\
| | | * Code cleanup, consistency and merge conflict resolvedtranstrike2021-01-215-204/+165
| | | |\
| | | * | Code cleanup & consistencytranstrike2021-01-215-123/+41
| | * | | Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-215-135/+286
| | | |/ | | |/|
| | * | Refactored Technology repo edit methodDanail Dimitrov2021-01-211-5/+6
| | * | Merge branch 'refactor_user_updating' of https://github.com/Team-Kaleidoscope...Danail Dimitrov2021-01-214-141/+2
| | |\|
| | | * Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-214-141/+2
| | * | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-214-202/+164
| | |/
| | * Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-2118-143/+126
| | * Fixed TechnologyService.Tests after refactoring of TechnologyServiceDanail Dimitrov2021-01-214-23/+58
| | * Added delete account functionality to settings page, added logout button when...Syndamia2021-01-216-4/+132
| | * Replaced loading in profile page with loading componentSyndamia2021-01-211-4/+1
| | * Moved loading style from feed to it's own componentSyndamia2021-01-215-5/+22
| | * Made profile icon dynamicSyndamia2021-01-219-8/+20
| | * Fixed login redirecting too quickly to the feedSyndamia2021-01-211-3/+4
| | * Added settings and logout buttons to the feed page (user sidebar)Syndamia2021-01-214-10/+36
| | * Added a simple error (not found) pageSyndamia2021-01-216-3/+63
| | * Updated migrationsSyndamia2021-01-2111-2602/+1248
| | * Fixed Password property positioningtranstrike2021-01-214-3/+7
| | * Tryed implementing the http patchtranstrike2021-01-2113-69/+113