aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-09Merge pull request #6806 from crobibero/dotnet6Claus Vium
Update to full dotnet 6
2021-11-08Simplify and reduce LOC in ControlHandlercvium
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-08Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-08Merge pull request #6795 from LinFor/pr-dlnaCody Robibero
Fix DLNA on older Samsung TVs
2021-11-08Translated using Weblate (Estonian)rimasx
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2021-11-08Merge remote-tracking branch 'BaronGreenback/TVFix' into TVFixcvium
2021-11-08Use the new method in DLNAcvium
2021-11-08Merge branch 'master' into TVFixcvium
2021-11-08Samsung DLNA fixesLinFor
2021-11-08Merge pull request #6793 from Bond-009/rootedpathClaus Vium
Add some docs and tests
2021-11-08Merge pull request #5918 from crobibero/client-loggerClaus Vium
Add endpoint to log client events
2021-11-07Add some docs and testsBond_009
2021-11-07Add randomization to generated filenameCody Robibero
2021-11-07Merge pull request #6792 from Bond-009/authexClaus Vium
Fix UnauthorizedAccessException in GetDrives
2021-11-07Clean up redundant codeCody Robibero
2021-11-07Fix UnauthorizedAccessException in GetDrivesBond_009
``` [15:01:24] [ERR] [55] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL GET /Environment/Drives. System.UnauthorizedAccessException: Access to the path is denied. ---> System.IO.IOException: Operation not permitted --- End of inner exception stack trace --- at System.IO.DriveInfo.CheckStatfsResultAndThrowIfNecessary(Int32 result) at System.IO.DriveInfo.get_TotalSize() at Emby.Server.Implementations.IO.ManagedFileSystem.<>c.<GetDrives>b__32_0(DriveInfo d) in /home/bond/dev/jellyfin/Emby.Server.Implementations/IO/ManagedFileSystem.cs:line 583 at System.Linq.Enumerable.WhereSelectArrayIterator`2.ToList() at Emby.Server.Implementations.IO.ManagedFileSystem.GetDrives() in /home/bond/dev/jellyfin/Emby.Server.Implementations/IO/ManagedFileSystem.cs:line 583 at Jellyfin.Api.Controllers.EnvironmentController.GetDrives() in /home/bond/dev/jellyfin/Jellyfin.Api/Controllers/EnvironmentController.cs:line 153 at lambda_method559(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() ```
2021-11-06Merge pull request #6783 from 1337joe/purge-screenshotBond-009
2021-11-06Merge pull request #6791 from cvium/fix_plugin_loadingBond-009
2021-11-06Load all types when checking plugin DLLscvium
2021-11-06Merge pull request #6778 from jvoisin/patch-1Cody Robibero
Add a bit of hardening to the systemd service
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-05Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-11-05Merge pull request #6784 from nielsvanvelzen/openapi-head-checkoutCody Robibero
Fix OpenAPI workflow fork cloning
2021-11-05Set GITHUB_TOKEN permissions to read only in OpenAPI workflowNiels van Velzen
2021-11-05Specify repository info in openapi head checkoutNiels van Velzen
2021-11-05Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-11-05Use client info from claimsCody Robibero
2021-11-05Merge pull request #6782 from nielsvanvelzen/openapi-pr-targetClaus Vium
2021-11-05Fix OpenAPI workflow not working with pull requests from forksNiels van Velzen
2021-11-05Merge pull request #6781 from 1337joe/tmdb-settingsCody Robibero
Add MaxCastMembers to TMDb Plugin Settings
2021-11-05Translated using Weblate (Esperanto)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2021-11-05Translated using Weblate (Russian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2021-11-05Add cast limit to tmdb plugin settingsJoe Rogers
2021-11-04Add missing checkboxesJoe Rogers
2021-11-04Merge pull request #6777 from ThibaultNocchi/fix/webvtt_regionClaus Vium
2021-11-04Merge pull request #6774 from cvium/fix_no_thumb_in_fanartBond-009
2021-11-04Add a bit of hardening to the systemd serviceJulien Voisin
Tested in an unprivileged lxc container, so it shouldn'tâ„¢ break anything.
2021-11-04Fix WebVTT region to specThibault Nocchi
2021-11-04Make sure ReadToDescendant was successful, #6773cvium
2021-11-04Translated using Weblate (Esperanto)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2021-11-04Translated using Weblate (Turkish)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2021-11-04Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2021-11-04Merge pull request #6769 from Bond-009/hasscreenshotsClaus Vium
2021-11-04Remove unused IHasScreenshots interfaceBond_009
2021-11-04Merge pull request #6763 from 1337joe/tmdb-image-provider-dedupClaus Vium
2021-11-04Merge pull request #6766 from Bond-009/minor12Claus Vium
2021-11-03Move ConvertToRemoteImage to TmdbClientManagerJoe Rogers
2021-11-03Merge branch 'master' into client-loggerCody Robibero