-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed auto installation feature.
- Loading branch information
Showing
876 changed files
with
292,281 additions
and
25,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ obj | |
*.exe | ||
*.suo | ||
*.user | ||
.db | ||
.my |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArrangeThisQualifier/@EntryIndexedValue">DO_NOT_SHOW</s:String> | ||
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestVarOrType_005FBuiltInTypes/@EntryIndexedValue">SUGGESTION</s:String> | ||
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestVarOrType_005FElsewhere/@EntryIndexedValue">SUGGESTION</s:String> | ||
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestVarOrType_005FSimpleTypes/@EntryIndexedValue">SUGGESTION</s:String> | ||
|
||
|
||
|
||
|
||
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ThisInGlobalContext/@EntryIndexedValue">HINT</s:String> | ||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpCodeStyle/ThisQualifier/INSTANCE_MEMBERS_QUALIFY_MEMBERS/@EntryValue">15</s:String> | ||
<s:String x:Key="/Default/CodeStyle/CSharpVarKeywordUsage/ForBuiltInTypes/@EntryValue">UseExplicitType</s:String></wpf:ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"ApplicationName": "Frapid", | ||
"AutoInstall": true, | ||
"Thumbnail": null, | ||
"Publisher": "MixERP Inc.", | ||
"Url": "http://frapid.com", | ||
"DocumentationUrl": "http://frapid.com", | ||
"AssemblyName": null, | ||
"Version": "1.0", | ||
"RealeasedOn": null, | ||
"Description": "Frapid", | ||
"Category": "N/A", | ||
"Bundle": "Frapid Framework", | ||
"IsMeta": true, | ||
"DbSchema": "i18n", | ||
"BlankDbPath": "~/db/meta.sql", | ||
"SampleDbPath": null, | ||
"InstallSample": false, | ||
"My": null, | ||
"OverrideTemplatePath":"~/Override", | ||
"OverrideDestination":"~/Catalogs/{0}", | ||
"DependsOn": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"ApplicationName": "Frapid.Account", | ||
"AutoInstall": true, | ||
"Thumbnail": null, | ||
"Publisher": "MixERP Inc.", | ||
"Url": "http://frapid.com", | ||
"DocumentationUrl": "http://frapid.com", | ||
"AssemblyName": "Frapid.Account", | ||
"Version": "1.0", | ||
"RealeasedOn": null, | ||
"Description": "Frapid authentication module.", | ||
"Category": "Core Modules", | ||
"Bundle": "Frapid Framework", | ||
"IsMeta": false, | ||
"DbSchema": "account", | ||
"BlankDbPath": "~/Areas/Frapid.Account/db/1.x/1.0/db-blank.sql", | ||
"SampleDbPath": "~/Areas/Frapid.Account/db/1.x/1.0/db-sample.sql", | ||
"InstallSample": true, | ||
"My": "~/Areas/Frapid.Account/.my/db.sql", | ||
"OverrideTemplatePath":"~/Areas/Frapid.Account/Override", | ||
"OverrideDestination":"~/Catalogs/{0}/Areas", | ||
"DependsOn": ["Frapid.Config", "Frapid.WebsiteBuilder"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...Web/Areas/Frapid.Account/Override/Frapid.Account/EmailTemplates/account-verification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div style="padding:32px;"> | ||
<strong>Dear {{Name}}</strong>, | ||
<br/> | ||
<br/> | ||
You've entered {{EmailAddress}} as the contact email address. To complete the process, we need to verify that this email address belongs to you. Simply click the link below and sign in using your email address and password. | ||
<br/> | ||
<br/> | ||
<a href="{{VerificationLink}}">{{VerificationLink}}</a> | ||
<br/> | ||
<br/> | ||
Thank You, | ||
<br/> | ||
<a href="{{SiteUrl}}">{{SiteUrl}}</a> | ||
</div> |
19 changes: 19 additions & 0 deletions
19
...rapid.Web/Areas/Frapid.Account/Override/Frapid.Account/EmailTemplates/password-reset.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<div style="padding:32px;"> | ||
<strong>Dear {{Name}}</strong>, | ||
<br/> | ||
<br/> | ||
You or someone pretending to be you has requested to reset your password on <a href="{{SiteUrl}}">{{SiteUrl}}</a>. | ||
To reset your password, click on the following link: | ||
<br/> | ||
<br/> | ||
<a href="{{ResetLink}}">{{ResetLink}}</a> | ||
<br/> | ||
<br/> | ||
Please ignore this email if you did not request to reset your password. | ||
The link will automatically expire in 24 hours. | ||
<br/> | ||
<br/> | ||
Thank You, | ||
<br/> | ||
<a href="{{SiteUrl}}">{{SiteUrl}}</a> | ||
</div> |
11 changes: 11 additions & 0 deletions
11
...id.Web/Areas/Frapid.Account/Override/Frapid.Account/EmailTemplates/welcome-3rd-party.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div style="padding:32px;"> | ||
<strong>Dear {{Name}}</strong>, | ||
<br/> | ||
<br/> | ||
We are excited to have you on {{Domain}}. Because you have signed up using {{ProviderName}} in our website, an account was automatically created for you. | ||
<br/> | ||
<br/> | ||
Thank You, | ||
<br/> | ||
<a href="{{SiteUrl}}">{{SiteUrl}}</a> | ||
</div> |
14 changes: 14 additions & 0 deletions
14
src/Frapid.Web/Areas/Frapid.Account/Override/Frapid.Account/EmailTemplates/welcome.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div style="padding:32px;"> | ||
<strong>Dear {{Name}}</strong>, | ||
<br/> | ||
<br/> | ||
Welcome to {{Domain}}, we are excited to have you with us! Sign-in to our website using this link: | ||
<br/> | ||
<br/> | ||
<a href="{{SiteUrl}}/account/sign-in">{{SiteUrl}}/account/sign-in</a> | ||
<br/> | ||
<br/> | ||
Thank You, | ||
<br/> | ||
<a href="{{SiteUrl}}">{{SiteUrl}}</a> | ||
</div> |
Oops, something went wrong.