aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto
AgeCommit message (Collapse)Author
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-31fix secondary audioDmitry Lyzo
Browsers (Chrome, Firefox) can only play the first track, even if the second track is the default. Ignore default flag when testing on secondary audio. External audio tracks are not secondary.
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-11Create ILyricsProvider1hitsong
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-03-06Series: issue-6450Isaac Gordezky
Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-02-14Fix display preferencesBond_009
2022-02-14Fix some warningsBond_009
2022-01-22Use Guid for BaseItemDto parent idsNiels van Velzen
2022-01-22Use Guid for BaseItemPerson.IdNiels van Velzen
2021-11-15Add setter for CustomPrefsJoe Rogers
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-04-17Remove unused using directivesBaronGreenback
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-10Create BaseItemKind enumcrobibero
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-06-16Enable BlurHash for Peoplecrobibero
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-09Fix a small number of compile warningsaled
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-27Add blurhashes to ImageBlurHashes for all imagesVasily
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-26Change image blurhash mapping to "image type to blurhash"Vasily
2020-05-26Rename ImageInfo.Hash to ImageInfo.BlurHashVasily
2020-05-26Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-18Add BlurHash support to backendJesús Higueras
2020-05-07Merge pull request #2492 from Polpetta/fix-api-private-data-leakBond-009
Fix emby/user/public API leaking sensitive data
2020-05-07Fix typo in PublicUserDtoDavide Polonio
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-06Fix variable declaration and follow sonarcloud suggestionsDavide Polonio
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-03-05Add FIXME in HasConfiguredPassword public user DTO methodDavide Polonio
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-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-04Fix warnings MediaBrowser.ModelBond_009
2020-01-27Merge pull request #2331 from nyanmisaka/masterVasily
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-24fix an issue about determining 'IsSecondaryAudio'Nyanmisaka
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-12Attempt #2Bond_009
2020-01-08Minor improvementsBond_009
2019-10-22Add new MediaAttachment to store attachments found during media probing.Andrew Mahone
2019-10-15Fix Json serialization errorBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-29More warning fixesBond_009