Commit Graph

  • b5c7135d24 Do not try to rename files if the source and destination path are the same. markus101 2011-02-23 17:41:18 -0800
  • 9ffe8ea4cd Fixed the badly broken Renaming, it will now only attempt to rename episodes with files and works with multi-episode files. markus101 2011-02-23 17:23:58 -0800
  • e7cabfe235 Fixed Episode to EpisodeFile relationship (So getting the EpisodeFIle gets associated Episode(s) as well. markus101 2011-02-23 16:40:11 -0800
  • 568a9d1d24 UI Cleanup for Series Index and Details. markus101 2011-02-23 09:09:13 -0800
  • d0a9851a4c RenameAll implemented in view and Controller + Rename Series, Season & Episode in Controller markus101 2011-02-22 22:49:02 -0800
  • 9d24ccd97a Fixes for Episode to EpisodeFile mapping. markus101 2011-02-22 22:23:59 -0800
  • ce6bcbfec1 EpisodeFile parsing was incorrect due to change of relationship with Episode markus101 2011-02-22 16:26:03 -0800
  • 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile. markus101 2011-02-22 00:13:16 -0800
  • 738700537e Episode RenamingProvider created, allows renaming by Every Episode for Every Series, by Series, by Season, or individual Episodes. markus101 2011-02-21 22:22:40 -0800
  • 2a8b598f4f EpisodeFile now has a list of Episodes (support for multi-episode files), was reversed before. markus101 2011-02-21 22:12:53 -0800
  • 737330d48b Added NzbTitle to History item and will set it when adding to the DB. markus101 2011-02-21 17:05:56 -0800
  • c448c17605 Add to History when SAB receives the NZB and set episode.status to grabbed. markus101 2011-02-18 08:36:50 -0800
  • 88ad555e75 Delete is setup, just need to add a link to follow through on the delete. markus101 2011-02-17 22:49:23 -0800
  • dbca3a1974 Added UpdateSeries to SeriesProvider. markus101 2011-02-17 18:50:40 -0800
  • d3b7d199ab Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId markus101 2011-02-17 09:45:02 -0800
  • 83ee068d45 Removed an extra file, VS changed things on me. markus101 2011-02-16 18:18:08 -0800
  • 21ac5d804c RssSync improvements and fixes. markus101 2011-02-16 18:17:01 -0800
  • a413a9d53d Fixed unit tests. markus101 2011-02-16 18:15:48 -0800
  • 445e2f59b9 Fixed SabProvider and Unit Tests for it. markus101 2011-02-16 18:14:41 -0800
  • 13ab28586f More comprehensive check to see if we want this episode, will now compare episodeFile with the episode from the feed to see if it is wanted (Quality and Proper) markus101 2011-02-16 08:37:28 -0800
  • 309e1ba249 Fixed issue with storing and retrieving quality profile, checking the profile. markus101 2011-02-16 00:16:14 -0800
  • a7780fab67 Issue with overwriting user settings for Indexers resolved. markus101 2011-02-15 23:58:39 -0800
  • d83ae9895c Removed conflicting JavaScript additions, that broke Series Details. markus101 2011-02-15 22:23:28 -0800
  • 735668f7b3 Fixed a bug with converting default quality profile from config when adding a new series. markus101 2011-02-15 20:44:19 -0800
  • da79ad147e New series will be added monitored and quality will be set to default quality. markus101 2011-02-14 19:48:39 -0800
  • 9a7eb8d552 Save button will be disabled until page is loaded, prevents issues with user presses save before the page is fully loaded (and AJAX is used to save). markus101 2011-02-14 17:59:23 -0800
  • ff44d05a72 Clean up SettingsController to not check for Null's as empty strings will not be null when returned. markus101 2011-02-14 17:20:17 -0800
  • b2524cf697 Validation changes, moved JS for Client-Side validation to Settings/Index.aspx markus101 2011-02-14 16:45:31 -0800
  • baeda11ece Cleaned up Quality partial page. markus101 2011-02-11 22:10:38 -0800
  • e7cbc4cbcf Added additional priorities supported by SABnzbd. markus101 2011-02-11 00:12:44 -0800
  • 3a9f053a17 More layout changes for Download Settings to get validation looking better. markus101 2011-02-10 23:48:40 -0800
  • 6e66a7a27f Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet. markus101 2011-02-10 17:22:29 -0800
  • 6690139616 Fixed an issue where the RssSyncTimer was not updating the NextInterval variable after expiring the first time. markus101 2011-02-09 23:18:07 -0800
  • 0fc75e8907 TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series. markus101 2011-02-09 22:51:04 -0800
  • fd4cf86694 EpisodeProvider - RefreshSeasonInfo by Season added, updates only the supplied season. markus101 2011-02-09 22:42:46 -0800
  • ac20da426b SeasonProvider GetLatestSeason added markus101 2011-02-09 22:41:24 -0800
  • 57f5b3ddc2 RSS Sync Timer Implemented using System.Timers.Timer markus101 2011-02-08 17:23:01 -0800
  • 1086404152 Fixed bug with moving Quality to an empty list, which made new profiles useless (Quality Settings) markus101 2011-02-08 09:52:54 -0800
  • b32c539c71 Quality Settings UI updated some more. markus101 2011-02-07 23:08:38 -0800
  • 4b4499b4a2 Deleting of Qualities now works. markus101 2011-02-07 13:22:45 -0800
  • 2ba6057ec7 Quality config complete (needs to look better, but it is functional, minus deleting). markus101 2011-02-05 23:13:17 -0800
  • 6d790f8939 Quality now has sortable lists for configuring Profiles, saving not implemented yet. markus101 2011-02-05 18:52:49 -0800
  • be6bdbc483 Quality Config, Dynamically add new User Profiles, just need to get them to save. markus101 2011-02-05 10:27:14 -0800
  • d083d653db Fixed updating of Default Qualities in CentralDispatch. markus101 2011-02-04 22:07:25 -0800
  • 48e5b36936 Fixed logging for Settings Controller and QualityProvider markus101 2011-02-03 18:58:02 -0800
  • 519e2df560 added missing file Keivan 2011-02-03 17:00:55 -0800
  • bfef6166f5 some changes to unmapped view Keivan 2011-02-03 16:48:09 -0800
  • 16fcda18c3 fixed episode parse, profile storage Keivan 2011-02-03 12:09:19 -0800
  • ca27c75df5 simplified quality fixed some broken tests Keivan 2011-02-03 11:47:51 -0800
  • 764f67f8e8 JquerySimpleDropdown menu added, not sure of full usage yet. markus101 2011-02-03 10:28:14 -0800
  • 9f0e512f5f Returned missing Graphics, CSS and JavaScript files. markus101 2011-02-02 18:49:52 -0800
  • 3b63cfb5d2 Added Quality Provider to interface with QualityProfiles. markus101 2011-02-02 17:07:36 -0800
  • 9eaec6a2e9 Merge branch 'master' of git://github.com/kayone/NzbDrone markus101 2011-02-01 15:02:41 -0800
  • 1d3dc564f2 Updated telerik to Version: 2010.3 1318 (Jan 18, 2011) Keivan 2011-02-01 14:58:44 -0800
  • 1cf5e55e61 Added in Bluray 1080P Quality Type. markus101 2011-01-31 17:01:49 -0800
  • 63336ed58d Added Timer, will hold timer information for RSS Sync and eventually backlog searching. markus101 2011-01-30 23:42:44 -0800
  • e199843c92 Fixed the details view for episodes so it shows the Overview when clicked. markus101 2011-01-30 19:24:21 -0800
  • c40f18e66f Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title. markus101 2011-01-30 17:30:59 -0800
  • ea77428b1c Fixed unit tests. markus101 2011-01-29 12:03:47 -0800
  • da979639ba More config pages have been added. AJAX to save. Order with jquery sortable. markus101 2011-01-28 22:10:22 -0800
  • 65ecd58111 Updated Telerik MVC to Version: 2010.3 1110 (Nov 10, 2010) Keivan 2010-12-02 10:51:22 -0800
  • ac1a8b4e50 Merge remote branch 'scott/master' Keivan 2010-11-06 10:23:42 -0700
  • d5a869ac54 Parse UNC paths Scott Schlesier 2010-11-06 09:01:46 -0700
  • 153e013afb cleaned up css Keivan 2010-11-06 08:43:13 +0800
  • 7bb63d0451 cleaned up css Keivan 2010-11-05 17:43:13 -0700
  • bf1ff29519 look right in IE, all episodes are ajax loaded. Keivan 2010-10-29 20:46:32 -0600
  • c9bc063a9c Updated log appearance. Keivan 2010-10-24 10:35:58 -0700
  • fa0af257ff fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI Keivan 2010-10-24 00:46:58 -0700
  • c8a8fb4d62 Fixed notification issues Keivan 2010-10-20 18:49:23 -0700
  • 41d9b0364f updated Ninject and Ninject.Web.Mvc Keivan 2010-10-18 11:04:07 -0700
  • 9c7500d4ae updated notification ui Keivan 2010-10-17 23:06:16 -0700
  • 273de41d23 Cleaned up logging code Keivan 2010-10-17 10:22:48 -0700
  • c597363bf8 Updated logging and instrumentation Keivan 2010-10-15 00:10:44 -0700
  • b59d9f13b1 Oh Hai IIS Keivan 2010-10-13 23:29:01 -0700
  • edf289ec51 fixed notitfication.js Keivan 2010-10-12 19:48:35 -0700
  • 76379341a7 Added series update notification. Keivan 2010-10-11 19:49:27 -0700
  • 76dee4aff2 Merge branch 'master' of git://github.com/markus101/NzbDrone Keivan 2010-10-11 18:15:08 -0700
  • 3157ee4aba Updated EpisodeProvider methods markus101 2010-10-10 14:20:43 -0700
  • eaca7543cd fixed ninjet's race condition Keivan 2010-10-10 13:28:02 -0700
  • 30d38eead6 fixed ninjet's race condition Keivan 2010-10-10 12:00:07 -0700
  • b112e28b80 Merged in rob's UPnP code Keivan 2010-10-08 00:10:26 -0700
  • 014c4b675f Play Pause and Stop all working nothingmn 2010-10-07 22:50:01 -0700
  • dfbf13b868 Updated UPnP so it does disco async, updated DiscoProviders to handle that approriately, Added JsonAction result with JS Ajax call for client side detection, on a timer for media controllers nothingmn 2010-10-07 22:04:25 -0700
  • 78dba9c668 Added Media Disco Providers - these will be used to auto detect media providers on the LAN nothingmn 2010-10-07 21:34:32 -0700
  • 92e0a8f1a4 Added Media Provider Interface and XBMC's implementation nothingmn 2010-10-07 21:19:05 -0700
  • 95c368fd04 Added UPnP reference to Core nothingmn 2010-10-07 21:06:43 -0700
  • cd91913a4c Added UPnP library nothingmn 2010-10-07 20:45:09 -0700
  • 27d86a8540 Added Notification System, Renamed Repository to Entities Keivan 2010-10-07 20:35:04 -0700
  • 9c7355f3fb Cleaned up some tests Keivan 2010-10-07 15:17:24 -0700
  • 81e155ae42 Added basic episode support Keivan 2010-10-04 23:21:18 -0700
  • 606140832d Refactored SeriesController. Updated Post title parse. Keivan 2010-10-03 18:00:50 -0700
  • 0ab173dd39 merge with remote Keivan 2010-10-02 12:10:37 -0700
  • afafc6b032 pretty... Keivan 2010-10-02 12:01:43 -0700
  • 9d52229e04 Updated folder mapping logic. Added unmapped folder view. Keivan 2010-09-30 20:56:08 -0700
  • beaf0cf939 Updated subsonic to latest nightly build Keivan 2010-09-30 17:09:22 -0700
  • 899e5a9a22 aFixed QualityProfile storage test Keivan 2010-09-29 23:59:00 -0700
  • 27164d422c fixed sql lite x64/x86 issue Keivan 2010-09-29 18:39:25 -0700
  • 26c03d7162 Added broken tests Keivan 2010-09-29 10:19:18 -0700
  • bca2e0c6b1 Added more stubbed mothods and providers Keivan 2010-09-28 13:44:33 -0700
  • 8d47bcbe5e Rearanged episodes object, added method stubs Keivan 2010-09-28 12:32:19 -0700