Commit graph

8365 commits

Author SHA1 Message Date
Luke 437033111c Merge pull request #1843 from NorthernLights/patch-1
Disable FIPS Validation Check in App.config
2016-06-14 13:48:08 -04:00
Avalon Thorne 318534d476 Disable FIPS Validation Check in App.config
Disables the FIPS Validation Check to allow the MediaBrowser Server Application to run on a Trusted Platform enabled computer running Windows 10. Important information regarding the addition can be found on MSDN: https://msdn.microsoft.com/en-us/library/hh202806(v=vs.110).aspx

While in our discussions with Microsoft Government and Enterprise Support it has been indicated that it's best practice to move to a FIPS validated encryption method (please see MSDN: https://msdn.microsoft.com/en-us/library/0ss79b2x(v=vs.110).aspx to determine an appropriate algorithm), this patch will at minimum allow the application to run by specifying whether to enforce a computer configuration requirement that cryptographic algorithms must comply with the Federal Information Processing Standards or "FIPS."

Please see http://emby.media/community/index.php?/topic/35875-fips-validated-cryptography-fix/ for discussion on the proposed fix.
2016-06-14 05:13:38 -04:00
Luke Pulverenti 01c7dba742 don't auto-restart during recordings 2016-06-14 02:40:21 -04:00
Luke Pulverenti 5f1bf17030 update forms 2016-06-14 00:15:13 -04:00
Luke Pulverenti 41eb4a8d59 update forms 2016-06-14 00:06:57 -04:00
Luke Pulverenti 7c15dc96cb Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-06-13 15:03:00 -04:00
Luke Pulverenti ad663f8fa8 update sliders 2016-06-13 15:02:48 -04:00
Luke ff7a3de69d Merge pull request #1839 from ChubbyArse/dev
Added code to GetChannels and fixed IsPremiere to use the new XmlTvPremiere object
2016-06-13 12:01:55 -04:00
Luke Pulverenti 383110f9af switch recordings to ts when preserving original audio 2016-06-12 19:33:11 -04:00
Luke Pulverenti f378a2c789 update item queries 2016-06-12 01:03:52 -04:00
Luke Pulverenti d7edd499d2 update organizer db 2016-06-11 21:25:20 -04:00
Luke Pulverenti da6e94396f update connection pooling 2016-06-11 16:12:01 -04:00
Luke Pulverenti 96b1ddfddf update user data db 2016-06-11 13:26:35 -04:00
Luke Pulverenti 2107736584 reduce uses of mobile.activepage 2016-06-11 13:10:06 -04:00
Luke Pulverenti dc5c15c60b update elements 2016-06-11 11:56:15 -04:00
Luke Pulverenti 4c7f292ba8 use individual connections 2016-06-11 11:55:05 -04:00
Luke Pulverenti 682edf5abd update channel mapper 2016-06-10 13:34:08 -04:00
Luke Pulverenti 3ba9d3c12f update channel mapping 2016-06-10 12:45:04 -04:00
Luke Pulverenti b0c1ba1e19 stub out channel mapping 2016-06-09 12:13:25 -04:00
Luke Pulverenti 527014d73a stub out channel mapper popup 2016-06-08 17:04:52 -04:00
Luke Pulverenti 32ba8721a2 update guide events 2016-06-08 13:10:07 -04:00
Luke Pulverenti 26ff2882e7 update recording events 2016-06-08 11:22:10 -04:00
Alex Stevens 2d29a77dce Added code to GetChannels and fixed IsPremiere to use the new XmlTvPremiere object 2016-06-08 10:43:18 +01:00
Luke Pulverenti cc173bfc28 add recording web socket events 2016-06-08 02:21:13 -04:00
Luke Pulverenti e2ffb0ba25 stub out channel mapping 2016-06-08 01:24:25 -04:00
Luke Pulverenti 2538889943 add mappings to add meta data method 2016-06-08 00:57:03 -04:00
Luke Pulverenti 18df678d3f fixes #1537 - [Feature Request] Provide option to select which interface(s) to bind to 2016-06-07 15:46:55 -04:00
Luke Pulverenti 49b96a3613 re-enable qsv decoding 2016-06-07 13:36:45 -04:00
Luke Pulverenti 0ad0150435 update nuget 2016-06-07 12:21:46 -04:00
Luke Pulverenti 7be8a519a3 add xml tv download 2016-06-07 02:14:13 -04:00
Luke Pulverenti c1b68356c4 use shared alpha picker 2016-06-07 01:42:26 -04:00
Luke c4b5258758 Merge pull request #1822 from ChubbyArse/dev
Changed Genre Mapping to be case insensitve
2016-06-06 18:08:01 -04:00
Alex Stevens 627b7d9b7e Changed Genre Mapping to be case insensitve 2016-06-06 23:04:15 +01:00
Luke Pulverenti 19ee883ca2 record time base 2016-06-06 17:13:00 -04:00
Luke Pulverenti 83105f5aae stubbed out channel mappings 2016-06-06 14:22:42 -04:00
Luke Pulverenti faefbf36cc adjust bitrate in h264/h265 conversions 2016-06-06 13:33:55 -04:00
Luke Pulverenti 3e066ab9f5 don't replace tv channel images 2016-06-06 13:33:39 -04:00
Luke Pulverenti 73ab3edeec update xmltv language 2016-06-05 17:27:14 -04:00
Luke Pulverenti 7388320d96 update xmltv 2016-06-05 17:08:55 -04:00
Luke Pulverenti fa76620eb7 update xmltv categories 2016-06-05 17:07:23 -04:00
Luke d47d3b0c70 Merge pull request #1814 from ChubbyArse/dev
XmlTv Listings Provider
2016-06-05 17:01:48 -04:00
Alex Stevens 767de9aa1e More updates to the XmlTVListingsProvider 2016-06-05 21:53:21 +01:00
Luke Pulverenti c0e9d72baf update icon buttons 2016-06-05 16:46:19 -04:00
Luke Pulverenti d10a5042f6 update LiveTvOptions 2016-06-05 16:41:44 -04:00
Luke Pulverenti 9fc028b3d7 revoke access tokens on password change 2016-06-05 16:39:37 -04:00
Alex Stevens 4c52fc094f Merge remote-tracking branch 'upstream/dev' into dev 2016-06-05 21:20:54 +01:00
Luke Pulverenti 2e040f9c0c update collection grouping setting 2016-06-05 15:44:55 -04:00
nfnty 12f10fd36a Use HTTPS for API requests: FanArt: http:// -> https:// (2) 2016-06-05 21:20:46 +02:00
Luke Pulverenti aa5262de21 update subtitle urls 2016-06-05 14:54:21 -04:00
Luke Pulverenti a9b0816922 update vtt headers 2016-06-05 14:51:18 -04:00