Commit Graph

1590 Commits (42849d3276e82ea5bd7b307de5c37642e2614026)

Author SHA1 Message Date
markus101 e7cabfe235 Fixed Episode to EpisodeFile relationship (So getting the EpisodeFIle gets associated Episode(s) as well.
14 years ago
markus101 9d24ccd97a Fixes for Episode to EpisodeFile mapping.
14 years ago
markus101 ce6bcbfec1 EpisodeFile parsing was incorrect due to change of relationship with Episode
14 years ago
markus101 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile.
14 years ago
markus101 738700537e Episode RenamingProvider created, allows renaming by Every Episode for Every Series, by Series, by Season, or individual Episodes.
14 years ago
markus101 2a8b598f4f EpisodeFile now has a list of Episodes (support for multi-episode files), was reversed before.
14 years ago
markus101 737330d48b Added NzbTitle to History item and will set it when adding to the DB.
14 years ago
markus101 c448c17605 Add to History when SAB receives the NZB and set episode.status to grabbed.
14 years ago
markus101 88ad555e75 Delete is setup, just need to add a link to follow through on the delete.
14 years ago
markus101 dbca3a1974 Added UpdateSeries to SeriesProvider.
14 years ago
markus101 d3b7d199ab Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId
14 years ago
markus101 21ac5d804c RssSync improvements and fixes.
14 years ago
markus101 445e2f59b9 Fixed SabProvider and Unit Tests for it.
14 years ago
markus101 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)
14 years ago
markus101 309e1ba249 Fixed issue with storing and retrieving quality profile, checking the profile.
14 years ago
markus101 a7780fab67 Issue with overwriting user settings for Indexers resolved.
14 years ago
markus101 735668f7b3 Fixed a bug with converting default quality profile from config when adding a new series.
14 years ago
markus101 da79ad147e New series will be added monitored and quality will be set to default quality.
14 years ago
markus101 ff44d05a72 Clean up SettingsController to not check for Null's as empty strings will not be null when returned.
14 years ago
markus101 b2524cf697 Validation changes, moved JS for Client-Side validation to Settings/Index.aspx
14 years ago
markus101 e7cbc4cbcf Added additional priorities supported by SABnzbd.
14 years ago
markus101 6e66a7a27f Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet.
14 years ago
markus101 6690139616 Fixed an issue where the RssSyncTimer was not updating the NextInterval variable after expiring the first time.
14 years ago
markus101 0fc75e8907 TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series.
14 years ago
markus101 fd4cf86694 EpisodeProvider - RefreshSeasonInfo by Season added, updates only the supplied season.
14 years ago
markus101 ac20da426b SeasonProvider GetLatestSeason added
14 years ago
markus101 57f5b3ddc2 RSS Sync Timer Implemented using System.Timers.Timer
14 years ago
markus101 6d790f8939 Quality now has sortable lists for configuring Profiles, saving not implemented yet.
14 years ago
markus101 be6bdbc483 Quality Config, Dynamically add new User Profiles, just need to get them to save.
14 years ago
markus101 d083d653db Fixed updating of Default Qualities in CentralDispatch.
14 years ago
markus101 48e5b36936 Fixed logging for Settings Controller and QualityProvider
14 years ago
Keivan bfef6166f5 some changes to unmapped view
14 years ago
Keivan 16fcda18c3 fixed episode parse, profile storage
14 years ago
Keivan ca27c75df5 simplified quality fixed some broken tests
14 years ago
markus101 9f0e512f5f Returned missing Graphics, CSS and JavaScript files.
14 years ago
markus101 3b63cfb5d2 Added Quality Provider to interface with QualityProfiles.
14 years ago
markus101 1cf5e55e61 Added in Bluray 1080P Quality Type.
14 years ago
markus101 63336ed58d Added Timer, will hold timer information for RSS Sync and eventually backlog searching.
14 years ago
markus101 c40f18e66f Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title.
14 years ago
markus101 da979639ba More config pages have been added. AJAX to save. Order with jquery sortable.
14 years ago
Keivan 65ecd58111 Updated Telerik MVC to Version: 2010.3 1110 (Nov 10, 2010)
14 years ago
Scott Schlesier d5a869ac54 Parse UNC paths
14 years ago
Keivan 153e013afb cleaned up css
14 years ago
Keivan bf1ff29519 look right in IE, all episodes are ajax loaded.
14 years ago
Keivan c9bc063a9c Updated log appearance.
14 years ago
Keivan fa0af257ff fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
14 years ago
Keivan c8a8fb4d62 Fixed notification issues
14 years ago
Keivan 41d9b0364f updated Ninject and Ninject.Web.Mvc
14 years ago
Keivan 9c7500d4ae updated notification ui
14 years ago
Keivan 273de41d23 Cleaned up logging code
14 years ago
Keivan c597363bf8 Updated logging and instrumentation
14 years ago
Keivan b59d9f13b1 Oh Hai IIS
14 years ago
Keivan 76379341a7 Added series update notification.
14 years ago
Keivan 76dee4aff2 Merge branch 'master' of git://github.com/markus101/NzbDrone
14 years ago
markus101 3157ee4aba Updated EpisodeProvider methods
14 years ago
Keivan 30d38eead6 fixed ninjet's race condition
14 years ago
Keivan b112e28b80 Merged in rob's UPnP code
14 years ago
nothingmn 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
14 years ago
nothingmn 78dba9c668 Added Media Disco Providers - these will be used to auto detect media providers on the LAN
14 years ago
nothingmn 92e0a8f1a4 Added Media Provider Interface and XBMC's implementation
14 years ago
nothingmn 95c368fd04 Added UPnP reference to Core
14 years ago
nothingmn cd91913a4c Added UPnP library
14 years ago
Keivan 27d86a8540 Added Notification System, Renamed Repository to Entities
14 years ago
Keivan 9c7355f3fb Cleaned up some tests
14 years ago
Keivan 81e155ae42 Added basic episode support
14 years ago
Keivan 606140832d Refactored SeriesController. Updated Post title parse.
14 years ago
Keivan afafc6b032 pretty...
14 years ago
Keivan beaf0cf939 Updated subsonic to latest nightly build
14 years ago
Keivan 899e5a9a22 aFixed QualityProfile storage test
14 years ago
Keivan 26c03d7162 Added broken tests
14 years ago
Keivan bca2e0c6b1 Added more stubbed mothods and providers
14 years ago
Keivan 8d47bcbe5e Rearanged episodes object, added method stubs
14 years ago
Keivan de212f8b98 Fixed some resharper line breaks
14 years ago
Keivan d00744aafa Resharper code cleanup
14 years ago
Keivan c7286863b0 Removed redundent classes.
14 years ago
Keivan d18029fe5b removed feed. to be replaced with System.ServiceModel.Syndication.SyndicationItem
14 years ago
Keivan a49850cc89 refactored Episode, Added Quality Enum
14 years ago
Keivan 01c1943d0e Renamed all Core.Controllers to Core.Providers to avoid confusion between Core Controllers and MVC controllers
14 years ago
Keivan e2128d2235 Merged Mark's fork in
14 years ago
Keivan babe2735ee failed attempt to write a test for Series Controller
14 years ago
Keivan 020a7462c0 updated some tests
14 years ago
kay.one d870c82147 changed seriesid to string to avoid sqlite bug
14 years ago
markus101 f5cf44c2b3 New Web theme
14 years ago
kay.one 2c0469f76e fixed tvdblib xml cache path
14 years ago
kay.one 4d4a8198eb fixed show grid, added details page
14 years ago
kay.one 772452aa8b added tests for basic config set/get to db
14 years ago
kay.one 1620721efe fixed config post issue
14 years ago
kay.one d7bae9135c added settings view to mvc project
14 years ago
kay.one 036b2e7f4f updated the apppath logic and db location
14 years ago
kay.one 74ac3bb599 Initial Commit
14 years ago