Patrick Barron
|
72263613d0
|
Convert some code in UserManager to async
|
4 years ago |
crobibero
|
ef43878bbc
|
Support IReadOnlyList in CommaDelimitedArrayModelBinder
|
4 years ago |
crobibero
|
3568c5f39b
|
Fix early filestream close
|
4 years ago |
crobibero
|
11d69fd3b1
|
Make MrLinter happy
|
4 years ago |
crobibero
|
372f0eb38a
|
Remove AddItemFields
|
4 years ago |
crobibero
|
b9406e5444
|
Merge remote-tracking branch 'upstream/master' into query-fields
|
4 years ago |
Cody Robibero
|
96071ef30d
|
Move slash to correct location for quoting
|
4 years ago |
crobibero
|
c0383ba07d
|
Add missing slashes in ffmpeg argument.
|
4 years ago |
Bond-009
|
9e9431d829
|
Merge pull request #4384 from nyanmisaka/ios-hls-bitrate
Fix HLS music playback on iOS
|
4 years ago |
crobibero
|
981f000437
|
Use proper IsApiKey flag
|
4 years ago |
nyanmisaka
|
c91f42c7a0
|
Default output audio bitrate to 128k
|
4 years ago |
crobibero
|
36bae6f030
|
Use JsonConverter
|
4 years ago |
crobibero
|
4f7c13ecf4
|
Merge remote-tracking branch 'upstream/master' into query-fields
|
4 years ago |
crobibero
|
fd9d325fa8
|
Use JsonConverter
|
4 years ago |
crobibero
|
4558c192c7
|
Merge remote-tracking branch 'upstream/master' into query-image-type
|
4 years ago |
BaronGreenback
|
0b5ddc90ff
|
Merge branch 'master' into NetworkPR2
|
4 years ago |
cvium
|
c11f19f090
|
Fix GET ScheduledTasks return value
|
4 years ago |
Bond_009
|
49569ca0a0
|
Use nameof where possible
|
4 years ago |
dkanada
|
5c2ecc0ca5
|
Merge pull request #4324 from crobibero/dotnet-3.1.9
Update to dotnet 3.1.9
|
4 years ago |
crobibero
|
c037d3536d
|
clean up authorization handlers
|
4 years ago |
crobibero
|
39924f9992
|
Allow apikey to authenticate as admin
|
4 years ago |
crobibero
|
f2a86d9c80
|
Remove CommaDelimitedArrayModelBinderProvider
|
4 years ago |
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
4 years ago |
Cody Robibero
|
163d6b0f1d
|
Update Jellyfin.Api/Helpers/RequestHelpers.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
dkanada
|
ddce3ef6be
|
Merge pull request #4301 from crobibero/fix-array-binder
Fix comma delimited array model binder
|
4 years ago |
dkanada
|
4fafa5796d
|
Merge pull request #4304 from crobibero/query-location-type
Convert exclude location type string to enum.
|
4 years ago |
dkanada
|
6e585ccfb2
|
Merge pull request #4303 from crobibero/query-filters
Convert filters string to enum.
|
4 years ago |
Greenback
|
6dc81ec8e8
|
Changes to support network config
|
4 years ago |
Anthony Lavado
|
ecabcff8f0
|
Merge pull request #4274 from barronpm/activitylog-query
Rewrite Activity Log Backend
|
4 years ago |
Anthony Lavado
|
ea5c78ee21
|
Merge pull request #4259 from ConfusedPolarBear/imageFormat
Accept ImageFormat as API parameter
|
4 years ago |
crobibero
|
2eafbc03e4
|
fix build
|
4 years ago |
crobibero
|
27e753ddb4
|
Convert image type string to enum.
|
4 years ago |
crobibero
|
ed4b470397
|
Convert exclude location type string to enum.
|
4 years ago |
crobibero
|
549f2284ad
|
Convert filters string to enum.
|
4 years ago |
crobibero
|
69360b749a
|
Convert field string to enum.
|
4 years ago |
crobibero
|
17b20aa0c0
|
Fix comma delimited array model binder
|
4 years ago |
Greenback
|
ebe650afa9
|
Merge remote-tracking branch 'upstream/master' into NetworkPR2
|
4 years ago |
Greenback
|
deb4d27857
|
Moved all settings across to network.xml
|
4 years ago |
dkanada
|
3a238de35e
|
Merge pull request #4265 from KonH/remove_unnecessary_null_checks
Remove unnecessary null checks in some places
|
4 years ago |
Bond-009
|
e011659186
|
Merge pull request #4210 from nielsvanvelzen/typed-websocket-message
Use enum for WebSocket message types
|
4 years ago |
Patrick Barron
|
4d7e7d6331
|
Rewrite activity log backend to use a query class.
|
4 years ago |
BaronGreenback
|
7f1ec1b569
|
Update MediaInfoHelper.cs
|
4 years ago |
BaronGreenback
|
5360f5a43d
|
Update UserController.cs
|
4 years ago |
BaronGreenback
|
bb4c668650
|
Update LocalAccessHandler.cs
|
4 years ago |
BaronGreenback
|
eaf684a68c
|
Update DynamicHlsHelper.cs
|
4 years ago |
BaronGreenback
|
b5ea16cf7b
|
Update LocalAccessOrRequiresElevationHandler.cs
|
4 years ago |
BaronGreenback
|
168a4ec2f2
|
Update IgnoreParentalControlHandler.cs
|
4 years ago |
BaronGreenback
|
34ef6492ee
|
Update FirstTimeOrIgnoreParentalControlSetupHandler.cs
|
4 years ago |
BaronGreenback
|
a3a2ca412b
|
Update DownloadHandler.cs
|
4 years ago |
BaronGreenback
|
04552e86fb
|
Update DefaultAuthorizationHandler.cs
|
4 years ago |
Matt Montgomery
|
7cec65b973
|
Update documentation
|
4 years ago |
KonH
|
211c9cd608
|
Remove unnecessary null checks in some places
Related to https://github.com/jellyfin/jellyfin/issues/2149
|
4 years ago |
github@esslinger.dev
|
33f80dc3c1
|
feat(CommaDelimitedArrayModelBinder): add none result check
|
4 years ago |
Matt Montgomery
|
754e859f6e
|
Convert strings to ImageFormat
|
4 years ago |
github@esslinger.dev
|
c3e7eb3a6f
|
Merge branch '4214-supported-commands-enum' of https://github.com/skyfrk/jellyfin into 4214-supported-commands-enum
|
4 years ago |
github@esslinger.dev
|
9aad772288
|
feat: implement CommaDelimitedArrayModelBinderProvider
|
4 years ago |
Simon Eßlinger
|
21b39a207d
|
refactor: simplify null check
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Simon Eßlinger
|
d10090b394
|
fix: remove unused null check
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
github@esslinger.dev
|
4b4c74bdcd
|
feat: extend CommaDelimitedArrayModelBinder to support auto generated openAPI spec
|
4 years ago |
BaronGreenback
|
02de44ec0c
|
Update BaseAuthorizationHandler.cs
|
4 years ago |
github@esslinger.dev
|
ba12ea7f4a
|
feat: use CommaDelimitedArrayModelBinder to retain API
|
4 years ago |
github@esslinger.dev
|
0655928ab1
|
feat: add CommaDelimitedArrayModelBinder
|
4 years ago |
github@esslinger.dev
|
dd4f3a7c51
|
feat: convert supportedCommands strings to enums
|
4 years ago |
Jim Cartlidge
|
3b64171cde
|
Minor change to get it to compile.
|
4 years ago |
Jim Cartlidge
|
fcd1b2f0e4
|
Merged with latest master
|
4 years ago |
Bond-009
|
cbf9be9416
|
Merge pull request #3577 from crobibero/package-install-repo
Specify plugin repo on plugin installation
|
4 years ago |
dependabot[bot]
|
a26ff86553
|
Bump Swashbuckle.AspNetCore from 5.5.1 to 5.6.3
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.1 to 5.6.3.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.1...v5.6.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
61c1bdb6df
|
Bump Swashbuckle.AspNetCore.ReDoc from 5.5.1 to 5.6.3
Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.1 to 5.6.3.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.1...v5.6.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Niels van Velzen
|
72534f9d66
|
Use SessionMessageType for WebSocket messages
|
4 years ago |
crobibero
|
b7022e8dc1
|
Merge remote-tracking branch 'upstream/master' into package-install-repo
|
4 years ago |
cvium
|
146cad6150
|
Remove EOF counter
|
4 years ago |
cvium
|
6ca313abc1
|
Add ProgressiveFileStream
|
4 years ago |
Bond-009
|
b41da8e5d7
|
Merge pull request #4209 from cvium/fix_forgotpassword
Add Dto to ForgotPassword
|
4 years ago |
cvium
|
fed58a0327
|
Add Dto to ForgotPassword
|
4 years ago |
cvium
|
c92eda53c5
|
Fix Identify by renaming route parameter to match function argument
|
4 years ago |
BaronGreenback
|
d617c0b8b0
|
Update SystemController.cs
|
4 years ago |
Jim Cartlidge
|
5edf24db5c
|
Updated to master
|
4 years ago |
Anthony Lavado
|
5aa743a6a2
|
Merge pull request #4163 from Bond-009/minor4
Minor improvements
|
4 years ago |
Anthony Lavado
|
25bfef58fc
|
Merge pull request #4187 from BaronGreenback/FFMPegErrorMsg
Fix for #4184 when no FFMPEG path set.
|
4 years ago |
Anthony Lavado
|
af24c43118
|
Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks
Use GeneralCommandType enum in GeneralCommand
|
4 years ago |
dkanada
|
1657af482a
|
Merge pull request #4082 from cromefire/patch-4
More expressive names for the VideoStream API
|
4 years ago |
dkanada
|
dfb2ef5cfe
|
Merge pull request #4126 from crobibero/3.1.8
update to dotnet 3.1.8
|
4 years ago |
Niels van Velzen
|
891c538f81
|
Use GeneralCommandType in SessionController parameters
|
4 years ago |
Niels van Velzen
|
3459655bb4
|
Use GeneralCommandType enum in GeneralCommand name
|
4 years ago |
BaronGreenback
|
f71812abc0
|
Update SessionController.cs
|
4 years ago |
BaronGreenback
|
d6f01d6503
|
Update DynamicHlsController.cs
|
4 years ago |
BaronGreenback
|
9cb37ae9c2
|
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
BaronGreenback
|
bbf196c7bd
|
Update TranscodingJobHelper.cs
|
4 years ago |
BaronGreenback
|
701d54260d
|
Update SessionController.cs
|
4 years ago |
BaronGreenback
|
7050525f6b
|
Update SessionController.cs
|
4 years ago |
BaronGreenback
|
50060175b1
|
Update DynamicHlsController.cs
|
4 years ago |
BaronGreenback
|
d8e8d298ea
|
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
eee977a77b
|
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
4dae7d0521
|
Update Jellyfin.Api/Controllers/SessionController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
ea7b3699c2
|
Update SessionController.cs
removed space
|
4 years ago |
BaronGreenback
|
d428ca55cd
|
Update DynamicHlsController.cs
|
4 years ago |
BaronGreenback
|
8738fe570a
|
Update SessionController.cs
|
4 years ago |
BaronGreenback
|
604edea6a6
|
Update DynamicHlsController.cs
Removed container fields
|
4 years ago |
BaronGreenback
|
9fc1a8b619
|
Inverted if statement
|
4 years ago |
BaronGreenback
|
81db323f88
|
Update SessionController.cs
|
4 years ago |
Bond_009
|
0007756a5e
|
Fix
|
4 years ago |
Bond_009
|
2dbf73b989
|
Minor improvements
|
4 years ago |
Jim Cartlidge
|
38b8110a3e
|
Removing blank lines.
|
4 years ago |
Jim Cartlidge
|
b44455ad0d
|
Update based on PR1 changes.
|
4 years ago |
crobibero
|
46ae51bc9a
|
update to dotnet 3.1.8
|
4 years ago |
Jim Cartlidge
|
9ef79d190b
|
Large number of files
|
4 years ago |
crobibero
|
e3fb7f426c
|
Migrate subtitle upload to Jellyfin.Api
|
4 years ago |
Bond-009
|
1d633aac0a
|
Merge pull request #4093 from crobibero/bad-route
Fix api routes
|
4 years ago |
Bond-009
|
4447589460
|
Merge pull request #4116 from cvium/add_known_proxies
Add Known Proxies to system configuration
|
4 years ago |
cvium
|
cb173d79e6
|
Fix the test
|
4 years ago |
cvium
|
7576824cee
|
Standardize use of IsLocal and RemoteIp
|
4 years ago |
crobibero
|
63ebae2f9e
|
Remove nullable from required
|
4 years ago |
crobibero
|
efce4d4bf3
|
Merge remote-tracking branch 'upstream/master' into bad-route
|
4 years ago |
crobibero
|
25ac778a79
|
revert changes
|
4 years ago |
crobibero
|
612e135c8c
|
Merge remote-tracking branch 'upstream/master' into api-stream-return
|
4 years ago |
crobibero
|
8e15142d82
|
Merge remote-tracking branch 'upstream/master' into bad-route
|
4 years ago |
crobibero
|
b2c2746a27
|
Fix container routes
|
4 years ago |
Bond-009
|
5c7cdfe428
|
Merge pull request #4092 from crobibero/api-go-brrr
Add missing FromRoute, Required attribute
|
4 years ago |
crobibero
|
14de45602b
|
fix play command route
|
4 years ago |
crobibero
|
af2186ab83
|
add back optional for route param
|
4 years ago |
crobibero
|
6d3e15dc31
|
fix attribute spacing
|
4 years ago |
crobibero
|
7294dc103f
|
Fix api routes
|
4 years ago |
Anthony Lavado
|
cc6b03296a
|
Merge pull request #3899 from crobibero/plugin-install
Install specific plugin version if requested
|
4 years ago |
crobibero
|
afc8a307c7
|
Add missing FromRoute, Required attribute
|
4 years ago |
Bond-009
|
c585af3177
|
Merge pull request #4063 from BaronGreenback/FilestreamResponse
Our of Memory fix when streaming large files
|
4 years ago |
Cromefire_
|
95265288a6
|
More expressive name for the VideoStream API
|
4 years ago |
crobibero
|
eab92a0b01
|
Merge remote-tracking branch 'upstream/master' into api-stream-return
|
4 years ago |
Bond-009
|
99bbbea9e2
|
Merge pull request #4069 from crobibero/api-route-required
Make all FromRoute required
|
4 years ago |
crobibero
|
29fc882037
|
merge all attributes
|
4 years ago |
crobibero
|
b64108923a
|
Add missing references
|
4 years ago |
crobibero
|
59d47ec3f5
|
Make all FromRoute required
|
4 years ago |
BaronGreenback
|
15e064cb73
|
Update StreamingHelpers.cs
|
4 years ago |
BaronGreenback
|
f7a56f70c6
|
Update StreamingHelpers.cs
|
4 years ago |
BaronGreenback
|
3c13489cb9
|
Update StreamingHelpers.cs
|
4 years ago |
BaronGreenback
|
25e965b85c
|
Update FileStreamResponseHelpers.cs
|
4 years ago |
BaronGreenback
|
d3e8834e80
|
Removed memoryStream
|
4 years ago |
BaronGreenback
|
ac7636ea1e
|
added dlnaheaders
fix for #4059
|
4 years ago |
David
|
4836f14aff
|
Enable HTTP Range Processing
|
4 years ago |
crobibero
|
d5eb246557
|
Merge remote-tracking branch 'upstream/master' into api-stream-return
|
4 years ago |
Anthony Lavado
|
6152d40303
|
Merge pull request #4030 from crobibero/http-client-migrate
Remove IHttpClient
|
4 years ago |
crobibero
|
2a8653b309
|
Merge remote-tracking branch 'upstream/master' into http-client-migrate
|
4 years ago |
crobibero
|
021e218f75
|
Remove MvcRoutePrefix
|
4 years ago |
crobibero
|
9f97c47936
|
Merge remote-tracking branch 'upstream/master' into api-doc-base-url
|
4 years ago |
Claus Vium
|
81c764e87f
|
Merge branch 'master' into output-formatters
|
4 years ago |
crobibero
|
21a5692626
|
Merge remote-tracking branch 'upstream/master' into api-doc-base-url
|
4 years ago |
crobibero
|
4fc611bf29
|
fix merge
|
4 years ago |
crobibero
|
a26063f775
|
fix merge
|
4 years ago |
crobibero
|
eb2dcbddc0
|
Merge remote-tracking branch 'upstream/master' into api-stream-return
|
4 years ago |
Patrick Barron
|
d814302707
|
Merge branch 'master' into scoped-displaypreferences
|
4 years ago |
Bond-009
|
7582e17377
|
Merge pull request #3907 from crobibero/dlna
Fix DLNA Routes
|
4 years ago |
Bond-009
|
42f22a8e55
|
Merge pull request #3976 from nyanmisaka/muxer
Expose max_muxing_queue_size to user
|
4 years ago |
crobibero
|
1d3303fa0a
|
Move json profiles to constant strings.
|
4 years ago |
crobibero
|
a523ff840c
|
Merge remote-tracking branch 'upstream/master' into output-formatters
|
4 years ago |
crobibero
|
82f30a35db
|
Merge remote-tracking branch 'upstream/master' into http-client-migrate
|
4 years ago |
crobibero
|
b035a642d2
|
Merge remote-tracking branch 'upstream/master' into plugin-install
|
4 years ago |
crobibero
|
1be84e8873
|
Merge remote-tracking branch 'upstream/master' into api-stream-return
|
4 years ago |
crobibero
|
5ad81f7fe6
|
Merge remote-tracking branch 'upstream/master' into 3.1.7
|
4 years ago |
crobibero
|
fb422ff741
|
Merge remote-tracking branch 'upstream/master' into http-client-migrate
|
4 years ago |
Claus Vium
|
2f9b482555
|
Merge branch 'master' into master
|
4 years ago |
crobibero
|
9c6d0117b5
|
Add missing image return types
|
4 years ago |
crobibero
|
932c4d25a4
|
Clean api return types
|
4 years ago |
crobibero
|
a698dab66f
|
Specify image file return for GetItemImage2
|
4 years ago |
crobibero
|
1feee6f95e
|
Properly host static files and set base url
|
4 years ago |
crobibero
|
ec2a5e4fb0
|
Simplify file returns
|
4 years ago |
crobibero
|
f443c534bf
|
Merge remote-tracking branch 'upstream/master' into package-install-repo
|
4 years ago |
crobibero
|
c473645f9d
|
Set openapi schema type to file where possible
|
4 years ago |
crobibero
|
c98952937e
|
Fix ValidatePath response code
|
4 years ago |
crobibero
|
2f33bee2a9
|
Set openapi schema type to file where possible
|
4 years ago |
Nyanmisaka
|
12dcd809f9
|
minor changes
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
Nyanmisaka
|
5c83dbd0c4
|
update as per suggestions
|
4 years ago |
Bond-009
|
8ee042483a
|
Merge pull request #2888 from ConfusedPolarBear/quickconnect
Add quick connect (login without typing password)
|
4 years ago |
Anthony Lavado
|
43a81366a6
|
Merge pull request #4022 from Bond-009/arraypool
Fix incorrect usage of ArrayPool
|
4 years ago |
crobibero
|
dd078e7b82
|
use named client
|
4 years ago |
crobibero
|
5d528e202f
|
Merge remote-tracking branch 'upstream/master' into 3.1.7
|
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 |
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
|
414bedbde4
|
Move library entities to folder.
|
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 |
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
|
582c016d3b
|
bump to preview8 and remove extra references
|
4 years ago |
Joshua M. Boniface
|
cf6ef9958d
|
Merge pull request #3910 from barronpm/event-rewrite-1
Event Rewrite (Part 1)
|
4 years ago |
crobibero
|
5f64ab02a0
|
bump System.Text.Json
|
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 |
nyanmisaka
|
6462ca0036
|
increase the max muxing queue size for ffmpeg
|
4 years ago |
crobibero
|
9626101c9f
|
Merge remote-tracking branch 'upstream/master' into 3.1.7
|
4 years ago |
crobibero
|
cb44f16068
|
Merge remote-tracking branch 'upstream/master' into output-formatters
|
4 years ago |
Bond-009
|
92c491397e
|
Merge pull request #3941 from crobibero/no-more-form
Conver all remaining form request to body
|
4 years ago |
Joshua M. Boniface
|
3e65cae70e
|
Merge pull request #3955 from Bond-009/async3
Make some methods async
|
4 years ago |
Bond_009
|
4916bfb024
|
Address comment
|
4 years ago |
Bond_009
|
2b832de289
|
Fix build
|
4 years ago |
Bond_009
|
6329a36a27
|
Make method async
|
4 years ago |
Bond_009
|
119f64f5e7
|
Make some methods async
|
4 years ago |