aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-11Bump spec version to 10.0.2Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Fix typoThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Also remove DB mirgration part from READMEThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove explicit permissions for files who don't need them.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove DB migration script also from %files.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Remove DB migration script.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Add blurb about titleJoshua M. Boniface
2019-01-11Remove references to Debian packageThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-11Merge pull request #541 from cvium/fix_providermanager_guidJoshua M. Boniface
Change ItemId to Guid in ProviderManager
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
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-10Merge pull request #540 from joshuaboniface/api-keysAndrew Rabert
Update Emby API keys to our own
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
2019-01-11fix the forgotpasswordpingrafixeyehero
fix passwordreset.txt print
2019-01-10Update Fanart commented-out API key to our ownJoshua Boniface
2019-01-10Update Omdb API key to our ownJoshua Boniface
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-10Add linux-arm and linux-arm64 native.Erwin de Haan
2019-01-10Build scripts and build system consolidation.Erwin de Haan
Squashed commit.
2019-01-10Update OpenSubtitles User Agent to our ownAnthony Lavado
2019-01-10Change ItemId to Guid like all the otherscvium
2019-01-09Merge pull request #516 from Bond-009/envAndrew Rabert
Remove useless properties from IEnvironmentInfo
2019-01-09Merge pull request #424 from dkanada/submoduleAndrew Rabert
add jellyfin-web as submodule
2019-01-09Update TheTVDB API key to our ownJoshua Boniface
2019-01-09Update FanArt API key to our ownJoshua Boniface
2019-01-09Update TheAudioDB API key to our ownJoshua Boniface
2019-01-09Update TheMovieDB API key to our ownJoshua Boniface
2019-01-10separate path with commaBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-01-09add jellyfin-web as submoduledkanada
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-08Also symlink logs to /var/log, changed changelog to lastest entry of the ↵Thomas Büttner
debian package Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-08Add rpm build script for fedora and update READMEThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-08Add %post script to move exitsting config to /etc/jellyfin and symlink it.Thomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-08Remove useless properties from IEnvironmentInfoBond_009
2019-01-07Merge pull request #512 from LeoVerto/patch-1Joshua M. Boniface
Fix CONTRIBUTORS.md formatting
2019-01-08Fix CONTRIBUTORS.md formattingLeoVerto
2019-01-07remove trailing whitespacehawken
2019-01-07Remove tabs and trailing whitespacehawken