Add Microsoft License to the top of all source files in Learn-LTI (#56)
* Adding License header to all backend files * Adding License header to all client files * Removing unused Service-Worker code from Learn-LTI Client * Renaming Product name in manifest.json to Learn-LTI * Adding License header to all deployment scripts * Delete README.md user should follow docs/DEPLOYMENT.md for the deployment instructions
This commit is contained in:
Родитель
a5379087d9
Коммит
3de684d8df
|
@ -1,4 +1,9 @@
|
|||
using Edna.Utils.Http;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Edna.Utils.Http;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.Assignment.Attributes;
|
||||
using Microsoft.Azure.WebJobs.Host.Bindings;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Microsoft.Azure.WebJobs.Description;
|
||||
|
||||
namespace Edna.Bindings.Assignment.Attributes
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Edna.Bindings.Assignment.Models
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Bindings.Assignment.Models
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Bindings.Assignment.Models
|
||||
{
|
||||
public enum PublishStatus
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Microsoft.Azure.WebJobs.Description;
|
||||
|
||||
namespace Edna.Bindings.Lti1
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.Azure.WebJobs.Host.Config;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.Azure.WebJobs.Host.Config;
|
||||
|
||||
namespace Edna.Bindings.Lti1
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.Azure.WebJobs;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.Azure.WebJobs;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Edna.Bindings.Lti1
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
using Microsoft.Azure.WebJobs.Description;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Models;
|
||||
using Edna.Bindings.LtiAdvantage.Services;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Attributes;
|
||||
using Edna.Bindings.LtiAdvantage.Models;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Models;
|
||||
using Edna.Bindings.LtiAdvantage.Services;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Models;
|
||||
using Edna.Bindings.LtiAdvantage.Utils;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Utils;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Services;
|
||||
using LtiAdvantage.Lti;
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Edna.Bindings.LtiAdvantage.BindingConfigurations;
|
||||
using Edna.Bindings.LtiAdvantage.Services;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Bindings.LtiAdvantage.Models
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Models
|
||||
{
|
||||
public class LoginParams
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using IdentityModel.Jwk;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using IdentityModel.Jwk;
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Models
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using IdentityModel.Client;
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Services
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using IdentityModel.Jwk;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using IdentityModel.Jwk;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Services
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Services
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using LtiAdvantage.Lti;
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Services
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using LtiAdvantage.NamesRoleProvisioningService;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using IdentityModel.Jwk;
|
||||
using Microsoft.Azure.KeyVault;
|
||||
using Microsoft.Azure.KeyVault.Models;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Security.Claims;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Security.Claims;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.LtiAdvantage.Utils;
|
||||
using LtiAdvantage.Lti;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Collections.Specialized;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Specialized;
|
||||
using System.Web;
|
||||
using Edna.Bindings.LtiAdvantage.Models;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Azure.WebJobs.Host.Bindings;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Linq;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Bindings.LtiAdvantage.Utils
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Bindings.LtiAdvantage.Utils
|
||||
{
|
||||
public static class LtiClaims
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Microsoft.Azure.WebJobs.Description;
|
||||
|
||||
namespace Edna.Bindings.Platform.Attributes
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Bindings.Platform.Models
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Bindings.Platform.Models
|
||||
{
|
||||
public class Platform
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Edna.Utils.Http;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Edna.Utils.Http;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Net.Http;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Bindings.Platform.Attributes;
|
||||
using Microsoft.Azure.WebJobs.Host.Bindings;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Edna.Utils.Http;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.AssignmentLearnContent
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.AssignmentLearnContent
|
||||
{
|
||||
public class AssignmentLearnContentDto
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
|
||||
namespace Edna.AssignmentLearnContent
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
|
||||
namespace Edna.AssignmentLearnContent
|
||||
{
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"profiles": {
|
||||
"Edna.AssignmentLearnContent": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using AutoMapper;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using AutoMapper;
|
||||
using Edna.AssignmentLearnContent;
|
||||
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.AssignmentLinks
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.AssignmentLinks
|
||||
{
|
||||
public class AssignmentLinkDto
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
|
||||
namespace Edna.AssignmentLinks
|
||||
{
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.AssignmentLinks
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.AssignmentLinks
|
||||
{
|
||||
public class Profile : AutoMapper.Profile
|
||||
{
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"profiles": {
|
||||
"Edna.AssignmentLinks": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using AutoMapper;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using AutoMapper;
|
||||
using Edna.AssignmentLinks;
|
||||
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Edna.Assignments
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.Extensions.Logging;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
using System;
|
||||
using System.Text;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
|
||||
namespace Edna.Assignments
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using System.Web.Http;
|
||||
using AutoMapper;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Assignments
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Assignments
|
||||
{
|
||||
public class PlatformPersonalizationDto
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Edna.Bindings.Platform.Models;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Edna.Bindings.Platform.Models;
|
||||
|
||||
namespace Edna.Assignments
|
||||
{
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"profiles": {
|
||||
"Edna.Assignments": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Assignments
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Assignments
|
||||
{
|
||||
public enum PublishStatus
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using AutoMapper;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using AutoMapper;
|
||||
using Edna.Assignments;
|
||||
using Edna.Bindings.Platform;
|
||||
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Specialized;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Azure.WebJobs;
|
||||
using Microsoft.Azure.WebJobs.Extensions.DurableTask;
|
||||
using Newtonsoft.Json;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"profiles": {
|
||||
"Edna.Connect": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Edna.Bindings.Assignment;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Edna.Bindings.Assignment;
|
||||
using Edna.Bindings.LtiAdvantage;
|
||||
using Edna.Bindings.Platform;
|
||||
using Edna.Connect;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using IdentityModel.Jwk;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using IdentityModel.Jwk;
|
||||
|
||||
namespace Edna.Platforms
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using Microsoft.WindowsAzure.Storage.Table;
|
||||
|
||||
namespace Edna.Platforms
|
||||
{
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Edna.Platforms
|
||||
{
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"profiles": {
|
||||
"Edna.Platforms": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using AutoMapper;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using AutoMapper;
|
||||
using Edna.Bindings.LtiAdvantage;
|
||||
using Edna.Platforms;
|
||||
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
namespace Edna.Users
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
namespace Edna.Users
|
||||
{
|
||||
public class MemberDto
|
||||
{
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using LtiAdvantage.Lti;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"profiles": {
|
||||
"Edna.Users": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using AutoMapper;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using AutoMapper;
|
||||
using Edna.Bindings.Assignment;
|
||||
using Edna.Bindings.Lti1;
|
||||
using Edna.Bindings.LtiAdvantage;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
{
|
||||
"version": "2.0",
|
||||
"logging": {
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Linq;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
// --------------------------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
// --------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Edna.Utils.Linq
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
module.exports = {
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
module.exports = {
|
||||
semi: true,
|
||||
trailingComma: 'none',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "Edna Lite",
|
||||
"name": "Edna Lite",
|
||||
"short_name": "Learn-LTI",
|
||||
"name": "Learn-LTI",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import React from 'react';
|
||||
import { BrowserRouter } from 'react-router-dom';
|
||||
import { RootStore } from './Stores/Root.store';
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export const fabricIconsData = {
|
||||
fontFace: {
|
||||
fontFamily: '"FabricMDL2Icons'
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
Your use of the content in the files referenced here is subject to the terms of the license at https://aka.ms/fabric-assets-license
|
||||
*/
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { MsalAuthProvider, LoginType, IMsalAuthProviderConfig } from 'react-aad-msal';
|
||||
import { Configuration, Logger, LogLevel, AuthenticationParameters } from 'msal';
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import React, { PropsWithChildren, useState, useEffect } from 'react';
|
||||
import axios from 'axios';
|
||||
import { AppAuthConfig } from './AppAuthConfig';
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import React, { PropsWithChildren, useEffect, useState, useRef } from 'react';
|
||||
import { SimpleComponentStyles, IStylesOnly } from '../../Core/Utils/FluentUI/typings.fluent-ui';
|
||||
import { MessageBar, IMessageBarProps } from '@fluentui/react';
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { IDialogContentStyles, DialogType, IDialogContentProps } from '@fluentui/react';
|
||||
|
||||
export const DIALOG_MIN_WIDTH = 640;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
||||
background-color: #faf9f8;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import React, { PropsWithChildren } from 'react';
|
||||
import { IThemeOnlyProps, SimpleComponentStyles, IStylesOnly } from '../../Utils/FluentUI/typings.fluent-ui';
|
||||
import { styled, Label, mergeStyles } from '@fluentui/react';
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче