aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/Listings
AgeCommit message (Collapse)Author
2024-01-09Move LiveTv to separate projectPatrick Barron
2023-12-05Use ConfigureAwait in XmlTvListingsProviderPatrick Barron
2023-12-05Use string.Contains in LiveTvPatrick Barron
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-05-15Fix readonlyspan usageCody Robibero
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-11LiveTV fixesCody Robibero
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-11-05Add regression test for #8696Bond_009
2022-11-04Don't throw exception if program.Title is nullCody Robibero
2022-10-28Backport pull request #8609 from jellyfin/release-10.8.zAnthony Lavado
Use Token for SchedulesDirect Images and Image Index Original-merge: a6740bf51e172d4f8d6bf540362dd0ac50973a77 Merged-by: Anthony Lavado <anthonylavado@me.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-10-12Switch branches if statementBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-11Merge branch 'jellyfin:master' into gzipadrez99
2022-09-11Don't allow throwing System.Exception (#8378)Bond-009
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99
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-02-15Fix some warningsBond_009
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-16Remove unused dependenciescvium
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-10-26Merge pull request #6551 from MrChip53/xmltv-improveClaus Vium
2021-10-09Fix indentation and build errorsCody Robibero
2021-10-08Merge remote-tracking branch 'upstream/master' into schedules-directCody Robibero
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-09-25Remove sync FileStream hackBond_009
2021-09-19Reduce allocationsBond_009
2021-09-12Fix types and property namesCody Robibero
2021-09-12Fix #6171Mr. Chip53
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-03Suggestions from reviewCody Robibero
2021-09-03Add SchedulesDirect json testsCody Robibero
2021-09-03Enable nullable for SchedulesDirectCody Robibero
2021-09-03Fix typosCody Robibero
2021-09-03Fix issues from mergeCody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Add missing xmldocCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009