crobibero
|
981f000437
|
Use proper IsApiKey flag
|
4 years ago |
crobibero
|
c037d3536d
|
clean up authorization handlers
|
4 years ago |
crobibero
|
39924f9992
|
Allow apikey to authenticate as admin
|
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 |
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
|
ed4b470397
|
Convert exclude location type string to enum.
|
4 years ago |
crobibero
|
549f2284ad
|
Convert filters string to enum.
|
4 years ago |
crobibero
|
17b20aa0c0
|
Fix comma delimited array model binder
|
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 |
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 |
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 |
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 |
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 |
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 |