aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix check for available WAN address.Phlogi
2019-03-24removes needless dictionaryPhallacy
2019-03-24Update Emby.Server.Implementations/Library/UserManager.csClaus Vium
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-24fixes some usingsPhallacy
2019-03-24Format the WAN API Url correctly with https and Port.Phlogi
2019-03-24Also add the WAN switch to the public system info.Phlogi
2019-03-24Proper access to configuration objectsPhlogi
2019-03-24Removed comment, renamed methods consistently.Phlogi
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix build, missing changes.Phlogi
2019-03-24Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵Phlogi
configuration.
2019-03-24WAN Address should use public ports instead of local ports. Phlogi
https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080
2019-03-24greaterthen/lessthen reversal fixPhallacy
2019-03-22made password resets an interface and per userPhallacy
2019-03-19Fix default value for Expires headerBill Thornton
2019-03-18Merge pull request #1127 from LogicalPhallacy/lockoutfixJoshua M. Boniface
Add configurable user lockout
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