Mark McDowall
7963390126
Removed debugging JS.
13 years ago
Mark McDowall
e4a2228b2c
Moved JS to separate file.
13 years ago
Mark McDowall
b42acb4b20
EpisodeFileId not EpisodeIdFile... fail.
13 years ago
Mark McDowall
8cef552115
Fixed rename episode from series/details.
...
Removed extra ; from Misnamed.
13 years ago
Mark McDowall
ec6059e09d
Renamed Newzbin panel on Settings/Indexers.
13 years ago
kay.one
940856f5fe
removed partial script tag
13 years ago
Mark McDowall
d3f6c685cd
Cleaned up some unused code and a bit more exception handling for GetDirectories.
13 years ago
Mark McDowall
50e91c0043
Replaced get and post with ajax to prevent XSRF.
...
Replaced some usages of Console.Writeline with proper logging.
13 years ago
kay.one
b8def06782
Automation ;)
13 years ago
Mark McDowall
1ee2ae8210
Removed Command from JobDefinition.
13 years ago
Mark McDowall
a7baac9747
Undeleted localSearch and deleted episodeSearch - sleep is required apparently.
13 years ago
Mark McDowall
af328c9e55
History, Series/Details and Missing use ImageLink when possible for actions.
13 years ago
Mark McDowall
9264dcdf88
Added ImageLink helpers for Ajax and Html links.
...
Added run button to System/Jobs.
13 years ago
Mark McDowall
28259bc254
Profiler can be enabled via config file.
13 years ago
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.
13 years ago
Mark McDowall
3a1727595e
Fixed editing on Series Grid.
13 years ago
Mark McDowall
50c4aa7557
Removed extra semi-colon from Missing.
13 years ago
Mark McDowall
3dd8005b12
Accordion will be closed on first load.
13 years ago
Mark McDowall
7edde4a242
Fixed Quality Toggling on AddSeries.
...
Fixed Watermark for AddSeries controls.
13 years ago
kay.one
f5a8c3de87
Page banner is now used for browser title.
13 years ago
kay.one
4f09778f98
Page banner is now used for browser title.
13 years ago
Mark McDowall
418fcbd91e
Renamed _RefrenceLayout to _ReferenceLayout.
13 years ago
Mark McDowall
cb98c010f0
Password fields are now password fields, they hide entered text.
13 years ago
Mark McDowall
9c2637e23b
Hotkeys won't fire when typing in a password field (now the same as text boxes).
13 years ago
kay.one
847b743a16
cleanup in HtmlIncludeExtentions
13 years ago
Mark McDowall
e306f0f817
Adding/Removing rootDirs will refresh UI properly.
13 years ago
kay.one
9f07d7c27a
Full static content (css,js) versioning.
13 years ago
kay.one
25ecd45d9b
MVC miniprofile is no longer rendered in production
13 years ago
Mark McDowall
a681024db2
SABnzbd Auto-Configure will now display an error on failure.
13 years ago
Mark McDowall
ff4d90eef3
Fixed up QualityProfile CSS.
13 years ago
Mark McDowall
51958672d0
Quality Settings uses accordion now.
...
Fixed quality-selectee button initialization.
13 years ago
Mark McDowall
acf5a2cd76
Changed current page underlining, no longer so wide, or far from the text.
13 years ago
Mark McDowall
d3d2950a88
Fixed Series/Details calling script before jQuery is loaded.
13 years ago
Mark McDowall
ef40831c24
Removed random bracket from Series/Details.
13 years ago
Mark McDowall
8dc62a711a
Added # after Season and Episode in History Grid and after Episode on Series/Details.
13 years ago
Mark McDowall
66bb9f9fdd
Fixed Missing grid columns.
13 years ago
Mark McDowall
22d92e52ff
Upcoming grids use the same column width.
13 years ago
kay.one
54dd817700
Fixed add series watermarks
13 years ago
kay.one
5e386a2bc7
Added jquery tab, accordion to autobind.
...
made add series page more awsome.
13 years ago
kay.one
becd8e2dac
Miniprofiler is only enabled in production.
13 years ago
Mark McDowall
9e42f3b65f
Changed the menu font and sizing, no more blur.
13 years ago
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.
13 years ago
Mark McDowall
8170daf025
Minor CSS fix.
13 years ago
Mark McDowall
8919592b24
Only show one Existing Series per line now.
13 years ago
Mark McDowall
a877312b1a
Fixed save button text.
13 years ago
Mark McDowall
f99e629817
Fixed the add button on AddSeries.
13 years ago
kay.one
4486238c4c
some notification tweaks.
13 years ago
kay.one
f4047dee2c
episode grid is now sortable.
13 years ago
kay.one
f84f8ac992
Fixed auto-complete styling.
13 years ago
Mark McDowall
b9e9bb06a4
EpisodeGrid sorting is done in the controller instead of the View, because it actually works...
13 years ago
Mark McDowall
1498027192
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one
08a5b28f40
Banners folder moved to root.
13 years ago
kay.one
76608fc440
Banners folder moved to root.
13 years ago
Mark McDowall
8de49bb112
Moved RenameSeriesJob to the Jobs folder.
13 years ago
kay.one
fabc4c84bd
Moved Jobs to their own folder.
13 years ago
kay.one
82e2cb2d1e
Settings forms are fixed.
13 years ago
kay.one
1cfc2f3fe4
Removed MainContent Section
13 years ago
kay.one
9841d7728e
Removed MainContent Section
13 years ago
kay.one
852a141c21
Settings is now a single page with tabs.
13 years ago
kay.one
e01be46209
Updated jQueryUI theme.
13 years ago
Mark McDowall
bae2cdc1c7
Moved from Tabs to Accordion for Notifiers
...
Indexers is the first item in Settings SubMenu (its the default).
13 years ago
Mark McDowall
168f83dc38
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one
30497357b4
Removed single search method in indexer base.
13 years ago
Mark McDowall
2ed683159f
QualityProfiles now use jQuery UI Buttons to enable/disable.
13 years ago
Mark McDowall
041ad20bb3
Renamed EpisodeSorting to Naming (to Match UI).
...
Fixed EpisodeNaming CSS (Floats are now contained properly).
Renamed CodeFile1 to FooterModel.
13 years ago
kay.one
dff3b3596f
episode grid is now aligned.
13 years ago
kay.one
2de116b99d
Menu tweaks.
13 years ago
kay.one
7c529b03b4
Local search updates.
13 years ago
kay.one
1aa295b2ca
New menu. Removed some old images.
13 years ago
kay.one
66e6503e5a
Updated config page titles
13 years ago
kay.one
5c04d14c70
Updated jQueryUI
13 years ago
Mark McDowall
0b8cc7c7e7
Removed commented CSS from EpisodeSorting.
...
Removed border from Notification Settings.
13 years ago
Mark McDowall
4a904cbf2f
Cleaned up EpisodeSorting Settings CSS.
13 years ago
Mark McDowall
e1ffe3d8f9
Fixed Notification Settings.
13 years ago
Mark McDowall
4bdfaec115
Fixed EpisodeSorting.
13 years ago
Mark McDowall
4e27d82480
Fixed Indexer Settings.
13 years ago
Mark McDowall
e55e4387fd
Fixed Quality Settings.
13 years ago
kay.one
3bcbc713f3
Updated localsearch UI.
13 years ago
kay.one
59fcb5f138
Fixed local search position
13 years ago
kay.one
8d26659339
Update jQuery to 1.7.1 (but using Telerik's 1.6.4)
13 years ago
kay.one
da996c97c2
UI Cleanup
13 years ago
kay.one
482c591716
Added support for pinned messaged.
13 years ago
kay.one
deecc08982
Indexers settings page now uses jQueryUI accordion
13 years ago
kay.one
596056289e
Miniprofile is now back on for remote requests.
13 years ago
kay.one
910efb5941
Some minor clean-up.
13 years ago
kay.one
50a8af0842
Removed Blueprint. some of config pages have layout issus.
13 years ago
Mark McDowall
8b841c633a
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
1317b8fbef
Fixed issue with seriesLookup boxes not autocompleting after adding or removing a rootDir.
13 years ago
kay.one
f513878d78
Added Miniprofiler.MVC3, updated log grid.
13 years ago
Mark McDowall
04c71ff64c
Extended the actions column width on Series Grid - FF was creating two rows of buttons.
13 years ago
kay.one
6e227f572d
Fixed some issues around EF and log view
13 years ago
kay.one
9e37c894dd
Added SqlServerCe EF to webproject
13 years ago
kay.one
c6716f2425
Log page now uses EF for faster runtime queries.
13 years ago
kay.one
a984060533
Merge branch 'markus' into kay.one
13 years ago
kay.one
7c598ed323
Updated Telerik to 2011.3.1115
13 years ago
kay.one
35e47e1adc
Updated twitterizer to 2.4.0.26532
...
Updated Json to 4.0.4
Updated NBuilder to 3.0.1.1
13 years ago
Mark McDowall
76114cf778
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
cd6076e7f4
Added message to Indexer settings regarding RSS feeds being checked every 15 minutes.
13 years ago
kay.one
3520b56bb6
Update logs are now in the UI
13 years ago
kay.one
2708c75091
Cleaned up Web.Config
13 years ago
kay.one
0a70c836df
Cleaned up progress notification.
13 years ago
kay.one
d97a1d068c
DiskProvider.Move now overwrites existing folder, Update some Diskprovider to use .NET 4 calls.
13 years ago
Mark McDowall
2d00363b09
Fixed Newznab Enabled not saving, now loading the correct enabled status for Newznab (Copy+Paste fail).
13 years ago
Mark McDowall
5ad11ba728
Fixed adding of Newznab provider.
13 years ago
Mark McDowall
9dbc97223f
Fixed NzbDrone.Web project file after merge.
13 years ago
Mark McDowall
dff01f984e
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
...
Conflicts:
NzbDrone.Web/NzbDrone.Web.csproj
13 years ago
Mark McDowall
a387e70c08
Added references that need to be copied locally.
13 years ago
kay.one
8779a37f7f
UI for automatic update.
13 years ago
Mark McDowall
d5a602c4eb
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one
6369d4f817
Update updates ;)
13 years ago
Mark McDowall
8c1f7e6663
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one
53be0e374b
Log file is off by default.
13 years ago
kay.one
51518787d8
Lots of initialization, configuration clean up.
13 years ago
Mark McDowall
639480e3ef
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
6c86f1dfdd
Newznab providers can be configured by the end user.
13 years ago
kay.one
72d0fc50ed
Alot of refactoring.
13 years ago
kay.one
8a7bc7bf80
Removed unused references.
13 years ago
kay.one
1270e464b3
More autoupdate code.
13 years ago
kay.one
95460b2134
Merge branch 'markus' into kay.one
13 years ago
kay.one
08ec560c71
Resharper EAP fixes
13 years ago
Mark McDowall
401b3b13e2
Upgraded WebActivator (Requires Microsoft.Web.Infrastructure).
13 years ago
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.
13 years ago
Mark McDowall
59c1da399e
Microsoft.Web.Infrastructure set to CopyLocal.
13 years ago
Mark McDowall
6e4e49416d
Added required reference Microsoft.Web.Infrastructure.
13 years ago
Mark McDowall
e978cc1261
Replaced root specific absolute paths with relative paths.
13 years ago
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).
13 years ago
Mark McDowall
3e3551f4d0
Removed testing reload button from History. Whoops!
13 years ago
Mark McDowall
706ea744b9
Change from rebind() to ajaxRequest() for reloading the History grid, which keeps page and sort order.
13 years ago
Mark McDowall
bbd5cba272
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
...
Fixed CentalDispatch Conflicts.
13 years ago
kay.one
ca7deedfb9
CentralDispatch is no longer static.
13 years ago
kay.one
ae9e941b30
AssemblyInfo version cleanup.
13 years ago
kay.one
157bcd8b0f
AssemblyInfo.cs cleanup
13 years ago
kay.one
390dfbdee8
Fixed startup issue.
13 years ago
kay.one
633f0b6197
PathProvider. visit us for all of your pathing needs.
13 years ago
Mark McDowall
24a2c2be59
Finishing up Prowl integration.
13 years ago
kay.one
c503b497ed
Merge branch 'markus' into kay.one
13 years ago
Mark McDowall
277b873b39
Added Prowl notifications.
13 years ago
Mark McDowall
1b8e359a63
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
be64822f08
Added Growl Settings to GUI.
13 years ago
kay.one
994ea7f090
Update FluentAssertion to 1.6
13 years ago
Mark McDowall
dd7dcf4db8
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
d9bef59ec2
Twitter notifications working from end-to-end.
13 years ago
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.
13 years ago
kay.one
5b3f0bdffe
Added google analytics. (only enabled in production)
13 years ago
Mark McDowall
f5b5aea62d
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
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.
13 years ago
kay.one
406e5e1f5e
updated web.config transform
13 years ago
Mark McDowall
955c5ce6d8
Fixed sliderImage not changing when clicked.
13 years ago
Mark McDowall
f68fa84cad
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
4c6287827c
Fixed top slider, it will now work for multiple sliders.
13 years ago
kay.one
4ae268b8e5
lots of different things ;)
13 years ago
kay.one
6828f099bc
Removed all static state tracking from job provider.
13 years ago
Mark McDowall
0cce31cbc8
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
10fc9a1981
Added Submenu to Missing, allows triggering of a backlog search as well as RSS Sync.
...
Removed unneeded cshtml file.
13 years ago
kay.one
651a63edea
Merge branch 'markus' into kay.one
...
Conflicts:
NzbDrone.Core.Test/ProviderTests/LogProviderTest.cs
13 years ago
kay.one
8f9946eb63
Added some update APIs to check for updates and download and extract the update package.
...
Todo: apply updated, UI.
13 years ago
Mark McDowall
f6e14b51f6
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
745d9d9355
TopSlider added for local series searching!
...
Should be easy to add others (would want to have it close other open ones, I think).
13 years ago
Mark McDowall
08804208cf
Awesome relative pathing for CSS and JS fail, reverting back.
13 years ago
kay.one
ea05635fd3
Moved NLog, Fluentassertion to Nuget.
13 years ago
Mark McDowall
a9bcbfad8c
Added QuickAdd for adding series, not displayed currently, needs some prettifying.
13 years ago
Mark McDowall
d62345f6d7
Javascript and CSS references in _Layout use relative paths instead of absolute.
13 years ago
Keivan Beigi
e90a3ae9de
Windows service seems to be fully working.
13 years ago
Mark McDowall
4915b32cc6
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
5098ea3249
Added two new Episode Statuses - Unpacking and Failed.
...
Tests added to support new Statuses.
PostDownloadScanJob will update PostDownloadStatus for failed or unpacking.
ImportFile will set the PostDownloadStatus to Processed when added to the database.
13 years ago
kay.one
87fe19ab4e
Added compile date to footer
13 years ago
Mark McDowall
1d31c1687c
Fixed issue with invalid AirTimes for series causing Upcoming Views to fail.
13 years ago
Mark McDowall
dcc4410f84
Merge branch kay.one with markus.
...
Fixed Conflicts with ConfigProvider.
13 years ago
kay.one
be651660a4
More bugfixes, tests.
13 years ago
Mark McDowall
2c3eff2741
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
f627b551fc
AuthenticationType is now configurable from /Settings/System.
13 years ago
kay.one
57c296c62f
Fixed log to console issue.
13 years ago
Mark McDowall
ec6a0e6b7f
App_Data added to .gitignore
...
Added SetValue to ConfigFileProvider.
Added creating of default config file in ConfigFileProvider.
Added more ConfigFileProvider tests.
Added UI for Settings/System
13 years ago
Mark McDowall
71e1827ef8
Missing Grid uses ToBestDateString for formatting.
...
Fixed padding for No Data being cut off (also when loading) for the grids.
13 years ago
Mark McDowall
fd205d3d57
Moved Grid altering CSS to its own file, used for Series/Details, missing, upcoming and histtory grids.
13 years ago
Mark McDowall
9714a96437
Upcoming/Index now uses .ToBestDateString() for Dates, only showing on FutureForecast grid (instead of all grids). Status is shown on grid and option to search for episode.
...
Series/Details season grids won't be as tall now, due to reduced padding.
13 years ago
Mark McDowall
6736afbeab
Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
13 years ago
Mark McDowall
9271b39787
Added ToBestDateString for DateTime, using on Series/Details.
13 years ago
Mark McDowall
7d4e097137
Fixed CSS for Save Button hover, so that the text no longer moves.
13 years ago
Mark McDowall
95b4250d5d
Updated IndexerSettingsModel with better descriptions.
...
Enable checkbox for Indexer is now labeled as such.
Removed jscript load for deleted script.
A user will now be unable to add a rootDir if the SabDropDir value is the same (ignoring case).
A user will also be unable to set their SabDropDir to the same value as an exiting RootDir (Ignoring case).
The last two changes prevent users from possibly causing all TV shows to be deleted.
13 years ago
Mark McDowall
8c06dde28a
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
13 years ago
Mark McDowall
e4f01ae0d4
Size is now parsed for each item in the feed.
...
QualityType added to database to allow saving of size limits.
Fluent now uses longs for multiplication, to ensure it doesn't overflow.
13 years ago
Mark McDowall
f8ae95d36f
Banner is now shown on Details view.
13 years ago
Mark McDowall
be92686e0e
AddNewSeries now uses the created folder name wghen added the series (since windows trims some characters from the end [periods]).
...
CreateDirectory moved from AddExisting to AddNew, since we don't want to try to create a folder for existing series.
13 years ago
Mark McDowall
7786f6a914
SeriesId is now passed back to the controller when adding a new/existing series.
13 years ago
Mark McDowall
d330c65165
AutoComplete is now using jQuery UI AutoComplete.
...
Removed jquery.liveQuery.
13 years ago
Mark McDowall
59d4ae6219
Fixed AddSeries watermarks.
13 years ago
Mark McDowall
8d0cdf272c
Moved away from CDNs for 3rd party scripts.
...
Added Telerik MVC Controls, JQuery, JQueryUI and YUI.
13 years ago
Mark McDowall
f8be43a486
Upgraded to MiniProfiler 1.9.
...
Updated to latest WebActivator.
13 years ago
Mark McDowall
6bfe26ea7f
Fixed logs auto column with, Time is statically set, others are dynamic (no more smallest possible width).
13 years ago
Mark McDowall
070115a59a
TopLogs will now return the count pass in, reduced to 5000 from 7500 to prevent JsonSerialization issues when being sent to the grid.
...
Added tests for TopLogs and GetPagedLogs.
13 years ago
Mark McDowall
73fadac397
Fixed parser to properly parse a more common naming convention where the episode title starts with an episode or series/episode combination.
...
SeriesController SaveEdit and Delete OrderBy Title with articles removed, with episodeCount.
Reworded Auto-configure button.
13 years ago
Mark McDowall
c13c9d15c4
Default Log view uses client operations, added all logs view that uses paging (No support for sorting or filtering).
13 years ago
Mark McDowall
854cd26e5a
Fixed upcoming episodes grids that were broken due to changing SeriesName to SeriesTitle.
13 years ago
Mark McDowall
0b586de226
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
...
A bunch of files changed removing System.Linq, thanks Resharper :(
13 years ago
Mark McDowall
780abad3f7
Log view now uses proper paging so it doesn't take a year to load up each page.
13 years ago
Mark McDowall
c2c62aa538
Stop throwing errors where it can't get the current message because there is no object.
13 years ago
Mark McDowall
6756eb6534
Added grid sorting to history grid rebind.
13 years ago
Mark McDowall
8cffa5168b
Fixed broken EpisodeProvider tests.
13 years ago
Mark McDowall
f02e92b005
Fixed EpisodeSorting examples layout.
...
Added Missing to main UI.
Add links to series from History and Missing.
Image for search link on Missing.
13 years ago