aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-09-01Properly migrate all HttpCompletionOptioncrobibero
2020-08-31Merge pull request #2888 from ConfusedPolarBear/quickconnectBond-009
Add quick connect (login without typing password)
2020-08-31Fix some warningsBond_009
2020-08-31remove IHttpClient 🎉crobibero
2020-08-31migrate to IHttpClientFactory in ApplicationHostcrobibero
2020-08-31Merge pull request #3871 from Ullmie02/plugins-apiBond-009
Allow plugins to define their own api endpoints
2020-08-31Don't evaluate twiceDavid Ullmer
2020-08-31Use .Distinct on assemblyDavid Ullmer
2020-08-26Apply suggestions from code reviewMatt Montgomery
2020-08-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-08-19Merge branch 'master' into event-rewrite-1Patrick Barron
2020-08-16Allow plugins to register services.Patrick Barron
2020-08-14Change log message, load assembly only onceDavid
2020-08-12Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-08-12Add logging, cleanupDavid
2020-08-11Add plugin assemblies to mvc builderDavid
2020-08-09convert dependent controller functions to di helper classcrobibero
2020-08-03fix buildcrobibero
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
2020-07-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-23Merge pull request #3366 from barronpm/remove-usermanager-addpartsJoshua M. Boniface
Remove UserManager.AddParts
2020-07-22Use interfaces in app host constructorsPatrick Barron
2020-07-22Cleanup after mergeDavid
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-19Continute workDavid
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-07-13Fix circular dependencyPatrick Barron
2020-07-13Remove UserManager.AddPartsPatrick Barron
2020-07-05Merge pull request #3513 from barronpm/plugin-exception-fixAnthony Lavado
Fix TypeLoadException during plugin load
2020-07-05Fix TypeLoadException during plugin loadPatrick Barron
2020-07-04Minor fixesBond_009
2020-06-29Remove un-needed commentNeil Burrows
2020-06-29Respect FFMpeg path passed via Environment VariableNeil Burrows
2020-06-22removing stray < character from description.BaronGreenback
2020-06-22Using Version class.BaronGreenback
2020-06-21Changed sorting to case insensitiveBaronGreenback
2020-06-21Changed padding in version numbers based up how they are stored in the ↵BaronGreenback
repository.
2020-06-21fixesBaronGreenback
2020-06-21fixesBaronGreenback
2020-06-21Add versioning to plugin foldersBaronGreenback
2020-06-20Merge branch 'master' into SSDPCody Robibero
2020-06-20Move DashboardController to Jellyfin.ApiDavid
2020-06-19Merge remote-tracking branch 'upstream/master' into quickconnectConfusedPolarBear
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-09Apply suggestions from code reviewConfusedPolarBear
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-05Use typed logger where possiblecrobibero