| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-04 | Merge pull request #2476 from JustAMan/playto-sort | dkanada | |
| Bring back sorting when needed to fix PlayTo | |||
| 2020-03-03 | Exit method early if there are no unique playlist items to add | Mark Monteiro | |
| 2020-03-03 | Performance improvements | Mark Monteiro | |
| Use arrays instead of lists; use Array.CopyTo to concat playlist items; only count number of duplicates once | |||
| 2020-03-04 | Merge pull request #2501 from JustAMan/pedal-to-the-metal-from-the-get-go | dkanada | |
| Default transcoding throttling to false for new installs | |||
| 2020-03-03 | Lower log level for BaseItem.Equals to debug | Vasily | |
| 2020-03-03 | Default transcoding throttling to false for new installs | Vasily | |
| 2020-03-03 | Add SegiH as a contributor | Mark Monteiro | |
| This PR is based on a change originally proposed by this author | |||
| 2020-03-03 | Revert unnecessary style change | Mark Monteiro | |
| 2020-03-03 | Merge pull request #2483 from xosdy/fix-download-filename | Bond-009 | |
| Fix download file with non-ASCII filename | |||
| 2020-03-03 | Merge pull request #2491 from mark-monteiro/2425-fix-playlists | Bond-009 | |
| Fix Playlist Deletion | |||
| 2020-03-03 | Fix compilation error | Mark Monteiro | |
| 2020-03-03 | Increase min log level to 'Warning' framework namespaces | Mark Monteiro | |
| 2020-03-03 | Register Serilog logging services correctly | Mark Monteiro | |
| 2020-03-02 | Check for duplicates when adding items to a playlist | Mark Monteiro | |
| 2020-03-03 | migrate audiodb to plugin | dkanada | |
| 2020-03-02 | Translated using Weblate (Macedonian) | Ilija Apostolovski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/ | |||
| 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-03-01 | Fix warnings in PlaylistXmlSaver | Mark Monteiro | |
| 2020-03-01 | Clean up and document PlaylistResolver | Mark Monteiro | |
| 2020-03-01 | Correctly resolve playlists that are stored using a directory path | Mark Monteiro | |
| 2020-03-01 | Use a constant for the default playlist file name | Mark Monteiro | |
| 2020-03-01 | fix build error | dkanada | |
| 2020-03-01 | Add NuGet reference to config abstractions in MediaBrowser.Common project | Mark Monteiro | |
| 2020-02-29 | Translated using Weblate (Indonesian) | Ignatius Bagus | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/ | |||
| 2020-02-29 | Translated using Weblate (Hungarian) | Adam Bokor | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/ | |||
| 2020-02-29 | add code suggestions | dkanada | |
| 2020-02-29 | prefix private fields with underscore | dkanada | |
| 2020-02-29 | Fix download file with non-ASCII filename | Steven Tang | |
| 2020-02-28 | Remove IConfiguration from service collection | Mark Monteiro | |
| This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways | |||
| 2020-02-28 | Do not save a reference to the startup config in ApplicationHost | Mark Monteiro | |
| 2020-02-28 | Register configuration correctly with application using ↵ | Mark Monteiro | |
| 'ConfigureAppConfiguration()' in WebHostBuilder Without this, the correct instance of IConfiguration is not injected into services that rely on it | |||
| 2020-02-28 | Add new 'nowebcontent' configuration flag | Mark Monteiro | |
| 2020-02-28 | Add comment | Bond_009 | |
| 2020-02-28 | Fix possible race condition | Bond_009 | |
| 2020-02-28 | Translated using Weblate (Macedonian) | Ilija Apostolovski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/ | |||
| 2020-02-28 | Use constants for settings keys | Mark Monteiro | |
| 2020-02-28 | Added translation using Weblate (Macedonian) | Ilija Apostolovski | |
| 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-28 | use the custom server for external ids | dkanada | |
| 2020-02-27 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> | |||
