aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-08-03Bump sharpcompress from 0.25.1 to 0.26.0dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.25.1 to 0.26.0. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.25.1...0.26) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-03Bump Mono.Nat from 2.0.1 to 2.0.2dependabot[bot]
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/mono/Mono.Nat/releases) - [Commits](https://github.com/mono/Mono.Nat/compare/Mono.Nat-2.0.1...release-v2.0.2) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-02Update to newer Jellyfin.XMLTVAnthony Lavado
2020-08-02Update Emby.Server.Implementations/Data/SqliteItemRepository.csClaus Vium
2020-08-02Update Emby.Server.Implementations/Data/SqliteItemRepository.csClaus Vium
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-08-02Remove some unnecessary string allocations.cvium
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
Migrate Display Preferences to EF Core
2020-08-01Minor fixes for websocket codeBond_009
2020-08-01remove useless order step for introsdkanada
2020-07-30Fix inverted logic for LAN IP detectionBill Thornton
2020-07-29Use MemoryCache in DeviceManagerPatrick Barron
2020-07-29Use MemoryCache in ChannelManagerPatrick Barron
2020-07-29Use MemoryCache in LibraryManagerPatrick Barron
2020-07-28Translated using Weblate (German)tmechen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-07-27Merge pull request #3684 from Bond-009/warn22Joshua M. Boniface
Fix warnings
2020-07-26Code cleanupMatt Montgomery
2020-07-26Translated using Weblate (Chinese (Traditional))gnehs
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-07-26Apply suggestions from code reviewMatt Montgomery
2020-07-26.Odd Stråbø
2020-07-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-07-26Add more tests, update commentOdd Stråbø
2020-07-26CommentOdd Stråbø
2020-07-26Yep. I failed at copy-pasting.Odd Stråbø
2020-07-25Don't ignore dot directories.Odd Stråbø
Use `.ignore` file to hide directory from library scan. Also, please tell me we handle sample matching somewhere else? This is a mess.
2020-07-24Fix warningsBond_009
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-23Remove unused dependencies.Patrick Barron
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-23Merge pull request #3659 from Bond-009/stringbuilderJoshua M. Boniface
Optimize StringBuilder.Append calls
2020-07-23Merge pull request #3609 from Bond-009/warn21Joshua M. Boniface
Fix warnings
2020-07-23Merge pull request #3366 from barronpm/remove-usermanager-addpartsJoshua M. Boniface
Remove UserManager.AddParts
2020-07-23Disable unix socket by defaultBond_009
2020-07-23Make UNIX socket configurableBond_009
2020-07-23Merge pull request #3649 from thornbill/fix-epg-update-maybeBond-009
Skip image processing for live tv sources
2020-07-23Merge pull request #3665 from barronpm/use-interfacesBond-009
Use interfaces in app host constructors
2020-07-22Use System.Text.Json in LiveTvManagerPatrick Barron
2020-07-22Use interfaces in app host constructorsPatrick Barron
2020-07-22Merge pull request #3508 from BaronGreenback/nullableBond-009
Part 1: nullable Emby.DLNA
2020-07-22Simplify logicBill Thornton
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Address commentsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22Cleanup after mergeDavid
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-21Skip image processing for live tv sourcesBill Thornton
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-20Merge pull request #3620 from BaronGreenback/IPFixBond-009
Fix for #3607 and #3515
2020-07-20Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-20Two fixesBaronGreenback
2020-07-20Fix warningsBond_009