| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-15 | Rename IsNoWebContent to NoWebContent | Mark Monteiro | |
| 2020-03-13 | Do not check for duplicates if they are allowed in playlist configuration | Mark Monteiro | |
| 2020-03-13 | Add a configuration flag to allow/disallow duplicates in playlists | Mark Monteiro | |
| 2020-03-11 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-11 | Parse config value correctly | Mark Monteiro | |
| 2020-03-11 | Use config setting to decide if web content should be hosted | Mark Monteiro | |
| Also fail server startup if web content is expected but missing | |||
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-11 | Merge pull request #2502 from JustAMan/baseitem-equals | Bond-009 | |
| Adds BaseItem.Equals method that compares items by their Id | |||
| 2020-03-10 | Merge pull request #2506 from mark-monteiro/inject-loggers-with-context | Bond-009 | |
| Inject loggers with context using ILogger<T> | |||
| 2020-03-10 | remove useless interface | dkanada | |
| 2020-03-09 | remove unused files and fix some future warnings | dkanada | |
| 2020-03-05 | Add inheritdoc comment and squash simple method bodies | Vasily | |
| 2020-03-05 | Follow code review suggestions | Vasily | |
| 2020-03-05 | Add speed for alpha numeric sorting | Bond_009 | |
| 2020-03-04 | Implement BaseItem.GetHashCode override | Vasily | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-03-04 | Merge pull request #2476 from JustAMan/playto-sort | dkanada | |
| Bring back sorting when needed to fix PlayTo | |||
| 2020-03-03 | Lower log level for BaseItem.Equals to debug | Vasily | |
| 2020-03-02 | Merge pull request #2474 from JustAMan/simplify-sorting | Bond-009 | |
| Simplify AlphanumericComparer, reduce code duplication | |||
| 2020-03-02 | Merge pull request #2436 from dkanada/music | Vasily | |
| Add config options for MusicBrainz | |||
| 2020-03-02 | Replace foreach with for - MOAR SPEED | Vasily | |
| 2020-03-02 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-03-02 | Apply code review suggestion | Vasily | |
| 2020-03-02 | Speed up equality comparison of BaseItem | Vasily | |
| 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-28 | Add new 'nowebcontent' configuration flag | Mark Monteiro | |
| 2020-02-28 | Remove custom queue class as it is not needed | Vasily | |
| 2020-02-28 | Small speed improvement - no need to convert an array to a list to just ↵ | Vasily | |
| iterate over it | |||
| 2020-02-27 | Implement fast sorting | Vasily | |
| 2020-02-27 | Trying to be more safe | Vasily | |
| 2020-02-27 | Bring back sorting when needed to fix PlayTo | Vasily | |
| This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011 | |||
| 2020-02-27 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-02-27 | Simplify AlphanumericComparer, reduce code duplication | Vasily | |
| 2020-02-25 | Open the Swagger API page on server start if not hosting the static web content | Mark Monteiro | |
| 2020-02-23 | Improve controls for deinterlace method; matches with jellyfin-web changes | Peter Maar | |
| 2020-02-23 | Merge pull request #2384 from Bond-009/warn16 | dkanada | |
| Fix some warnings in Emby.Server.Implementations | |||
| 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-23 | Minor improvements | Bond_009 | |
| 2020-02-23 | Merge pull request #2427 from Bond-009/minor | dkanada | |
| Minor improvements | |||
| 2020-02-22 | Add encoding option bobandweave, change back the EncodingHelper logic | Peter Maar | |
| 2020-02-22 | add config options for musicbrainz | dkanada | |
| 2020-02-22 | Merge pull request #2434 from Bond-009/photo | dkanada | |
| Fix photo serialization | |||
| 2020-02-21 | Merge pull request #2321 from Bond-009/images | dkanada | |
| Simplify image processing by removing image enhancers | |||
| 2020-02-20 | Fix photo serialization | Bond-009 | |
| 2020-02-19 | Minor improvements | Bond_009 | |
| 2020-02-19 | Address comments | Bond_009 | |
| 2020-02-14 | Merge pull request #2358 from Bond-009/tests | dkanada | |
| Enable TreatWarningsAsErrors and Nullable for test projects | |||
| 2020-02-12 | Merge pull request #2394 from mark-monteiro/xml-documentation | Bond-009 | |
| Add Some XML Documentation | |||
| 2020-02-12 | Merge branch 'master' into images | Bond-009 | |
| 2020-02-12 | Use "implement" instead of "apply" when referring to an interface | Mark Monteiro | |
