| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-12 | Add blurb about title | Joshua M. Boniface | |
| 2019-01-12 | Consistent formatting for System fields | Joshua M. Boniface | |
| 2019-01-12 | Update bug_report.md | Joshua M. Boniface | |
| Add section about log files. | |||
| 2019-01-12 | Update pull request template | Joshua Boniface | |
| 2019-01-12 | Update issue templates | Joshua M. Boniface | |
| Adds issue templates for Bugs, Features, and Enhancements. | |||
| 2019-01-12 | Merge pull request #549 from jellyfin/issue-templates | Andrew Rabert | |
| Update issue templates | |||
| 2019-01-12 | Merge pull request #552 from jellyfin/request-templates | Andrew Rabert | |
| Update pull request template | |||
| 2019-01-12 | Merge pull request #559 from joshuaboniface/codeowners-master | Vasily | |
| Add Master codeowners | |||
| 2019-01-12 | Add TODO for netcore version upgrade. | Erwin de Haan | |
| 2019-01-12 | Updated docker build script. | Erwin de Haan | |
| 2019-01-12 | Moved main docker file. | Erwin de Haan | |
| 2019-01-11 | Add Master codeowners | Joshua 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-11 | Add link to our contributing docs as well | Joshua M. Boniface | |
| 2019-01-11 | Add link to writing good messages article | Vasily | |
| Co-Authored-By: joshuaboniface <joshua@boniface.me> | |||
| 2019-01-11 | Be explcit about what the version is | Vasily | |
| Co-Authored-By: joshuaboniface <joshua@boniface.me> | |||
| 2019-01-12 | Enabled update-version in anticipation of the versioning PR. | Erwin de Haan | |
| 2019-01-12 | Renamed main script to be more correct for what it does. | Erwin de Haan | |
| 2019-01-12 | Fixed fedora rpm build unexpected dependency on liblttng-ust. Fixed the ↵ | Erwin de Haan | |
| docker builds and added manifest generation. | |||
| 2019-01-12 | Added git submodules command. Converted RPM to build from local tree. Added ↵ | Erwin de Haan | |
| all the execution bits to the build scripts. | |||
| 2019-01-11 | Added debian bin folder. | Erwin de Haan | |
| 2019-01-11 | Moved rpm package and edited the package slightly, to build the project ↵ | Erwin de Haan | |
| correctly. | |||
| 2019-01-11 | Merge branch 'rpm-package' into build-system-consolidation | Erwin de Haan | |
| 2019-01-11 | Fix typo | Thomas Büttner | |
| 2019-01-11 | Fix 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-11 | add grafixeyehero to CONTRIBUTORS | grafixeyehero | |
| 2019-01-11 | Change EnvironmentFile path to /etc/sysconfig | Thomas Büttner | |
| 2019-01-11 | Bump spec version to 10.0.2 | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Fix typo | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Also remove DB mirgration part from README | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Remove explicit permissions for files who don't need them. | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Remove DB migration script also from %files. | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Remove DB migration script. | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Add blurb about title | Joshua M. Boniface | |
| 2019-01-11 | Remove references to Debian package | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-01-11 | Merge pull request #541 from cvium/fix_providermanager_guid | Joshua M. Boniface | |
| Change ItemId to Guid in ProviderManager | |||
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Consistent formatting for System fields | Joshua M. Boniface | |
| 2019-01-10 | Update bug_report.md | Joshua M. Boniface | |
| Add section about log files. | |||
| 2019-01-10 | Update pull request template | Joshua Boniface | |
| 2019-01-10 | Update issue templates | Joshua M. Boniface | |
| Adds issue templates for Bugs, Features, and Enhancements. | |||
| 2019-01-10 | Merge pull request #540 from joshuaboniface/api-keys | Andrew Rabert | |
| Update Emby API keys to our own | |||
| 2019-01-10 | Merge pull request #506 from hawken93/linting | Joshua M. Boniface | |
| Removing tabs and trailing whitespace | |||
| 2019-01-11 | fix the forgotpasswordpin | grafixeyehero | |
| fix passwordreset.txt print | |||
| 2019-01-10 | Update Fanart commented-out API key to our own | Joshua Boniface | |
| 2019-01-10 | Update Omdb API key to our own | Joshua Boniface | |
| 2019-01-10 | Mayor code cleanup | Erwin 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-10 | Add linux-arm and linux-arm64 native. | Erwin de Haan | |
| 2019-01-10 | Build scripts and build system consolidation. | Erwin de Haan | |
| Squashed commit. | |||
| 2019-01-10 | Update OpenSubtitles User Agent to our own | Anthony Lavado | |
| 2019-01-10 | Change ItemId to Guid like all the others | cvium | |
