aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-30replace all instanced of emby.media with jellyfin.mediabfayers
2018-12-30Merge pull request #323 from joshuaboniface/gitattributesJoshua M. Boniface
Add merge=union for CONTRIBUTORS.md
2018-12-29Merge pull request #321 from EraYaN/fix-issue-320Joshua M. Boniface
Fixed #320 by adding an extension method to BaseItem to make a deep copy of an object.
2018-12-29Merge branch 'dev' into fix-issue-320Joshua M. Boniface
2018-12-29Add merge=union for CONTRIBUTORS.mdJoshua Boniface
2018-12-30Update CONTRIBUTORS.mdErwin de Haan
2018-12-30Added extra extension method that create a new instance of the destination ↵Erwin de Haan
object.
2018-12-30Fixed #320 by adding an extension method to BaseItem to make a deep copy of ↵Erwin de Haan
an object.
2018-12-29Merge pull request #317 from Bond-009/csprojJoshua M. Boniface
MediaBrowser.MediaEncoding use same layout/style as other csprojs
2018-12-29Merge pull request #313 from LogicalPhallacy/masterJoshua M. Boniface
Windows Install Scripts
2018-12-29Rename installjellyfin.bat to install.batLogicalPhallacy
and renaming the batch file
2018-12-29Rename Build-JellyFin.ps1 to build-jellyfin.ps1LogicalPhallacy
renaming from webui commit because filesystem being stubborn.
2018-12-29MediaBrowser.MediaEncoding use same layout/style as other csprojsBond_009
2018-12-30Merge pull request #316 from bfayers/replace-all-wiki-linksVasily
Change every link to emby wiki to ones kept in web archive.
2018-12-29add myself to contributorsbfayers
2018-12-29Merge pull request #314 from Bond-009/fix303Joshua M. Boniface
Fixes possible NullReferenceException
2018-12-29Fixes possible NullReferenceExceptionBond_009
2018-12-29fixed installer custom library pathPhallacy
2018-12-29added back win install scripts2Phallacy
2018-12-29added back win install scriptsPhallacy
2018-12-28Merge pull request #305 from flemse/show-wan-ipJoshua M. Boniface
Re-adds wan ip on dashboard
2018-12-28Merge pull request #304 from joshuaboniface/file-headerAnthony Lavado
Add new file header to use as a base for new files
2018-12-29re-adds wan ip on dashboard by requesting it from http://ipv4.icanhazip.comFlemming Thesbjerg
2018-12-28Add a better wording hereJoshua M. Boniface
2018-12-28Add new file header to use as a base for new filesJoshua Boniface
2018-12-28Merge pull request #301 from nvllsvm/fix-default-languageJoshua M. Boniface
Fix default language
2018-12-28Fix default languageAndrew Rabert
The default preferred language in the startup wizard now defaults to English (United States).
2018-12-28Merge pull request #288 from Bond-009/toarrayAndrew Rabert
Remove custom ToArray extension
2018-12-29Merge pull request #299 from nvllsvm/rmcocVasily
Remove code of conduct
2018-12-28Remove CoCAndrew Rabert
2018-12-28Merge pull request #298 from nvllsvm/disable_plugin_updatesJoshua M. Boniface
Disable plugin updates
2018-12-28Disable plugin updatesAndrew Rabert
It would always fail since Jellyfin has no plugin repository to check against.
2018-12-28Merge pull request #290 from joshuaboniface/debian-gpl-tweaksVasily
Debian GPL tweaks
2018-12-28Remove custom ToArray extensionBond_009
2018-12-28Tweak unit to restart on any failure, 15s timeoutJoshua Boniface
2018-12-28Bump Debian binary versionJoshua Boniface
2018-12-28Move the .NET Runtime flag into a variableJoshua Boniface
2018-12-27Add GPL modulesAndrew Rabert
2018-12-25Reformat JSON using JQ with sorted keysAndrew Rabert
cat "$f" | jq -S | sponge "$f"
2018-12-25Correct the badge for MatrixAnthony Lavado
- Fix the shields.io badge call for matrix
2018-12-20Merge pull request #248 from jellyfin/developAndrew Rabert
Master 3.5.2-4
2018-12-20Merge pull request #242 from joshuaboniface/debian-packagingJoshua M. Boniface
Bump Debian packaging version
2018-12-20Bump Debian packaging versionJoshua Boniface
2018-12-20Merge pull request #230 from nvllsvm/barfy_banana_chipsJoshua M. Boniface
Add aarch64 image
2018-12-20Add aarch64 imageAndrew Rabert
There is no 2 version of the dotnet image for aarch64. Need to use a 3 image for now.
2018-12-19Merge pull request #184 from Bond-009/warningsAndrew Rabert
[WIP] Remove warnings
2018-12-18Merge pull request #208 from anthonylavado/readme-changesJoshua M. Boniface
Complete overhaul of README
2018-12-18Merge pull request #226 from nvllsvm/grandmas_ugly_permJoshua M. Boniface
Remove PUID and PGUID env vars, stop chowning
2018-12-18Remove PUID and PGUID env varsAndrew Rabert
Use Docker's built-in `user` option instead. Ex. `docker run --user 1000:1000 jellyfin/jellyfin`
2018-12-18Add announce chat linkAnthony Lavado
As per @joshuaboniface, adding a link to the announce chat.