aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-19Replace custom image parser with SkiaAndrew Rabert
2019-01-19Make help and usage setup standards-compliantJoshua Boniface
2019-01-19Use the same branch for web by defaultJoshua Boniface
2019-01-19Bashify all variable referencesJoshua Boniface
2019-01-19Remove redundant GetDefaultUserAgentAndrew Rabert
2019-01-19Fix ApplicationUserAgent documentationAndrew Rabert
2019-01-19Fix User-AgentAndrew Rabert
2019-01-19Rename ApplicationSemanticVersion to ApplicationVersionAndrew Rabert
2019-01-19Remove ApplicationVersionAndrew Rabert
2019-01-19Small formatting consistency tweakJoshua Boniface
2019-01-19Merge pull request #508 from EraYaN/api-version-reportingAndrew Rabert
Update internal versioning and user agents.
2019-01-20Removed useless method, Name => Jellyfin ServerErwin de Haan
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-19Update YUM spec versionJoshua Boniface
2019-01-19Add mention of dependencies file per platformJoshua Boniface
2019-01-19Add dependencies.txt entries for Docker buildsJoshua Boniface
2019-01-19Add bump_version scriptJoshua Boniface
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-19Add new centralized build script and READMEJoshua Boniface
2019-01-20Merge pull request #534 from EraYaN/skia-native-armVasily
Add linux-arm and linux-arm64 native NuGet dependency.
2019-01-19Correct invalid changelog entryJoshua Boniface
2019-01-19Merge pull request #626 from EraYaN/m3uparser-syntax-fixJoshua M. Boniface
Fix extra type name in parameter, add out keyword
2019-01-19Fixed missing out keyword.Erwin de Haan
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-17Merge branch 'dev' into skia-native-armErwin de Haan
2019-01-17Remove Musl build. dotnet is not yet ready (icu-libs still require libstdc++).Erwin de Haan
2019-01-16Added Musl dep and switched package names.Erwin de Haan
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