Commit Graph

436 Commits (c9056998cfc5bab4be515eadb2c28f13b119742f)

Author SHA1 Message Date
Mark McDowall d120a61ccb Series/Details specials grid will be generated like all others.
13 years ago
Mark McDowall 66522b8109 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 1e9b279a9b Removed basic notification. client side notification should be used.
13 years ago
Mark McDowall 626b1407ee Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 1e9ae9a508 leftover notification code
13 years ago
Mark McDowall 350e0388de Updated JobProvider to allow jobs with two targets.
13 years ago
Mark McDowall bf17b63d2b Shitty merge, manually fixed it.
13 years ago
Mark McDowall ef16e72b09 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 5ab07d7028 Added instant notification framework
13 years ago
Mark McDowall 127af22fe9 Fixed settings saving notifications, duplicate keys.
13 years ago
Mark McDowall aa82264774 Menus are now custom built, using AJAX loading of links where acceptable.
13 years ago
Mark McDowall 3507b97887 Settings save buttons are disabled until jQuery loads and attribute is removed (prevents saving without ajax if saving too quickly).
13 years ago
Mark McDowall 4f68d07c9a Fixed issue with missing episodes incorrectly using include specials.
13 years ago
Mark McDowall c88ead0585 Wired in the season and episode ignore saving.
13 years ago
Mark McDowall c32346e6ea New series ignore editor on Series/Details.
13 years ago
Mark McDowall e29fee9686 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall ee4b6c9442 ExternalNotifications enabled (Xbmc only right now).
13 years ago
kay.one b4fb3002a4 Updated Add Series
13 years ago
kay.one d640fa65e8 Fixed orphaned job issue in JobController
13 years ago
Mark McDowall 67299f0d97 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 348ff5a386 XbmcProvider updated to include new Json API methods.
13 years ago
kay.one 6393d0a3f9 Added Tests for CentralDispatch
13 years ago
kay.one b086414d75 some cleanup
13 years ago
kay.one 452b5c8f84 Renamed sorting config keys
13 years ago
kay.one 15aedfc847 some db/migration cleanup
13 years ago
kay.one 861026f743 Fixed some petapoco issue with insert.
13 years ago
kay.one 555e62fd17 fixed some notification issues
13 years ago
kay.one a1caa789fe Instant progress notifications. Now use comet instead of pooling.
13 years ago
kay.one c7a219ddc6 Merge branch 'markus101'
13 years ago
kay.one 94e16a6037 root dir is done
13 years ago
Mark McDowall dc44a81099 Settings views all cleaned up.
13 years ago
kay.one 7c05157f19 Merge branch 'markus101'
13 years ago
Mark McDowall 859c5246d9 Overhauled Settings/Quality
13 years ago
kay.one 3085bba59b more better
13 years ago
kay.one 9deea44c87 more root dir UI cleanup
13 years ago
kay.one 4253d0b4cb Merge branch 'markus101'
13 years ago
kay.one cece6e9bf6 Root Dir cleanup
13 years ago
Mark McDowall 63e303af3b New layout for Settings/Sabnzbd
13 years ago
Mark McDowall 87e9589761 Remove empty folders after importing new downloads.
13 years ago
Mark McDowall 342406784a Fixed seriesGrid query and tests.
13 years ago
Mark McDowall 938fa24a8e Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 69239bc371 Switched to SQLCE 4.0
13 years ago
Mark McDowall b6178c9eef Fixed an issue where RootPaths with a slash at the end would have double slash when adding a new Series.
13 years ago
Mark McDowall 3a065b86f1 Fixed series grid after save so it has proper counts.
13 years ago
kay.one cbfbb87926 fixed issue where series controller was still going to db for every file.
13 years ago
Mark McDowall ecd0fb50a8 Removed extra injects that weren't needed.
13 years ago
Mark McDowall 47b997326b Fixed failure when trying to add the first root dir (Missing Telerik scripts for combobox).
13 years ago
Mark McDowall 208feb7d19 CleanFileName when getting new filename from MediaFileProvider.
13 years ago
Mark McDowall 431d850d32 SeriesProvider gets QualityProfile in single call to DB.
13 years ago
Mark McDowall 86ab26e2d9 UpcomingProvider now gets Series in call for episodes.
13 years ago
Mark McDowall 7b5556199f Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 0972c956b8 HistoryProvider will return History Items with Episode and SeriesTitle.
13 years ago
kay.one 8b484601f6 Removed all warnings
13 years ago
Mark McDowall 8f4fe398ed Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one 0e86653d8a Fixed bug where status was shown instead of title on SeriesDetail page
13 years ago
Mark McDowall d28e94868c Parser will remove quotes before trying to get filename from the path.
13 years ago
kay.one 3ef17273fd HistoryProvider now uses PetaPoco
13 years ago
Mark McDowall 1f0e71c68e Merge with Kayone.
13 years ago
Mark McDowall 3dbb38b54f MediaFileProvider moved to PetaPoco.
13 years ago
kay.one 3cccb5858a Merge branch 'markus101'
13 years ago
kay.one 190ce6b142 ConfigProvider now uses PetaPoco
13 years ago
Mark McDowall c3d4732baa Adding a root dir will not add it to the DB until after it is saved, also will not save if the path is blank.
13 years ago
Mark McDowall c8ae3de292 Upcoming view will no longer hit the DB with the same request so many times.
13 years ago
Mark McDowall 3572855c34 History view will no longer hit the DB with the same request so many times.
13 years ago
kay.one add780b431 Ninject is now forced to use proper constructor.
13 years ago
Mark McDowall ad89618f58 Directory controller will now swallow errors that would otherwise return invalid data to the client (forcing an annoying alert to the client), no results are returned when this happens.
13 years ago
Mark McDowall bda226096b Auto complete for paths added. Config text boxes are now wider.
13 years ago
Mark McDowall 54e7092e2d Added new helper to find the best file size format given a long with file size in bytes.
13 years ago
Mark McDowall c4163d1e0d SabDropDirectory is now editable on Settings/Sabnzbd
13 years ago
Mark McDowall 560706ae8f Fixed Renaming of episodes to include extension.
13 years ago
Mark McDowall 96670d0567 AddSeries/Index will show the RotoDirs Panel if no root dirs are in the DB.
13 years ago
Mark McDowall 4d3ba62e5d Episode renaming implemented on the Series/Details page.
13 years ago
Mark McDowall 381d67e56b Renamed image is in effect.
13 years ago
Mark McDowall 08b7b8c3e1 SeasonEditor moved to Gird Editor.
13 years ago
Mark McDowall 383dfe302f Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 7291497ce0 Added search to Yesterday in Upcoming View.
13 years ago
kay.one d3be516fb2 removed Season/SeasonProvider, updated dbBenchmark tests.
13 years ago
Mark McDowall 90d9e7d41e Moved episodeCount logic to mediaFileProvider.
13 years ago
Mark McDowall 467ed51432 AJax load episode count to keep initial loading time of Series Grid.
13 years ago
Mark McDowall 681353de3c Episode progress on Grid is now rounded.
13 years ago
Mark McDowall fdfd0a2153 Added Episodes of Episodes Total progress bar to Series Grid.
13 years ago
Mark McDowall 8d38f98338 Add Existing with Refresh button after modifying root dirs.
13 years ago
Mark McDowall f27c1d89f6 Moved root dir config to add series.
13 years ago
Mark McDowall cd85964edd Fixed add new profile.
13 years ago
Mark McDowall 2788368f73 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 803ad8ca91 Removed jQuery UI selectable, using custom select boxes now. Cutoff dropbox is dynamic (based on selected qualities).
13 years ago
Mark McDowall 556d5d9fb3 Quality Profile now uses jQuery UI Selectable instead of Sortable.
13 years ago
kay.one 18a20ff163 Some performance tweaks to speed up episode list view.
13 years ago
Mark McDowall 72e73b7513 All profiles (including the default ones) are now editable.
13 years ago
Mark McDowall 463881843e Combined AddNew and AddExisting Series pages.
14 years ago
kay.one cbbb6e2b18 Oh hai search!
14 years ago
kay.one a6ad977114 Fixed import new series being stuck in a loop if an update failed
14 years ago
kay.one 500e9af6c3 Fixed a bug where reports weren't being added to history
14 years ago
kay.one 7b56711a4f Added episode status to episode grid
14 years ago
kay.one e4ff0d6471 Diskscan/Info update job refactoring and test
14 years ago
kay.one 53e6b60382 Renamed IndexerProviderBase to IndexerBase since its no longer a provider
14 years ago
kay.one 9c1ff4af6b initial stage of indexer refactoring. things compile.
14 years ago
kay.one 7330683a4a Merge branch 'markus101'
14 years ago
kay.one f89eff9305 some cleanup
14 years ago
kay.one 67d8bf4147 Removed indexertype property
14 years ago
kay.one 0e191f6a44 Added HealthController to web project for IIS Ping to use
14 years ago
Mark McDowall 0645a9e552 EpisodeSorting UI has descriptions, removed extra options.
14 years ago
Mark McDowall d6ae21506c Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall 7e44ee5020 Merge with Kayone's branch.
14 years ago
Mark McDowall 8e214029c9 Renamed Download settings to Sabnzbd settings.
14 years ago
kay.one 45fde370d8 Removed post processor from solution
14 years ago
unknown 2f786bf424 JobProvider now fully works based on a queuing logic, which allows more than one job to be queued. (EasyButton included!)
14 years ago
Mark McDowall fdd6e37b24 Added NextScheduledRun to get the next scheduled run for a job, with a test.
14 years ago
unknown 8c372e938c fixed some settings value convert issues. would cause crash on clean installs.
14 years ago
Mark McDowall 9caacc4809 Added Season Monitored editor (linked from Season Count on Series Grid), It would be under AJAX Edit, but it won't play nice with lists.
14 years ago
Mark McDowall 46e7c6f495 Added auto completion on General Settings for RootDir settings using jQuery UI.
14 years ago
Mark McDowall d65d79a5c9 Replaced save notifications for settings on page with AJAX Notifications.
14 years ago
Mark McDowall c5ea0dee17 Removed Edit page and Delete (w/o AJAX) from Series Controller.
14 years ago
Mark McDowall d97382ad0c Added DeleteSeriesJob to remove series in BG.
14 years ago
Mark McDowall 49a059bdea AutoConfigure for SAB is setup, it works for systems with NzbDrone and SABnzbd on the same server only.
14 years ago
Mark McDowall 70bfc49b4e Series Grid AJAX'd.
14 years ago
Mark McDowall 5c1c8466c1 Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall 11b96afd75 Merge conflicts resolved.
14 years ago
kay.one 24c47801b3 system/config is now editable
14 years ago
kay.one cb4d0e2450 fixed blackhole config to be boolean
14 years ago
Mark McDowall 7b4ac03748 Added filtering to the missing View.
14 years ago
Mark McDowall 86019a2597 Added Missing view to show which episodes are missing from disk for all series.
14 years ago
Mark McDowall 2e32d6efd4 Moved indexer images to a subfolder.
14 years ago
Mark McDowall b146b62ef3 Added images for provider, shown on the History grid.
14 years ago
Mark McDowall de003b9774 Added "Tomorrow" view for the upcoming episodes page so it was separate from the weekly forecast.
14 years ago
Mark McDowall 3a6cf56db1 RootDir Adds/Deletes update the database when the action occurs, no more awkward saving tactic.
14 years ago
Mark McDowall ff0e0597b4 Upcoming view column width fixed for Air Date (added time).
14 years ago
Mark McDowall e388b2d3b1 Fixed display bug for Settings/Downloads, it will now show the correct Div for Blackhole/SABnzbd.
14 years ago
Mark McDowall deb7f9d811 Merge + Download Settings UI Fixes.
14 years ago
Mark McDowall a34bd818cf Start of AutoConfigureSab
14 years ago
Mark McDowall 43e02fa24a Add series with an ' apostrophe will now work correctly.
14 years ago
kay.one 80d47e611c more notification updates
14 years ago
kay.one fd32a04d45 Attach to debugger is a lot more reliable.
14 years ago
kay.one 8c7c2ac296 More work on indexers/jobs
14 years ago
kay.one fa1b287d58 JobProvider now stores last execution and success
14 years ago
kay.one 6f73260ab7 Merge branch 'markus101'
14 years ago
kay.one e9c63b81e6 Added asp.net tick timer
14 years ago
Mark McDowall ec8c83760b Adding/Deleting QualityProfiles will now save/delete the profile from the database to make the process less hacky.
14 years ago
kay.one 9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
kay.one 6caae19430 Timers are now initialized on startup.
14 years ago
kay.one 2a603d908f Merge branch 'markus101/NzbDrone'
14 years ago
kay.one 59899286ee Added TimerProvider
14 years ago
Mark McDowall c6ef828429 New UI for Indexer Settings, RAZOR!
14 years ago
Keivan 6f2dcbf838 Revered back to subsonic
14 years ago
kay.one e896af5cd0 ReSharper code cleanup
14 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one 7efbfdbb89 removed IEpisodeProvider, ILogProvider
14 years ago
Mark McDowall 1a9948de2f Removed IDiskProvider.
14 years ago
Mark McDowall e5413d67d6 Removed IRenameProvider.
14 years ago
Mark McDowall 0d95302aee Removed IHistoryProvider.
14 years ago
Mark McDowall c25af5978d Removed ISeriesProvider
14 years ago
Mark McDowall bd0a7a58dd Removed INotificationProvider
14 years ago
Mark McDowall 0ee4f8cc9b Removed IPostProcessingProvider
14 years ago
Mark McDowall 030c6fb7b7 Removed ITimerProvider
14 years ago
Mark McDowall 8380c25eaf Removed IUpcomingEpisodesProvider
14 years ago
Mark McDowall d63fe6ad56 Removed IRootDirProvider.
14 years ago
Mark McDowall 6e5328a877 Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall 920099bfe7 Finished removing ITvDbProvider
14 years ago
kay.one 7b4a92fbe6 Removed IQuality provider
14 years ago
Mark McDowall 6e221afe82 Merge branch 'master' of git://github.com/kayone/NzbDrone
14 years ago
Mark McDowall 0330bb1577 Adding "master" dropbox for changing quality for add series.
14 years ago
kay.one 9950d9385d more relative path fix
14 years ago
kay.one 8a3fe0f14e added more tests for seriesprovider
14 years ago
Mark McDowall 460e48d6a1 Add GetBestMatch to TvDbProvider (Provides a way to get the best result from a list of results)
14 years ago
kay.one 62b2cd510f started rss cleanup
14 years ago
kay.one 7a16a907a4 fixed some css issues. added quality to each add existing item
14 years ago
Keivan e33f5206fa Add existing now does is reall time TvDb lookup
14 years ago
kay.one 0556c31846 Fixed add existing. needs more polish around quality and manual mapping.
14 years ago
kay.one 4000387419 fixed ajax call for add existing
14 years ago
kay.one f7a5e0d8f8 removed github fork button
14 years ago
kay.one 79a0f09b43 Added quality to Series detail view
14 years ago
kay.one d310c06f2e deleted some old files. updated some ui
14 years ago
Keivan 82808355c4 added sub menu for add series
14 years ago
Keivan c45729a986 removed default root property
14 years ago
Keivan 613a49c3ea Refactored BacklogProvider
14 years ago
Mark McDowall e62cb3b5da Updated .gitignore to not store .nzb
14 years ago
Mark McDowall 7a57ab98dc Added upcoming and history links to main menu.
14 years ago
Mark McDowall 6c818bd8d8 Upcoming shows view added.
14 years ago
Mark McDowall 33b09567ce History VIew Added.
14 years ago
Mark McDowall 4f2f5a3d71 HttpProvider - Added Download File.
14 years ago
Mark McDowall 636f352599 Ability to manually add a show has been added.
14 years ago
Mark McDowall 3d81bc8770 AddNew is functional, using jquery for adding and display changes.
14 years ago
Mark McDowall 5a8842e3db AddExisting clears check/hides rows once submitted. Bi-winning
14 years ago
markus101 48b89abfeb Add Existing Series works, UI shows TVDB Name and Path so you can check before adding to DB.
14 years ago
Mark McDowall 2871723bfe Manage multiple Tv Root Folders in Settings/General.
14 years ago
markus101 2e9dd7f1ff Add Series, will need to design new and existing flows.
14 years ago
markus101 df041eb300 Notifications UI Implemented, Added ExternalNotifications and Xbmc Providers to CentralDispatch.
14 years ago
markus101 70fd11231d Post Processor Done.
14 years ago
markus101 1314d00c97 Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
14 years ago
markus101 46830a2777 EpisodeSorting setup, setting page created and usable, needs labels still.
14 years ago
markus101 3b749a39a7 Renaming fixes, extension will be used now.
14 years ago
markus101 a950a13c30 Show Path to episode on disk in Details.
14 years ago
markus101 d0a9851a4c RenameAll implemented in view and Controller + Rename Series, Season & Episode in Controller
14 years ago
markus101 9d24ccd97a Fixes for Episode to EpisodeFile mapping.
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 d83ae9895c Removed conflicting JavaScript additions, that broke Series Details.
14 years ago
markus101 735668f7b3 Fixed a bug with converting default quality profile from config when adding a new series.
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 baeda11ece Cleaned up Quality partial page.
14 years ago
markus101 3a9f053a17 More layout changes for Download Settings to get validation looking better.
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 0fc75e8907 TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series.
14 years ago
markus101 4b4499b4a2 Deleting of Qualities now works.
14 years ago
markus101 2ba6057ec7 Quality config complete (needs to look better, but it is functional, minus deleting).
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 ca27c75df5 simplified quality fixed some broken tests
14 years ago
markus101 764f67f8e8 JquerySimpleDropdown menu added, not sure of full usage yet.
14 years ago
markus101 9f0e512f5f Returned missing Graphics, CSS and JavaScript files.
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 bf1ff29519 look right in IE, all episodes are ajax loaded.
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 9c7500d4ae updated notification ui
14 years ago
Keivan 273de41d23 Cleaned up logging code
14 years ago
Keivan 76379341a7 Added series update notification.
14 years ago
Keivan b112e28b80 Merged in rob's UPnP code
14 years ago
nothingmn 014c4b675f Play Pause and Stop all working
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
Keivan 27d86a8540 Added Notification System, Renamed Repository to Entities
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 01c1943d0e Renamed all Core.Controllers to Core.Providers to avoid confusion between Core Controllers and MVC controllers
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 74ac3bb599 Initial Commit
14 years ago