aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-16Remove unused dependenciescvium
2021-11-15Fix some warningsBond_009
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Merge pull request #5905 from BaronGreenback/TVFixClaus Vium
Fix for Livetv and DLNA when bind interfaces specified.
2021-11-09Fix some warningsBond_009
609 left
2021-11-08Merge branch 'master' into TVFixcvium
2021-10-26Merge pull request #6551 from MrChip53/xmltv-improveClaus Vium
2021-10-09Merge pull request #6501 from crobibero/schedules-directClaus Vium
2021-10-09Fix indentation and build errorsCody Robibero
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-08Merge pull request #6678 from Bond-009/randomClaus Vium
Use new Random.Shared instead of creating new instances
2021-10-08Merge remote-tracking branch 'upstream/master' into schedules-directCody Robibero
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-10-03Fix warnings in EmbyTVPatrick Barron
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-10-01Enable nullable for ItemDataProviderBond_009
2021-09-25Merge pull request #6614 from Bond-009/warn36Claus Vium
2021-09-25Fix some warningsBond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-24Target net6.0Bond_009
2021-09-21Fix issue #6587Bond_009
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-20Merge pull request #6538 from cvium/livetv_oh_noBond-009
2021-09-19Reduce allocationsBond_009
2021-09-12Fix types and property namesCody Robibero
2021-09-12Fix #6171Mr. Chip53
2021-09-10Remove more unused argscvium
2021-09-10Remove the unused argcvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-07Ignore published server url for local accesscvium
2021-09-06Remove Linq to index searchCody Robibero
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Suggestions from reviewCody Robibero
2021-09-03Add SchedulesDirect json testsCody Robibero
2021-09-03Fix some warningsBond_009
2021-09-03Enable nullable for SchedulesDirectCody Robibero
2021-09-03Fix typosCody Robibero
2021-09-03Fix issues from mergeCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-09-02Merge pull request #6485 from markshark05/patch-1Claus Vium
Update M3U Channel Name Precedence
2021-08-31Update M3U Channel Name PrecedenceMark Titorenkov
Sets the ExtInf display name to have a higher precedence than the `tvg-name` attribute for channel names. Usually `namInExtInf` is a more descriptive and human readable name if both it and `tvg-name` are available. `tvg-name` is more likely to be an internal identifier such as just the channel number with a prefix in my provider's case.
2021-08-28Add missing xmldocCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-08-16Update Emby.Server.Implementations/LiveTv/TunerHosts/BaseTunerHost.csClaus Vium