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-13Fix small logging typo with the "name (path) will be refreshed" messagehawken
2019-01-13Make image header extension matching case insensitivehawken
2019-01-13Add more NuGet metadata propertiesBond_009
Remove old nuspec files
2019-01-13Add 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-13Add proper exit codesBond_009
2019-01-13Catch exception instead of masking itBond_009
2019-01-13Handle Ctrl+C and Ctrl+BreakBond_009
2019-01-13Updated package.Erwin de Haan
2019-01-12Shutdown gracefully when recieving a termination signalBond_009
2019-01-12Fixed removed start tag of XMLComment.Erwin de Haan
2019-01-12Don't print stacktrace when failing to bind to 1900Bond_009
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-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