aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Merge pull request #565 from jellyfin/revert-559-codeowners-masterJoshua M. Boniface
Revert "Add Master codeowners"
2019-01-12Revert "Add Master codeowners"Bond-009
2019-01-12Merge pull request #549 from jellyfin/issue-templatesAndrew Rabert
Update issue templates
2019-01-12Merge pull request #552 from jellyfin/request-templatesAndrew Rabert
Update pull request template
2019-01-12Merge pull request #559 from joshuaboniface/codeowners-masterVasily
Add Master codeowners
2019-01-11Add Master codeownersJoshua Boniface
In conjunction with branch protection rules, this will require approval from the Org owners (myself or @nvllsvm) before a merge can be accepted.
2019-01-11Add link to our contributing docs as wellJoshua M. Boniface
2019-01-11Add link to writing good messages articleVasily
Co-Authored-By: joshuaboniface <joshua@boniface.me>
2019-01-11Be explcit about what the version isVasily
Co-Authored-By: joshuaboniface <joshua@boniface.me>
2019-01-11Add blurb about titleJoshua M. Boniface
2019-01-10Consistent formatting for System fieldsJoshua M. Boniface
2019-01-10Update bug_report.mdJoshua M. Boniface
Add section about log files.
2019-01-10Update pull request templateJoshua Boniface
2019-01-10Update issue templatesJoshua M. Boniface
Adds issue templates for Bugs, Features, and Enhancements.
2019-01-09Merge pull request #524 from jellyfin/devJoshua M. Boniface
Master 10.0.1
2019-01-08Merge pull request #523 from joshuaboniface/master-10.0.1Anthony Lavado
Bump version for 10.0.1
2019-01-08Bump version for 10.0.1Joshua Boniface
2019-01-08Merge pull request #486 from Bond-009/pluginsJoshua M. Boniface
Add NuGet package info to plugin projects
2019-01-08Merge pull request #519 from Bond-009/imageJoshua M. Boniface
Fix the DecodeJfif function to get proper image sizes
2019-01-08Merge pull request #491 from sparky8251/fix-user-profileJoshua M. Boniface
Fix userprofile.js crash
2019-01-08Merge pull request #493 from Bond-009/valuesJoshua M. Boniface
Remove unused resource
2019-01-08Merge pull request #498 from bfayers/change-contrib-linkJoshua M. Boniface
Change contributing link in settings to readthedocs.io
2019-01-08Merge pull request #501 from hawken93/fix_divisionJoshua M. Boniface
Fix regression in integer divisions in latest movies category
2019-01-08Fix the DecodeJfif function to get image sizesBond_009
Added support for progressive DCT-based JPEGs. By adding a check for the SOF2 marker (C2)
2019-01-07Merge pull request #512 from LeoVerto/patch-1Joshua M. Boniface
Fix CONTRIBUTORS.md formatting
2019-01-08Fix CONTRIBUTORS.md formattingLeoVerto
2019-01-07Some less obvious ones that I was told were therehawken
2019-01-07Fix regression where it would do integer divisions, giving wrong resulthawken
2019-01-07Remove unused resourceBond_009
2019-01-07Merge pull request #488 from sparky8251/fix-mimetype-formattingJoshua M. Boniface
Fix odd formatting in MimeType.cs
2019-01-07Fixed odd formatting in MimeType.CSSparky
Think there might have been a mismatch between tabs and spaces. All spaces now.
2019-01-07Merge pull request #487 from sparky8251/fix-logsJoshua M. Boniface
Support `*.log` files in browser log viewer
2019-01-07Open log files in browser againSparky
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-07Ground work to get plugins functional againBond_009
2019-01-07Merge pull request #419 from jellyfin/devJoshua M. Boniface
Master 10.0.0
2019-01-06Merge pull request #469 from nvllsvm/ffmpeg_layargAndrew Rabert
Download ffmpeg in a separate layer
2019-01-06Download ffmpeg in a separate layerAndrew Rabert
This slightly speeds up rebuilding since the ffmpeg layer cache is used even when Jellyfin source is changed.