Commit Graph

194 Commits

Author SHA1 Message Date
kay.one 6e88f55a54 cleaned up parsing logic and structure. 2013-04-14 18:41:39 -07:00
Keivan Beigi 339dd5a1dd updated to NLog 2.0.1.2 2013-04-12 15:37:15 -07:00
Keivan Beigi 2eb3ead230 fixed indexer setting load/reload. 2013-04-10 16:44:59 -07:00
Keivan Beigi 1465fbf499 extracted interface fom HttpProvider 2013-04-10 16:44:58 -07:00
Keivan Beigi d81e0885c3 updated json.net from 4.5.11 to 5.0.2 2013-04-09 18:03:15 -07:00
kay.one a6a4932b44 rewrite of indexer/episode search 2013-04-07 00:30:37 -07:00
Keivan Beigi aacc53d882 replaced autofac with TinyIoC 2013-04-02 19:20:05 -07:00
kay.one 048162a0ef fixed more tests. 2013-03-31 23:22:16 -07:00
kay.one a052a9389e fully replaced TVDB with Trakt.tv 2013-03-31 13:25:39 -07:00
kay.one af3282630f event aggregator is singleton to prevent it from being disposed. 2013-03-30 15:43:19 -07:00
kay.one f2886d89de Autofac registrations are not singleton anymore. 2013-03-30 15:14:33 -07:00
kay.one 150b1902e9 no more Nzbdrone.Web in any of the paths. 2013-03-30 14:29:02 -07:00
Keivan Beigi 3b22c087c6 creating powershell build and package script 2013-03-28 17:12:40 -07:00
kay.one 63ba1ed026 removed some unneeded references. 2013-03-25 23:48:48 -07:00
markus101 4bb4faf626 Migrations
Still need to remove System.Data.Sqlite, prefer an option in OrmLite to pluralize table names.
2013-03-25 23:19:55 -07:00
markus101 ebbf5ea21f First steps for SQLite 2013-03-25 23:19:49 -07:00
Mark McDowall 29ec800996 Run Nancy SelfHost locally only
Will run locally when URL hasn't been registered and not running in administrator context.
2013-03-25 21:03:40 -07:00
markus101 6ec700c632 NancySelfHost under Non-Admin Accounts 2013-03-25 21:03:39 -07:00
Keivan Beigi 10f4dd5a60 removed unused dependencies. 2013-03-05 11:58:53 -08:00
kay.one d1ba892e45 Added IHandleAsync, these handlers will be run async and in parallel to each other. 2013-03-04 22:25:05 -08:00
kay.one 50674d388c more project clean up. 2013-03-04 21:33:34 -08:00
kay.one 62f15d4d96 season list is properly populated in series details. 2013-03-03 15:21:53 -08:00
kay.one ba68dd9386 removed TvdbLib.dll using the embedded wattvdb.codeplex.com 2013-03-02 11:33:17 -08:00
kay.one beb2f7c7fd removed sqlce 2013-03-02 10:25:39 -08:00
Keivan Beigi 8900bbb3a1 main app cleanup. 2013-02-28 23:05:24 -08:00
kay.one 651c7c095a removed logconfiguration 2013-02-27 22:59:36 -08:00
Keivan Beigi c935db93dd config file based logging configuration. 2013-02-27 18:43:01 -08:00
kay.one 554924a522 post grab notification and updates are now using the new EventAggregator 2013-02-24 11:18:48 -08:00
Mark McDowall 6296e425d3 Added toastr, fullcalendar, start of API for Calendar.
Sending headers for DownloadString and DownloadFile in addition to DownloadStream.
2013-02-23 15:08:44 -08:00
kay.one c35682376e added sample event for series added 2013-02-23 12:34:51 -08:00
kay.one 66972e5bc6 simplified EventAggregator 2013-02-23 12:09:44 -08:00
Keivan Beigi b5644bf660 moved series/season/episodes to object db. 2013-02-19 18:05:15 -08:00
Keivan Beigi 6ffa4e0568 NzbDrone is getting on a bus! (added EventAggregator) 2013-02-18 18:37:16 -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 a4ee4a913f ignore WindowsService tests in *nix systems. 2013-02-17 20:13:23 -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
kay.one aeae9d75d1 fixed jobprovider teardown breaking in mono. 2013-02-17 08:09:49 -08:00
kay.one 63cf7a3b85 app now starts up,
added monodevelop, siaodb files to git.ignore
2013-02-16 20:59:35 -08:00
kay.one a0d0e4715e fixed some tests, cleaned up root folders. 2013-02-16 20:48:19 -08:00
kay.one 2903d5d581 WTFFFFF! 2013-02-16 15:29:21 -08:00
kay.one 6c289f4482 ApplicationPath is actuall app path in mono. 2013-02-16 15:19:09 -08:00
kay.one 83186ba87b wtf git extentions? 2013-02-16 14:44:35 -08:00
kay.one 885688f4c2 more dynamic binding to sqlce 2013-02-16 14:36:29 -08:00
kay.one 2873fc9f6d replaced compile time with runtime mono check. 2013-02-16 14:24:58 -08:00
kay.one 88b06e8747 added mono build config 2013-02-16 14:01:18 -08:00
kay.one 9e4bb278ef moved rootdir to eloquera 2013-02-15 16:52:48 -08:00
kay.one 0155de4d92 registered eloquere db with autofac. 2013-02-15 16:52:48 -08:00
Keivan Beigi 86e554010d Revert "updated autofac to 3.0"
This reverts commit 4f6e928b4e650750c38f8bab8dbd36146c00933f.
2013-02-15 16:52:41 -08:00