1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Commit Graph

116 Commits

Author SHA1 Message Date
Keivan Beigi
488da59143 more validation 2013-08-21 17:36:35 -07:00
Mark McDowall
7c915bd522 Save episode quality after change 2013-08-20 23:50:38 -07:00
Keivan Beigi
e377e02db4 checking for existing files to import is now case insensitive. 2013-08-20 14:29:10 -07:00
kay.one
9f0ae763ff moved logic for reading static file to mappers 2013-08-19 23:23:36 -07:00
kay.one
290e072f2e added cache pipelines 2013-08-19 22:53:18 -07:00
Keivan Beigi
24ba4390a1 moved static resource to basic nancy module.
cache and gzip piplelines are missing
2013-08-19 19:31:26 -07:00
Keivan Beigi
93b0cf4be9 upgraded nancy bootstrapers to 0.18.0 2013-08-19 18:45:19 -07:00
kay.one
4ee148549f signalr package version sync. 2013-08-12 22:19:53 -07:00
kay.one
2771d91f2f fixing signalr startup issues 2013-08-12 22:16:30 -07:00
Mark McDowall
fded4cf7f3 Added examples to naming settings 2013-08-11 17:42:11 -07:00
Mark McDowall
c1b68e0dee When a new episode is grabbed the client will update its status 2013-08-10 11:38:01 -07:00
kay.one
247b72282f removed ClientSettings 2013-08-05 19:37:13 -07:00
kay.one
d64bb56575 always replace .NET 3.5 of json.net with 4.0 on build. 2013-08-05 15:49:41 -07:00
kay.one
a9f1a38280 cleaned up DirectoryLookupService 2013-08-05 15:10:31 -07:00
kay.one
5a62e8ae6b updated project output for core/common to _output 2013-07-30 22:55:58 -07:00
Keivan Beigi
d98b9a9009 updated FluentValidation 2013-07-29 17:57:53 -07:00
Mark McDowall
4c536a077f Log files are viewable in the UI 2013-07-28 16:13:14 -07:00
Keivan Beigi
5a52de7ba9 added NoOpPerformanceCounterManager for signalr so linux doesn't blowup. 2013-07-26 17:05:33 -07:00
Keivan Beigi
72d0b9c839 remove AnyCPU 2013-07-26 17:04:55 -07:00
Keivan Beigi
642207c68d Cache is disabled for json responses. 2013-07-25 14:57:11 -07:00
Keivan Beigi
121f3b973d added TTL to cached objects 2013-07-23 17:35:49 -07:00
kay.one
0f52a5de22 app.js is no longer cached. 2013-07-13 21:19:36 -07:00
Mark McDowall
3aa0507912 Toggle episode monitored status from the table 2013-07-09 19:57:43 -07:00
kay.one
d34b527842 Revert "updated nancy to 0.17.1.0"
This reverts commit 92c3fe61f2.
2013-07-06 21:36:37 -07:00
kay.one
92c3fe61f2 updated nancy to 0.17.1.0 2013-07-06 16:29:01 -07:00
Keivan Beigi
b56da336c0 Added cache headers to static resources. 2013-06-28 12:19:40 -07:00
Mark McDowall
f78f396940 Quality Size knobbed, other quality changes 2013-06-25 00:25:33 -07:00
Mark McDowall
d538fe62cf Update version in UI on start 2013-06-15 15:19:05 -07:00
Mark McDowall
ca334ef664 Select type added for client schema 2013-06-13 00:20:33 -07:00
Keivan Beigi
9d8fd840c4 added gzip after pipeline 2013-06-10 17:17:57 -07:00
kay.one
890d1f2398 added release results to episode detail tab 2013-06-06 17:17:57 -07:00
Keivan Beigi
9160343a51 added /logs 2013-06-04 17:49:53 -07:00
kay.one
b133fa9585 Added populate lazy-loading extensions. 2013-06-01 23:41:30 -07:00
kay.one
e5cc0c1a93 value injector should map lazy loaded values properly. 2013-05-31 19:49:53 -07:00
Keivan Beigi
bdf86aa4ba removed automapper. 2013-05-30 17:15:22 -07:00
Mark McDowall
e4410d8cb7 Able to create new Newznab indexers 2013-05-28 19:49:33 -07:00
Mark McDowall
ea929974f3 Can add indexer (in UI) 2013-05-27 17:20:24 -07:00
Mark McDowall
482cbc20a3 Notification schema added to server side. 2013-05-24 18:51:47 -07:00
kay.one
a85099f060 updated signalr 2013-05-23 18:41:17 -07:00
kay.one
e03e2c46d6 fixed authentication. at least locally. need to test remote. 2013-05-22 19:14:39 -07:00
Mark McDowall
f1d2e0e6df Basic Authentication Added 2013-05-21 17:58:57 -07:00
kay.one
a36216c73c added /system/status end point that returns environment information. 2013-05-20 13:22:27 -07:00
Mark McDowall
8a6a64d104 NotificationModule added to API 2013-05-19 18:32:26 -07:00
kay.one
80c996c216 fixing update for vnext. 2013-05-19 17:30:02 -07:00
Mark McDowall
16e13e0c24 Posters/Banners/Fanart served from App_Data 2013-05-16 20:03:52 -07:00
Mark McDowall
e6183b1f83 Fixed airdate parsing. Fixed minor UI issues 2013-05-13 20:21:37 -07:00
Mark McDowall
9d96df9c2e Moved Missing and History to Fancy 2013-05-12 23:12:56 -07:00
kay.one
42849d3276 cleaning up episode/series air date/time 2013-05-12 18:32:21 -07:00
Keivan Beigi
4deecde092 back to tiny for now 2013-05-10 20:43:52 -07:00
kay.one
a6aba16902 Bind any collection to SignalR with a single call. 2013-05-05 17:33:43 -07:00