aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2020-03-02Merge pull request #2436 from dkanada/musicVasily
Add config options for MusicBrainz
2020-03-02Replace foreach with for - MOAR SPEEDVasily
2020-03-02Apply suggestions from code reviewVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-03-02Apply code review suggestionVasily
2020-03-02Speed up equality comparison of BaseItemVasily
2020-03-01Fix emby/user/public API leaking private dataDavide Polonio
This commit fixes the emby/user/public API that was returning more data than necessary. Now only the following information are returned: - the account name - the primary image tag - the field hasPassword - the field hasConfiguredPassword, useful for the first wizard only (see https://github.com/jellyfin/jellyfin/issues/880#issuecomment-465370051) - the primary image aspect ratio A new DTO class, PrivateUserDTO has been created, and the route has been modified in order to return that data object.
2020-02-28Add new 'nowebcontent' configuration flagMark Monteiro
2020-02-28Remove custom queue class as it is not neededVasily
2020-02-28Small speed improvement - no need to convert an array to a list to just ↵Vasily
iterate over it
2020-02-27Implement fast sortingVasily
2020-02-27Trying to be more safeVasily
2020-02-27Bring back sorting when needed to fix PlayToVasily
This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011
2020-02-27Apply suggestions from code reviewVasily
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2020-02-27Simplify AlphanumericComparer, reduce code duplicationVasily
2020-02-25Open the Swagger API page on server start if not hosting the static web contentMark Monteiro
2020-02-23Improve controls for deinterlace method; matches with jellyfin-web changesPeter Maar
2020-02-23Merge pull request #2384 from Bond-009/warn16dkanada
Fix some warnings in Emby.Server.Implementations
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-23Minor improvementsBond_009
2020-02-23Merge pull request #2427 from Bond-009/minordkanada
Minor improvements
2020-02-22Add encoding option bobandweave, change back the EncodingHelper logicPeter Maar
2020-02-22add config options for musicbrainzdkanada
2020-02-22Merge pull request #2434 from Bond-009/photodkanada
Fix photo serialization
2020-02-21Merge pull request #2321 from Bond-009/imagesdkanada
Simplify image processing by removing image enhancers
2020-02-20Fix photo serializationBond-009
2020-02-19Minor improvementsBond_009
2020-02-19Address commentsBond_009
2020-02-14Merge pull request #2358 from Bond-009/testsdkanada
Enable TreatWarningsAsErrors and Nullable for test projects
2020-02-12Merge pull request #2394 from mark-monteiro/xml-documentationBond-009
Add Some XML Documentation
2020-02-12Merge branch 'master' into imagesBond-009
2020-02-12Use "implement" instead of "apply" when referring to an interfaceMark Monteiro
2020-02-11Merge pull request #2363 from dkanada/viewAnthony Lavado
Add session view endpoint
2020-02-10add-some-xml-documentationMark Monteiro
2020-02-09Temporary fix/change forcing yadif to "send_field"Peter Maar
2020-02-04Update MediaBrowser.Controller/Entities/PersonInfo.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-02-04Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-02-04Fix some warnings in MediaBrowser.ControllerBond_009
2020-02-04add code suggestionsdkanada
2020-02-03Merge pull request #2357 from Bond-009/warn13dkanada
Fix warnings
2020-02-03Merge pull request #2368 from nyanmisaka/masterdkanada
Fix framerate info not showing when mediasource is in H264 format.
2020-02-03Update MediaBrowser.Controller/MediaEncoding/JobLogger.csNyanmisaka
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-02-02Update JobLogger.csNyanmisaka
2020-02-02fix fps info issue when the video is h264.Nyanmisaka
Fixed an issue that when the media source is in H264 format and the frame rate info is not displayed due to missing space characters in ffmpeg log.
2020-02-02Update JobLogger.csNyanmisaka
2020-02-02add session view endpointdkanada
2020-02-02fix a few warningsdkanada
2020-02-01improve scan progress and fix a few bugsdkanada
2020-01-31Enable TreatWarningsAsErrors and Nullable for test projectsBond_009
2020-01-31Fix warningsBond_009
2020-01-28Update depsBond_009