Services { get; set; }
+
+ ///
+ /// Moderation settings
+ ///
+ ///
+ string ModeratorGroupName { get; set; }
+
+ }
+}
diff --git a/Yavsc/Views/Command/CommandConfirmation.cshtml b/Yavsc/Views/Command/CommandConfirmation.cshtml
index d58ee305..2540b909 100644
--- a/Yavsc/Views/Command/CommandConfirmation.cshtml
+++ b/Yavsc/Views/Command/CommandConfirmation.cshtml
@@ -1,30 +1,30 @@
-@model BookQuery
-@using Yavsc.Models.Google.Messaging
-@{
- ViewData["Title"] = SR["Command confirmation"]+" "+SR[Model.PerformerProfile.ActivityCode];
-}
-@ViewData["Title"]
-
-
@SR["Your book query"]
-
- : @Html.DisplayFor(m => m.EventDate)
-
-
- : @Html.DisplayFor(m => m.Location)
-
-
- @if (ViewBag.GooglePayload !=null)
- {
- @if (ViewBag.GooglePayload.success>0) {
- @SR["GCM Notifications sent"]
- }
- else {
- if (ViewBag.GooglePayload.failure>0)
- {
- @SR["GCM Notification sending failed"]
- }
- }
- }
-
-
-
+@model BookQuery
+@using Yavsc.Models.Google.Messaging
+@{
+ ViewData["Title"] = SR["Command confirmation"]+" "+SR[Model.PerformerProfile.ActivityCode];
+}
+@ViewData["Title"]
+
+
@SR["Your book query"]
+
+ : @Html.DisplayFor(m => m.EventDate)
+
+
+ : @Html.DisplayFor(m => m.Location)
+
+
+ @if (ViewBag.GooglePayload !=null)
+ {
+ @if (ViewBag.GooglePayload.success>0) {
+ @SR["GCM Notifications sent"]
+ }
+ else {
+ if (ViewBag.GooglePayload.failure>0)
+ {
+ @SR["GCM Notification sending failed"]
+ }
+ }
+ }
+
+
+
diff --git a/Yavsc/Views/SIRENExceptions/Create.cshtml b/Yavsc/Views/SIRENExceptions/Create.cshtml
index 84dbb9a8..839cb5a9 100644
--- a/Yavsc/Views/SIRENExceptions/Create.cshtml
+++ b/Yavsc/Views/SIRENExceptions/Create.cshtml
@@ -1,22 +1,22 @@
-@model Yavsc.Models.Billing.ExceptionSIREN
-
-
-
-
-
+@model Yavsc.Models.Billing.ExceptionSIREN
+
+
+
+
+
diff --git a/Yavsc/Views/SIRENExceptions/Delete.cshtml b/Yavsc/Views/SIRENExceptions/Delete.cshtml
index 63be9f60..54b04c84 100644
--- a/Yavsc/Views/SIRENExceptions/Delete.cshtml
+++ b/Yavsc/Views/SIRENExceptions/Delete.cshtml
@@ -1,31 +1,31 @@
-@model Yavsc.Models.Billing.ExceptionSIREN
-
-@{
- Layout = null;
-}
-
-
-
-
-
-
- Delete
-
-
-
-Are you sure you want to delete this?
-
-
ExceptionSIREN
-
-
-
-
-
-
-
-
+@model Yavsc.Models.Billing.ExceptionSIREN
+
+@{
+ Layout = null;
+}
+
+
+
+
+
+
+ Delete
+
+
+
+Are you sure you want to delete this?
+
+
ExceptionSIREN
+
+
+
+
+
+
+
+
diff --git a/Yavsc/Views/SIRENExceptions/Details.cshtml b/Yavsc/Views/SIRENExceptions/Details.cshtml
index 12ce1d9a..bc575deb 100644
--- a/Yavsc/Views/SIRENExceptions/Details.cshtml
+++ b/Yavsc/Views/SIRENExceptions/Details.cshtml
@@ -1,27 +1,27 @@
-@model Yavsc.Models.Billing.ExceptionSIREN
-
-@{
- Layout = null;
-}
-
-
-
-
-
-
- Details
-
-
-
-
-
- Edit |
- Back to List
-
-
-
+@model Yavsc.Models.Billing.ExceptionSIREN
+
+@{
+ Layout = null;
+}
+
+
+
+
+
+
+ Details
+
+
+
+
+
+ Edit |
+ Back to List
+
+
+
diff --git a/Yavsc/Views/SIRENExceptions/Edit.cshtml b/Yavsc/Views/SIRENExceptions/Edit.cshtml
index abaac31e..dc9c2d95 100644
--- a/Yavsc/Views/SIRENExceptions/Edit.cshtml
+++ b/Yavsc/Views/SIRENExceptions/Edit.cshtml
@@ -1,39 +1,39 @@
-@model Yavsc.Models.Billing.ExceptionSIREN
-
-@{
- Layout = null;
-}
-
-
-
-
-
-
- Edit
-
-
-
-
-
-
-
-
-
+@model Yavsc.Models.Billing.ExceptionSIREN
+
+@{
+ Layout = null;
+}
+
+
+
+
+
+
+ Edit
+
+
+
+
+
+
+
+
+
diff --git a/Yavsc/Views/SIRENExceptions/Index.cshtml b/Yavsc/Views/SIRENExceptions/Index.cshtml
index d059a9be..26668904 100644
--- a/Yavsc/Views/SIRENExceptions/Index.cshtml
+++ b/Yavsc/Views/SIRENExceptions/Index.cshtml
@@ -1,21 +1,21 @@
-@model IEnumerable
-
-
- Create New
-
-
-
- | Exceptions à la validation des code SIREN |
-
-
-@foreach (var item in Model) {
-
- | @item.SIREN |
-
- Edit |
- Details |
- Delete
- |
-
-}
-
+@model IEnumerable
+
+
+ Create New
+
+
+
+ | Exceptions à la validation des code SIREN |
+
+
+@foreach (var item in Model) {
+
+ | @item.SIREN |
+
+ Edit |
+ Details |
+ Delete
+ |
+
+}
+
diff --git a/sendmsg/NuGet.Config b/sendmsg/NuGet.Config
old mode 100755
new mode 100644
diff --git a/wrap/Yavsc.Client/project.json b/wrap/Yavsc.Client/project.json
index 451528f0..cbd22f76 100644
--- a/wrap/Yavsc.Client/project.json
+++ b/wrap/Yavsc.Client/project.json
@@ -6,6 +6,10 @@
"bin": {
"assembly": "../../Yavsc.Client/obj/{configuration}/Yavsc.Client.dll",
"pdb": "../../Yavsc.Client/obj/{configuration}/Yavsc.Client.pdb"
+ },
+ "dependencies": {
+ "Json.NET.Web": "1.0.49",
+ "Newtonsoft.Json": "9.0.1"
}
}
}