crobibero
5d528e202f
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
Bond-009
4cc7406fe9
Merge pull request #4026 from jellyfin/dependabot/nuget/prometheus-net.DotNetRuntime-3.4.0
...
Bump prometheus-net.DotNetRuntime from 3.3.1 to 3.4.0
4 years ago
Bond-009
5286bc251a
Merge pull request #4024 from jellyfin/dependabot/nuget/IPNetwork2-2.5.224
...
Bump IPNetwork2 from 2.5.211 to 2.5.224
4 years ago
Bond-009
1b1de4026d
Merge pull request #4028 from crobibero/cache-duration
...
Properly verify cache duration
4 years ago
crobibero
bd66fd25df
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
Bond-009
1f4deccfa4
Merge pull request #4027 from cvium/fix_update_libraryoptions
...
Fix model binding in UpdateLibraryOptions
4 years ago
crobibero
db99903c35
Properly verify cache duration
4 years ago
Claus Vium
7103e764a4
Fix model binding in UpdateLibraryOptions
4 years ago
dependabot[bot]
5804f9a55f
Bump prometheus-net.DotNetRuntime from 3.3.1 to 3.4.0
...
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases )
- [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/3.3.1...3.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
5d557927b5
Bump IPNetwork2 from 2.5.211 to 2.5.224
...
Bumps [IPNetwork2](https://github.com/lduchosal/ipnetwork ) from 2.5.211 to 2.5.224.
- [Release notes](https://github.com/lduchosal/ipnetwork/releases )
- [Commits](https://github.com/lduchosal/ipnetwork/commits )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Bond-009
b6cc1e1620
Merge pull request #4010 from cromefire/patch-3
...
Fix wrong OpenAPI auth header value
4 years ago
Bond-009
32f8b46040
Fix incorrect usage of ArrayPool
4 years ago
Bond-009
9a2f2aac22
Merge pull request #4018 from barronpm/library-entity-cleanup
...
Library Entity Cleanup
4 years ago
Patrick Barron
acb213e4b8
First pass at cleaning entity classes.
...
- Documents all library entities
- Fixes styling warnings for library entities
- Updates library entities to inherit from interfaces
- Makes library entites no longer partial.
4 years ago
Patrick Barron
414bedbde4
Move library entities to folder.
4 years ago
Joshua M. Boniface
ed756dfe96
Merge pull request #3999 from PrplHaz4/patch-3
...
[Permissions] Fix for individual channel plugins #2858
4 years ago
Cromefire_
3453b65444
Fixed wrong openapi auth header value
4 years ago
crobibero
44fb76bbcf
include xml docs when publishing
4 years ago
Joshua M. Boniface
0424d09b8d
Merge pull request #4001 from brianjmurrell/patch-1
...
Add an empty %files section to main package
(cherry picked from commit c3ef1f56f6
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
4 years ago
Hilman Maulana
b0a8c31e0f
Translated using Weblate (Indonesian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
4 years ago
Bond-009
521027b2c0
Merge pull request #4002 from crobibero/partial-access
...
Fix partial library and channel access
4 years ago
crobibero
ec8967b8e6
Fix partial library and channel access
4 years ago
PrplHaz4
34219e2831
Fix permissions for individual channel plugins #2858
...
Without this change, the only Channel (plugin, not Live TV) permission that works is "Enable All Channels".
Fixes #2858
4 years ago
Kraisorn Thongsuk
ba7bdbc494
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
4 years ago
Matt Montgomery
df0d197dc8
Apply suggestions from code review
4 years ago
Anthony Lavado
8510333bcc
Merge pull request #3983 from Bond-009/useragent
...
Fix incorrect adding of user agent
4 years ago
Bond-009
4f6c98b325
Merge pull request #3984 from crobibero/json-prerelease
...
Use Prerelease System.Text.Json
4 years ago
Matt Montgomery
2974a0248a
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
crobibero
de4cfa2234
Apply suggestions from code review
4 years ago
crobibero
78ae86b86a
Apply suggestions from code review
4 years ago
crobibero
8b96881aa1
Clean up json Converters
4 years ago
Joshua M. Boniface
4e3f26b647
Merge pull request #3988 from crobibero/pack-license
...
Use proper SPDX Identifier
4 years ago
crobibero
b02650ec2f
use proper spdx
4 years ago
crobibero
4e175adf49
revert rename
4 years ago
crobibero
5f60da29c7
switch to spdx
4 years ago
crobibero
670c41ee89
Properly pack project license
4 years ago
crobibero
582c016d3b
bump to preview8 and remove extra references
4 years ago
Joshua M. Boniface
e83f6d6ec7
Merge pull request #3889 from Ullmie02/nuget-versioning
...
Build Unstable NuGet packages
4 years ago
Joshua M. Boniface
cf6ef9958d
Merge pull request #3910 from barronpm/event-rewrite-1
...
Event Rewrite (Part 1)
4 years ago
crobibero
acd88dae45
fix build
4 years ago
crobibero
5f64ab02a0
bump System.Text.Json
4 years ago
Bond-009
5be87753d6
Fix incorrect adding of user agent
4 years ago
David
bcdae0c5a7
Use array, remove VS code line
4 years ago
Bond-009
25be1a9b20
Merge pull request #3977 from barronpm/librarycontroller-getdownload-async
...
Make LibraryController.GetDownload async
4 years ago
Patrick Barron
b5bbbb9cef
Document SubtitleDownloadFailureEventArgs
4 years ago
Patrick Barron
2eb9a3670b
Document PlaybackStartEventArgs
4 years ago
Patrick Barron
71c33d09c4
Document IEventConsumer
4 years ago
Patrick Barron
fa8892fde4
Make LibraryController.GetDownload async
4 years ago
Patrick Barron
9fa4fff15d
Merge branch 'master' into event-rewrite-1
...
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
4 years ago
nyanmisaka
d7caf88df6
expose max_muxing_queue_size to user
4 years ago