1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00
Commit Graph

4802 Commits

Author SHA1 Message Date
Mark McDowall
8e59843d35 Fixed styles for quality profile editor, click chevron to move
New: Quality in Profile can now be re-ordered (advanced setting)
2014-01-27 21:22:45 -08:00
Mark McDowall
f832d55424 Merge branch 'quality-definitions' of https://github.com/Taloth/NzbDrone into Taloth-quality-definitions 2014-01-27 18:21:01 -08:00
Mark McDowall
1cae7293e7 Adding NzbDrone.Windows to update package 2014-01-27 14:38:45 -08:00
Mark McDowall
63bf00ed41 Added CLA and CONTRIBUTING.md files 2014-01-27 14:10:37 -08:00
Taloth Saldono
c90791b266 Quality Order can now be change on per Quality Profile. Quality Title used in Renaming can now be changed by the user. Both options require Advanced Settings to be enabled. 2014-01-27 19:21:29 +01:00
Mark McDowall
47a8d93c18 Added .ogv as a file extension 2014-01-26 17:13:29 -08:00
Mark McDowall
34a08f8abb Merge pull request #50 from iaddis/nlog-debugger-output
Nlog debugger output
2014-01-26 17:13:30 -08:00
Mark McDowall
24430aef07 Use proper path for episode file moving 2014-01-26 15:12:06 -08:00
Mark McDowall
543cc4e6c1 If folder does not exist... 2014-01-26 14:58:12 -08:00
Mark McDowall
25ae19bf80 Hiding permissions when OS is windows 2014-01-26 14:16:12 -08:00
Mark McDowall
49168cad25 UI and opt-in for setting permissions 2014-01-26 00:57:14 -08:00
Mark McDowall
5459b5fed4 New: Setting file permissions on import (Linux) 2014-01-25 23:51:33 -08:00
Mark McDowall
37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Mark McDowall
6d61d57ba1 Added link to teamcity 2014-01-24 14:20:03 -08:00
Mark McDowall
204015d4ca Fixed up readme a bit 2014-01-24 14:13:18 -08:00
Mark McDowall
a228bd8f1c Added test for series folder name 2014-01-24 14:08:06 -08:00
Mark McDowall
8292d4d267 Fixed: API Authentication issues with Apache Basic Auth 2014-01-24 14:08:05 -08:00
Mark McDowall
6b90a3a1eb Fixed: Clean series title in season folder of reserved characters 2014-01-24 14:08:02 -08:00
Keivan Beigi
9c9839ea29 Update readme.md 2014-01-24 14:04:12 -08:00
Keivan Beigi
e205e5a77e Update readme.md 2014-01-24 14:03:50 -08:00
Keivan Beigi
7fafefbe99 updated readme 2014-01-24 14:03:39 -08:00
Mark McDowall
7d46f4d64d Logging destination filename when importing/renaming files. 2014-01-21 21:35:01 -08:00
Mark McDowall
7bb8a9db5f Validation and integration test for SeriesFolderFormat 2014-01-17 10:43:15 -08:00
Mark McDowall
43a2f39106 Added help text to Series Folder Format.
Fixed styling of format helper buttons
2014-01-17 08:27:49 -08:00
Mark McDowall
0b2865a97c Fixed broken add series test 2014-01-17 08:14:58 -08:00
Mark McDowall
b5b9fababb New: Series Folder format now configurable (used when adding series only) 2014-01-16 23:52:28 -08:00
Mark McDowall
7c6605c02b New: Original Title can be used in file names 2014-01-16 23:23:34 -08:00
Mark McDowall
1e878a88fd ImdbId and Title Slug are now nullable 2014-01-16 20:41:23 -08:00
Mark McDowall
d89d9e67c2 NextAiring sorting is not as drunk anymore 2014-01-16 12:37:31 -08:00
Mark McDowall
642f56c221 Fixed: Womble's URL 2014-01-16 09:36:21 -08:00
Mark McDowall
4962db3b6a Fixed: Initial sorting for Next Airing 2014-01-16 09:18:53 -08:00
Mark McDowall
442ab2b7c4 Get 1000 releases from indexers 2014-01-15 19:43:49 -08:00
Mark McDowall
6cbc8687de Better way to fix empty string split results 2014-01-15 16:22:22 -08:00
Mark McDowall
885872ff3a Fixed: Extra new line in release restrictions causing all releases to be rejected 2014-01-15 12:39:32 -08:00
Mark McDowall
2dd7fb9fdf Fixed: Search being triggered from Release Restrictions when pressing 't' 2014-01-15 08:59:38 -08:00
Mark McDowall
c50fb84216 Some test cleanup for season search 2014-01-14 11:58:53 -08:00
Icer Addis
502ddceea2 Replaced + with space in special episode query string builder 2014-01-14 00:35:22 -08:00
Icer Addis
11aa82832f Added using statement 2014-01-13 21:25:03 -08:00
Icer Addis
2dbf0ecc82 Fixes for code review 2014-01-13 21:20:29 -08:00
Mark McDowall
3ccdbca712 Install updates will send info to UI 2014-01-13 20:18:33 -08:00
Mark McDowall
2dccc0567e Fixed broken integration tests 2014-01-13 19:57:47 -08:00
Mark McDowall
5ac55b0421 Fixed: omgwtfnzbs season/series searches stuck in a loop
Fixed:  MegaSearch season/series searches stuck in a loop
2014-01-13 19:47:45 -08:00
Mark McDowall
3eeee7335e Fixed: Exit from tray icon 2014-01-09 20:32:21 -08:00
Mark McDowall
401a5c9f26 Fixed: Xem mapped series should be more reliable 2014-01-09 17:41:08 -08:00
Mark McDowall
5ada7efefc Fixed: New device_iden from PushBullet can be used 2014-01-09 09:04:43 -08:00
Icer Addis
c459cdf168 Fixes in response to code review
ParseSpecialEpisode now follows similar pattern to Map() method and accepts TvRageId and SearchCriteria
Fixed normalize episode title to handle punctuation separately from spaces and removed special episode words
Removed comments
2014-01-07 21:54:23 -08:00
Mark McDowall
9b0114714d grunt-contrib-less version locked (0.9.0 fails me!) 2014-01-07 20:40:06 -08:00
Mark McDowall
a422587ed5 Fixed: XML clean extra spaces from config file settings when saving/retrieving 2014-01-07 17:37:51 -08:00
Mark McDowall
e00b216eef fixed URL when adding an indexer 2014-01-07 17:29:43 -08:00
Mark McDowall
332136bc6f Only get DownloadClientId when its been added to history 2014-01-07 17:05:06 -08:00