Skip to content

Commit

Permalink
updated to .net 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidelyasi committed Mar 26, 2018
1 parent f8dbab2 commit 51af89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PlatformTM-server
Submodule PlatformTM-server updated 32 files
+39 −0 PlatformTM.API/Auth/JwtProvider.cs
+3 −2 PlatformTM.API/Auth/TokenAuthOptions.cs
+33 −28 PlatformTM.API/Auth/TokenProviderMiddleware.cs
+3 −2 PlatformTM.API/Controllers/AccountController.cs
+3 −3 PlatformTM.API/Controllers/ExportController.cs
+0 −14 PlatformTM.API/Controllers/OntologyController.cs
+1 −1 PlatformTM.API/Controllers/ProjectController.cs
+0 −65 PlatformTM.API/Controllers/TokenAuthController.cs
+64 −0 PlatformTM.API/Controllers/TokenController.cs
+2 −2 PlatformTM.API/Dockerfile
+8 −21 PlatformTM.API/PlatformTM.API.csproj
+1 −5 PlatformTM.API/PlatformTM.API.csproj.user
+22 −22 PlatformTM.API/Program.cs
+75 −110 PlatformTM.API/Startup.cs
+3 −2 PlatformTM.API/appsettings.Development.json
+2 −1 PlatformTM.API/appsettings.Docker.json
+2 −1 PlatformTM.API/appsettings.json
+4 −9 PlatformTM.Core/PlatformTM.Core.csproj
+1 −0 PlatformTM.Data/Configuration/DataAccessSettings.cs
+4 −4 PlatformTM.Data/DbInitializer.cs
+9 −19 PlatformTM.Data/PlatformTM.Data.csproj
+7 −3 PlatformTM.Data/PlatformTMdbContext.cs
+8 −0 PlatformTM.Services/DTOs/CredentialsViewModel.cs
+18 −12 PlatformTM.Services/PlatformTM.Services.csproj
+2 −4 PlatformTM.Services/Services/FileService.cs
+0 −29 PlatformTM.Services/Services/OntologyManagement/BioPortalClient.cs
+0 −23 PlatformTM.Services/Services/OntologyManagement/IOntologyService.cs
+0 −35 PlatformTM.Services/Services/OntologyManagement/OLSclient.cs
+0 −11 PlatformTM.Services/Services/OntologyManagement/OLSresultHandler.cs
+0 −13 PlatformTM.Services/Services/OntologyManagement/Ontology.cs
+2 −1 PlatformTM.Services/Services/UserManagement/UserAccountService.cs
+5 −7 PlatformTM.Services/Services/UserManagement/UserStore.cs

0 comments on commit 51af89d

Please sign in to comment.