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:
Aditya Bindal 2020-09-19 01:14:00 +05:30 коммит произвёл GitHub
Родитель a5379087d9
Коммит 3de684d8df
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
233 изменённых файлов: 1208 добавлений и 227 удалений

Просмотреть файл

@ -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';

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше