| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-20 | Add Api and startup check for sufficient storage capacity (#13888) | JPVenson | |
| 2025-02-22 | Remove deprecated GetWakeOnLanInfo endpoint | Niels van Velzen | |
| 2025-01-25 | chore: fix spelling | Josh Soref | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-03-13 | Enable nullable for more files | Bond_009 | |
| 2024-02-06 | Fix some incompatible API deprecations | Niels van Velzen | |
| 2023-10-17 | Merge pull request #10270 from crobibero/chromecast-config | Bond-009 | |
| 2023-10-10 | Deprecate CanLaunchWebBrowser (#10381) | Bond-009 | |
| It's been a while since I removed this feature from server not sure why it's in the api anyway. The macOS and Windows app have this functionality | |||
| 2023-09-23 | Migrate to customizable cast receiver config | Cody Robibero | |
| 2023-01-26 | Remove OS information from System Info (#9175) | Patrick Barron | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-01-17 | Mark CanSelfRestart as Obsolete | Patrick Barron | |
| 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-07-11 | Remove old "has update available" code | Bond_009 | |
| This is the job of a package manager (or maybe the tray app for windows) | |||
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2020-10-11 | Make StartupWizardCompleted nullable in PublicSystemInfo | Niels van Velzen | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-06 | Rename StartupCompleted to StartupWizardCompleted | crobibero | |
| 2020-09-05 | Add flag for startup completed | crobibero | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-04-26 | Remove unnecessary properties from SystemInfo response object | Mark Monteiro | |
| These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it | |||
| 2020-04-26 | Merge remote-tracking branch 'upstream/master' into simplify-https-config | Mark Monteiro | |
| 2020-04-11 | merge branch master into plugin | dkanada | |
| 2020-04-11 | remove release channel from plugin classes | dkanada | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-04-02 | Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵ | Mark Monteiro | |
| CanConnectWithHttps | |||
| 2020-02-26 | update plugin classes for nightly builds | dkanada | |
| 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 | |
| 2019-11-21 | revert settings to their old names | dkanada | |
| 2019-11-21 | rename some missed variables and fix warnings | dkanada | |
| 2019-09-19 | Remove WAN IP Detection | sparky8251 | |
| 2019-08-09 | Fix more warnings | Bond_009 | |
| 2019-04-16 | Move the definition of ProductName to the correct class | Anthony Lavado | |
| Missed moving this from one class to the other. | |||
| 2019-03-13 | Merge pull request #1059 from Bond-009/os | Vasily | |
| Remove EnvironmentInfo | |||
| 2019-03-12 | Implement review feedback | Joshua Boniface | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-07 | Remove EnvironmentInfo | Bond-009 | |
| This moved the last bit of usefulness of EnvironmentInfo into a static class. | |||
| 2019-03-05 | Review comments | PloughPuff | |
| Address review comments from JustAMan, Bond-009 and cvium. | |||
| 2019-02-18 | Removed remaining self-update code | Bond_009 | |
| 2019-02-12 | Move to Microsoft.Extensions.DependencyInjection | Bond_009 | |
| This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection. | |||
| 2019-01-25 | Remove remnants of system events | Bond_009 | |
| 2019-01-20 | Revert Jellyfin.Versioning, Update all versions and user agents. | Erwin de Haan | |
| 2019-01-20 | Updates reported version in `System/Info*` set of endpoints. | Erwin de Haan | |
| Added ProductName and ServerVersion to API. Added build version and build step. Addressed issues wtih indentation. Made the BuildVersion an actual object. This lets up link to the github page of that commit. Fixed class method type and styled link. Fixed languages and split out the information in the UI. Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension. Removed tempfiles from replace sessions from csproj. Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.) Added simple replace for ssh github links. Add execute rights to update-version. Wrapped long line in ApplicationHost.cs Fixed some small issues. Fixed some small issues, and flipped some if's around. Converted parameter names to camelBack casing. Sealed the attribute class. Removed MPLv2 license. Fixed file headers. Added newline. Moved links in *.csproj files as well. Fix issues caused by rebase auto merging. Removed default constructor and added init values to properties, also hid the Remote value form API. | |||
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | EditorConfig reformat: MediaBrowser.Model | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Model | Erwin de Haan | |
| 2019-01-10 | Merge pull request #506 from hawken93/linting | Joshua M. Boniface | |
| Removing tabs and trailing whitespace | |||
| 2019-01-08 | Remove useless properties from IEnvironmentInfo | Bond_009 | |
