aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-03-17Merge pull request #1090 from redSpoutnik/subtitle-display-titleVasily
Set DisplayTitle for subtitles
2019-03-16really fixed line endingsPhallacy
2019-03-16fixed line endingsPhallacy
2019-03-16adding regex fixPhallacy
2019-03-16Update Emby.Server.Implementations/Library/UserManager.csJoshua M. Boniface
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-16updated regex to string literal with escaped -Phallacy
2019-03-16Merge pull request #2 from LogicalPhallacy/masterLogicalPhallacy
update lockoutfix to latest for testing
2019-03-16Merge pull request #1 from jellyfin/masterLogicalPhallacy
merging myself to latest
2019-03-16configurable user lockoutPhallacy
2019-03-15quick fix for auth bugPhallacy
2019-03-15Merge pull request #1105 from ploughpuff/ratelimitVasily
Only delay making MusicBrainz request if necessary
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Merge pull request #1106 from Bond-009/warn2Vasily
More warning fixes
2019-03-13More warning fixesBond-009
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
2019-03-13Merge pull request #1100 from ploughpuff/rmprobeswitchVasily
Finalise removal of --ffprobe switch
2019-03-13Merge pull request #1096 from dkanada/opensubsVasily
Remove open subtitles from the server
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-13Merge pull request #1059 from Bond-009/osVasily
Remove EnvironmentInfo
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
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