aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-12Implement review feedbackJoshua Boniface
2019-03-12Merge pull request #1095 from Bond-009/fix1077Vasily
Add AppConfig to the DI service collection
2019-03-12Merge pull request #1021 from Bond-009/failonwarnVasily
Fail on warnings for Jellyfin.Server
2019-03-11remove open subtitles from the serverdkanada
2019-03-11Fix nullrefBond-009
2019-03-11Merge pull request #1089 from jellyfin/translationsVasily
Update translations
2019-03-10Remove unneccessary stringJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Make use of WebPathJoshua Boniface
2019-03-10Add configuration flag for Web directoryJoshua Boniface
2019-03-10Translated using Weblate (Kazakh)WWWesten
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
2019-03-10Translated using Weblate (Chinese (Simplified))Matsuri
Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2019-03-09Merge pull request #1077 from Bond-009/musicbrainzJoshua M. Boniface
Make MusicBrainz base url configurable
2019-03-08Disable HTTPS in Kestrel if Certificate is nullClaus Vium
2019-03-08Remove more unused stuffBond-009
2019-03-08Remove usage of depricated 'WebRequest'Bond-009
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
2019-03-08Make MusicBrainz base url configurableBond-009
2019-03-07Add urlprefixes during initClaus Vium
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-07Merge pull request #1065 from cvium/closed_responseBond-009
Don't set status code if response is closed
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-08Merge pull request #1058 from Bond-009/cleanVasily
Cleanup/simplification
2019-03-07Fail on warnings for Jellyfin.ServerBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Merge pull request #870 from LogicalPhallacy/betterauthBond-009
Better default authentication
2019-03-07Make SkipLogExtensions staticClaus Vium
2019-03-07Update Emby.Server.Implementations/Library/DefaultAuthenticationProvider.csBond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-07Merge pull request #844 from ploughpuff/ffmpegVasily
Reworked FFmpeg path discovery and always display to user
2019-03-07Merge pull request #1028 from Bond-009/ratingsVasily
Simplify rating loading
2019-03-07made hashset static and readonlyPhallacy
2019-03-07more fixes for perf and stylePhallacy
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-03-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-06Make FileSystem readonlyClaus Vium
2019-03-06Remove public Host propertyClaus Vium
2019-03-06Review commentsClaus Vium
2019-03-06Update LocalizationManager.csBond-009
2019-03-06Merge pull request #915 from cvium/remove_encryptionmanagerVasily
Remove IEncryptionManager
2019-03-05Minor fixes to address style issuesPhallacy
2019-03-05Renamed Init() to SetFFmpegPath()PloughPuff
2019-03-05Review commentsPloughPuff
Address review comments from JustAMan, Bond-009 and cvium.
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-03-05Remove more Content-Length referencesClaus Vium
2019-03-05Add ProcessWebSocketRequest to IHttpListenerClaus Vium
2019-03-05Fix DI in FileWriter.TransmitFileClaus Vium