aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Add TODO for netcore version upgrade.Erwin de Haan
2019-01-12Updated docker build script.Erwin de Haan
2019-01-12Moved main docker file.Erwin de Haan
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-12Enabled update-version in anticipation of the versioning PR.Erwin de Haan
2019-01-12Renamed main script to be more correct for what it does.Erwin de Haan
2019-01-12Fixed fedora rpm build unexpected dependency on liblttng-ust. Fixed the ↵Erwin de Haan
docker builds and added manifest generation.
2019-01-12Added git submodules command. Converted RPM to build from local tree. Added ↵Erwin de Haan
all the execution bits to the build scripts.
2019-01-11Added debian bin folder.Erwin de Haan
2019-01-11Moved rpm package and edited the package slightly, to build the project ↵Erwin de Haan
correctly.
2019-01-11Merge branch 'rpm-package' into build-system-consolidationErwin de Haan
2019-01-11Fix typoThomas Büttner
2019-01-11Fix permissions for the main binary.Thomas Büttner
The /usr/lib64/jellyfin/jellyfin binary has 0744 permission after build by dotnet so set explicit permission to 0755 in .spec
2019-01-11add grafixeyehero to CONTRIBUTORSgrafixeyehero
2019-01-11Change EnvironmentFile path to /etc/sysconfigThomas Büttner
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