1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Commit Graph

373 Commits

Author SHA1 Message Date
kay.one
daabc6364d handling of blank paths during validation. 2013-08-31 13:46:59 -07:00
kay.one
4465d50a31 added path validation to add series/ recent folders. 2013-08-31 13:32:55 -07:00
Mark McDowall
dd37713a10 Naming config fixed, with integration tests 2013-08-27 17:16:35 -07:00
Mark McDowall
e7b329a618 favicon.ico is now served properly 2013-08-27 07:22:14 -07:00
Mark McDowall
6bea671a1a Episode and Season monitored toggling works again 2013-08-26 20:20:39 -07:00
Mark McDowall
429460dd5e Merge branch 'services-update' into develop 2013-08-26 14:42:17 -07:00
kay.one
317586c102 added missing GetResourceById methods. 2013-08-26 00:15:04 -07:00
kay.one
932012d7f9 fixed broken tests. 2013-08-25 22:25:56 -07:00
kay.one
4188946395 Added more magic to fancy. it now automatically figures our response for PUT and POST based on request ID.
file name sample uses HTTP GET instead of post
2013-08-25 22:14:55 -07:00
kay.one
438e3199de fixed input validation for indexers 2013-08-25 21:01:03 -07:00
kay.one
147bb5476b added input validation to quality profiles 2013-08-25 20:50:13 -07:00
Mark McDowall
c6bbc52631 Fixed UpdateResource 2013-08-23 21:45:02 -07:00
kay.one
e4fc0c57b3 indexer specific setting validation 2013-08-22 01:08:43 -07:00
Mark McDowall
ce9166c6a9 EpisodeFile is downloaded if not available already 2013-08-21 20:34:52 -07:00
Mark McDowall
b1899b5f6f Using reqres to map episode to episode file 2013-08-21 20:34:49 -07:00
Keivan Beigi
488da59143 more validation 2013-08-21 17:36:35 -07:00
Keivan Beigi
e4c8255d69 fixed validation spelling 2013-08-21 12:08:30 -07:00
Mark McDowall
7c915bd522 Save episode quality after change 2013-08-20 23:50:38 -07:00
kay.one
040bfb08ce disable cache while debugging. 2013-08-20 23:30:22 -07:00
kay.one
576ea8560b Added support for schema field validation. no UI support. 2013-08-20 23:30:22 -07:00
Mark McDowall
298bc07be7 Merge branch 'because-kayone' into develop 2013-08-20 18:42:19 -07:00
Mark McDowall
0c2a1c60b1 Speedier unmapped folders lookup. 2013-08-20 18:17:06 -07:00
Keivan Beigi
9195dc6de5 can display server-side errors on the UI. 2013-08-20 18:07:48 -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
4183fecaca fixed index not loading 2013-08-19 19:39:58 -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
Mark McDowall
6d280122ff Fixed broken test 2013-08-18 23:28:00 -07:00
Mark McDowall
ad4326a9c4 Using Newznab extended attributes to get the tvrage id for matching 2013-08-18 22:53:26 -07:00
Mark McDowall
066bf4e8aa Better example when not renaming with NzbDrone 2013-08-14 08:18:32 -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
8d54bb64a7 Extending NamingConfigResource instead of rec recreating its properties 2013-08-11 18:18:35 -07:00
Mark McDowall
fded4cf7f3 Added examples to naming settings 2013-08-11 17:42:11 -07:00
kay.one
d4706dd8f5 branch is now part of status api and shows up in the footer if not on master. 2013-08-10 13:13:31 -07:00
kay.one
505c154fb6 Merge branch 'cache-headers' into develop 2013-08-10 12:59:05 -07:00
kay.one
00c32cbb35 properly respond to IfModifiedSince headers. should improve caching 2013-08-10 12:58:30 -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
256520c551 cleaned up extra usings. 2013-08-05 15:10:32 -07:00
kay.one
a9f1a38280 cleaned up DirectoryLookupService 2013-08-05 15:10:31 -07:00
Mark McDowall
6ca17942f0 Added season pass for toggling monitored status of seasons
Linked from missing
2013-08-05 02:09:41 -07:00
Mark McDowall
21a3260bf2 LogFile mapper is less greedy which logged other messages 2013-08-02 22:07:32 -07:00
Mark McDowall
1c5e30bbd0 Directory lookup will not include some folders at base of drive 2013-08-02 20:01:16 -07:00
Mark McDowall
485f05d4b9 Prevent adding a root folder that is the same as drone factory 2013-08-02 00:17:19 -07:00
Keivan Beigi
1f7d57c2c2 series collection is now loaded on app start. 2013-08-01 17:24:00 -07:00
Keivan Beigi
f44ef2ff5e fixed issue with number only series title.
series detail page should load much faster.
2013-08-01 17:12:52 -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
Mark McDowall
625acef635 Added links and api key links to notifications 2013-07-27 13:57:41 -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
Mark McDowall
5bfcc511e8 AirDate now stored as a string 2013-07-25 21:04:47 -07:00
Keivan Beigi
642207c68d Cache is disabled for json responses. 2013-07-25 14:57:11 -07:00
Mark McDowall
13b71bdeb7 Set version to 10.0.0.* in AssemblyInfo 2013-07-24 18:59:09 -07:00
kay.one
478caf15f8 static resource URLs are now case sensitive. 2013-07-23 23:27:31 -07:00
kay.one
e89a35522e removed redundant qualifiers. 2013-07-23 23:27:30 -07:00
Mark McDowall
eb5a15a8ca Added AirDateUtc for UTC offset time 2013-07-23 22:28:06 -07:00
Mark McDowall
7689b50dee Removed CustomStartDate 2013-07-23 21:40:05 -07:00
Keivan Beigi
121f3b973d added TTL to cached objects 2013-07-23 17:35:49 -07:00
kay.one
c21ff235b6 fixed compile issues 2013-07-18 20:50:12 -07:00
kay.one
9252c5269a Removed unused using statements 2013-07-18 20:47:55 -07:00
Mark McDowall
deb4972cdc DeleteFiles with Delete Series is now respected 2013-07-17 23:24:38 -07:00
Mark McDowall
40f49d7385 Less shitty way to do series stats for single requests and fixed tests 2013-07-17 17:07:48 -07:00
Mark McDowall
c3b8b52644 Blow up if series stats is null 2013-07-17 14:59:40 -07:00
Mark McDowall
19b3add783 SeriesStats are returned when fetching a single series
SeriesStats are no longer wipred from UI on update
2013-07-17 08:41:32 -07:00
Keivan Beigi
8f37507ea1 fixed disabling of app.js cache. 2013-07-15 11:25:16 -07:00
kay.one
0c5827fb41 Cleaned up auth settings 2013-07-14 00:00:50 -07:00
kay.one
0f52a5de22 app.js is no longer cached. 2013-07-13 21:19:36 -07:00
Keivan Beigi
e88768d621 Fixed getting series with number only titles. eg. 90210 2013-07-12 12:13:16 -07:00
Mark McDowall
bb42bb30aa Added monitored, edit and refresh to series details 2013-07-12 00:33:26 -07:00
Mark McDowall
3aa0507912 Toggle episode monitored status from the table 2013-07-09 19:57:43 -07:00
Keivan Beigi
54c36e9264 Getting model by invalid ID throws a more specific exception. 2013-07-09 15:07:03 -07:00
Mark McDowall
41baecc2ee Monitored instead of ignored for episodes and seasons 2013-07-08 18:39:37 -07:00
Keivan Beigi
e1488229fe removed old TODOs. 2013-07-08 17:47:45 -07:00
kay.one
aa50be076c fixed double compression issue. 2013-07-06 23:50:49 -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
a1581477b8 fixed gzip for static resource. 2013-07-06 20:56:48 -07:00
kay.one
51fb6376b9 fixed gzip for static resource. 2013-07-06 20:56:33 -07:00
kay.one
92c3fe61f2 updated nancy to 0.17.1.0 2013-07-06 16:29:01 -07:00
kay.one
c83a67c9e2 New NzbDrone logo. 2013-07-06 15:46:36 -07:00
kay.one
d60b863e14 moved data from Roaming to ProgramData.
Cleaned up DiskProvider
2013-07-04 21:43:28 -07:00
Keivan Beigi
50ee2ee357 removed backlog from server 2013-07-04 20:58:30 -07:00
Mark McDowall
3f6a6d53d5 Media Management settings are alive 2013-07-04 20:26:07 -07:00
Mark McDowall
18d7963ade Backbone collection will not sort properly.... wtf
Sorting on the server now for calendar
2013-07-01 11:25:06 -07:00
Mark McDowall
eedccf03b6 Disable cache in debug 2013-07-01 10:28:42 -07:00
Mark McDowall
a163e511ae Don't cache in debug 2013-06-30 21:50:51 -07:00
Mark McDowall
af88bcdbf3 Quality size settings save now, with fancy messages 2013-06-30 21:25:01 -07:00
Keivan Beigi
b56da336c0 Added cache headers to static resources. 2013-06-28 12:19:40 -07:00
Keivan Beigi
6b0a24e28e broke up EnvironmentProvider into different services 2013-06-27 17:05:20 -07:00
Mark McDowall
0ffb72bca1 Delete added to indexers 2013-06-27 00:37:39 -07:00
Mark McDowall
f78f396940 Quality Size knobbed, other quality changes 2013-06-25 00:25:33 -07:00
Keivan Beigi
0916c8b8d1 cache busting for js file based on server version. 2013-06-20 17:06:56 -07:00
Mark McDowall
8ee0789c62 Added SeasonSearchCommand 2013-06-18 19:08:44 -07:00
Mark McDowall
d3d937afcc Added build date to footer 2013-06-15 15:19:06 -07:00
Mark McDowall
d538fe62cf Update version in UI on start 2013-06-15 15:19:05 -07:00