aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-07Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-06-07Bump cirrus-actions/rebase from 1.4 to 1.5dependabot[bot]
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.4 to 1.5. - [Release notes](https://github.com/cirrus-actions/rebase/releases) - [Commits](https://github.com/cirrus-actions/rebase/compare/1.4...1.5) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07Merge pull request #6137 from ferferga/actionsJoshua M. Boniface
Refactor Github Actions
2021-06-07Redirect to default if root is requestedcrobibero
2021-06-07Merge pull request #6160 from jellyfin/dependabot/nuget/sharpcompress-0.28.3Bond-009
Bump sharpcompress from 0.28.2 to 0.28.3
2021-06-07Bump sharpcompress from 0.28.2 to 0.28.3dependabot[bot]
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.28.2 to 0.28.3. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.28.2...0.28.3) --- updated-dependencies: - dependency-name: sharpcompress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07Merge pull request #6161 from ↵Bond-009
jellyfin/dependabot/nuget/SQLitePCL.pretty.netstandard-3.1.0
2021-06-07Bump SQLitePCL.pretty.netstandard from 3.0.1 to 3.1.0dependabot[bot]
Bumps [SQLitePCL.pretty.netstandard](https://github.com/jellyfin/SQLitePCL.pretty.netstandard) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/jellyfin/SQLitePCL.pretty.netstandard/releases) - [Commits](https://github.com/jellyfin/SQLitePCL.pretty.netstandard/commits) --- updated-dependencies: - dependency-name: SQLitePCL.pretty.netstandard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1Claus Vium
Make DLNA folders to work as expected.
2021-06-07Merge pull request #5803 from crobibero/healthy-base-urlClaus Vium
2021-06-07Merge pull request #6150 from Bond-009/proptestClaus Vium
2021-06-07Merge pull request #6117 from LinFor/pr_originaltitle_in_lookupinfoClaus Vium
Add OriginalTitle to ItemLookupInfo
2021-06-06Add commentBond-009
2021-06-06Minor fixesBond_009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-06-05More reviewcvium
2021-06-05Add property based testingBond_009
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-06-03Changed return type desc in GetParts() summaryTommaso Stocchi
2021-06-03authorizationheader as readonlyspan<char> instead of stringTommaso Stocchi
2021-06-03-fix authorizationHeader is no longer a stringTommaso Stocchi
2021-06-03Merge branch 'master' into bug/authorization-header-issueTommaso Stocchi
2021-06-03-fix AuthorizationHeader parameter nameTommaso Stocchi
2021-06-03Merge branch 'bug/authorization-header-issue' of ↵Tommaso Stocchi
https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue
2021-06-03Using for instead of whileTommaso Stocchi
2021-06-03Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csTommaso Stocchi
Co-authored-by: artiume <siderite@gmail.com>
2021-06-02Merge pull request #6131 from BaronGreenback/Fix_NetworkFloodingJoshua M. Boniface
Fix network flooding issue
2021-06-01Merge pull request #6135 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.10.0 Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
2021-05-31Refactor Github ActionsFernando Fernández
2021-05-31revert test changecvium
2021-05-31Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31reviewcvium
2021-05-30Merge pull request #6133 from ferferga/pull_request_targetJoshua M. Boniface
2021-05-31Don't trigger workflows in unnecessary events and always use jellyfin-botFernando Fernández
2021-05-31Use pull_request_target instead of pull_requestFernando Fernández
2021-05-30Add workflow for checking stable backports (#6056)Joshua M. Boniface
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
2021-05-30remove link between ssdp and upnpBaronGreenback
2021-05-30Merge pull request #6121 from Bond-009/warn52Bond-009
Fix some warnings
2021-05-29Clear episode and season provider IDs during ApplySearchResultMariusz Chryc
2021-05-28Update Emby.Naming/Video/VideoListResolver.csClaus Vium
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-28Apply suggestions from code reviewClaus Vium
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-28Fix some warningsBond_009
2021-05-27Simplify BaseUrlRedirectionMiddlewarecrobibero
2021-05-27Merge remote-tracking branch 'upstream/master' into healthy-base-urlcrobibero
2021-05-27Merge pull request #6116 from Maxr1998/contribsBond-009
Fix broken link in CONTRIBUTORS and add myself
2021-05-27Add OriginalTitle to ItemLookupInfoPingWin
2021-05-27Fix broken link in CONTRIBUTORS and add myselfMaxr1998
2021-05-27Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probingClaus Vium
2021-05-27Merge pull request #6102 from LinFor/pr_dont_prefer_omdb_ratingClaus Vium
Don't prefer OMDB rating over all other providers
2021-05-27Merge pull request #6094 from crobibero/album-artist-sortClaus Vium
Add sorting to /Artists/AlbumArtists