aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-08-07Use MemoryCache.Set since SetValue does not flush to cache automatically.cvium
2020-08-06Translated using Weblate (Bengali)sumantrabhattacharya
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2020-08-06Translated using Weblate (Italian)millallo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-08-05Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-08-05Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-08-04Merge remote-tracking branch 'upstream/master' into api-merge-againcrobibero
2020-08-04Merge pull request #3809 from Bond-009/minor4Anthony Lavado
Minor improvements
2020-08-04Merge pull request #3782 from Bond-009/websocket2Anthony Lavado
Minor fixes for websocket code
2020-08-04Clean up TunerHost classesPatrick Barron
2020-08-04Remove references to MediaBrowser.Apicrobibero
2020-08-04Remove leading slash from route attributescrobibero
2020-08-03fix buildcrobibero
2020-08-03Fix spellingBond_009
2020-08-03Minor improvementsBond_009
OFC I reduced some allocations
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
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