1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 10:32:35 +01:00
Commit Graph

4381 Commits

Author SHA1 Message Date
Mark McDowall
de556764bd Changelog is now available in the UI
New: Added changelog to UI
2013-09-28 11:48:30 -07:00
Mark McDowall
90001b1a3b unauthorized.xml 2013-09-27 11:09:53 -07:00
Mark McDowall
9fa4cedb71 Now checking for errors before parsing newznab feeds 2013-09-26 21:41:08 -07:00
Mark McDowall
ca429cf5de Set year to current year when show doesn't have a valid year 2013-09-26 20:40:36 -07:00
Mark McDowall
74ac67eab1 Open SSL port in firewall when SSL is enabled 2013-09-26 14:57:36 -07:00
Mark McDowall
dbc0c2021e Fixed sslcert registration arguments 2013-09-26 14:07:39 -07:00
Mark McDowall
377a32e5e6 Fixed SSL cert registration string 2013-09-26 12:15:16 -07:00
Mark McDowall
4cb9db3230 Updated donation link 2013-09-26 11:04:26 -07:00
Mark McDowall
8d5e92d602 Disable quality sorting on history - since its json 2013-09-25 21:05:08 -07:00
Mark McDowall
0f4bfd7afc Quality sorting for ManualSearch 2013-09-25 20:49:22 -07:00
Mark McDowall
f0e721ee80 Validate newznab indexers when adding 2013-09-25 19:51:07 -07:00
Mark McDowall
34b5a833f5 SeasonCount excludes specials 2013-09-25 17:14:27 -07:00
Mark McDowall
1c77712bf7 Advancified some more settings 2013-09-24 22:04:33 -07:00
Mark McDowall
dc2af41e16 Advanced settings!
SSL and branch
2013-09-24 21:51:44 -07:00
Mark McDowall
283cd36db8 Moved search hotkey to search.js 2013-09-23 22:27:51 -07:00
Mark McDowall
f32cbbb224 Toggle monitored status from season pass as well as all seasons (skip specials) 2013-09-23 17:53:56 -07:00
Mark McDowall
154a6b39be Use t as shortcut to series search navigator 2013-09-23 16:55:24 -07:00
Mark McDowall
df967c1ed1 Don't check for API key on local requests 2013-09-23 15:56:01 -07:00
Mark McDowall
5841140c99 Allow Basic Auth on API 2013-09-23 15:31:50 -07:00
Mark McDowall
c5ae38638a Show yellow dot and season not monitored when no episode files and season isn't monitored 2013-09-23 13:06:15 -07:00
Mark McDowall
1a2ae4bd2c pluck and findWhere, not map and find 2013-09-23 12:03:33 -07:00
Mark McDowall
ca3b4cb1d7 Merge branch 'api-key' into develop
Conflicts:
	NzbDrone.Integration.Test/NzbDroneRunner.cs
2013-09-23 10:58:13 -07:00
Mark McDowall
b621b49b62 Merge branch 'develop' 2013-09-23 10:06:45 -07:00
Keivan Beigi
503be832c4 updated jshint options 2013-09-22 22:44:49 -07:00
Mark McDowall
2b85b7f466 Added ssl support (config file only) 2013-09-22 12:57:03 -07:00
Mark McDowall
48dbc127a7 Added search bar under nav bar to jump to series by searching 2013-09-22 00:55:44 -07:00
Mark McDowall
8ff34aac4d Fixed series actions wrapping to two lines 2013-09-21 12:16:48 -07:00
Mark McDowall
a5528f00cb Fixed UI for downloadAllowed 2013-09-21 00:45:45 -07:00
Mark McDowall
c5908c52a5 Allow manual downloads 2013-09-20 22:49:54 -07:00
Mark McDowall
32b287387d Moved UrlAcl registration to adapter 2013-09-20 19:50:57 -07:00
Mark McDowall
d19a755fb1 Integration tests use the api key now 2013-09-20 19:07:42 -07:00
Mark McDowall
f826890d2b Check if URL is registered when running in non-admin and run accordingly 2013-09-20 16:56:17 -07:00
Mark McDowall
e19e523824 csproj fail :( 2013-09-20 15:31:26 -07:00
Mark McDowall
de607e207b ApiKey Authentication cleanup 2013-09-20 15:19:48 -07:00
Mark McDowall
5343bde070 Cleaned up some validation 2013-09-20 14:09:13 -07:00
Mark McDowall
a40ad82fa7 DownloadAllowed logic moved, using proper validation 2013-09-20 00:49:36 -07:00
Mark McDowall
57fdbe6e08 Added API key authentication 2013-09-20 00:31:02 -07:00
Mark McDowall
689f27bee6 episode actions cell width so button does shift whole table 2013-09-19 12:20:39 -07:00
kay.one
2735e41098 updated history/missing layout to use collection sync events. 2013-09-19 00:33:11 -07:00
kay.one
57540f9ecb adde json.net to update package. 2013-09-19 00:20:40 -07:00
kay.one
e0fb77a521 NzbDroneErrorPipeline uses the new aggregate exceptions. 2013-09-19 00:16:59 -07:00
kay.one
5f8c6da9d9 updated restsharp 2013-09-18 23:55:28 -07:00
kay.one
1631c1877c upgraded to nancy 20 2013-09-18 23:55:13 -07:00
kay.one
6f8dafa8d2 added json.net refrence to nzbdrone.update 2013-09-18 23:37:06 -07:00
Mark McDowall
7320342123 Added search button/menu to series details grid
Also fixed some names to make name navigation easier.
2013-09-18 22:49:41 -07:00
Mark McDowall
4a3410f85a Fixed install update progress message 2013-09-18 22:49:38 -07:00
Mark McDowall
f716a6d9fd Housekeepers talk to the DB directly now 2013-09-18 22:49:36 -07:00
Mark McDowall
6c91639d64 Prevent releases with unknown series from being downloaded 2013-09-18 22:49:34 -07:00
Mark McDowall
82933fbcc3 removed unused Housekeeping interface 2013-09-18 22:49:31 -07:00
Keivan Beigi
487519a09f Removed Core/Model Core/Provider 2013-09-18 18:09:26 -07:00