Commit Graph

124 Commits (6e9a6313ff144aecd69b4f261953517f2cf6ea41)

Author SHA1 Message Date
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 9ee74d68eb Moved episodeSearch to it's own javascript file.
13 years ago
Mark McDowall 0284f54e08 Search for Episode won't add #Search to URL now.
13 years ago
Mark McDowall 8d38f98338 Add Existing with Refresh button after modifying root dirs.
14 years ago
kay.one 18a20ff163 Some performance tweaks to speed up episode list view.
14 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 500e9af6c3 Fixed a bug where reports weren't being added to history
14 years ago
kay.one ae8465834b Merge branch 'markus101'
14 years ago
kay.one 7b56711a4f Added episode status to episode grid
14 years ago
Mark McDowall 9c51633470 Fixed nzbs.org RSS URL.
14 years ago
Mark McDowall 26b7bc5c53 Loading overlays added to Series/Details, Upcoming and History views.
14 years ago
Mark McDowall 1fca5f3e5f Series Details updated with overlay when loading.
14 years ago
Mark McDowall 1015193ef5 Loading overlay added to series grid.
14 years ago
Mark McDowall 0babb9474e Added Javascript to support shift-clicking ranges to disable/enable checkboxes.
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 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 7ebda928f8 QualityProfile dropbox positioned better.
14 years ago
Mark McDowall 70bfc49b4e Series Grid AJAX'd.
14 years ago
Mark McDowall 11b96afd75 Merge conflicts resolved.
14 years ago
kay.one 80d47e611c more notification updates
14 years ago
Mark McDowall 33b67a138c RAZOR'd Series and the Error page.
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 e896af5cd0 ReSharper code cleanup
14 years ago
kay.one 2d9285eee2 fixed some DI issues.
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
Mark McDowall e62cb3b5da Updated .gitignore to not store .nzb
14 years ago
Mark McDowall 302949048b Ability to delete from Edit Series (link wasn't available before).
14 years ago
Mark McDowall 84f0dfed4e Removed un-needed WebClient from XbmcProvider.
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 24f4f608e5 Series SubMenu moved to partial view.
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 568a9d1d24 UI Cleanup for Series Index and 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 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
Keivan bfef6166f5 some changes to unmapped view
14 years ago
markus101 e199843c92 Fixed the details view for episodes so it shows the Overview when clicked.
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 c8a8fb4d62 Fixed notification issues
14 years ago
Keivan 273de41d23 Cleaned up logging code
14 years ago
Keivan eaca7543cd fixed ninjet's race condition
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
nothingmn 78dba9c668 Added Media Disco Providers - these will be used to auto detect media providers on the LAN
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 afafc6b032 pretty...
14 years ago
kay.one 4d4a8198eb fixed show grid, added details page
14 years ago
kay.one d2df43c742 added series index
14 years ago
kay.one 9ff60cba63 Application now starts up
14 years ago
kay.one 74ac3bb599 Initial Commit
14 years ago