Commit Graph

12312 Commits

Author SHA1 Message Date
Joshua M. Boniface
54e2feabba Update bug_report.md
Add section about log files.
2019-01-10 23:41:40 -05:00
Joshua M. Boniface
7cbff8d3f1 Update issue templates
Adds issue templates for Bugs, Features, and Enhancements.
2019-01-10 23:20:58 -05:00
Joshua M. Boniface
dbceef97fd Merge pull request #524 from jellyfin/dev
Master 10.0.1
2019-01-09 00:48:32 -05:00
Anthony Lavado
932fcb0a9c Merge pull request #523 from joshuaboniface/master-10.0.1
Bump version for 10.0.1
2019-01-08 20:37:53 -05:00
Joshua Boniface
f822d1c871 Bump version for 10.0.1 2019-01-08 20:09:33 -05:00
Joshua M. Boniface
61aeb0e9a8 Merge pull request #486 from Bond-009/plugins
Add NuGet package info to plugin projects
2019-01-08 18:10:09 -05:00
Joshua M. Boniface
803226acef Merge pull request #519 from Bond-009/image
Fix the DecodeJfif function to get proper image sizes
2019-01-08 18:09:54 -05:00
Joshua M. Boniface
cdefc046e6 Merge pull request #491 from sparky8251/fix-user-profile
Fix userprofile.js crash
2019-01-08 18:04:37 -05:00
Joshua M. Boniface
9156b21714 Merge pull request #493 from Bond-009/values
Remove unused resource
2019-01-08 18:04:12 -05:00
Joshua M. Boniface
b3bd238d29 Merge pull request #498 from bfayers/change-contrib-link
Change contributing link in settings to readthedocs.io
2019-01-08 18:02:47 -05:00
Joshua M. Boniface
67300c65dc Merge pull request #501 from hawken93/fix_division
Fix regression in integer divisions in latest movies category
2019-01-08 18:02:19 -05:00
Bond_009
432be01934 Fix the DecodeJfif function to get image sizes
Added support for progressive DCT-based JPEGs.
By adding a check for the SOF2 marker (C2)
2019-01-08 22:10:11 +01:00
Joshua M. Boniface
c5c44744fc Merge pull request #512 from LeoVerto/patch-1
Fix CONTRIBUTORS.md formatting
2019-01-07 22:27:45 -05:00
LeoVerto
f9e52fed81 Fix CONTRIBUTORS.md formatting 2019-01-08 03:26:05 +00:00
hawken
82a801c9ae Some less obvious ones that I was told were there 2019-01-07 21:29:59 +00:00
hawken
880825514a Fix regression where it would do integer divisions, giving wrong result 2019-01-07 21:10:11 +00:00
Bond_009
672e635742 Remove unused resource 2019-01-07 18:39:35 +01:00
Joshua M. Boniface
4ab82f7436 Merge pull request #488 from sparky8251/fix-mimetype-formatting
Fix odd formatting in MimeType.cs
2019-01-07 11:25:43 -05:00
Sparky
ae4a82570c Fixed odd formatting in MimeType.CS
Think there might have been a mismatch between tabs and spaces. All spaces now.
2019-01-07 11:23:11 -05:00
Joshua M. Boniface
483e74ec8f Merge pull request #487 from sparky8251/fix-logs
Support `*.log` files in browser log viewer
2019-01-07 11:22:28 -05:00
Sparky
1f5b9a04fb Open log files in browser again
Fixes #485

Looks like we regressed and now only the .txt logs would open in the browser when clicked. 

Added in MimeType handler for .log files. Problem solved.
2019-01-07 11:19:59 -05:00
Bond_009
e1379610e5 Ground work to get plugins functional again 2019-01-07 16:58:33 +01:00
Joshua M. Boniface
c986340c02 Merge pull request #419 from jellyfin/dev
Master 10.0.0
2019-01-07 00:47:06 -05:00
Andrew Rabert
0b804629b8 Merge pull request #469 from nvllsvm/ffmpeg_layarg
Download ffmpeg in a separate layer
2019-01-06 22:49:13 -05:00
Andrew Rabert
1c326fe7d4 Download ffmpeg in a separate layer
This slightly speeds up rebuilding since the ffmpeg layer cache is used
even when Jellyfin source is changed.
2019-01-06 22:46:52 -05:00
Andrew Rabert
169709096f Merge pull request #373 from sparky8251/jellyfin-theme
Replaced green with Jellyfin themed colors in UI
2019-01-06 20:57:47 -05:00
Sparky
d6d8c40450 Change UI accents, update artwork
Replaced "Emby Green" with blue taken from artwork.

Replaced artwork.

Kept old "Emby Green" themes for future reuse and renamed them "classic".

Removed CSS element that was making the Jellyfin banner too small.
2019-01-06 20:47:58 -05:00
Andrew Rabert
edfc3cb8c6 Merge pull request #437 from cvium/remove_run_at_startup
Remove AutoRunAtStartup
2019-01-06 18:31:20 -05:00
Andrew Rabert
237187bfc0 Merge pull request #456 from Bond-009/subencoder
SubtitleEncoder: stop using tuples for clarity
2019-01-06 18:29:12 -05:00
Andrew Rabert
6ebd01b637 Merge pull request #462 from nvllsvm/fix_skia
Fix Skia in Docker
2019-01-06 18:12:39 -05:00
Andrew Rabert
9f7bebc728 Fix Skia in Docker 2019-01-06 18:05:06 -05:00
Andrew Rabert
1dde747267 Merge pull request #461 from nvllsvm/old_news
Remove more news
2019-01-06 17:57:26 -05:00
Andrew Rabert
12112ea25d Remove more news 2019-01-06 17:52:51 -05:00
Andrew Rabert
5af4d4d071 Merge pull request #460 from nvllsvm/remove_dep
Remove deprecation warning from Docker
2019-01-06 17:48:44 -05:00
Andrew Rabert
e60dc805d6 Remove deprecation warning from Docker 2019-01-06 17:45:50 -05:00
Anthony Lavado
0a715f9196 Merge pull request #435 from Bond-009/ffmpeglogs
Reduce log spam from ffmpeg info
2019-01-06 16:59:37 -05:00
Anthony Lavado
72798ebd0c Merge pull request #382 from EraYaN/add-editorconfig-codestyle
Codestyle EditorConfig file added.
2019-01-06 16:44:54 -05:00
Anthony Lavado
b48ed8faf4 Merge pull request #447 from joshuaboniface/update-readme
Update readme to use readthedocs and clean up
2019-01-06 21:14:06 +00:00
Joshua Boniface
e93896f7a4 Update readme to use readthedocs and clean up
1. Replace all Wiki references to Readthedocs.io references
2. Clean up the layout a bit, remove some redundant bits and make
"about" bits consistent between Docs and README
2019-01-06 16:10:41 -05:00
Vasily
21ac54fde9 Merge pull request #457 from joshuaboniface/debian-packaging
Hotfix to postinst to correct permissions
2019-01-06 23:42:14 +03:00
Joshua M. Boniface
423ad4a20b Merge pull request #450 from Bond-009/config
BaseApplicationPaths set up default config and log dir paths
2019-01-06 15:26:01 -05:00
Joshua Boniface
7bee88280c Hotfix to postinst to correct permissions
Without this, if not importing a previous config, the perms are
broken on the config directories. Fixes this.
2019-01-06 15:13:35 -05:00
Bond_009
73fd0cd8c6 SubtitleEncoder: stop using tuples for clarity
* Replace Tuples with a ValueTuple or a struct
2019-01-06 21:02:25 +01:00
Joshua M. Boniface
1273da5af9 Merge pull request #440 from joshuaboniface/debian-packaging
Debian packaging for 10.0.0
2019-01-06 14:58:17 -05:00
Joshua Boniface
d4182e761c Tweakes based on review feedback 2019-01-06 14:55:24 -05:00
Joshua M. Boniface
a827dcaced Merge pull request #430 from hawken93/dev
Stop including .git in dpkg source tarball
2019-01-06 14:46:15 -05:00
Anthony Lavado
e9b44a3d6e Merge pull request #365 from Bond-009/power
Remove unused PowerManagement
2019-01-06 16:17:33 +00:00
Bond_009
5623d4b632 BaseApplicationPaths set up default config and log dir paths 2019-01-06 13:53:35 +01:00
hawken
ec2d3ef603 Stop including .git in dpkg source tarball 2019-01-06 12:15:13 +00:00
Bond_009
c07d5a6963 Remove unused PowerManagement
It isn't up to the application to prevent the system from going to sleep
2019-01-06 12:55:48 +01:00