1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00
Commit Graph

562 Commits

Author SHA1 Message Date
Mark McDowall
463ab0812e System Config grid now uses DataTables. 2012-02-09 21:26:30 -08:00
Mark McDowall
4225685715 Upcoming grid uses combined column for SeasonNumber and EpisodeNumber.
Removed DataTables extras.
2012-02-09 14:34:59 -08:00
Mark McDowall
722db50b35 Removed old log grid copies. 2012-02-09 14:11:01 -08:00
Mark McDowall
9c24b5989b Log Grid added, using server side filtering, sorting and paging. Using DynamicQueryable. 2012-02-09 09:41:51 -08:00
Mark McDowall
ca5888160d Removed some extraneous code.
Missing grid is now a Datatable grid.
2012-02-08 17:05:16 -08:00
Mark McDowall
4af27cc4b5 History grid will now be built from a json array sent to the view. 2012-02-08 16:26:34 -08:00
Mark McDowall
6ffc429ae0 DataTables added for use on History Grid. 2012-02-08 00:17:40 -08:00
Mark McDowall
e42f0222dc NzbDrone grids now have thead and tbody properly set. 2012-02-07 14:28:53 -08:00
Mark McDowall
19fbed2c42 Centered Status Column icons.
Added mouseover titles to status column icons.
2012-02-07 00:25:00 -08:00
Mark McDowall
7ae751371d Fix: Growl will now work for notifying on grab/download.
Growl must be registered before notifications will work.
2012-02-07 00:24:59 -08:00
Mark McDowall
04fdb130b8 Really fixed the progress bar, brute force fail. 2012-02-07 00:24:59 -08:00
kay.one
2000d07180 made edit and delete series dialog height auto. 2012-02-07 00:20:56 -08:00
kay.one
ed028123f3 Prettier series grid. 2012-02-07 00:12:37 -08:00
Mark McDowall
67e8712725 Magic was hiding the progress bar colour. Brute force beats magic. Bears beat beats, Bears beat Battlestar Galactica. 2012-02-06 23:09:20 -08:00
Mark McDowall
b0c2807b56 Fixed grid ajax links. 2012-02-06 23:09:19 -08:00
kay.one
d5d77559eb styled jquery dialog header. 2012-02-06 22:37:03 -08:00
Mark McDowall
d9acfbaea3 Another column width fix. 2012-02-06 20:22:00 -08:00
Mark McDowall
834735c850 Fixed Upcoming grid column widths. 2012-02-06 20:16:40 -08:00
Mark McDowall
854d66c1f5 More grid work. Row partial views are now sent a bool set to true if it is an alternate row. 2012-02-06 19:48:26 -08:00
Mark McDowall
93355a4ae1 Upcoming grid NzbDroned. Bye Telerik Grid. 2012-02-06 17:22:17 -08:00
Mark McDowall
c7c56f5ab8 Grid fixes.
Moved grid CSS to Grid.css.
2012-02-06 14:13:33 -08:00
Mark McDowall
aba44fb121 Delete added to edit dialog for series. 2012-02-05 13:36:57 -08:00
Mark McDowall
e8ad13937a CSS fixes for Series grid. 2012-02-05 12:23:37 -08:00
Mark McDowall
a330348c8e Series grid updated to remove Telerik MVC Grid. 2012-02-05 12:17:23 -08:00
kay.one
ea86ce2fcb banner is removed for series that don't have a banner. 2012-02-04 20:36:43 -08:00
kay.one
9bee9be397 Season toggle style updates. 2012-02-04 20:36:41 -08:00
kay.one
1571e8ab0b some minor styling updates to season gird. 2012-02-04 20:36:41 -08:00
Mark McDowall
9721738bec Cleaned up SeriesController.
More CSS fixes for Series/Details
2012-02-04 20:36:40 -08:00
Mark McDowall
a7c90351ac Click row to see the details of that episode.
Alternate rows are coloured (along with the details)
2012-02-04 20:36:40 -08:00
Mark McDowall
d7bc3a3734 Fancy grid, well getting there anyways.
Cell colour only in the "Command" column.
Cell colour toggles when ignored is toggled.
2012-02-04 20:36:39 -08:00
Mark McDowall
f065d345a5 Replaced Telerik SeasonGrid with simple table. 2012-02-04 20:36:38 -08:00
Mark McDowall
a83dbbb16f Grid colouring for ignored and missing. 2012-02-01 16:02:17 -08:00
Mark McDowall
d670e45001 DownloadClient added to the UI, it still will only download via Sabnzbd. 2012-02-01 16:02:15 -08:00
Mark McDowall
9c5efdb3b4 Fix: Deleting a QualityProfile will now remove it from the view.
Java script moved to a separate file so it can be debugged.
2012-01-30 23:19:52 -08:00
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
928bc55839 New: Backup added to Settings -> System 2012-01-26 19:59:30 -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
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
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
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
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
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
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
kay.one
f5a8c3de87 Page banner is now used for browser title. 2011-12-09 21:08:11 -08:00
kay.one
4f09778f98 Page banner is now used for browser title. 2011-12-09 21:08:10 -08:00
Mark McDowall
418fcbd91e Renamed _RefrenceLayout to _ReferenceLayout. 2011-12-09 20:15:38 -08:00
Mark McDowall
cb98c010f0 Password fields are now password fields, they hide entered text. 2011-12-09 08:26:42 -08:00
Mark McDowall
e306f0f817 Adding/Removing rootDirs will refresh UI properly. 2011-12-08 23:08:12 -08:00
kay.one
9f07d7c27a Full static content (css,js) versioning. 2011-12-08 20:57:35 -08:00
kay.one
25ecd45d9b MVC miniprofile is no longer rendered in production 2011-12-08 20:57:34 -08:00
Mark McDowall
a681024db2 SABnzbd Auto-Configure will now display an error on failure. 2011-12-08 20:23:23 -08:00
Mark McDowall
ff4d90eef3 Fixed up QualityProfile CSS. 2011-12-08 18:34:10 -08:00
Mark McDowall
51958672d0 Quality Settings uses accordion now.
Fixed quality-selectee button initialization.
2011-12-08 00:19:07 -08:00
Mark McDowall
d3d2950a88 Fixed Series/Details calling script before jQuery is loaded. 2011-12-07 23:12:07 -08:00
Mark McDowall
ef40831c24 Removed random bracket from Series/Details. 2011-12-07 22:59:28 -08:00
Mark McDowall
8dc62a711a Added # after Season and Episode in History Grid and after Episode on Series/Details. 2011-12-07 22:28:52 -08:00
Mark McDowall
66bb9f9fdd Fixed Missing grid columns. 2011-12-07 22:26:26 -08:00
Mark McDowall
22d92e52ff Upcoming grids use the same column width. 2011-12-07 22:22:16 -08:00
kay.one
54dd817700 Fixed add series watermarks 2011-12-07 21:44:36 -08:00
kay.one
5e386a2bc7 Added jquery tab, accordion to autobind.
made add series page more awsome.
2011-12-07 21:30:47 -08:00
Mark McDowall
def86f90f5 Fixed adding of existing series, whoops.
Buttons do not have a height globally assigned anymore (no more CSS tweaking all over the place), this means they are larger than textboxes and selects, but it looks good.
2011-12-06 17:21:32 -08:00
Mark McDowall
8919592b24 Only show one Existing Series per line now. 2011-12-05 16:49:11 -08:00
Mark McDowall
f99e629817 Fixed the add button on AddSeries. 2011-12-04 19:15:02 -08:00
kay.one
f4047dee2c episode grid is now sortable. 2011-12-03 15:44:48 -08:00
Mark McDowall
b9e9bb06a4 EpisodeGrid sorting is done in the controller instead of the View, because it actually works... 2011-12-02 08:14:38 -08:00
kay.one
08a5b28f40 Banners folder moved to root. 2011-12-01 23:20:33 -08:00
kay.one
76608fc440 Banners folder moved to root. 2011-12-01 23:07:18 -08:00
kay.one
82e2cb2d1e Settings forms are fixed. 2011-11-30 22:39:11 -08:00
kay.one
1cfc2f3fe4 Removed MainContent Section 2011-11-30 21:25:01 -08:00
kay.one
9841d7728e Removed MainContent Section 2011-11-30 21:06:02 -08:00
kay.one
852a141c21 Settings is now a single page with tabs. 2011-11-30 21:04:44 -08:00
kay.one
e01be46209 Updated jQueryUI theme. 2011-11-30 20:19:51 -08:00
Mark McDowall
bae2cdc1c7 Moved from Tabs to Accordion for Notifiers
Indexers is the first item in Settings SubMenu (its the default).
2011-11-29 16:45:45 -08:00
Mark McDowall
168f83dc38 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-29 15:24:50 -08:00
kay.one
30497357b4 Removed single search method in indexer base. 2011-11-28 22:49:38 -08:00
Mark McDowall
2ed683159f QualityProfiles now use jQuery UI Buttons to enable/disable. 2011-11-28 21:10:43 -08:00
Mark McDowall
041ad20bb3 Renamed EpisodeSorting to Naming (to Match UI).
Fixed EpisodeNaming CSS (Floats are now contained properly).
Renamed CodeFile1 to FooterModel.
2011-11-28 17:11:55 -08:00
kay.one
dff3b3596f episode grid is now aligned. 2011-11-26 22:56:28 -08:00
kay.one
7c529b03b4 Local search updates. 2011-11-26 22:31:13 -08:00
kay.one
66e6503e5a Updated config page titles 2011-11-26 22:02:32 -08:00
kay.one
5c04d14c70 Updated jQueryUI 2011-11-26 21:53:30 -08:00
Mark McDowall
0b8cc7c7e7 Removed commented CSS from EpisodeSorting.
Removed border from Notification Settings.
2011-11-26 12:44:24 -08:00
Mark McDowall
4a904cbf2f Cleaned up EpisodeSorting Settings CSS. 2011-11-26 12:42:42 -08:00
Mark McDowall
e1ffe3d8f9 Fixed Notification Settings. 2011-11-26 12:34:28 -08:00
Mark McDowall
4bdfaec115 Fixed EpisodeSorting. 2011-11-26 12:31:45 -08:00
Mark McDowall
4e27d82480 Fixed Indexer Settings. 2011-11-26 12:28:20 -08:00
Mark McDowall
e55e4387fd Fixed Quality Settings. 2011-11-26 11:37:31 -08:00
kay.one
3bcbc713f3 Updated localsearch UI. 2011-11-26 10:27:44 -08:00
kay.one
59fcb5f138 Fixed local search position 2011-11-26 09:43:49 -08:00
kay.one
8d26659339 Update jQuery to 1.7.1 (but using Telerik's 1.6.4) 2011-11-26 09:25:56 -08:00
kay.one
da996c97c2 UI Cleanup 2011-11-25 23:53:16 -08:00
kay.one
482c591716 Added support for pinned messaged. 2011-11-25 22:27:00 -08:00
kay.one
deecc08982 Indexers settings page now uses jQueryUI accordion 2011-11-25 20:02:29 -08:00
kay.one
50a8af0842 Removed Blueprint. some of config pages have layout issus. 2011-11-25 17:34:38 -08:00
Mark McDowall
8b841c633a Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-24 00:30:27 -08:00
kay.one
f513878d78 Added Miniprofiler.MVC3, updated log grid. 2011-11-23 21:50:41 -08:00
Mark McDowall
04c71ff64c Extended the actions column width on Series Grid - FF was creating two rows of buttons. 2011-11-23 16:39:21 -08:00
kay.one
6e227f572d Fixed some issues around EF and log view 2011-11-22 22:41:38 -08:00
kay.one
c6716f2425 Log page now uses EF for faster runtime queries. 2011-11-22 21:58:26 -08:00
kay.one
a984060533 Merge branch 'markus' into kay.one 2011-11-22 17:55:32 -08:00
kay.one
7c598ed323 Updated Telerik to 2011.3.1115 2011-11-22 17:51:44 -08:00
Mark McDowall
76114cf778 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-21 23:15:24 -08:00
Mark McDowall
cd6076e7f4 Added message to Indexer settings regarding RSS feeds being checked every 15 minutes. 2011-11-21 23:14:33 -08:00
kay.one
3520b56bb6 Update logs are now in the UI 2011-11-21 22:55:09 -08:00
Mark McDowall
dff01f984e Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
Conflicts:
	NzbDrone.Web/NzbDrone.Web.csproj
2011-11-13 22:12:03 -08:00
kay.one
8779a37f7f UI for automatic update. 2011-11-13 22:01:51 -08:00
Mark McDowall
8c1f7e6663 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-11-13 16:27:25 -08:00
kay.one
51518787d8 Lots of initialization, configuration clean up. 2011-11-13 16:22:18 -08:00
Mark McDowall
6c86f1dfdd Newznab providers can be configured by the end user. 2011-11-13 12:51:15 -08:00
Mark McDowall
2371f66615 Ctrl+Short+f will now open Local Search.
ESC will close Local Search search.
When local search text box loses focus it will close the slider.
2011-11-11 23:56:49 -08:00
Mark McDowall
e978cc1261 Replaced root specific absolute paths with relative paths. 2011-11-11 11:24:51 -08:00
Mark McDowall
86eb70bcbb Moved NzbDrone scripts to Scripts/NzbDrone.
Moved Plugin scripts to Scripts (Compatibility with Nuget).
jquery.validate.unobtrusive.min.js no longer uses CDN (Now a Nuget package).
2011-11-10 18:56:33 -08:00
Mark McDowall
3e3551f4d0 Removed testing reload button from History. Whoops! 2011-11-10 08:23:51 -08:00
Mark McDowall
706ea744b9 Change from rebind() to ajaxRequest() for reloading the History grid, which keeps page and sort order. 2011-11-10 08:22:52 -08:00
Mark McDowall
bbd5cba272 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
Fixed CentalDispatch Conflicts.
2011-11-09 20:14:19 -08:00
kay.one
157bcd8b0f AssemblyInfo.cs cleanup 2011-11-08 09:48:34 -08:00
Mark McDowall
24a2c2be59 Finishing up Prowl integration. 2011-11-02 21:01:44 -07:00
Mark McDowall
277b873b39 Added Prowl notifications. 2011-11-02 19:44:22 -07:00
Mark McDowall
be64822f08 Added Growl Settings to GUI. 2011-11-02 00:09:52 -07:00
Mark McDowall
dd7dcf4db8 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-10-31 16:27:00 -07:00
Mark McDowall
d9bef59ec2 Twitter notifications working from end-to-end. 2011-10-28 01:14:13 -07:00
Mark McDowall
a2735d7716 Twatter has been added, Notifications cannot be saved (yet), nor will they send, but the framework for a user to setup Twitter (Authorize NzbDrone) is in place. 2011-10-28 00:57:00 -07:00
kay.one
5b3f0bdffe Added google analytics. (only enabled in production) 2011-10-27 22:13:56 -07:00
Mark McDowall
2c93a27962 Added SMTP settings editing to the UI.
Added testing of SMTP settings to the settings page.
Cleaned up some extraneous lines of JS and HTML.
2011-10-26 22:46:54 -07:00
Mark McDowall
4c6287827c Fixed top slider, it will now work for multiple sliders. 2011-10-24 00:00:25 -07:00
Mark McDowall
0cce31cbc8 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 2011-10-22 11:11:52 -07:00