aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13Merge pull request #458 from EraYaN/code-cleanupJoshua M. Boniface
Clean up several minor issues and add TODOs
2019-01-13Merge pull request #571 from Bond-009/nugetAnthony Lavado
Add more NuGet metadata properties
2019-01-13Pull in change from build system, to fix the drone build once and for all.Erwin de Haan
2019-01-13Add more NuGet metadata propertiesBond_009
Remove old nuspec files
2019-01-12Fixed removed start tag of XMLComment.Erwin de Haan
2019-01-12Delete CODEOWNERS from dev branchJoshua M. Boniface
This was removed from master but wasn't transitioned with that merge because of GitHub being annoying and treating CODEOWNERS differently in each branch.
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-12Merge pull request #563 from jellyfin/masterJoshua M. Boniface
Update dev from master
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 #556 from grafixeyehero/devJoshua M. Boniface
Fix "Password Reset by PIN" page
2019-01-12Add 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-12Add link to our contributing docs as wellJoshua M. Boniface
2019-01-12Add link to writing good messages articleVasily
Co-Authored-By: joshuaboniface <joshua@boniface.me>
2019-01-12Be explcit about what the version isVasily
Co-Authored-By: joshuaboniface <joshua@boniface.me>
2019-01-12Add blurb about titleJoshua M. Boniface
2019-01-12Consistent formatting for System fieldsJoshua M. Boniface
2019-01-12Update bug_report.mdJoshua M. Boniface
Add section about log files.
2019-01-12Update pull request templateJoshua Boniface
2019-01-12Update issue templatesJoshua M. Boniface
Adds issue templates for Bugs, Features, and Enhancements.
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 grafixeyehero to CONTRIBUTORSgrafixeyehero
2019-01-11Add blurb about titleJoshua M. Boniface
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-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>