aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2023-01-10Rename Emby.Drawing and move to src (#9054)Patrick Barron
* Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing
2022-12-05Replace != null with is not nullBond_009
2022-11-13Fix integration testsBond_009
Author: cvium
2022-10-21Prevent host lookup on GetSmartUrl for HTTP requestsShadowghost
2022-10-11Merge branch 'jellyfin:master' into gzipadrez99
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-20Use Directory GetFiles to find lyric files1hitsong
2022-09-17Remove commented out code1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
2022-08-04Merge branch 'master' into gzipadrez99
2022-08-01Backport pull request #8087 from jellyfin/release-10.8.zJoshua Boniface
feat: make subtitleeditparser generic Authored-by: Claus Vium <cvium@users.noreply.github.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7323ccfc232d31797af3ceb8bad93cae1ea0898d
2022-07-24Backport pull request #7732 from jellyfin/release-10.8.zJoshua Boniface
Fix to make web sockets close gracefully on server shutdown Authored-by: luke brown <luke92brown@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: ee22feb89a34632a4cc3a350733dd57c6be863ec
2022-06-30Merge branch 'master' into gzipadrez99
2022-06-29Merge pull request #7954 from cvium/fix_7953_dlna_urlCody Robibero
(cherry picked from commit 2c0c3eb3ee6eabdf1d2c94619f094f711870f820) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99
2022-02-15Fix some warningsBond_009
2022-02-14Fix option to disable server discoveryBond_009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-11Refactor and add scheduled taskcvium
2022-01-04Embed ProviderUtils into MetadataServiceJoe Rogers
2021-12-24Update StyleCopBond_009
2021-11-24Migrate network configuration safelycvium
2021-11-19Only force scheme and port when HTTPS is disallowedcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-13Very light cleanup in applicationhostcvium
2021-11-09Merge pull request #5905 from BaronGreenback/TVFixClaus Vium
Fix for Livetv and DLNA when bind interfaces specified.
2021-11-08Use the new method in DLNAcvium
2021-11-08Merge branch 'master' into TVFixcvium
2021-11-03Merge branch 'master' into client-loggerCody Robibero
2021-11-02Streamline startup codeBond_009
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default.
2021-09-07Ignore published server url for local accesscvium
2021-09-07Use GetSmartApiUrl instead (hopefully it works)cvium
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-08-30Simplify the way we choose our ffmpegBond_009
* no longer search $PATH * no longer require a full path * don't fall back
2021-08-28Remove more and more warningsCody Robibero
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
Improve platform checks
2021-07-12Merge pull request #6289 from Bond-009/warn33Bond-009
Fix some warnings
2021-07-12Improve platform checksBond_009