Commit Graph

685 Commits

Author SHA1 Message Date
Mark McDowall 2635ff9bee Fix: Grids will no longer display alerts when navigating to another page while the grid is still loading. 2012-01-29 17:38:44 -08:00
Mark McDowall 8ce6e8a08e Cleaned up Backup. 2012-01-26 21:05:09 -08:00
Mark McDowall 928bc55839 New: Backup added to Settings -> System 2012-01-26 19:59:30 -08:00
Mark McDowall 93ee97123f System/Backup will backup Config.xml and NzbDrone.sdf to a zip file for the client to download. 2012-01-25 23:56:05 -08:00
Mark McDowall ab7d3ebcc5 New: Added check to ensure FW is enabled before opening and closing ports. 2012-01-25 18:01:37 -08:00
kay.one 7a83a46d31 Added integration to deskmetrics 2012-01-25 17:32:36 -08:00
kay.one b225db9aaf Started to add support for deskmetrics 2012-01-25 17:32:36 -08:00
Mark McDowall 02cb12bdb8 BacklogSetting refactoring. 2012-01-25 17:02:21 -08:00
Mark McDowall 3a5d99921e New: Backlog can now be controlled per series.
Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit.
Added RecentBacklog button to Missing view, with mouse over description.
2012-01-24 23:16:36 -08:00
Mark McDowall 9eb022fdf4 BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit. 2012-01-23 22:29:32 -08:00
Mark McDowall 71c5653b91 Password boxes will now keep value from Database instead of wiping out saved values when saved with empty fields. 2012-01-23 10:57:28 -08:00
kay.one d6d1bbe3f5 Tweaked Progress notification. 2012-01-22 23:43:54 -08:00
kay.one d1e3298da1 Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
Mark McDowall 934d9a92fa MassEdit table uses space better. 2012-01-21 00:57:37 -08:00
Mark McDowall e885fadc59 Added MassEdit for series editing. 2012-01-19 23:51:26 -08:00
kay.one 3cb61e4c34 Cleaned as much of notifications as I could find. 2012-01-18 21:06:47 -08:00
kay.one 121f3258af Removed some unused models from NzbDrone.Web 2012-01-18 21:06:46 -08:00
kay.one b8ac694fc4 added JsonErrorFilter to automatically handle failing ajax calls. 2012-01-18 21:06:46 -08:00
Mark McDowall b4eed1a657 SabProvider now gets JSON instead of XML for history and queue. 2012-01-18 20:05:03 -08:00
Mark McDowall 926bdef527 Added warning to NZBsRus to warn that it does not support backlog searching. 2012-01-17 00:42:53 -08:00
kay.one 6a9321b22d Added restart warning to System config page. 2012-01-16 23:35:29 -08:00
kay.one 850880de47 Replaced ServiceInstall.bat/ServiceUninstall.bat with exe files that automatically elevate user permissions. 2012-01-16 23:12:22 -08:00
kay.one 0ecc62a6f7 Page footer is now cached for one hour (there is nothing that would change.) 2012-01-14 22:50:37 -08:00
kay.one e358ad6d87 Jobs now use Timespan rather than integer to represent minutes. 2012-01-14 18:47:23 -08:00
Mark McDowall 11b6720cd1 Backlog searching will be disabled by default. Option is available in Settings/Misc 2012-01-14 16:01:51 -08:00
Mark McDowall 4796b81cf1 Bug: Fixed qualityProfile so it returns the selected cutoff in the model.
Now using trim before checking title.length for AddExistingSeries.
2012-01-13 08:54:20 -08:00
Mark McDowall 0e246b2cd9 Add existing series won't add an invalid series (ID of zero, or blank title). It will show a UI alert instead. 2012-01-13 01:03:27 -08:00
Mark McDowall 1cbb3e3601 Usability: Changed wording on SAB settings to reflect this is the spot SAB downloads to, not the users final TV show directory. 2012-01-13 00:35:57 -08:00
Mark McDowall 359f6ea012 Bug: Fixed years being picked up as 4-digit season/episode combo when using the folder name only. a year wrapped with brackets '()' or '[]' will be treated as a year.
Bug: Fixed display issue for series with a period in them when adding existing series, Html.Label(path) would only show text from after the period.
2012-01-12 15:40:28 -08:00
kay.one 542f733494 Updated RSS Sync interval to 25 Minutes. 2012-01-11 11:38:52 -08:00
Mark McDowall 8415d4a440 Fixed search button on Upcoming view. 2012-01-09 22:08:26 -08:00
Mark McDowall 7963390126 Removed debugging JS. 2012-01-04 18:20:34 -08:00
Mark McDowall e4a2228b2c Moved JS to separate file. 2012-01-04 18:19:02 -08:00
Mark McDowall b42acb4b20 EpisodeFileId not EpisodeIdFile... fail. 2012-01-04 12:25:59 -08:00
Mark McDowall 8cef552115 Fixed rename episode from series/details.
Removed extra ; from Misnamed.
2012-01-04 12:11:53 -08:00
Mark McDowall ec6059e09d Renamed Newzbin panel on Settings/Indexers. 2011-12-29 19:20:40 -08:00
kay.one 940856f5fe removed partial script tag 2011-12-19 23:46:17 -08:00
Mark McDowall d3f6c685cd Cleaned up some unused code and a bit more exception handling for GetDirectories. 2011-12-19 00:37:00 -08:00
Mark McDowall 50e91c0043 Replaced get and post with ajax to prevent XSRF.
Replaced some usages of Console.Writeline with proper logging.
2011-12-19 00:36:57 -08:00
kay.one b8def06782 Automation ;) 2011-12-18 21:10:58 -08:00
Mark McDowall 1ee2ae8210 Removed Command from JobDefinition. 2011-12-16 21:27:37 -08:00
Mark McDowall a7baac9747 Undeleted localSearch and deleted episodeSearch - sleep is required apparently. 2011-12-15 23:18:54 -08:00
Mark McDowall af328c9e55 History, Series/Details and Missing use ImageLink when possible for actions. 2011-12-15 00:48:26 -08:00
Mark McDowall 9264dcdf88 Added ImageLink helpers for Ajax and Html links.
Added run button to System/Jobs.
2011-12-15 00:48:23 -08:00
Mark McDowall 28259bc254 Profiler can be enabled via config file. 2011-12-13 18:31:20 -08:00
kay.one ac5296e0ab Added Open Sans (google fonts API) as a backup family since it looks closer to our default font in non-windows systems. 2011-12-12 22:09:13 -08:00
Mark McDowall 3a1727595e Fixed editing on Series Grid. 2011-12-12 13:52:29 -08:00
Mark McDowall 50c4aa7557 Removed extra semi-colon from Missing. 2011-12-11 22:05:40 -08:00
Mark McDowall 3dd8005b12 Accordion will be closed on first load. 2011-12-11 19:30:49 -08:00
Mark McDowall 7edde4a242 Fixed Quality Toggling on AddSeries.
Fixed Watermark for AddSeries controls.
2011-12-11 19:30:46 -08:00