1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Commit Graph

196 Commits

Author SHA1 Message Date
Mark McDowall
2b0ddb6131 New: Scheduled tasks shwon in UI under System 2014-09-11 23:06:43 -07:00
Keivan Beigi
879035b28a Merge branch 'http-client' into develop 2014-09-11 16:49:54 -07:00
Keivan Beigi
2c1d3339d0 HttpClient 2014-09-11 16:49:41 -07:00
Mark McDowall
cd13f4345a manual property on Command resource 2014-09-10 23:56:24 -07:00
Mark McDowall
1b18baca44 Fixed: Manual refresh of all series will refresh every series, including ended series 2014-09-10 23:49:25 -07:00
Mark McDowall
2ff1208947 Episode resource now uses series resource as the subtype
Fixed: Episodes on the calendar have series images attached properly again
2014-09-10 18:11:35 -07:00
Mark McDowall
f63476260b New: Show episode file file deletions in history and episode activity 2014-09-06 08:08:12 -07:00
Keivan Beigi
c925c0bb24 fixed: issue where a partially generated index.html would be cached. 2014-09-01 20:46:51 -07:00
kayone
5fc7d07c76 Fixed: cache break issue when base url was used 2014-09-01 14:58:02 -07:00
kayone
c4e8e3ebc7 Added cache breaking based on hash rather than version 2014-08-31 00:40:23 -07:00
kayone
dbcabd6df6 updates to static pipeline 2014-08-30 13:40:21 -07:00
Mark McDowall
57a95d4cc5 Fixed: Errors after episode is imported 2014-08-28 00:13:38 -07:00
Mark McDowall
ebf0dbc1d0 New: Enable/Disable RSS Sync/Searching on a per indexer basis 2014-08-27 08:23:55 -07:00
Mark McDowall
7d91b1bdb7 Fixed broken tests 2014-08-27 07:42:06 -07:00
Mark McDowall
9f3bdaa1ce Fixed: Cutoff Unmet not loading
Fixed injection of lazy loaded models to resources
2014-08-27 07:22:09 -07:00
Taloth Saldono
64ecaf5f6e Fixed: Repaired Cutoff Unmet UI and added Cutoff Unmet status badge to History. 2014-08-27 02:26:18 +02:00
kayone
322ff2af8c signalR connection is now called directly rather than using a command to reduce overhead. 2014-08-25 21:01:32 -07:00
kayone
e0e90efbc9 updated fluentmigrator 2014-08-24 23:17:05 -07:00
kayone
3f3cc69da7 updated json.net 2014-08-24 18:45:55 -07:00
Mark McDowall
a933ab90ec Merge pull request #103 from Taloth/develop
Styling episode Quality badge for Cutuff Unmet
2014-08-24 18:33:02 -07:00
kayone
7b2b4794c7 updated fluentvalidation 2014-08-24 18:18:37 -07:00
kayone
7e392e84a7 upgraded nancy to 0.23.2 2014-08-24 10:27:36 -07:00
Taloth Saldono
ded6e966e3 New: Episode quality badges are now styled differently for episodes that haven't met quality cutoff yet. 2014-08-23 23:42:09 +02:00
Mark McDowall
c4936f0523 Don't log query strings 2014-08-19 07:26:39 -07:00
Mark McDowall
807ed7df1a New: Show disk space used by series on series details 2014-08-17 00:41:16 -07:00
Mark McDowall
7d7fe912aa Fixed: Removed redirect permanent from old quality profile endpoint 2014-08-13 18:22:36 -07:00
Mark McDowall
6671934c0f Relative episode file paths 2014-08-13 17:08:24 -07:00
Taloth Saldono
8a5edfeaf5 Rewrote most of the renamer token handling code to give it a bit more generic architecture. Also added MediaInfo as possible token. 2014-08-05 18:14:09 +02:00
Mark McDowall
18874e2c79 Calendar/Date localization
New: Choose calendar starting day of week
New: Choose prefered date/time formats
New: Option to disable relative dates and show absolute dates instead
2014-08-04 23:18:14 -07:00
Mark McDowall
1ed45625df Better logging if SQLite exception is thrown during API call 2014-08-01 23:09:59 -07:00
Mark McDowall
c21ffcb5e4 New: Show processing time for pending items on Calendar and Queue 2014-08-01 18:08:32 -07:00
Mark McDowall
125e69da6d Log error if gzip fails during response 2014-07-30 21:44:38 -07:00
Mark McDowall
b5607b79bc Fixed: Update logs won't log an error if there are no update logs 2014-07-30 12:39:07 -07:00
Mark McDowall
705d4a3d02 New: show mono version on System -> Info 2014-07-29 23:23:43 -07:00
Mark McDowall
b63eb4efd7 Log trace message when handling exceptions in the API 2014-07-27 11:56:04 -07:00
Taloth Saldono
5450170718 Cleanup, sorted project files. 2014-07-26 14:29:07 +02:00
Mark McDowall
74a38415cf Profiles
Indexes are created with the same uniqueness when copying a table

New: Non-English episode support
New: Renamed Quality Profiles to Profiles and made them more powerful
New: Configurable wait time before grabbing a release to wait for a better quality
2014-07-25 23:21:44 -07:00
Mark McDowall
9b17a3787d Fixed: do not send season images in json requests for series
This can save a significant amount of data on the wire, for something never used
2014-07-21 11:14:32 -07:00
Taloth Saldono
d64c4445b8 Fixed compile warnings. 2014-07-21 08:18:24 -07:00
Mark McDowall
8a18124212 Fixed: Do cache images returned through the API (3rd party app support) 2014-07-21 07:33:52 -07:00
Taloth Saldono
53e723a301 Fixed: Blacklist Retry logic will now properly handle Sabnzbd changing the unique id. 2014-07-19 20:16:45 +02:00
Taloth Saldono
47089d360d New: The History->Queue UI now show some elementary error information for failed imports. 2014-07-19 00:19:27 +02:00
Taloth Saldono
8f192e635f New: The Manual Search result table is now sorted by the internal prioritization logic and sorting by quality now works as well.
Tnx to mspec and betrayed for averting catastrophe.
2014-07-19 00:19:25 +02:00
Mark McDowall
c81c8fec27 Fixed: manual search will use tvrage id if required when sending release to client 2014-07-13 17:22:54 -07:00
Taloth Saldono
803a76ed0f Fixed UI notification error for Missing. 2014-07-13 17:01:52 +02:00
Mark McDowall
140427c76e Backup before update 2014-07-09 18:51:01 -07:00
Mark McDowall
65e4de7441 Added ParsedEpisodeInfo properties to ReleaseResource 2014-07-09 14:13:22 -07:00
Taloth Saldono
6941888832 Updated sorting architecture so the collections can specify the sort-oddities instead of in backgrid column definitions. 2014-07-09 21:36:41 +02:00
Mark McDowall
a72e70fa27 Fixed: Errors after importing episodes 2014-07-06 21:08:58 -07:00
Mark McDowall
7af782d353 Provider testing improvements
New: Test button for indexers in UI

Fixed: Testing download clients shows error messages in UI
Fixed: Testing notifications shows error messages in UI
2014-07-06 20:12:42 -07:00