cvium
c1c77c8762
comments
3 years ago
cvium
2b02b53fc0
Merge branch 'master' into dlnope_never_again
3 years ago
cvium
996500b2f8
review stuff
3 years ago
Claus Vium
04040b25e0
Merge pull request #6810 from jellyfin/dependabot/nuget/Microsoft.SourceLink.GitHub-1.1.0
...
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0
3 years ago
Claus Vium
66912deb84
Apply suggestions from code review
3 years ago
Claus Vium
ac06022e0f
Update Emby.Dlna/ContentDirectory/ControlHandler.cs
3 years ago
dependabot[bot]
c2d99dc3f0
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0
...
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases )
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0 )
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Claus Vium
ca6211ad61
Merge pull request #6813 from Bond-009/warn54
...
Fix some warnings
3 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
3 years ago
Claus Vium
6f85e30475
Merge pull request #6806 from crobibero/dotnet6
...
Update to full dotnet 6
3 years ago
cvium
a236f52c31
Simplify and reduce LOC in ControlHandler
3 years ago
Cody Robibero
64652b6392
Fix and disable new dotnet6 warnings
3 years ago
hoanghuy309
958a4f509c
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 years ago
Cody Robibero
40045d2147
Update to full dotnet 6
3 years ago
Cody Robibero
65971eb27e
Merge pull request #6795 from LinFor/pr-dlna
...
Fix DLNA on older Samsung TVs
3 years ago
rimasx
15dd23e4da
Translated using Weblate (Estonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
3 years ago
LinFor
5c69d110cc
Samsung DLNA fixes
3 years ago
Claus Vium
3906343c91
Merge pull request #6793 from Bond-009/rootedpath
...
Add some docs and tests
3 years ago
Claus Vium
0ee43f897b
Merge pull request #5918 from crobibero/client-logger
...
Add endpoint to log client events
3 years ago
Bond_009
4dfb7b18ae
Add some docs and tests
3 years ago
Cody Robibero
666e95e27f
Add randomization to generated filename
3 years ago
Claus Vium
195831ad4a
Merge pull request #6792 from Bond-009/authex
...
Fix UnauthorizedAccessException in GetDrives
3 years ago
Cody Robibero
892b05c5e6
Clean up redundant code
3 years ago
Bond_009
0f52896691
Fix UnauthorizedAccessException in GetDrives
...
```
[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()
```
3 years ago
Bond-009
83859a1e6d
Merge pull request #6783 from 1337joe/purge-screenshot
3 years ago
Bond-009
8d8e113771
Merge pull request #6791 from cvium/fix_plugin_loading
3 years ago
cvium
d95c281142
Load all types when checking plugin DLLs
3 years ago
Cody Robibero
b217f84d50
Merge pull request #6778 from jvoisin/patch-1
...
Add a bit of hardening to the systemd service
3 years ago
Joe Rogers
b4bf5af7c8
Remove ImageType.Screenshot and ItemFields.Screenshot
3 years ago
Cody Robibero
c8bd676b14
Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Cody Robibero
3c69283e2c
Merge pull request #6784 from nielsvanvelzen/openapi-head-checkout
...
Fix OpenAPI workflow fork cloning
3 years ago
Niels van Velzen
07b9ba2bb4
Set GITHUB_TOKEN permissions to read only in OpenAPI workflow
3 years ago
Niels van Velzen
2491dd513c
Specify repository info in openapi head checkout
3 years ago
Cody Robibero
d3d9311f48
Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Cody Robibero
17264a6020
Use client info from claims
3 years ago
Claus Vium
b64d9bcd40
Merge pull request #6782 from nielsvanvelzen/openapi-pr-target
3 years ago
Niels van Velzen
44dc647adb
Fix OpenAPI workflow not working with pull requests from forks
3 years ago
Cody Robibero
0cd817bba3
Merge pull request #6781 from 1337joe/tmdb-settings
...
Add MaxCastMembers to TMDb Plugin Settings
3 years ago
WWWesten
1e93c6ae30
Translated using Weblate (Esperanto)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
3 years ago
WWWesten
13668a6ecb
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
3 years ago
Joe Rogers
c8eba90c17
Add cast limit to tmdb plugin settings
3 years ago
Joe Rogers
6c76d30538
Add missing checkboxes
3 years ago
Claus Vium
a870f4ce70
Merge pull request #6777 from ThibaultNocchi/fix/webvtt_region
3 years ago
Bond-009
e3e6953c6d
Merge pull request #6774 from cvium/fix_no_thumb_in_fanart
3 years ago
Julien Voisin
564990964d
Add a bit of hardening to the systemd service
...
Tested in an unprivileged lxc container, so it shouldn't™ break anything.
3 years ago
Thibault Nocchi
f91839dd8c
Fix WebVTT region to spec
3 years ago
cvium
c0bab5c173
Make sure ReadToDescendant was successful, #6773
3 years ago
WWWesten
5aadf8c291
Translated using Weblate (Esperanto)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
3 years ago
WWWesten
654bd6fff1
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
3 years ago
nextlooper42
70b9f9bf56
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
3 years ago