Bond_009
35d97dc949
Minor improvements to library scan code
2019-01-20 19:40:37 +01:00
Joshua M. Boniface
18189644e3
Merge pull request #622 from joshuaboniface/unified-build
...
Add unified build script and bump_version script
2019-01-20 13:28:39 -05:00
Joshua Boniface
56365e9237
Bail out if web branch is unclean like build does
2019-01-20 13:19:50 -05:00
Joshua Boniface
9da5d3acc2
Replace our TVDB key with @drakus72's which is V1
2019-01-20 12:59:22 -05:00
Joshua Boniface
3320d4feeb
Move dotnet to a per-platform dependency
2019-01-20 12:34:52 -05:00
Joshua Boniface
90b9a95619
Use LANG=C for date in Yum changelog
2019-01-20 12:23:36 -05:00
Andrew Rabert
3a6624f701
Merge pull request #629 from cvium/fix_subtitleencoder
...
Fix subtitle converter misinterpreting 0 valued endTimeTicks
2019-01-20 11:35:20 -05:00
Claus Vium
2b47006662
Remove unneeded variable
2019-01-20 17:06:40 +01:00
Andrew Rabert
acb9afd908
Merge pull request #598 from cvium/remove_textencoding
...
Remove MediaBrowser.Text for license violations and hackiness
2019-01-20 10:33:59 -05:00
Bond_009
7e4cc9f513
Touchup
2019-01-20 14:39:05 +01:00
Bond_009
ca910325f3
Remove unneeded fields
2019-01-20 14:25:13 +01:00
Bond_009
8fc8fc0622
Cleanup ImageProcessor
2019-01-20 14:18:37 +01:00
Claus Vium
2dc14aa85d
Remove CodePages from csproj
2019-01-20 11:41:33 +01:00
Claus Vium
26e20d1cd5
Fix subtitle converter misinterpreting 0 valued endTimeTicks
2019-01-20 08:17:31 +01:00
Claus Vium
217d35ee74
Fix missing imports after rebase
2019-01-20 06:33:33 +01:00
cvium
790266d314
Add package ref for codepages
2019-01-20 06:30:52 +01:00
cvium
eba1f05c03
Remove embedded resource from csproj
2019-01-20 06:30:52 +01:00
cvium
b35dcbb9f0
Remove MediaBrowser.Text since it violates licenses and is overall hacky
2019-01-20 06:30:50 +01:00
Joshua M. Boniface
3a5e3ade01
Merge pull request #628 from nvllsvm/name
...
Update Product Name (User-Agent)
2019-01-20 00:01:02 -05:00
Andrew Rabert
fbc82c88be
Update product name to Jellyfin Server
2019-01-19 23:53:23 -05:00
Andrew Rabert
9eada88545
Use AssmeblyProduct for Name
2019-01-19 23:52:40 -05:00
Andrew Rabert
6561021926
Merge pull request #582 from nvllsvm/image
...
Replace custom image parser with Skia
2019-01-19 22:42:46 -05:00
Andrew Rabert
d72d0fb865
Merge pull request #627 from nvllsvm/version
...
Use string for ApplicationVersion
2019-01-19 22:39:20 -05:00
Andrew Rabert
875392c77f
Combine Emby.Drawing and Emby.Drawing.Skia
2019-01-19 22:38:41 -05:00
Andrew Rabert
449dd1a6a2
Remove allowSlowMethods from image processing
2019-01-19 22:33:55 -05:00
Andrew Rabert
9a7a5ef50e
Replace custom image parser with Skia
2019-01-19 22:30:16 -05:00
Joshua Boniface
bc18d5341c
Make help and usage setup standards-compliant
2019-01-19 22:05:41 -05:00
Joshua Boniface
99dfb8549f
Use the same branch for web by default
2019-01-19 21:57:29 -05:00
Joshua Boniface
4f14b479bb
Bashify all variable references
2019-01-19 21:56:00 -05:00
Andrew Rabert
f229c641a1
Remove redundant GetDefaultUserAgent
2019-01-19 21:48:38 -05:00
Andrew Rabert
235125df57
Fix ApplicationUserAgent documentation
2019-01-19 21:41:48 -05:00
Andrew Rabert
d7da475aad
Fix User-Agent
2019-01-19 21:38:42 -05:00
Andrew Rabert
8de4eb7d19
Rename ApplicationSemanticVersion to ApplicationVersion
2019-01-19 21:35:33 -05:00
Andrew Rabert
8a5198e6a3
Remove ApplicationVersion
2019-01-19 21:34:47 -05:00
Joshua Boniface
85966b54fb
Small formatting consistency tweak
2019-01-19 21:19:42 -05:00
Andrew Rabert
469590c9c5
Merge pull request #508 from EraYaN/api-version-reporting
...
Update internal versioning and user agents.
2019-01-19 21:08:35 -05:00
Erwin de Haan
e066a02403
Removed useless method, Name => Jellyfin Server
2019-01-20 01:20:58 +01:00
Erwin de Haan
924ec0c191
Revert Jellyfin.Versioning, Update all versions and user agents.
2019-01-20 01:12:44 +01:00
Joshua Boniface
daaa007fea
Update YUM spec version
2019-01-19 18:57:14 -05:00
Joshua Boniface
0addc9ef46
Add mention of dependencies file per platform
2019-01-19 18:48:48 -05:00
Joshua Boniface
9f8b716f40
Add dependencies.txt entries for Docker builds
2019-01-19 18:45:29 -05:00
Joshua Boniface
edfd950aad
Add bump_version script
2019-01-19 18:37:05 -05:00
Erwin de Haan
bb8df8dfa0
Updates reported version in System/Info*
set of endpoints.
...
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-20 00:28:48 +01:00
Joshua Boniface
f952988fb3
Add new centralized build script and README
2019-01-19 18:10:54 -05:00
Vasily
97639e5c85
Merge pull request #534 from EraYaN/skia-native-arm
...
Add linux-arm and linux-arm64 native NuGet dependency.
2019-01-20 01:44:35 +03:00
Joshua Boniface
d42ef36bf9
Correct invalid changelog entry
2019-01-19 16:44:55 -05:00
Joshua M. Boniface
1bd477e2e5
Merge pull request #626 from EraYaN/m3uparser-syntax-fix
...
Fix extra type name in parameter, add out keyword
2019-01-19 16:11:27 -05:00
Erwin de Haan
949393043d
Fixed missing out keyword.
2019-01-19 22:07:48 +01:00
Andrew Rabert
55538764fa
Merge pull request #575 from EraYaN/reformat
...
Reformat all C# server code to conform with code standards
2019-01-19 15:11:50 -05:00
Andrew Rabert
3b52035ee0
Merge pull request #616 from nvllsvm/swagger
...
Add Swagger documentation
2019-01-19 15:09:20 -05:00