| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-10 | Rename Emby.Drawing and move to src (#9054) | Patrick Barron | |
| * Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-11-13 | Fix integration tests | Bond_009 | |
| Author: cvium | |||
| 2022-10-21 | Prevent host lookup on GetSmartUrl for HTTP requests | Shadowghost | |
| 2022-10-11 | Merge branch 'jellyfin:master' into gzip | adrez99 | |
| 2022-10-07 | Merge pull request #8381 from 1hitsong/lyric-lrc-file-support | Claus Vium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-09-20 | Use Directory GetFiles to find lyric files | 1hitsong | |
| 2022-09-17 | Remove commented out code | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
| 2022-09-15 | Create ILyricManager | 1hitsong | |
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-14 | Adds lyric providers to DI pipeline | Jamie Introcaso | |
| This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it. | |||
| 2022-08-04 | Merge branch 'master' into gzip | adrez99 | |
| 2022-08-01 | Backport pull request #8087 from jellyfin/release-10.8.z | Joshua Boniface | |
| feat: make subtitleeditparser generic Authored-by: Claus Vium <cvium@users.noreply.github.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7323ccfc232d31797af3ceb8bad93cae1ea0898d | |||
| 2022-07-24 | Backport pull request #7732 from jellyfin/release-10.8.z | Joshua Boniface | |
| Fix to make web sockets close gracefully on server shutdown Authored-by: luke brown <luke92brown@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: ee22feb89a34632a4cc3a350733dd57c6be863ec | |||
| 2022-06-30 | Merge branch 'master' into gzip | adrez99 | |
| 2022-06-29 | Merge pull request #7954 from cvium/fix_7953_dlna_url | Cody Robibero | |
| (cherry picked from commit 2c0c3eb3ee6eabdf1d2c94619f094f711870f820) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-19 | Use System.IO.Compression instead of SharpCompress for gzips | adrez99 | |
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Fix option to disable server discovery | Bond_009 | |
| 2022-01-20 | Merge pull request #6600 from cvium/keyframe_extraction_v1 | Cody Robibero | |
| 2022-01-11 | Refactor and add scheduled task | cvium | |
| 2022-01-04 | Embed ProviderUtils into MetadataService | Joe Rogers | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-11-24 | Migrate network configuration safely | cvium | |
| 2021-11-19 | Only force scheme and port when HTTPS is disallowed | cvium | |
| 2021-11-15 | Remove ILibraryManager as a dependency in resolvers etc. | cvium | |
| 2021-11-13 | Very light cleanup in applicationhost | cvium | |
| 2021-11-09 | Merge pull request #5905 from BaronGreenback/TVFix | Claus Vium | |
| Fix for Livetv and DLNA when bind interfaces specified. | |||
| 2021-11-08 | Use the new method in DLNA | cvium | |
| 2021-11-08 | Merge branch 'master' into TVFix | cvium | |
| 2021-11-03 | Merge branch 'master' into client-logger | Cody Robibero | |
| 2021-11-02 | Streamline startup code | Bond_009 | |
| 2021-10-26 | Merge remote-tracking branch 'upstream/master' into client-logger | Cody Robibero | |
| 2021-10-25 | Merge pull request #6486 from ↵ | Claus Vium | |
| fredriklindberg/support-forwarded-headers-for-api-url | |||
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-09-14 | Dynamically populate LocalAddress based on HTTP request | Fredrik Lindberg | |
| Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default. | |||
| 2021-09-07 | Ignore published server url for local access | cvium | |
| 2021-09-07 | Use GetSmartApiUrl instead (hopefully it works) | cvium | |
| 2021-09-05 | Merge branch 'master' into TVFix | cvium | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore | Cody Robibero | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-08-30 | Simplify the way we choose our ffmpeg | Bond_009 | |
| * no longer search $PATH * no longer require a full path * don't fall back | |||
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-13 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs | |||
| 2021-07-23 | Merge pull request #6296 from Bond-009/oscheck | Claus Vium | |
| Improve platform checks | |||
| 2021-07-12 | Merge pull request #6289 from Bond-009/warn33 | Bond-009 | |
| Fix some warnings | |||
| 2021-07-12 | Improve platform checks | Bond_009 | |
