PrplHaz4
b05e04c0cb
Collapse IsInEnabledFolder to single expression
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
5 years ago
PrplHaz4
025888204d
Fix permission setting on Channels
...
Currently, permission settings on Channels are not taken into account prior to returning `{UserName} is not permitted to access Library {ItemName}.`. Whether or not a user can see items within the Channel is solely dependent on `EnableAllFolders`, so you cannot view a plugin's Channels unless you can also see ALL libraries.
This PR enables does two things for Channel-providing Plugins:
1. Fixes functionality of "EnableAllChannels"
2. Allows users with Channel permissions to access all folders within that Channel
I'm not 100% sure on 2 but I wasn't able to see an obvious way to propagate permissions downward into specific Folders inside a Channel.
I tested on a fairly simple library with two channel-providing plugins (ServerWMC, LazyMan) and it seems to work, but this behavior should also be tested by someone with more content/collections.
5 years ago
Vasily
5bda05304a
Merge pull request #2678 from ferferga/master
...
Translate Scheduled Tasks
5 years ago
ferferga
a9759f6a80
Rename translation keys
5 years ago
Bond-009
5acd0521a2
Merge pull request #2639 from alset333/master
...
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
5 years ago
dkanada
bd4269cb59
Merge pull request #2667 from crobibero/emby-naming-warnings
...
Fix warnings in Emby.Naming
5 years ago
ferferga
620135d8da
Removed spanish string from english file
5 years ago
ferferga
aa98160d70
Add whitespaces
5 years ago
ferferga
797b2fbf1d
Restore comments
5 years ago
ferferga
a2a53ec879
Same with SubtitleScheduledTasks
5 years ago
ferferga
07f4893ba6
Translated RefreshChannelScheduledTask as well
5 years ago
ferferga
28f07df657
Fix NullReferenceException at startup
5 years ago
ferferga
105fc3dc29
Apply suggestions
5 years ago
ferferga
d0b3dc1485
Remove an unused string
5 years ago
ferferga
30c1170a55
Remove comments
5 years ago
ferferga
0778eb20aa
Translate Scheduled Tasks (names and descriptions)
5 years ago
Cody Robibero
ea49514723
Update Emby.Naming/Subtitles/SubtitleParser.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Bond-009
10050a55a5
Merge pull request #2674 from JustAMan/fix-attachments-scan
...
Make variables binding correspond with column names
5 years ago
Vasily
0d2a355c00
Make variables binding correspond with column names
5 years ago
dkanada
622106467e
Merge pull request #2668 from mark-monteiro/fix-application-host-dispose
...
Fix ApplicationHost Dispose() method
5 years ago
crobibero
bd5c66b2a6
implement suggestions
5 years ago
dkanada
6c2cca57f4
Merge pull request #2669 from mark-monteiro/update-net-core
...
Update .NET Core to 3.1.3
5 years ago
crobibero
18906d0205
implement suggestions
5 years ago
crobibero
261a2e1989
revert xml docs indentation
5 years ago
Mark Monteiro
aa9737afb3
Update .NET Core to 3.1.3
5 years ago
Mark Monteiro
d1fe28fac6
Check for null before disposing
5 years ago
crobibero
cb68fbeb0a
Fix warnings in Emby.Naming
5 years ago
Mathis
37ff36226b
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
5 years ago
Bond-009
306bc4008d
Merge pull request #2657 from villagra/master
...
Add netstandard2.0 as TargetFramework
5 years ago
Bond-009
632323969f
Merge pull request #2655 from lfoust/tvdbruntimefix
...
Fix FormatException when mapping TVDB series
5 years ago
Bond-009
1345e699fa
Merge pull request #2653 from iwalton3/fix-embedded-subtitles
...
Fix embedded mkv subtitles.
5 years ago
Jose
5a30d9ecfb
Added support for netstandard2.0 besides netstandard2.1 (multi target framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5)
5 years ago
Luke Foust
128b18750f
Prevent FormatException when mapping TV series
5 years ago
Ian Walton
4836d1674b
Don't return closed stream for subtitles. ( jellyfin/jellyfin#2650 )
5 years ago
Luke Foust
a7e7098da6
Merge pull request #3 from jellyfin/master
...
merge with upstream master
5 years ago
Dennis M. Pöpperl
da4855ce4f
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
5 years ago
dkanada
84311fdb76
Merge pull request #2645 from sparky8251/rss-feed-add
...
Add RSS feed badges to README
5 years ago
dkanada
86f614b26b
Merge pull request #2638 from mark-monteiro/update-asp
...
Update .NET Core to 3.1.2
5 years ago
sparky8251
83f4494b9e
Clean up minor formatting issue
5 years ago
sparky8251
975fef9ebc
Add RSS feed badges to README
5 years ago
Frode F
a4ff27fbdc
Translated using Weblate (Norwegian Nynorsk)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
5 years ago
Luke Foust
f3213d3bef
Merge pull request #2 from jellyfin/master
...
merge with upstream master
5 years ago
Joshua M. Boniface
425bd2b01b
Merge pull request #2642 from mark-monteiro/fix-extras
...
Add missing null check when retrieving extras
5 years ago
dkanada
0d9787dfb4
Merge pull request #2478 from JustAMan/fix-search-order
...
Fix ordering of search results
5 years ago
dkanada
7270997e76
add code suggestions
...
Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
5 years ago
Mark Monteiro
6897a19051
Add missing null check when retrieving extras
5 years ago
Mark Monteiro
6183b83b18
Update benches project to correct target framework
5 years ago
Mark Monteiro
debab44870
Update all packages to .NET Core 3.1.2
5 years ago
dkanada
2184553d15
Merge pull request #2566 from mark-monteiro/feature-request-issue-template
...
Feature Request Issue Template
5 years ago
dkanada
84c23d6232
Merge pull request #2631 from mark-monteiro/fix-client-build-scripts
...
Fix Client Build Scripts
5 years ago