aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-2811-16/+1887
|\
| * USER UPDATE FIIIIIIXEDtranstrike2021-01-2811-16/+1887
| |
* | Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵Danail Dimitrov2021-01-282-4/+161
|/ | | | no exception would be thrown when there are no posts to query
* Adding PostService testsDanail Dimitrov2021-01-272-5/+500
|
* Adding TechnologyService testsDanail Dimitrov2021-01-271-0/+33
|
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-275-20/+15
|
* Adding LanguageService testsDanail Dimitrov2021-01-272-10/+39
|
* Adding RoleRepository testsDanail Dimitrov2021-01-273-8/+119
|
* Adding FeedRepository testsDanail Dimitrov2021-01-271-0/+118
|
* Fixed ChangeTracker; Optimized default role insertiontranstrike2021-01-267-4/+14
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-01-263-1/+219
|\
| * adding comment repository testsDanail Dimitrov2021-01-261-0/+98
| |
| * adding post repository testsDanail Dimitrov2021-01-262-1/+121
| |
* | DbContext configurationstranstrike2021-01-264-16/+10
|/
* Removing tests for deleted User Repository methodsDanail Dimitrov2021-01-263-600/+1
|
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-01-2631-153/+209
|\
| * GetLanguages&GetTechnologies implmenentedtranstrike2021-01-2611-6/+66
| |
| * Attributes changed to use Roles, not Policytranstrike2021-01-265-8/+15
| |
| * Removed IRepo in UserRepo(internal, not external)transtrike2021-01-261-14/+1
| |
| * Working on Update User; Currently not updating user in UserRepotranstrike2021-01-263-68/+57
| |
| * UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-2616-97/+110
| | | | | | | | properly; UserUpdate validates properly
* | Adding User Repository TestsDanail Dimitrov2021-01-267-107/+450
|/
* 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
|/ | | | error and success messages), made other components use them
* 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 ↵Syndamia2021-01-222-4/+14
| | | | the website)
* Made some minor front-end design improvements: better implemented scrolling ↵Syndamia2021-01-228-113/+137
| | | | of part of a page, fixed some alignments (mainly in the files)
* 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
| | | | his email in front-end
* Fixed JWT not having roles when generatedSyndamia2021-01-221-0/+2
|
* Requests to user (in feed, login, register, profile, profile-settings) now ↵Syndamia2021-01-2211-121/+198
| | | | properly wait for the data to get loaded (instead of having a hard coded timer); Substantial improvement over how these pages handle errors; Login page shows request error message
* Merge branch 'refactor_user_updating' of ↵Syndamia2021-01-226-11/+423
|\ | | | | | | github.com:Team-Kaleidoscope/DevHive into dev
| * Adding Comment layer unit test(Note: Data is to be refactored no data layer ↵Danail Dimitrov2021-01-216-11/+423
| | | | | | | | tests are added)
* | Merged refactor_user_updating with devtranstrike2021-01-211-1/+0
|/
* 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
| | | | tests are added)