aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Merge pull request #3642 from crobibero/plugin-repo-x2Bond-009
Try adding plugin repository again
2020-07-22Merge pull request #3646 from barronpm/incrementcount-asyncBond-009
Make IncrementInvalidLoginAttemptCount async.
2020-07-22Address commentsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22Cleanup after mergeDavid
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-22Add properties to StreamState to fix some errorsDavid
2020-07-22Remove caching and content lengthDavid
2020-07-22Add response code documentationDavid
2020-07-21Skip image processing for live tv sourcesBill Thornton
2020-07-21Change enum valuesDavid
2020-07-21Merge branch 'api-migration' into api-syncplayDavid
# Conflicts: # MediaBrowser.Api/SyncPlay/SyncPlayService.cs
2020-07-21Move ImageService.cs to Jellyfin.Apicrobibero
2020-07-21Make IncrementInvalidLoginAttemptCount async.Patrick Barron
2020-07-21Detach tracked entries on disposecrobibero
2020-07-21Try adding plugin repository againcrobibero
2020-07-21update post profile imagecrobibero
2020-07-21Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-07-21Merge pull request #3629 from crobibero/api-migration-mergeDavid
Api migration merge
2020-07-21minor changesNyanmisaka
2020-07-20fully remove jquerycrobibero
2020-07-20fix built in plugin jscrobibero
2020-07-20changes from mergecrobibero
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-20Merge pull request #3620 from BaronGreenback/IPFixBond-009
Fix for #3607 and #3515
2020-07-20Merge pull request #3598 from barronpm/providermanager-cleanupBond-009
Clean up ProviderManager.cs
2020-07-20Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-20Two fixesBaronGreenback
2020-07-20Merge pull request #3616 from crobibero/migration-new-installdkanada
Allow migration to optionally run on fresh install
2020-07-20Allow migration to optionally run on fresh installcrobibero
2020-07-20fix qsv device creation on Comet LakeNyanmisaka
reddit: https://www.reddit.com/r/jellyfin/comments/huct4x/jellyfin_1060_released/fyn30ds
2020-07-20Merge pull request #3604 from joshuaboniface/fix-bad-depsBond-009
Fix bad Debuntu dependencies
2020-07-20Replace \d with [0-9] in ffmpeg detection and scan codeBond_009
2020-07-20Merge pull request #3602 from crobibero/user-change-caseBond-009
Fix username case change
2020-07-20Fix warningsBond_009
2020-07-19Readd sed'd out dotnet-sdk dependencyJoshua M. Boniface
2020-07-19Remove the old Emby conflictsJoshua M. Boniface
It's been long enough that this is no longer an issue. We still conflict on the ports 8096 and 8190, but this will simply result in a failure to start; allow users to get themselves into that situation if they wish.
2020-07-19Fix bad dependency handling in 10.6.0-1Joshua M. Boniface
Fixes the incorrect dependency handling from 10.6.0, which was missing the Replaces and Breaks entries on jellyfin-server. Thus apt would complain about /etc/default/jellyfin being in two packages and fail to upgrade. With this configuration, I've verified that apt now handles this situation properly.
2020-07-19Add missing documentation.Patrick Barron
2020-07-19Fix username case changecrobibero
2020-07-19Clean up ProviderManager.csPatrick Barron
2020-07-19Rewrite CropWhitespacePatrick Barron
2020-07-19Make constructor one linePatrick Barron
2020-07-19Rewrite OrientImagePatrick Barron
2020-07-19Merge pull request #3596 from joshuaboniface/fix-typov10.6.0Bond-009
Fix typo in CI configuration
2020-07-19Fix typo in CI configurationJoshua M. Boniface
2020-07-19Update HttpContextExtensions.csBaronGreenback
2020-07-19Merge pull request #3575 from jellyfin/ffmpeg-dependsJoshua M. Boniface
Bump the minimun required jellyfin-ffmpeg version
2020-07-19Revert "bump the minimum required jellyfin-ffmpeg ver to 4.3.1-1"Joshua M. Boniface
This reverts commit d3fa6b428a9a2220856d9a91266c1b6c7833093e. Don't change this, since 4.3.1 won't build on Stretch but we still want to support it.