mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +01:00
added application basics
This commit is contained in:
parent
60923201bd
commit
9f304b7be5
1533
NzbDrone.Backbone/JsLibraries/backbone.js
Normal file
1533
NzbDrone.Backbone/JsLibraries/backbone.js
Normal file
File diff suppressed because it is too large
Load Diff
2140
NzbDrone.Backbone/JsLibraries/backbone.marionette.js
Normal file
2140
NzbDrone.Backbone/JsLibraries/backbone.marionette.js
Normal file
File diff suppressed because it is too large
Load Diff
2494
NzbDrone.Backbone/JsLibraries/jquery-1.8.2.intellisense.js
vendored
Normal file
2494
NzbDrone.Backbone/JsLibraries/jquery-1.8.2.intellisense.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9440
NzbDrone.Backbone/JsLibraries/jquery-1.8.2.js
vendored
Normal file
9440
NzbDrone.Backbone/JsLibraries/jquery-1.8.2.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1072
NzbDrone.Backbone/JsLibraries/underscore.js
Normal file
1072
NzbDrone.Backbone/JsLibraries/underscore.js
Normal file
File diff suppressed because it is too large
Load Diff
99
NzbDrone.Backbone/NzbDrone.Backbone.csproj
Normal file
99
NzbDrone.Backbone/NzbDrone.Backbone.csproj
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<ProductVersion>
|
||||||
|
</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}</ProjectGuid>
|
||||||
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||||
|
<OutputType>Library</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>NzbDrone.Backbone</RootNamespace>
|
||||||
|
<AssemblyName>NzbDrone.Backbone</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||||
|
<UseIISExpress>true</UseIISExpress>
|
||||||
|
<IISExpressSSLPort />
|
||||||
|
<IISExpressAnonymousAuthentication />
|
||||||
|
<IISExpressWindowsAuthentication />
|
||||||
|
<IISExpressUseClassicPipelineMode />
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="app.js" />
|
||||||
|
<Content Include="JsLibraries\backbone.js" />
|
||||||
|
<None Include="JsLibraries\jquery-1.8.2.intellisense.js" />
|
||||||
|
<Content Include="JsLibraries\backbone.marionette.js" />
|
||||||
|
<Content Include="JsLibraries\jquery-1.8.2.js" />
|
||||||
|
<Content Include="JsLibraries\underscore.js" />
|
||||||
|
<Content Include="Web.config" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Web.Debug.config">
|
||||||
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
|
</None>
|
||||||
|
<None Include="Web.Release.config">
|
||||||
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Web" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||||
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||||
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
||||||
|
<ProjectExtensions>
|
||||||
|
<VisualStudio>
|
||||||
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||||
|
<WebProjectProperties>
|
||||||
|
<UseIIS>True</UseIIS>
|
||||||
|
<AutoAssignPort>True</AutoAssignPort>
|
||||||
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
||||||
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||||
|
<IISUrl>http://localhost:55352/</IISUrl>
|
||||||
|
<NTLMAuthentication>False</NTLMAuthentication>
|
||||||
|
<UseCustomServer>False</UseCustomServer>
|
||||||
|
<CustomServerUrl>
|
||||||
|
</CustomServerUrl>
|
||||||
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
||||||
|
</WebProjectProperties>
|
||||||
|
</FlavorProperties>
|
||||||
|
</VisualStudio>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
<Target Name="BeforeBuild">
|
||||||
|
</Target>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
</Target>
|
||||||
|
-->
|
||||||
|
</Project>
|
35
NzbDrone.Backbone/Properties/AssemblyInfo.cs
Normal file
35
NzbDrone.Backbone/Properties/AssemblyInfo.cs
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
// General Information about an assembly is controlled through the following
|
||||||
|
// set of attributes. Change these attribute values to modify the information
|
||||||
|
// associated with an assembly.
|
||||||
|
[assembly: AssemblyTitle("NzbDrone.Backbone")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("NzbDrone.Backbone")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2013")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
|
// to COM components. If you need to access a type in this assembly from
|
||||||
|
// COM, set the ComVisible attribute to true on that type.
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
|
[assembly: Guid("38803427-6a7a-4ab1-9274-625bff21e9c0")]
|
||||||
|
|
||||||
|
// Version information for an assembly consists of the following four values:
|
||||||
|
//
|
||||||
|
// Major Version
|
||||||
|
// Minor Version
|
||||||
|
// Build Number
|
||||||
|
// Revision
|
||||||
|
//
|
||||||
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||||||
|
// by using the '*' as shown below:
|
||||||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
30
NzbDrone.Backbone/Web.Debug.config
Normal file
30
NzbDrone.Backbone/Web.Debug.config
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||||
|
|
||||||
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||||
|
<!--
|
||||||
|
In the example below, the "SetAttributes" transform will change the value of
|
||||||
|
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||||
|
finds an attribute "name" that has a value of "MyDB".
|
||||||
|
|
||||||
|
<connectionStrings>
|
||||||
|
<add name="MyDB"
|
||||||
|
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||||
|
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||||
|
</connectionStrings>
|
||||||
|
-->
|
||||||
|
<system.web>
|
||||||
|
<!--
|
||||||
|
In the example below, the "Replace" transform will replace the entire
|
||||||
|
<customErrors> section of your web.config file.
|
||||||
|
Note that because there is only one customErrors section under the
|
||||||
|
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||||
|
|
||||||
|
<customErrors defaultRedirect="GenericError.htm"
|
||||||
|
mode="RemoteOnly" xdt:Transform="Replace">
|
||||||
|
<error statusCode="500" redirect="InternalError.htm"/>
|
||||||
|
</customErrors>
|
||||||
|
-->
|
||||||
|
</system.web>
|
||||||
|
</configuration>
|
31
NzbDrone.Backbone/Web.Release.config
Normal file
31
NzbDrone.Backbone/Web.Release.config
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||||
|
|
||||||
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||||
|
<!--
|
||||||
|
In the example below, the "SetAttributes" transform will change the value of
|
||||||
|
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||||
|
finds an attribute "name" that has a value of "MyDB".
|
||||||
|
|
||||||
|
<connectionStrings>
|
||||||
|
<add name="MyDB"
|
||||||
|
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||||
|
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||||
|
</connectionStrings>
|
||||||
|
-->
|
||||||
|
<system.web>
|
||||||
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||||
|
<!--
|
||||||
|
In the example below, the "Replace" transform will replace the entire
|
||||||
|
<customErrors> section of your web.config file.
|
||||||
|
Note that because there is only one customErrors section under the
|
||||||
|
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||||
|
|
||||||
|
<customErrors defaultRedirect="GenericError.htm"
|
||||||
|
mode="RemoteOnly" xdt:Transform="Replace">
|
||||||
|
<error statusCode="500" redirect="InternalError.htm"/>
|
||||||
|
</customErrors>
|
||||||
|
-->
|
||||||
|
</system.web>
|
||||||
|
</configuration>
|
13
NzbDrone.Backbone/Web.config
Normal file
13
NzbDrone.Backbone/Web.config
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
For more information on how to configure your ASP.NET application, please visit
|
||||||
|
http://go.microsoft.com/fwlink/?LinkId=169433
|
||||||
|
-->
|
||||||
|
|
||||||
|
<configuration>
|
||||||
|
<system.web>
|
||||||
|
<compilation debug="true" targetFramework="4.0" />
|
||||||
|
</system.web>
|
||||||
|
|
||||||
|
</configuration>
|
17
NzbDrone.Backbone/app.js
Normal file
17
NzbDrone.Backbone/app.js
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
NzbDrone = new Backbone.Marionette.Application();
|
||||||
|
|
||||||
|
NzbDrone.MyRouter = Backbone.Marionette.AppRouter.extend({
|
||||||
|
|
||||||
|
// "someMethod" must exist at controller.someMethod
|
||||||
|
appRoutes: {
|
||||||
|
"add": "AddSeries",
|
||||||
|
"add/new": "AddNewSeries",
|
||||||
|
"add/existing": "AddExistingSeries",
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
NzbDrone.addInitializer(function (options) {
|
||||||
|
new NzbDrone.MyRouter();
|
||||||
|
Backbone.history.start();
|
||||||
|
});
|
26
NzbDrone.sln
26
NzbDrone.sln
@ -53,6 +53,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NzbDrone.Api", "NzbDrone.Ap
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NzbDrone.Console", "NzbDrone\NzbDrone.Console.csproj", "{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NzbDrone.Console", "NzbDrone\NzbDrone.Console.csproj", "{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NzbDrone.Backbone", "NzbDrone.Backbone\NzbDrone.Backbone.csproj", "{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@ -529,6 +531,30 @@ Global
|
|||||||
{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}.Services|x64.ActiveCfg = Release|x86
|
{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}.Services|x64.ActiveCfg = Release|x86
|
||||||
{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}.Services|x86.ActiveCfg = Release|x86
|
{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}.Services|x86.ActiveCfg = Release|x86
|
||||||
{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}.Services|x86.Build.0 = Release|x86
|
{3DCA7B58-B8B3-49AC-9D9E-56F4A0460976}.Services|x86.Build.0 = Release|x86
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Pilot|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Pilot|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Pilot|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Pilot|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Pilot|x64.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Pilot|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Release|x64.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Services|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Services|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Services|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Services|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Services|x64.ActiveCfg = Release|Any CPU
|
||||||
|
{80E3C7B9-63D7-4865-A37C-FE4D3C9AABDA}.Services|x86.ActiveCfg = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
Loading…
Reference in New Issue
Block a user