aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-20Updates 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-19Merge pull request #575 from EraYaN/reformatAndrew Rabert
Reformat all C# server code to conform with code standards
2019-01-19Merge pull request #616 from nvllsvm/swaggerAndrew Rabert
Add Swagger documentation
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-19Merge branch 'dev' into reformatErwin de Haan
2019-01-19Merge pull request #596 from Bond-009/editorconfigVasily
Fix indentation for xml files
2019-01-19Reformat JustAMan review second pass changes.Erwin de Haan
2019-01-18Merge pull request #619 from sparky8251/really-slimdown-docker-imageAndrew Rabert
Really slim down Docker container
2019-01-18Merge pull request #589 from ploughpuff/patch-1Joshua M. Boniface
Ensure config and log folders exist
2019-01-18Cause exception if empty string used for config or log foldersPloughPuff
2019-01-18Modify to use correct logic before creating directoryPloughPuff
Address review comments.
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-18Reformat JustAMan review pt3 changesErwin de Haan
2019-01-18Really slim down Docker containerSparky
#606 didn't actually run the new commands due to the comments position. This fixes the comment location.
2019-01-18Ensure all folders are created before running appPloughPuff
2019-01-18Adapt SwaggerService for JellyfinAndrew Rabert
2019-01-18Restore SwaggerService from 7aa573d4e0fc231932ad3da4cdf15199cf97709aAndrew Rabert
2019-01-17Merge pull request #606 from sparky8251/docker-updateAndrew Rabert
Slim down docker image
2019-01-17Slim down docker imageSparky
After installing, remove package caches and clean up after installation of stuff.
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-16Merge pull request #455 from Bond-009/cleanupJoshua M. Boniface
Cleanup some small things
2019-01-16Update HttpListenerHost.csBond-009
2019-01-16Merge branch 'dev' into cleanupBond-009
2019-01-16Merge pull request #587 from Bond-009/namingJoshua M. Boniface
Add nuget info to Emby.Naming
2019-01-16Merge pull request #567 from Bond-009/termJoshua M. Boniface
Shutdown gracefully when recieving a termination signal
2019-01-16Fix indentation for xml filesBond_009
2019-01-15Merge pull request #520 from hawken93/fix_aspectJoshua M. Boniface
Fix potential bug where aspect ratio would be incorrectly calculated
2019-01-15Merge branch 'master' into devJoshua Boniface
2019-01-15Merge pull request #592 from joshuaboniface/master-10.0.2v10.0.2Andrew Rabert
Master 10.0.2
2019-01-15Update Debian versionJoshua Boniface
2019-01-15Bump version for 10.0.2Joshua Boniface
2019-01-15Add 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-15Don't print stacktrace when failing to bind to 1900Bond_009
2019-01-15Change ItemId to Guid like all the otherscvium
2019-01-15Update Fanart commented-out API key to our ownJoshua Boniface
2019-01-15Update Omdb API key to our ownJoshua Boniface
2019-01-15Update OpenSubtitles User Agent to our ownAnthony Lavado
2019-01-15Update TheTVDB API key to our ownJoshua Boniface
2019-01-15Update FanArt API key to our ownJoshua Boniface
2019-01-15Update TheAudioDB API key to our ownJoshua Boniface
2019-01-15Update TheMovieDB API key to our ownJoshua Boniface
2019-01-15Fix potential problem where aspect ratio would be incorrectly calculatedhawken
2019-01-15Extra formatting on the merged code.Erwin de Haan
2019-01-15Merge branch 'dev' into reformatErwin 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-15Add cvium to CONTRIBUTORSClaus Vium
2019-01-15more descriptive TODOcvium
2019-01-15More cleaningcvium
2019-01-15Some code style clean upcvium
2019-01-15removed more dead codeClaus Vium