Side by Side Diff: Calendar.ASP.NET.MVC5/Global.asax
Issue 194980043 :
Issue 6: Create an ASP.Net MVC Sample
Patch Set: Addressed peleyal's comments
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
.hgignore
Calendar.ASP.NET.MVC5/App_Start/BundleConfig.cs
Calendar.ASP.NET.MVC5/App_Start/FilterConfig.cs
Calendar.ASP.NET.MVC5/App_Start/IdentityConfig.cs
Calendar.ASP.NET.MVC5/App_Start/MyClaimTypes.cs
Calendar.ASP.NET.MVC5/App_Start/MyClientSecrets.cs
Calendar.ASP.NET.MVC5/App_Start/MyRequestedScopes.cs
Calendar.ASP.NET.MVC5/App_Start/RouteConfig.cs
Calendar.ASP.NET.MVC5/App_Start/Startup.Auth.cs
Calendar.ASP.NET.MVC5/Calendar.ASP.NET.MVC5.csproj
Calendar.ASP.NET.MVC5/Content/Site.css
Calendar.ASP.NET.MVC5/Content/bootstrap.css
Calendar.ASP.NET.MVC5/Content/bootstrap-theme.css
Calendar.ASP.NET.MVC5/Content/bootstrap-theme.css.map
Calendar.ASP.NET.MVC5/Content/bootstrap-theme.min.css
Calendar.ASP.NET.MVC5/Content/bootstrap.css.map
Calendar.ASP.NET.MVC5/Content/bootstrap.min.css
Calendar.ASP.NET.MVC5/Controllers/AccountController.cs
Calendar.ASP.NET.MVC5/Controllers/CalendarController.cs
Calendar.ASP.NET.MVC5/Controllers/HomeController.cs
Calendar.ASP.NET.MVC5/Global.asax
Calendar.ASP.NET.MVC5/Global.asax.cs
Calendar.ASP.NET.MVC5/Migrations/201411270135001_Init.cs
Calendar.ASP.NET.MVC5/Migrations/201411270135001_Init.resx
Calendar.ASP.NET.MVC5/Migrations/201411270135001_Init.Designer.cs
Calendar.ASP.NET.MVC5/Migrations/Configuration.cs
Calendar.ASP.NET.MVC5/Models/AccountViewModels.cs
Calendar.ASP.NET.MVC5/Models/CalendarEventGroup.cs
Calendar.ASP.NET.MVC5/Models/CalendarViewModels.cs
Calendar.ASP.NET.MVC5/Models/IdentityModels.cs
Calendar.ASP.NET.MVC5/Properties/AssemblyInfo.cs
Calendar.ASP.NET.MVC5/Scripts/_references.js
Calendar.ASP.NET.MVC5/Scripts/bootstrap.js
Calendar.ASP.NET.MVC5/Scripts/bootstrap.min.js
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.js
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.intellisense.js
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.min.js
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.min.map
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.js
Calendar.ASP.NET.MVC5/Scripts/jquery.validate-vsdoc.js
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.min.js
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.unobtrusive.js
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.unobtrusive.min.js
Calendar.ASP.NET.MVC5/Scripts/modernizr-2.8.3.js
Calendar.ASP.NET.MVC5/Scripts/respond.js
Calendar.ASP.NET.MVC5/Scripts/respond.matchmedia.addListener.js
Calendar.ASP.NET.MVC5/Scripts/respond.matchmedia.addListener.min.js
Calendar.ASP.NET.MVC5/Scripts/respond.min.js
Calendar.ASP.NET.MVC5/Startup.cs
Calendar.ASP.NET.MVC5/Views/Account/ExternalLoginConfirmation.cshtml
Calendar.ASP.NET.MVC5/Views/Account/ExternalLoginFailure.cshtml
Calendar.ASP.NET.MVC5/Views/Account/Login.cshtml
Calendar.ASP.NET.MVC5/Views/Account/_ExternalLoginsListPartial.cshtml
Calendar.ASP.NET.MVC5/Views/Calendar/UpcomingEvents.cshtml
Calendar.ASP.NET.MVC5/Views/Home/Index.cshtml
Calendar.ASP.NET.MVC5/Views/Shared/Error.cshtml
Calendar.ASP.NET.MVC5/Views/Shared/Lockout.cshtml
Calendar.ASP.NET.MVC5/Views/Shared/_Layout.cshtml
Calendar.ASP.NET.MVC5/Views/Shared/_LoginPartial.cshtml
Calendar.ASP.NET.MVC5/Views/Web.config
Calendar.ASP.NET.MVC5/Views/_ViewStart.cshtml
Calendar.ASP.NET.MVC5/Web.config
Calendar.ASP.NET.MVC5/Web.Debug.config
Calendar.ASP.NET.MVC5/Web.Release.config
Calendar.ASP.NET.MVC5/favicon.ico
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.eot
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.svg
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.ttf
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.woff
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.woff2
Calendar.ASP.NET.MVC5/packages.config
GoogleApisSamples.sln
OLD NEW
(Empty) 1 <%@ Application Codebehind="Global.asax.cs" Inherits="Calendar.ASP.NET.MVC5.Mvc
Application" Language="C#" %>
OLD NEW