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

50 Commits

Author SHA1 Message Date
Taloth Saldono
c19a393f99 Now generating unique ids for queue items sent to the api. 2015-01-11 20:48:35 +01:00
Mark McDowall
85a9b74008 File Browser
New: File Browser to navigate to folders when choosing paths
2014-12-19 23:32:47 -08:00
Keivan Beigi
a6d34caf2c New: Rebuilt Completed/Failed download handling from scratch 2014-12-18 16:26:42 -08:00
Keivan Beigi
0a341199a8 safer log configuration 2014-12-16 23:12:26 -08:00
Keivan Beigi
493a3c9724 Added Logentries to track down automatic upgrade issues 2014-12-16 15:35:42 -08:00
Keivan Beigi
f4c202441c Cleaned up environment detection 2014-12-07 12:56:47 -08:00
Keivan Beigi
71638ec77e switched services to http 2014-12-05 14:23:30 -08:00
Keivan Beigi
c4e684fbd3 update usages of nzbdrone.com to sonarr.tv 2014-12-04 17:54:37 -08:00
Mark McDowall
2de837558b Fixed compilation 2014-12-01 22:48:11 -08:00
Mark McDowall
3f8366a190 New: Search for previously aired episodes that were just added to the database 2014-11-26 23:08:17 -08:00
Keivan Beigi
23524c238f Fixed: EzRSS Size Parsing 2014-11-24 15:16:29 -08:00
Keivan Beigi
f127028992 updated restsharp to 6.0.5 -> 6.0.6 2014-11-21 17:08:01 -08:00
Taloth Saldono
8a86b8acdc Added OsPath to handle OS agnostic path handling. 2014-11-19 21:47:11 +01:00
MythJuha
67cd5703a1 New: Implemented Torrent Download Clients: uTorrent, Transmission and Deluge. And several public and private Torrent Indexers. 2014-11-19 21:47:10 +01:00
Taloth Saldono
ffa814f387 Added support for Hardlinking instead of Copy. 2014-11-19 21:47:09 +01:00
Mark McDowall
95d67ef9f4 Download decision rejection reasons are no longer static messages
New: Better messaging on manual search when release is rejected
2014-10-27 22:25:06 -07:00
Keivan Beigi
a44be4d902 log newsnab 429 errors as warn instead of exceptions 2014-10-03 10:50:43 -07:00
Keivan Beigi
7b2e3ef0c4 added ExceptronIgnoreOnMono and ExceptronIgnore extention methods. 2014-10-03 10:39:06 -07:00
Keivan Beigi
0359487bf7 removed loggly 2014-10-02 21:47:37 -07:00
Keivan Beigi
c10a9ddf6e updated json.net to 6.0.5 2014-10-02 21:39:21 -07:00
Taloth Saldono
5e62c2335f Fixed: Refactored the Indexer architecture to support non-rss indexers. 2014-09-27 21:57:35 +02:00
Keivan Beigi
2c1d3339d0 HttpClient 2014-09-11 16:49:41 -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
kayone
3f3cc69da7 updated json.net 2014-08-24 18:45:55 -07:00
Mark McDowall
6671934c0f Relative episode file paths 2014-08-13 17:08:24 -07:00
Taloth Saldono
d1a8cd2a84 Readded Growl logo via embedded binary blob. 2014-08-10 14:55:41 -07:00
Mark McDowall
705d4a3d02 New: show mono version on System -> Info 2014-07-29 23:23:43 -07:00
Taloth Saldono
5450170718 Cleanup, sorted project files. 2014-07-26 14:29:07 +02:00
Mark McDowall
a4500606a9 Fixed: mono version check will check running mono version instead running another version 2014-07-24 23:37:32 -07:00
Taloth Saldono
9a649cf58e Added UserAgent to RestClient. 2014-07-21 08:18:22 -07:00
Mark McDowall
c5bd8b27fb Backups
New: Backup drone's database and configuration from the UI
New: Download Backup files from the UI

Fixed: Run a database backup before upgrade
2014-07-06 20:10:51 -07:00
Taloth Saldono
e28123eefd Fixed: Search results from trakt are now sorted based on similarity with the search query.
Using a Levenshtein distance algorithm.
2014-06-04 23:44:38 +02:00
Taloth Saldono
2035fe8578 New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature) 2014-05-30 19:40:29 +02:00
Mark McDowall
a40b9a306e Fixed: API keys should be more reliably cleansed from the logs 2014-05-24 23:17:59 -07:00
Mark McDowall
ef3777fccf Update improvements
Include NzbDrone.Update in mono/osx package
Do not ignore certificate warnings for services
Check hash before extracting update
New: Update support for Linux/OS X - see the wiki for more information
2014-05-15 21:58:38 -07:00
Mark McDowall
b3fb807f41 HttpProvider.PostCommand will no longer keep the connection alive 2014-05-10 21:37:07 -07:00
Taloth Saldono
ed99fa8698 Corrected various spelling errors in code. 2014-05-06 23:59:04 +02:00
Mark McDowall
2dbc038d17 New: Write PID file to AppData directory on Linux/OS X 2014-04-27 22:14:31 -07:00
Mark McDowall
9645fb07db Removed DateTimeExtensions 2014-03-28 16:45:29 -07:00
Mark McDowall
89e0b41ebc New: Search for all missing episodes 2014-03-20 16:41:44 -07:00
Mark McDowall
bac75ac6d9 New: Failed download handling for Nzbget 2014-03-20 00:08:15 -07:00
Taloth Saldono
4786bc0c34 Failed Download detection now ignores history without unique download client id. 2014-02-24 21:50:00 +01:00
kayone
7f8fa7ec4b Updated project config 2014-02-22 16:22:07 -08:00
Mark McDowall
a6361d0bbd New: XBMC Metadata (Frodo+) 2014-02-12 01:04:51 -08:00
Mark McDowall
d0a6daeb26 Restart on linux/os x working
Removed client messages for shutdown/restart since they were getting stuck
2014-02-10 01:49:06 -08:00
Mark McDowall
37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
kayone
1e6817220a applicationmode cleanup. 2013-11-25 22:53:36 -08:00
kayone
844fa9d5e6 update NLog, Restsharp, json.net 2013-11-11 00:17:29 -08:00
Mark McDowall
5bf0e197ec Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00