1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 23:57:20 +02:00
Commit Graph

131 Commits

Author SHA1 Message Date
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
eee24aff1d Tests added
Series metadata will be created when series info is refreshed (and on
add)
2012-07-12 11:30:43 -07:00
Mark McDowall
0a526951b6 Fixed: Daily episode parsing is less greedy. 2012-05-14 16:21:31 -07:00
Keivan Beigi
057e248f8f Fixed: Re-enabled monitoring provider. 2012-05-10 17:04:44 -07:00
kay.one
a2d4b59002 Updated exceptron driver 2012-04-30 16:08:00 -07:00
kay.one
16eecb3b4f Updated to exceptron api v1a 2012-04-29 18:24:24 -07:00
kay.one
aff17f7767 Exceptions are now sent to exceptrack 2012-04-22 16:14:02 -07:00
Mark McDowall
a00c20c1af Fixed spelling of enviroment provider (Environment). :) 2012-03-06 18:59:43 -08:00
kay.one
517c62c524 Debugger can attach to visual studio 11 debugger automatically. 2012-03-03 20:39:50 -08:00
kay.one
1787852360 Monitoring provider will no longer throw on Ensure priority.
Fix: Issue where an uncritical subsystem could crash the app.
2012-03-02 12:00:45 -08:00
kay.one
7a3f7bf67c Fixed: Exceptions during Upgrade and AppStart are reported correctly. 2012-03-01 17:57:36 -08:00
kay.one
786e38763a Fixed ping for servers with windows auth enabled. 2012-02-10 17:43:07 -08:00
kay.one
5ecbdd3e64 Package cleanup 2012-02-10 16:48:20 -08:00
kay.one
5717b7f596 New: Rewrite of download decision engine. 2012-02-06 21:14:55 -08:00
kay.one
174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues. 2012-02-04 22:50:41 -08:00
kay.one
2009693787 Fix: Indexers that are enabled but aren't configured correctly will be skipped during rss/search 2012-01-31 17:38:05 -08:00
kay.one
4ea475d428 New: NzbDrone is now preloaded on start. making accessing it for the first time after a restart or update a lot faster. 2012-01-25 17:32:37 -08:00
kay.one
d1e3298da1 Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
Mark McDowall
691a004d39 Added SecurityProvider to deal with administrative tasks (Url Registering and FW Port Opening). 2012-01-16 23:17:58 -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
70dcacb41b Monitoring provider now skips if Windows Auth is enabled. 2012-01-13 14:16:33 -08:00
kay.one
3d902ad98c Update Framework version detection. 2012-01-09 14:10:44 -08:00
kay.one
bd82609c41 App will now redirect users that don't have full version of .net to download page. 2012-01-09 14:01:18 -08:00
kay.one
9be08b810e Nzbdrone.exe file logging 2011-12-19 11:32:52 -08:00
kay.one
def450290f Removed ping from service start to speed up service start time. 2011-12-01 21:44:43 -08:00
kay.one
35cddf08df Added Service install/uninstall batch files 2011-12-01 21:44:13 -08:00
kay.one
910efb5941 Some minor clean-up. 2011-11-25 18:06:40 -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
115b06821e Cleaned up Environment.ApplicationPath 2011-11-20 16:52:40 -08:00
kay.one
6778a6ed99 Moved duplicated NormalizePath method to PathExtentions 2011-11-20 16:35:29 -08:00
kay.one
e35a4bf8ac Fixed an upgrade/service bug where it would try to stop an already stopped service. 2011-11-14 18:38:15 -08:00
kay.one
571998e70e better PID environment variable handling. 2011-11-13 20:22:53 -08:00
kay.one
bc5307a4d3 Fixed Environment Variable conflict in IISProvider 2011-11-13 19:37:36 -08:00
kay.one
6369d4f817 Update updates ;) 2011-11-13 18:54:09 -08:00
kay.one
51518787d8 Lots of initialization, configuration clean up. 2011-11-13 16:22:18 -08:00
kay.one
62013f6f87 Fixed app startup issue. 2011-11-13 13:06:04 -08:00
kay.one
79b3a22c9a Fixed some exception logging where exceptions weren't logged. 2011-11-13 12:42:12 -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
Mark McDowall
0a8f8fadc4 Stop IIS from writing "iisexpress" to the console, over and over. 2011-11-11 22:27:31 -08:00
kay.one
ae9e941b30 AssemblyInfo version cleanup. 2011-11-08 10:48:37 -08:00
kay.one
157bcd8b0f AssemblyInfo.cs cleanup 2011-11-08 09:48:34 -08:00
kay.one
5aecd63d09 Update FluentAssertion to 1.6 2011-10-31 18:47:39 -07:00
kay.one
c1cf29757f Unit test should now run in a machine with NzbDrone installed as a service with no side effects. 2011-10-26 10:15:47 -07:00
kay.one
4ae268b8e5 lots of different things ;) 2011-10-23 22:54:09 -07: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
kay.one
f1248d12c6 Better exception handling in NzbDrone.exe 2011-10-16 18:42:20 -07:00