aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2022-05-20Merge pull request #7544 from jaantaponen/long-filename-fixCody Robibero
(cherry picked from commit 8a1eca09138d50c033b100a63e5f51d18e3669bb) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-28Merge pull request #7625 from crobibero/xml-cache-deleteCody Robibero
(cherry picked from commit ec6f7bdcfffd6d5e05db783226da9cc4ce2df614) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-17Merge pull request #7592 from 1337joe/live-tv-fixesCody Robibero
(cherry picked from commit cd93f49fa87d6e5b0bcc535f8f92b5709b0e3153) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17Merge pull request #7567 from cvium/fix_xmltv_cachingCody Robibero
(cherry picked from commit 385a0b94373606983051ff7662dfbe1e5514d4bc) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-07Merge pull request #7542 from 1337joe/make-recording-stopCody Robibero
Make recording stop at scheduled stop time (cherry picked from commit 132c85e554db0c80dab6e66ad17c504641431d5b) Signed-off-by: crobibero <cody@robibe.ro>
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-17Remove some dead codeBond_009
2022-02-15Fix some warningsBond_009
2022-02-14Fix some warningsBond_009
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-22Merge pull request #7235 from Bond-009/async4Cody Robibero
2022-01-22Merge pull request #7236 from Bond-009/taskcompletionsourceCody Robibero
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Use Guid for BaseItemDto parent idsNiels van Velzen
2022-01-22Always create TaskCompletionSource<T> with ↵Bond_009
TaskCreationOptions.RunContinuationsAsynchronously
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-20Properly populate QueryResultCody Robibero
2022-01-10Fix warning SA1414 and CA1849Bond_009
2022-01-07Remove task cancellation hacksBond_009
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
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