aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-06-20Move DashboardController to Jellyfin.ApiDavid
2020-06-17revert adding Jellyfin to auth headercrobibero
2020-06-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csCody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-15Add GetAuthorizationInfo for netcore HttpRequestcrobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-15Merge pull request #3315 from crobibero/dashboard-updatedkanada
Add MessageId to websocket message, fix ws exception
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13merge master into api-migrationcrobibero
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-12Merge pull request #3313 from crobibero/update-dotnet-coredkanada
Update to .NET Core 3.1.5
2020-06-11Merge pull request #3291 from cvium/fix_authenticationexceptionAnthony Lavado
Use the "legacy" AuthenticationException in AuthService
2020-06-11(Hopefully) fix concurrency exceptions.Patrick Barron
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-11Add MessageId to websocket message, add JsonNonStringKeyDictionaryConvertercrobibero
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-11Bump ServiceStack.Text.Core from 5.8.0 to 5.9.0dependabot[bot]
Bumps [ServiceStack.Text.Core](https://github.com/ServiceStack/ServiceStack.Text) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/ServiceStack/ServiceStack.Text/releases) - [Commits](https://github.com/ServiceStack/ServiceStack.Text/compare/v5.8...v5.9) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-11Use the "legacy" AuthenticationExceptionClaus Vium
2020-06-09Fix a small number of compile warningsaled
2020-06-09Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1Bond-009
Fix a small number of compile warnings
2020-06-09Merge pull request #3185 from Ullmie02/api-exception-handlingdkanada
Don't Send Exception Messages (Old API)
2020-06-08Merge pull request #3268 from crobibero/ignore-pathdkanada
Force configuration paths to not be ignored.
2020-06-07Force configuration paths to not be ignored.crobibero
2020-06-07Translated using Weblate (Bengali)Mahabub Islam Prio
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2020-06-06Fix a small number of compile warningsaled
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov
2020-06-05Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-05undo erroneous changescrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-06-05Merge pull request #3245 from jellyfin/fix-azureBond-009
Fix some issues with the CI
2020-06-04Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2020-06-04Translated using Weblate (Norwegian Bokmål)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-05disable rule that requires comments in two image providers for nowdkanada
2020-06-05add missing comments for a few image providersdkanada
2020-06-04disable specific rule for playlist image providerdkanada
2020-06-04disable artist image provider until configurabledkanada
2020-06-04fix namespace for providers that were moveddkanada
2020-06-04move most of the image providers to a single directorydkanada
2020-06-04add image provider for artistsdkanada
2020-06-04minor refactoringdkanada
2020-06-04Merge pull request #3164 from dkanada/install-plugindkanada
Fix a few issues with the plugin manifest
2020-06-03add missing ConfigureAwaitcrobibero
2020-06-03fix buildcrobibero
2020-06-03Translated using Weblate (Catalan)Lluís Forns
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2020-06-04Merge branch 'master' into install-plugindkanada
2020-06-04fix build issuesdkanada
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-03Fix buildBond-009
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode