aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type in delete rating method name in rating controllerSyndamia2021-03-131-1/+1
|
* Removed _userService from RatingControllerDanail Dimitrov2021-03-031-3/+1
|
* Adding authorization to Rating ControllerDanail Dimitrov2021-03-031-1/+1
|
* Moved Rating service models outside of Post folderDanail Dimitrov2021-03-038-8/+8
|
* Adding Post.CurrentRating functionalityDanail Dimitrov2021-03-031-0/+10
|
* addint updated migartion for ratingDanail Dimitrov2021-03-033-3/+699
|
* Fixing bugs in rating layerDanail Dimitrov2021-03-035-14/+7
|
* Fixed AutoMapper Assembly Errortranstrike2021-03-012-1/+4
|
* tryibg to fix rating layersDanail Dimitrov2021-02-286-83/+42
|
* merge with devDanail Dimitrov2021-02-2826-256/+419
|\
| * Removed JwtOptionstranstrike2021-02-283-27/+4
| |
| * Integrated new JWT validation where neededtranstrike2021-02-288-127/+95
| |
| * JWT Working like a charmtranstrike2021-02-282-5/+14
| |
| * JWT Validations works; Introduced more bugs to fix latertranstrike2021-02-279-85/+225
| |
| * Fixed Project Restore Problem "Not Found"transtrike2021-02-267-49/+59
| |
| * Fixed Common project mistakestranstrike2021-02-262-0/+24
| |
| * Initial Swagger configuration setuptranstrike2021-02-252-4/+35
| |
| * New rule addedtranstrike2021-02-252-5/+9
| |
| * Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-254-7/+11
| | | | | | | | improvement
| * Docker file fixedtranstrike2021-02-231-13/+8
| |
* | adding delete rating functionalityDanail Dimitrov2021-02-272-1/+11
| |
* | Adding user validation for rating layerDanail Dimitrov2021-02-274-1/+78
| |
* | Adding update layer for rating_systemDanail Dimitrov2021-02-2611-25/+88
| |
* | Added GetById for ratingDanail Dimitrov2021-02-269-22/+65
| |
* | Adding RatePost functionalityDanail Dimitrov2021-02-2514-49/+898
| |
* | model update for ratingDanail Dimitrov2021-02-2117-30/+39
|/
* Revert "initial implementation of message layer"transtrike2021-02-1918-267/+6
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* initial implementation of message layerDanail Dimitrov2021-02-1818-6/+267
|
* EF Core splitting queries for performance boosttranstrike2021-02-181-1/+4
|
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵transtrike2021-02-1617-123/+2081
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Moved Default&Admin Roles insertion to DB Configtranstrike2021-02-161-1/+26
|
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-1514-42/+40
|
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-1534-171/+145
|
* Merged New Project Structure; Fixed Kamen's Formatting Issuestranstrike2021-02-1314-49/+47
|
* Code-Workspace Debug Config Fixedtranstrike2021-02-131-2/+6
|
* Restructure Successfultranstrike2021-02-1364-4108/+123
|
* Removed all referencestranstrike2021-02-1376-292/+228
|
* Project Restructure P.1transtrike2021-02-13203-168/+275
|
* Docker Support Added; Splitted API and Front Endtranstrike2021-02-12108-18933/+73
|
* Moved CloudinaryService to it's proper locationSyndamia2021-02-051-0/+0
|
* Fixed tests and commented out the ones that don't work (because they need ↵Syndamia2021-02-052-118/+120
| | | | more setup)
* Added user interface for adding and removing friendsSyndamia2021-02-054-35/+62
|
* Added a workaround for removing all friendsSyndamia2021-02-051-1/+4
|
* Fixed user updatingSyndamia2021-02-051-3/+7
|
* Fixed again user picture url on registerSyndamia2021-02-051-1/+2
|
* Fixed getting feedSyndamia2021-02-051-6/+4
|
* Friends relation FUCKING FINALLY FIXED, NIGGAtranstrike2021-02-0514-208/+1415
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2021-02-0576-7848/+2206
|\
| * Fixed a some component scaling on very small devicesSyndamia2021-02-052-0/+7
| |
| * Temporarely made ratings hidden from posts, because the functionality isn't ↵Syndamia2021-02-051-0/+5
| | | | | | | | there yet