| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-31 | fix secondary audio | Dmitry 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-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-11 | Create ILyricsProvider | 1hitsong | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-03-06 | Series: issue-6450 | Isaac 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-06 | Convert TranscodeReason to Flags | Isaac Gordezky | |
| 2022-02-14 | Fix display preferences | Bond_009 | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-22 | Use Guid for BaseItemDto parent ids | Niels van Velzen | |
| 2022-01-22 | Use Guid for BaseItemPerson.Id | Niels van Velzen | |
| 2021-11-15 | Add setter for CustomPrefs | Joe Rogers | |
| 2021-11-11 | Fix nullability on DisplayPreferencesDto | Cody Robibero | |
| Remove duplicate, fix namespace | |||
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2020-12-07 | Make BaseItemDto Guids nullable | crobibero | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-06-16 | Enable BlurHash for People | crobibero | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-06-02 | Merge pull request #2676 from GranPC/public-pr/blurhash | Vasily | |
| Implement Blurhash generation for images | |||
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-27 | Add blurhashes to ImageBlurHashes for all images | Vasily | |
| 2020-05-26 | Revert "Fix emby/user/public API leaking sensitive data" | Joshua M. Boniface | |
| 2020-05-26 | Change image blurhash mapping to "image type to blurhash" | Vasily | |
| 2020-05-26 | Rename ImageInfo.Hash to ImageInfo.BlurHash | Vasily | |
| 2020-05-26 | Apply suggestions from code review | Vasily | |
| Co-authored-by: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-07 | Merge pull request #2492 from Polpetta/fix-api-private-data-leak | Bond-009 | |
| Fix emby/user/public API leaking sensitive data | |||
| 2020-05-07 | Fix typo in PublicUserDto | Davide Polonio | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-05-06 | Fix variable declaration and follow sonarcloud suggestions | Davide Polonio | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-03-05 | Add FIXME in HasConfiguredPassword public user DTO method | Davide Polonio | |
| 2020-03-01 | Fix emby/user/public API leaking private data | Davide 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-23 | Fix some warnings | Bond_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-04 | Fix warnings MediaBrowser.Model | Bond_009 | |
| 2020-01-27 | Merge pull request #2331 from nyanmisaka/master | Vasily | |
| fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases. | |||
| 2020-01-24 | fix an issue about determining 'IsSecondaryAudio' | Nyanmisaka | |
| fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases. | |||
| 2020-01-12 | Attempt #2 | Bond_009 | |
| 2020-01-08 | Minor improvements | Bond_009 | |
| 2019-10-22 | Add new MediaAttachment to store attachments found during media probing. | Andrew Mahone | |
| 2019-10-15 | Fix Json serialization error | Bond_009 | |
| 2019-09-02 | Fix 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-29 | More warning fixes | Bond_009 | |
