aboutsummaryrefslogtreecommitdiff
path: root/src/Data
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsdevSyndamia2021-04-091-1/+1
|
* Merge pull request #27 from Team-Kaleidoscope/unit_testsKamen Mladenov2021-04-096-405/+147
|\ | | | | Unit tests
| * Adding Tests for untested Methods in LanguageRepositoryunit_testsDanail Dimitrov2021-03-181-1/+18
| |
| * Adding test for untested methods in FeedRepositoryDanail Dimitrov2021-03-181-15/+54
| |
| * Removed test files for UserRepository and RoleRepository. They now use build ↵Danail Dimitrov2021-03-182-385/+0
| | | | | | | | in functionality.
| * Added tests for untested methods in CommentRepositoryDanail Dimitrov2021-03-182-4/+75
| |
* | Added adding & removing friends funtionality & endpoints for themtranstrike2021-04-073-38/+1
| |
* | adding functionality to add and remove friendsDanail Dimitrov2021-04-078-693/+45
| |
* | Merged from devtranstrike2021-04-0720-2218/+609
|\ \
| * | Introduced consts for every string possible. FMLtranstrike2021-04-052-10/+4
| | |
| * | dev -> feature/profile_picture_implementation(02.03.2021)transtrike2021-04-024-10/+7
| |\ \
| | * | Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-023-7/+7
| | | | | | | | | | | | | | | | file; Replaced Console logger for requests
| | * | Fixed warnings for commented code and async cloudinary methodSyndamia2021-03-291-3/+0
| | | |
| * | | ProfilePic saved in User fixedtranstrike2021-03-286-5/+1739
| | | |
| * | | Dev changes merged into ProfilePicLayer branchtranstrike2021-03-2815-4237/+5
| |\| |
| | * | Updated database name in appsettings and ConnectionStringSyndamia2021-03-271-2/+2
| | | |
| | * | removing parts of old rating systemDanail Dimitrov2021-03-277-129/+685
| | |/
| * | Fixed default Picture URLtranstrike2021-03-261-1/+1
| | |
| * | Profile Picture implemented; Tests and Front end work awaittranstrike2021-03-257-25/+794
| |/
* / removing parts of old rating systemDanail Dimitrov2021-03-227-129/+685
|/
* Removed interfaces for pure classesfriends_functionalitytranstrike2021-03-1717-145/+8
|
* IRepository namespace fix; Useless folder removedtranstrike2021-03-179-10/+2
|
* Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-145-3/+913
|\ | | | | Rating system
| * Updated rating tests to follow our current code style standardsrating_systemSyndamia2021-03-141-23/+23
| |
| * minor ajustments to rating repository documentationDanail Dimitrov2021-03-141-1/+1
| |
| * added documentaion for rating repositoryDanail Dimitrov2021-03-141-0/+22
| |
| * Added tests for rating repositorySyndamia2021-03-131-0/+188
| |
| * addint updated migartion for ratingDanail Dimitrov2021-03-033-3/+699
| |
| * Fixing bugs in rating layerDanail Dimitrov2021-03-031-0/+4
| |
* | Removed all discards from Data layer testsSyndamia2021-03-145-15/+15
| |
* | Made properties into variables, fixed spacing and made protected members ↵Syndamia2021-03-145-71/+63
| | | | | | | | private, all in Data layer tests
* | Comented out role and user repository tests, since we now use role and user ↵Syndamia2021-03-132-350/+350
| | | | | | | | manager and they might be obsolete
* | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into ↵Syndamia2021-03-1313-30/+883
|\ \ | | | | | | | | | unit_test_refactoring
| * | NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-033-3/+3
| |/
| * merge with devDanail Dimitrov2021-02-281-2/+2
| |\
| | * Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-251-2/+2
| | | | | | | | | | | | improvement
| * | Adding update layer for rating_systemDanail Dimitrov2021-02-263-5/+10
| | |
| * | Added GetById for ratingDanail Dimitrov2021-02-261-0/+7
| | |
| * | Adding RatePost functionalityDanail Dimitrov2021-02-256-11/+847
| | |
| * | model update for ratingDanail Dimitrov2021-02-217-13/+18
| |/
* / Code cleanup of UserTestsunit_test_refactoringtranstrike2021-02-228-803/+703
|/
* Revert "initial implementation of message layer"transtrike2021-02-196-68/+0
| | | | This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
* initial implementation of message layerDanail Dimitrov2021-02-186-0/+68
|
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ↵transtrike2021-02-168-45/+2010
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* Fixed formatting; Adjusted warnings; Adjusted variable namestranstrike2021-02-154-3/+5
|
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-153-6/+9
|
* Merged New Project Structure; Fixed Kamen's Formatting Issuestranstrike2021-02-136-17/+16
|
* Restructure Successfultranstrike2021-02-1329-4031/+42
|
* Removed all referencestranstrike2021-02-1329-48/+26
|
* Project Restructure P.1transtrike2021-02-1360-0/+6381