| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-19 | Merge pull request #575 from EraYaN/reformat | Andrew Rabert | |
| Reformat all C# server code to conform with code standards | |||
| 2019-01-19 | Merge pull request #616 from nvllsvm/swagger | Andrew Rabert | |
| Add Swagger documentation | |||
| 2019-01-19 | Fixed csproj and xml identation. | Erwin de Haan | |
| 2019-01-19 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-19 | Merge pull request #596 from Bond-009/editorconfig | Vasily | |
| Fix indentation for xml files | |||
| 2019-01-19 | Reformat JustAMan review second pass changes. | Erwin de Haan | |
| 2019-01-18 | Merge pull request #619 from sparky8251/really-slimdown-docker-image | Andrew Rabert | |
| Really slim down Docker container | |||
| 2019-01-18 | Merge pull request #589 from ploughpuff/patch-1 | Joshua M. Boniface | |
| Ensure config and log folders exist | |||
| 2019-01-18 | Cause exception if empty string used for config or log folders | PloughPuff | |
| 2019-01-18 | Modify to use correct logic before creating directory | PloughPuff | |
| Address review comments. | |||
| 2019-01-18 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-18 | Reformat JustAMan review pt3 changes | Erwin de Haan | |
| 2019-01-18 | Really slim down Docker container | Sparky | |
| #606 didn't actually run the new commands due to the comments position. This fixes the comment location. | |||
| 2019-01-18 | Ensure all folders are created before running app | PloughPuff | |
| 2019-01-18 | Adapt SwaggerService for Jellyfin | Andrew Rabert | |
| 2019-01-18 | Restore SwaggerService from 7aa573d4e0fc231932ad3da4cdf15199cf97709a | Andrew Rabert | |
| 2019-01-17 | Merge pull request #606 from sparky8251/docker-update | Andrew Rabert | |
| Slim down docker image | |||
| 2019-01-17 | Slim down docker image | Sparky | |
| After installing, remove package caches and clean up after installation of stuff. | |||
| 2019-01-17 | Reformat JustAMan review pt2 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-17 | Reformat JustAMan review pt1 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-16 | Merge pull request #455 from Bond-009/cleanup | Joshua M. Boniface | |
| Cleanup some small things | |||
| 2019-01-16 | Update HttpListenerHost.cs | Bond-009 | |
| 2019-01-16 | Merge branch 'dev' into cleanup | Bond-009 | |
| 2019-01-16 | Merge pull request #587 from Bond-009/naming | Joshua M. Boniface | |
| Add nuget info to Emby.Naming | |||
| 2019-01-16 | Merge pull request #567 from Bond-009/term | Joshua M. Boniface | |
| Shutdown gracefully when recieving a termination signal | |||
| 2019-01-16 | Fix indentation for xml files | Bond_009 | |
| 2019-01-15 | Merge pull request #520 from hawken93/fix_aspect | Joshua M. Boniface | |
| Fix potential bug where aspect ratio would be incorrectly calculated | |||
| 2019-01-15 | Merge branch 'master' into dev | Joshua Boniface | |
| 2019-01-15 | Merge pull request #592 from joshuaboniface/master-10.0.2v10.0.2 | Andrew Rabert | |
| Master 10.0.2 | |||
| 2019-01-15 | Update Debian version | Joshua Boniface | |
| 2019-01-15 | Bump version for 10.0.2 | Joshua Boniface | |
| 2019-01-15 | Add exception message to log. | Bond-009 | |
| Output will be something line: `Failed to bind to port 1900: Address already in use. DLNA will be unavailable` | |||
| 2019-01-15 | Don't print stacktrace when failing to bind to 1900 | Bond_009 | |
| 2019-01-15 | Change ItemId to Guid like all the others | cvium | |
| 2019-01-15 | Update Fanart commented-out API key to our own | Joshua Boniface | |
| 2019-01-15 | Update Omdb API key to our own | Joshua Boniface | |
| 2019-01-15 | Update OpenSubtitles User Agent to our own | Anthony Lavado | |
| 2019-01-15 | Update TheTVDB API key to our own | Joshua Boniface | |
| 2019-01-15 | Update FanArt API key to our own | Joshua Boniface | |
| 2019-01-15 | Update TheAudioDB API key to our own | Joshua Boniface | |
| 2019-01-15 | Update TheMovieDB API key to our own | Joshua Boniface | |
| 2019-01-15 | Fix potential problem where aspect ratio would be incorrectly calculated | hawken | |
| 2019-01-15 | Extra formatting on the merged code. | Erwin de Haan | |
| 2019-01-15 | Merge branch 'dev' into reformat | Erwin de Haan | |
| # Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs # Emby.Server.Implementations/LiveTv/LiveTvManager.cs # Emby.Server.Implementations/Security/MBLicenseFile.cs # Emby.Server.Implementations/Security/PluginSecurityManager.cs # Emby.Server.Implementations/Security/RegRecord.cs # MediaBrowser.Api/PluginService.cs # MediaBrowser.Api/System/SystemService.cs # MediaBrowser.Common/Security/IRequiresRegistration.cs # MediaBrowser.Common/Security/ISecurityManager.cs # MediaBrowser.Common/Security/PaymentRequiredException.cs # MediaBrowser.Model/Entities/MBRegistrationRecord.cs # MediaBrowser.Model/Entities/PluginSecurityInfo.cs # deployment/win-generic/build-jellyfin.ps1 | |||
| 2019-01-15 | Add cvium to CONTRIBUTORS | Claus Vium | |
| 2019-01-15 | more descriptive TODO | cvium | |
| 2019-01-15 | More cleaning | cvium | |
| 2019-01-15 | Some code style clean up | cvium | |
| 2019-01-15 | removed more dead code | Claus Vium | |
