aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2020-03-19Merge pull request #1 from jellyfin/masterPeter Maar
Pull latest to my fork
2020-03-18Merge pull request #2617 from Shawmon/wasm-mimetypedkanada
add wasm mimetype
2020-03-18Merge pull request #2549 from dkanada/refactordkanada
Refactor some provider classes
2020-03-17add wasm mimetypeShawmon
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-10Merge pull request #2506 from mark-monteiro/inject-loggers-with-contextBond-009
Inject loggers with context using ILogger<T>
2020-03-09remove unused files and fix some future warningsdkanada
2020-03-07Set EnableHttps disabled by defaultJoshua M. Boniface
Prevents issues on first setup when behind a reverse proxy. Also prevents issues saving the Networking page by default if SSL is not fully configured.
2020-03-05Add tracking of JF version used to run this config previouslyVasily
2020-03-05Add FIXME in HasConfiguredPassword public user DTO methodDavide Polonio
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-04Merge pull request #2501 from JustAMan/pedal-to-the-metal-from-the-get-godkanada
Default transcoding throttling to false for new installs
2020-03-03Default transcoding throttling to false for new installsVasily
2020-03-02Merge pull request #2436 from dkanada/musicVasily
Add config options for MusicBrainz
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-26Use IsHostingContent instead of explicitly checking ContentRootMark Monteiro
2020-02-26update plugin classes for nightly buildsdkanada
2020-02-24partially fix issue with music scansdkanada
2020-02-23Improve controls for deinterlace method; matches with jellyfin-web changesPeter Maar
2020-02-23Merge pull request #21 from jellyfin/masterartiume
nightly
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-23Merge pull request #2427 from Bond-009/minordkanada
Minor improvements
2020-02-22Add encoding option bobandweave, change back the EncodingHelper logicPeter Maar
2020-02-21Merge pull request #2321 from Bond-009/imagesdkanada
Simplify image processing by removing image enhancers
2020-02-20Merge pull request #20 from jellyfin/masterartiume
nightly
2020-02-19Minor improvementsBond_009
2020-02-17#2407: Prefer MP4-Metadata for episodesUlrich Wagner
2020-02-13Merge pull request #17 from jellyfin/masterartiume
10.5
2020-02-14Merge pull request #2400 from Bond-009/baseurldkanada
Another baseurl related fix
2020-02-13Merge pull request #16 from jellyfin/masterartiume
nightly
2020-02-12Another baseurl related fixBond_009
Baseurl always starts with a '/' (unless it's empty)
2020-02-12Enable documentation warnings for fully documented filesMark Monteiro
2020-02-12Merge branch 'master' into imagesBond-009
2020-02-10add-some-xml-documentationMark Monteiro
2020-02-08Merge pull request #14 from jellyfin/masterartiume
nightly
2020-02-06Update MediaBrowser.Model/Users/UserPolicy.csartiume
Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2020-02-04Merge pull request #11 from jellyfin/masterartiume
nightly
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-02-03Merge pull request #2357 from Bond-009/warn13dkanada
Fix warnings
2020-01-31Fix warningsBond_009
2020-02-01Merge pull request #2247 from Bond-009/stringhelperdkanada
Remove StringHelper functions
2020-01-31Update MediaBrowser.Model/Extensions/StringHelper.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-28Merge pull request #9 from jellyfin/masterartiume
nightly
2020-01-28Update depsBond_009
2020-01-27Merge pull request #2338 from ferferga/masterBond-009
Removed old 'automatic restart after update' features
2020-01-27Merge pull request #2331 from nyanmisaka/masterVasily
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-26Merge remote-tracking branch 'jellyfin/master'artiume
2020-01-25Removed old 'automatic restart after update' features'ferferga