Commit graph

12664 commits

Author SHA1 Message Date
Andrew Rabert fe197415ca Merge pull request #657 from Bond-009/true
Remove conditions that are always true/false
2019-01-24 23:02:10 -05:00
Andrew Rabert 0231bd88a7 Merge pull request #672 from cvium/kill_unconditional_caching
Remove unconditional caching, modified since header and use ETags
2019-01-24 23:01:52 -05:00
Andrew Rabert 68a7ed6b7c Merge pull request #687 from Bond-009/stylecop
Fix some analyzer warnings
2019-01-24 23:01:07 -05:00
Andrew Rabert 48e1a55d9e Merge pull request #689 from Wuerfelbecher/fix-fedora-build
Fix RPM package build for fedora
2019-01-24 23:00:51 -05:00
Bond_009 8191efb90c Fix some analyzer warnings
Some changes:
* Don't omit braces
* Fix culture sensitive string compare
* Define accessibility functions

I restricted myself to these 5 files, for now :p
2019-01-24 20:14:19 +01:00
Joshua M. Boniface 1d7d4c5738 Merge pull request #686 from Bond-009/analyzers
Disable some StyleCop warnings
2019-01-24 14:07:01 -05:00
hawken 3701ce4037 Eliminate some compile warnings (#600)
* Remove some unused variables
* remove duplicate "using .." by sorting and deduping the list
* Remove things that already exist in the parent class (in one case I moved some documentation to the parent)
* EntityBodyData and and NextSearch were never set (only read), removed
* _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet
2019-01-24 18:56:43 +01:00
Claus Vium b2ffad9ce9 Set Parent to current query Item if ParentId is empty (#680)
**Changes**
Fixed a faulty change in logic that occurred during the Christmas GPL nightmare.

I stepped through Emby 3.5.2 and stumbled over a difference in the query between Jellyfin and Emby, where in Emby, query.ParentId was set to the item itself. So I did a little digging in the old GPLv2 source and found this https://github.com/MediaBrowser/Emby/blob/3.4.1.8/MediaBrowser.Controller/Entities/Folder.cs#L720

**Issues**
Fixes #673
2019-01-24 18:48:37 +01:00
Vasily f4015f82e0 Update jellyfin.ruleset
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-01-24 18:39:51 +01:00
Thomas Büttner 6a3ed5d519 Added macOS to the docker sudo exception 2019-01-24 16:24:00 +01:00
Thomas Büttner f2d0d1f646 Make the docker group check BSD compatible 2019-01-24 15:24:04 +01:00
Bond_009 b6f5c33191 Disable SA1633 2019-01-23 23:51:46 +01:00
Bond_009 1cbcddfbd2 Disable SA1309 2019-01-23 23:30:38 +01:00
Bond_009 80d011bb4f Disable SA1200 2019-01-23 23:30:03 +01:00
Bond-009 59ff083f5d Add comment 2019-01-23 23:21:55 +01:00
Thomas Büttner cc3b1e5cc8 Fix package build for fedora 2019-01-23 21:14:10 +01:00
Bond_009 58591da0b8 Disable warning for calling local function without this. prefixed 2019-01-23 19:17:45 +01:00
Andrew Rabert bd550ef996 Fix arm32 Docker 2019-01-22 20:25:41 -05:00
Andrew Rabert becbad981c Merge pull request #535 from Bond-009/streambuilder
Clean up streambuilder
2019-01-22 19:40:59 -05:00
Andrew Rabert 3d01aa1ae4 Merge pull request #656 from hawken93/more_logging
Do some logging in MediaInfoService
2019-01-22 19:38:43 -05:00
Joshua M. Boniface 0fec7994a8 Merge pull request #663 from nvllsvm/tl
Use TagLibSharp Nuget package
2019-01-22 19:35:09 -05:00
Andrew Rabert 090fea21ea Merge pull request #668 from hawken93/prepare_for_reports_module
Return Audio objects from MusicAlbum.Tracks
2019-01-22 19:34:29 -05:00
Andrew Rabert 52dd570142 Merge pull request #671 from Tthecreator/dev
Set EnableRaisingEvents correctly
2019-01-22 19:31:33 -05:00
Andrew Rabert 28483bdb54 Merge pull request #651 from jellyfin/release-10.1.0
Release 10.1.0
2019-01-22 18:13:47 -05:00
Bond_009 722120af74 Remove conditions that are always true/false 2019-01-22 23:49:51 +01:00
Claus Vium df5e87409a Fix trim input 2019-01-22 22:40:06 +01:00
Claus Vium 94789860b1 Trim quotes from If-None-Match 2019-01-22 22:37:26 +01:00
Claus Vium fd6d35e1d0 Remove unconditional caching, modified since header and use ETags 2019-01-22 21:18:48 +01:00
Tthecreator cce90d2b56 removed excess newlines 2019-01-22 19:42:58 +01:00
Joshua Boniface 8106c8393b Update jellyfin-web submodule to 10.1.0 2019-01-22 13:16:42 -05:00
Tthecreator 0b80902cc8 Set EnableRaisingEvents correctly for SubtitleEncoder 2019-01-22 16:52:26 +01:00
Tthecreator 189b99df16 Merge pull request #1 from jellyfin/dev
Update from jellyfin repo
2019-01-22 15:22:42 +00:00
hawken 490e22c790 Add comments to SqliteItemRepository to help out whoever is next 2019-01-22 12:20:36 +00:00
hawken a356c1417a Change MusicAlbum.Tracks to return Audio items 2019-01-22 12:19:50 +00:00
hawken 07cba6cbcf Do some logging in MediaInfoService 2019-01-22 10:24:00 +00:00
Joshua Boniface 411139cd78 Update changelogs to add #666 2019-01-21 23:56:02 -05:00
Anthony Lavado 29f3330091 Merge pull request #666 from nvllsvm/cross-platform
Add cross-platform build for arm64
2019-01-21 23:55:17 -05:00
Andrew Rabert 8108e295dc Add Dockerfile.arm64 docs 2019-01-21 23:43:13 -05:00
Andrew Rabert aa25dd1a0b Update to .NETCore 3.0 2019-01-21 23:17:56 -05:00
Andrew Rabert 23c52c3fb9 Disable cross-platform build for arm32v7
https://github.com/jellyfin/jellyfin/issues/665
2019-01-21 23:17:30 -05:00
Andrew Rabert a5aa482b6c Update arm/arm64 images to build cross-platform
These Dockerfiles can not be built natively - must be built on x86_64
2019-01-21 22:47:51 -05:00
Joshua Boniface 8d298e0e36 Update changelogs to remove #639, add #661, #54 2019-01-21 21:24:28 -05:00
Andrew Rabert 13f1ea2c19 Merge pull request #664 from jellyfin/revert-639-ffmpeg4.1
Revert "Fix segment_time_delta for ffmpeg 4.1"
2019-01-21 20:21:36 -05:00
Andrew Rabert 9ad182502f Merge pull request #661 from Bond-009/streamstate
Fix NullRef from progress report
2019-01-21 20:05:43 -05:00
Joshua M. Boniface b2767eceff Revert "Fix segment_time_delta for ffmpeg 4.1" 2019-01-21 19:29:47 -05:00
Andrew Rabert bc8a0eeead Use TagLibSharp Nuget package 2019-01-21 19:22:08 -05:00
Bond_009 73df5bdbe9 Fix NullRef 2019-01-21 23:50:47 +01:00
Joshua Boniface e6b95db132 Add jellyfin-web#53 to changelogs 2019-01-21 16:34:53 -05:00
Joshua Boniface e30cf63aef Add helpful time text around platform builds 2019-01-21 16:34:53 -05:00
Joshua M. Boniface 571afa4fe2 Merge pull request #655 from joshuaboniface/local-web-branch
Support trying local branches in submodule
2019-01-21 13:28:40 -05:00