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

100 Commits

Author SHA1 Message Date
Taloth Saldono
794c09c17a New: iCal calendar feed. 2014-03-14 22:39:02 +01:00
Peter Czyz
cf1e0a4946 Added iCal feed for the calendar, reachable through
/feed/calendar/NzbDrone.ics or through the calendar page.
2014-03-14 22:39:01 +01:00
Mark McDowall
1d4738b18f Merge branch 'api-key' into develop 2014-03-14 02:42:07 -07:00
Mark McDowall
c2ab59f5c5 New: Set scanning interval for Drone Factory 2014-03-14 02:41:56 -07:00
Mark McDowall
6b423c104c API Key in UI
New: view/reset API in General Settings
Fixed: API will reject unauthenticated requests
2014-03-13 21:23:47 -07:00
Mark McDowall
a02108922f Set episode file modified date to local or utc air date 2014-03-12 22:27:36 -07:00
Mark McDowall
8478379ff4 Merge branch 'AirDate' of https://github.com/JackDandy/NzbDrone into set-file-date 2014-03-11 22:16:38 -07:00
Mark McDowall
c2087af8c9 Gracefully exit on restart instead of forcibly killing it 2014-03-09 22:35:50 -07:00
Mark McDowall
8885bbb60f OS X and linux can be treated separately 2014-03-08 21:28:40 -08:00
JackDandy
d9eab04029 Add new feature, set file date to episode aired date. Fix, use alternative Trakt API field for episode air time. Improve the Preview Rename tip.
Add, new setting "Set File Date to Airdate" on the Media Management tab of the Settings page to toggle this feature for new, imported and auto updating media files.

Change, home page "Series Editor" - "Rename" button to "Update Files" and add "Set File Date To Air Date" action button to this modal to add capability of updating legacy media.

Add, non UTC functions given that Windows undesirably adds time to file times set when using UTC.

Fix, the Trakt API response show.air_time_utc contains erroneous data, this is replaced with show.air_time.
2014-03-09 02:13:40 +00:00
Mark McDowall
e0d8d18838 Better logging when adding a new indexer and it fails 2014-03-01 20:05:35 -08:00
Mark McDowall
c8ae9f40fb New: App health displayed in UI 2014-02-25 21:40:47 -08:00
Mark McDowall
90a6bcaa47 New: Filter history by event (all/grabbed/imported/failed) 2014-02-24 18:50:09 -08:00
Mark McDowall
5672c42f24 Merge branch 'sqlite' into develop 2014-02-23 15:02:54 -08:00
Mark McDowall
20dec3c205 Wanted is much much faster now. 2014-02-22 19:19:05 -08:00
kayone
7f8fa7ec4b Updated project config 2014-02-22 16:22:07 -08:00
kayone
9370de0cc0 New: Main DB is compressed on app start 2014-02-22 16:22:05 -08:00
Mark McDowall
79767aa7bf Redirect /api/missing to new endpoint 2014-02-22 16:21:42 -08:00
Taloth Saldono
8f87f06ac6 Processed PR Comments.
Added tests for EpisodesWithCutoffUnmet.
2014-02-22 16:21:41 -08:00
Taloth Saldono
d416dd4177 Repurposed the Missing page to include filter options and display episodes that haven't reached cutoff.
--HG--
rename : src/NzbDrone.Api/Missing/MissingModule.cs => src/NzbDrone.Api/Wanted/MissingModule.cs
rename : src/UI/Missing/ControlsColumnTemplate.html => src/UI/Wanted/ControlsColumnTemplate.html
rename : src/UI/Missing/MissingCollection.js => src/UI/Wanted/Missing/MissingCollection.js
rename : src/UI/Missing/MissingLayout.js => src/UI/Wanted/WantedLayout.js
rename : src/UI/Missing/MissingLayoutTemplate.html => src/UI/Wanted/WantedLayoutTemplate.html
extra : source : 2c76f3e423d39446f3bd7799b7344d7be63c70f5
2014-02-22 16:21:40 -08:00
Mark McDowall
7279b58a58 Metadata cleanup and fixes
Fixed: Episode metadata will be renamed to match episode file names on refresh
Fixed: Episode metadata is renamed when episode file is renamed
2014-02-22 14:03:23 -08:00
Mark McDowall
207ffd1e5a Fixed root folder integration test 2014-02-16 23:01:37 -08:00
Mark McDowall
77b83b521e Validation, settings UI cleanup and different settings models, oh my
New: Download client UI matches other settings
Fixed: Prevent drone factory folder from being set to invalid paths/root path for series
Fixed: Switching pages in settings will not hide changes
Fixed: Test download clients
Fixed: Settings are validated before saving
2014-02-16 23:01:36 -08:00
Mark McDowall
606d78f5e1 Download clients now use thingy provider 2014-02-16 23:01:36 -08:00
Mark McDowall
b339f8daf6 Metadata settings added to UI 2014-02-12 22:44:07 -08:00
Mark McDowall
e9db0fc14a Fixes after rebase 2014-02-12 01:05:29 -08:00
Mark McDowall
a6361d0bbd New: XBMC Metadata (Frodo+) 2014-02-12 01:04:51 -08:00
Mark McDowall
4e5588f5dd renamed /api/qualityprofiles to /api/qualityprofile 2014-02-11 17:52:03 -08:00
Mark McDowall
3d3390187e New: Optionally disable notifications for upgraded episode files 2014-02-10 17:09:31 -08:00
Mark McDowall
0247aebb25 Fixed: Adding an invalid root folder will show a usable error message 2014-02-08 11:44:38 -08:00
Mark McDowall
e47b4c7686 New: Series lists will auto update when files are imported/deleted 2014-02-08 00:51:29 -08:00
Mark McDowall
e131817022 Disable nancyfx diagnostics unless in debug 2014-02-07 18:21:44 -08:00
markus101
5a673a33ab Moved /api/episodes to /api/episode to align with other endpoints 2014-02-04 20:36:16 -08:00
markus101
9ee535328f Fixed: Order Upcoming by date and time 2014-02-04 20:23:29 -08:00
Mark McDowall
fe4f3d5d1e Fixed namespace 2014-02-03 17:42:35 -08:00
Mark McDowall
958c2f1fe1 Merge branch 'quality-definitions' into develop
Conflicts:
	src/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html
	src/UI/app.js
2014-02-03 17:29:22 -08:00
markus101
9515c28729 Merge branch 'view-filtering' of https://github.com/Taloth/NzbDrone into view-filtering 2014-02-01 15:48:37 -08:00
Taloth Saldono
9df0ad0bf7 System.Logs view can now be filtered by severity. 2014-02-01 23:09:22 +01:00
markus101
2cd347b829 New: Blacklist added to UI (under history) 2014-02-01 14:07:30 -08:00
Mark McDowall
191db1c541 Moved to regions for quality profile editor 2014-01-29 20:45:30 -08:00
Taloth Saldono
3e97106aa7 Updated QualityProfile to contain a list of Items each with a 'Allowed' bool. 2014-01-29 01:53:59 +01: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
37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Mark McDowall
8292d4d267 Fixed: API Authentication issues with Apache Basic Auth 2014-01-24 14:08:05 -08:00
Mark McDowall
7bb8a9db5f Validation and integration test for SeriesFolderFormat 2014-01-17 10:43:15 -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
e00b216eef fixed URL when adding an indexer 2014-01-07 17:29:43 -08:00
Mark McDowall
16356b6319 Merge branch 'reverse-proxy' into develop 2014-01-06 17:17:16 -08:00
Mark McDowall
8dcfbe7b9d Little hack to deal with backgrid's setting of sortKey 2014-01-01 23:07:31 -08:00
Mark McDowall
4d6d477947 Using SortValue instead of API hack for history
Fixed jshint for series collection
2014-01-01 23:07:30 -08:00