aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* Weird SLN Tracking Bug Fixedtranstrike2021-02-131-0/+188
* 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 mor...Syndamia2021-02-052-118/+120
* 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-0589-7862/+2247
|\
| * Fixed a some component scaling on very small devicesSyndamia2021-02-052-0/+7
| * Temporarely made ratings hidden from posts, because the functionality isn't t...Syndamia2021-02-051-0/+5
| * Updated feed and post repository tests; commented out tests that can't be don...Syndamia2021-02-053-30/+32
| * Added post file attachments migrationSyndamia2021-02-053-4/+772
| * Implemented post attachments, which move post file urls to their own table; u...Syndamia2021-02-057-18/+58
| * Adding some metods to Rate repoDanail Dimitrov2021-02-0536-7958/+279
| * Added a link to the privacy policy in READMEKamen Mladenov2021-02-051-0/+2
| * Added UserController testsSyndamia2021-02-041-0/+257
| * Adding FeedController testsDanail Dimitrov2021-02-045-2/+103
| * Added RoleController testsSyndamia2021-02-041-0/+201
| * Fixed post controller return messagesSyndamia2021-02-041-2/+2
| * Added PostController testsSyndamia2021-02-041-0/+248
| * Adding CommentController testsDanail Dimitrov2021-02-042-8/+264
| * Fixed existsing web layer tests (again)Danail Dimitrov2021-02-041-5/+5
| * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into devDanail Dimitrov2021-02-0428-24/+162
| |\
| | * Added contents of the "Setting up locally" section in READMEKamen Mladenov2021-02-041-1/+6
| | * Minor improvements to README styling and wordingKamen Mladenov2021-02-041-15/+16
| | * Improved readme contents linksKamen Mladenov2021-02-041-2/+2
| | * Added contents listing to readmeKamen Mladenov2021-02-041-0/+4
| | * Added screenshots to READMESyndamia2021-02-0413-0/+15
| | * Fixed user service JWT validation, that skipped role check if user is admin (...Syndamia2021-02-041-3/+0
| | * Added some XML documentation to Service layer (where really needed)Syndamia2021-02-044-1/+73
| | * Added some XML documentation in data layerSyndamia2021-02-045-0/+30
| | * Slightly limited file uploading in profile picture update to only imagesSyndamia2021-02-041-1/+1
| | * Improved handling and detection of file types in post attachmentsSyndamia2021-02-042-3/+5
| | * Improved handling of creating posts in feedSyndamia2021-02-041-0/+4
| | * Added the admin panel to profile settings page; moved where isAdminUser is ch...Syndamia2021-02-043-1/+9
| | * Fixed default picture url on user registerSyndamia2021-02-041-1/+1
| * | Fixed service layer tests (again)Danail Dimitrov2021-02-048-414/+453
| |/