1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Commit Graph

57 Commits

Author SHA1 Message Date
Mark McDowall
c5b845cbee Removed tvdblib from tests
Added settings to API
2013-03-02 13:37:28 -08:00
Keivan Beigi
8900bbb3a1 main app cleanup. 2013-02-28 23:05:24 -08:00
Keivan Beigi
324b5e3b80 fixed some broken tests. 2013-02-18 17:57:28 -08:00
Keivan Beigi
68128809c9 started to remove iisexpress. 2013-02-18 17:13:42 -08:00
kay.one
97398f604b removed mono/pilot build configs. 2013-02-17 21:49:25 -08:00
kay.one
7093f352fe splited MVC and nancy application
backbone app is now fully served from nancy including css,js,html
2013-02-17 18:13:21 -08:00
kay.one
b0940ed8de upgraded to autofac 3. created nancy only mode for nzbdrone.exe /n 2013-02-17 11:19:38 -08:00
Mark McDowall
c55099ce5a Added custom sorting to table sorter 2013-02-16 17:19:00 -08:00
kay.one
88b06e8747 added mono build config 2013-02-16 14:01:18 -08:00
Mark McDowall
2a72063c19 BacklogSetting is now editable. 2013-02-15 16:52:55 -08:00
Keivan Beigi
86e554010d Revert "updated autofac to 3.0"
This reverts commit 4f6e928b4e650750c38f8bab8dbd36146c00933f.
2013-02-15 16:52:41 -08:00
Keivan Beigi
8a5a326480 updated autofac to 3.0 2013-02-15 16:52:39 -08:00
Mark McDowall
08e7490ac5 Re-fix for hidden console CPU + added tray icon
New: Tray Icon visible when running without console window
2013-01-29 18:23:17 -08:00
Mark McDowall
1ef6906dc1 Merge branch 'autofac'
Conflicts:
	NzbDrone.Common/IISProvider.cs
	NzbDrone.Core/CentralDispatch.cs
2013-01-06 01:14:52 -08:00
Mark McDowall
125703a2fa Hidden startup, shutodwn and restart
New: Run without console window by default
New: Added NzbDrone.Console to run with console window
New: Shutdown from UI
New: Restart from UI
2013-01-06 00:25:45 -08:00
Mark McDowall
924d3d0c8e Hello Autofac, Goodbye Ninject 2013-01-02 17:09:13 -08:00
Mark McDowall
64468cd9ed Upgraded nuget packages, Ninject 3, SignalR 5 2012-11-03 11:23:47 -07:00
kay.one
0eab46ce32 removed exceptioneer, updated ninject refrence for update. 2012-09-25 18:57:24 -07:00
Mark McDowall
a7fd486b03 Change episode file quality
New: Ability to change the quality of an episode in the database
2012-09-03 16:26:52 -07:00
markus101
7f9200dba5 Saved project file 2012-07-29 11:05:06 -07:00
Mark McDowall
0a526951b6 Fixed: Daily episode parsing is less greedy. 2012-05-14 16:21:31 -07:00
kay.one
a2d4b59002 Updated exceptron driver 2012-04-30 16:08:00 -07:00
kay.one
786e38763a Fixed ping for servers with windows auth enabled. 2012-02-10 17:43:07 -08:00
kay.one
850880de47 Replaced ServiceInstall.bat/ServiceUninstall.bat with exe files that automatically elevate user permissions. 2012-01-16 23:12:22 -08:00
kay.one
35cddf08df Added Service install/uninstall batch files 2011-12-01 21:44:13 -08:00
kay.one
d73853f08b Update provider now closes all orphaned IISExpress instances before update. 2011-11-20 17:13:58 -08:00
kay.one
72d0fc50ed Alot of refactoring. 2011-11-12 23:27:16 -08:00
kay.one
18b10d45c6 Fixed build error. 2011-11-12 20:22:13 -08:00
kay.one
8a7bc7bf80 Removed unused references. 2011-11-12 20:16:54 -08:00
kay.one
157bcd8b0f AssemblyInfo.cs cleanup 2011-11-08 09:48:34 -08:00
kay.one
fb0b505bf4 Added NzbDrone.Update, refactored some common wrappers to NzbDrone.Common 2011-10-22 22:26:43 -07:00
kay.one
ea05635fd3 Moved NLog, Fluentassertion to Nuget. 2011-10-20 01:02:12 -07:00
Keivan Beigi
6f3065d5ab More work on WindowsService, still broken 2011-10-13 18:22:51 -07:00
Keivan Beigi
6b7923bd52 Windows service is half working, 2011-10-12 19:24:30 -07:00
kay.one
87fe19ab4e Added compile date to footer 2011-10-11 19:39:46 -07:00
kay.one
ba11b34099 Service (work in progress) 2011-10-11 00:11:05 -07:00
kay.one
012fa88301 Merge branch 'markus' into kay.one
Conflicts:
	NzbDrone/NzbDrone.csproj
	NzbDrone/Providers/ConfigProvider.cs
2011-10-09 10:45:08 -07:00
kay.one
495d7b8595 More code to support service, isn't working yet. (Console still works fine) 2011-10-08 19:16:11 -07:00
Mark McDowall
e941aef9f2 Configuring the AuthenticationType from the WebUI will now work, just restart and NzbDrone will change the AuthenticationType on start. 2011-10-07 17:17:46 -07:00
kay.one
8bf4f81a04 More nzbdrone.exe refactoring. 2011-10-06 23:36:04 -07:00
kay.one
69ba365cd3 More NzbDrone.exe refactoring 2011-10-06 20:37:41 -07:00
Keivan Beigi
f3ca3e97f9 Starting to add windows service support, making nzbdrone.exe unit testable. 2011-10-06 18:30:44 -07:00
kay.one
06c70d13d1 Removed unnecessary IIS modules. 2011-07-03 19:02:25 -07:00
kay.one
1399ff15f2 moved all libraries out of NzbDrone.Core\Libraries to the root of the solution 2011-05-30 00:33:07 -07:00
kay.one
a6ad977114 Fixed import new series being stuck in a loop if an update failed
Seperated IndexerProviderTest from ProviderTests
Fixed some ToString() issues
Refactored IndexerBase/IndexerProvider
2011-05-26 19:12:28 -07:00
kay.one
623857eb90 Merge branch 'markus101'
Conflicts:
	NzbDrone.Web/NzbDrone.Web.Publish.xml
2011-04-24 20:53:04 -07:00
kay.one
d3471b5bbb Downgraded some logs 2011-04-24 20:51:18 -07:00
Mark McDowall
5a4bedc34d Added an icon to the NzbDrone project (and set as the icon for that compiled application). 2011-04-24 19:44:01 -07:00
Keivan
c8a8fb4d62 Fixed notification issues
Added basic support for file scan
Major redactor of ReportTitle/File parsing
Updated Ninject/Ninject.MVC
Removed dependency from Microsoft.Web.Administration
reactored Episode repository structure
2010-10-20 18:49:23 -07:00
Keivan
273de41d23 Cleaned up logging code
Added udp logging
Added SyncProvider to provide async long running tasks
Refactored SyncSeries to SyncProvider
Episode Info is now fetched automatically
Optimized RefreshEpisodeInfo for better performance
2010-10-17 10:25:27 -07:00