|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+28910 lines, -1 line) |
Patch |
 |
M |
.hgignore
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/BundleConfig.cs
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/FilterConfig.cs
|
View
|
1
2
3
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/IdentityConfig.cs
|
View
|
1
2
3
|
1 chunk |
+123 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/MyClaimTypes.cs
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/MyClientSecrets.cs
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/MyRequestedScopes.cs
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/RouteConfig.cs
|
View
|
1
2
3
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/App_Start/Startup.Auth.cs
|
View
|
1
2
3
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Calendar.ASP.NET.MVC5.csproj
|
View
|
1
2
3
|
1 chunk |
+343 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/Site.css
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/bootstrap.css
|
View
|
1
2
3
|
1 chunk |
+6566 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/bootstrap-theme.css
|
View
|
1
2
3
|
1 chunk |
+476 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/bootstrap-theme.css.map
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/bootstrap-theme.min.css
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/bootstrap.css.map
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Content/bootstrap.min.css
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Controllers/AccountController.cs
|
View
|
1
2
3
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Controllers/CalendarController.cs
|
View
|
1
2
3
|
1 chunk |
+134 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Controllers/HomeController.cs
|
View
|
1
2
3
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Global.asax
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Global.asax.cs
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Migrations/201411270135001_Init.cs
|
View
|
1
2
3
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Migrations/201411270135001_Init.resx
|
View
|
1
2
3
|
1 chunk |
+126 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Migrations/201411270135001_Init.Designer.cs
|
View
|
1
2
3
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Migrations/Configuration.cs
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Models/AccountViewModels.cs
|
View
|
1
2
3
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Models/CalendarEventGroup.cs
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Models/CalendarViewModels.cs
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Models/IdentityModels.cs
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Properties/AssemblyInfo.cs
|
View
|
1
2
3
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/_references.js
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/bootstrap.js
|
View
|
1
2
3
|
1 chunk |
+2306 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/bootstrap.min.js
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.js
|
View
|
1
2
3
|
1 chunk |
+9205 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.intellisense.js
|
View
|
1
2
3
|
1 chunk |
+2670 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.min.js
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery-2.1.3.min.map
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.js
|
View
|
1
2
3
|
1 chunk |
+1365 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery.validate-vsdoc.js
|
View
|
1
2
3
|
1 chunk |
+1288 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.min.js
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.unobtrusive.js
|
View
|
1
2
3
|
1 chunk |
+429 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/jquery.validate.unobtrusive.min.js
|
View
|
1
2
3
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/modernizr-2.8.3.js
|
View
|
1
2
3
|
1 chunk |
+1406 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/respond.js
|
View
|
1
2
3
|
1 chunk |
+224 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/respond.matchmedia.addListener.js
|
View
|
1
2
3
|
1 chunk |
+273 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/respond.matchmedia.addListener.min.js
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Scripts/respond.min.js
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Startup.cs
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Account/ExternalLoginConfirmation.cshtml
|
View
|
1
2
3
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Account/ExternalLoginFailure.cshtml
|
View
|
1
2
3
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Account/Login.cshtml
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Account/_ExternalLoginsListPartial.cshtml
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Calendar/UpcomingEvents.cshtml
|
View
|
1
2
3
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Home/Index.cshtml
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Shared/Error.cshtml
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Shared/Lockout.cshtml
|
View
|
1
2
3
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Shared/_Layout.cshtml
|
View
|
1
2
3
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Shared/_LoginPartial.cshtml
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/Web.config
|
View
|
1
2
3
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Views/_ViewStart.cshtml
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Web.config
|
View
|
1
2
3
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Web.Debug.config
|
View
|
1
2
3
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/Web.Release.config
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/favicon.ico
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.eot
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.svg
|
View
|
1
2
3
|
1 chunk |
+288 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.ttf
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.woff
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/fonts/glyphicons-halflings-regular.woff2
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
 |
A |
Calendar.ASP.NET.MVC5/packages.config
|
View
|
1
2
3
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
GoogleApisSamples.sln
|
View
|
1
2
3
|
3 chunks |
+13 lines, -1 line |
0 comments
|
Download
|