aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-30Add Ubuntu armhf (Raspberry Pi) buildJoshua Boniface
A pretty-much direct copy of the Debian armhf build infrastructure.
2019-03-29Merge pull request #1170 from joshuaboniface/fix-build-typoJoshua M. Boniface
Correct bad quote characters
2019-03-29Correct bad quote charactersJoshua Boniface
2019-03-29Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordResetJoshua M. Boniface
Adds per user password reset
2019-03-29Remove dashes from pinsLogicalPhallacy
2019-03-29Merge ifsBond_009
2019-03-29Merge pull request #1169 from joshuaboniface/ffmpeg-locationVasily
Use new libexecdir location for jellyfin-ffmpeg
2019-03-29adds readonly to propertiesPhallacy
2019-03-28fix byte stringPhallacy
2019-03-28Merge pull request #1166 from Bond-009/#1162Joshua M. Boniface
Fix exception on startup
2019-03-28Improve IO codeBond_009
* Style changes * Remove remnants of SMB support * Use `GetInvalidFileNameChars` instead of rolling our own * Remove possible unexpected behaviour with async file streams * Remove some dead code
2019-03-28Use new libexecdir location for jellyfin-ffmpegJoshua Boniface
From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed binaries from /usr/share to /usr/lib on the next release.
2019-03-28Hacky fix for a hacky issueBond_009
2019-03-28switched to a hexa string with crypto random backingPhallacy
2019-03-27minor fixes and usingsPhallacy
2019-03-27Merge pull request #934 from Bond-009/pluginJoshua M. Boniface
WIP - Don't require a restart for 75% of plugins
2019-03-27Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.csBond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-27Merge branch 'master' into httpclientBond-009
2019-03-27Merge pull request #1151 from Phlogi/patch-1Joshua M. Boniface
Use public ports and advertise DNS if available for WAN address
2019-03-27Self-documenting codeBond_009
2019-03-27Update MediaBrowser.Common/Net/IHttpClient.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-03-27Merge branch 'master' into httpclientBond-009
2019-03-27Move messageId out of outer loopBond_009
2019-03-27Add EnableOutputInSubFolder backBond_009
2019-03-27Even more duplicate code removedBond_009
2019-03-27Remove duplicate codeBond_009
2019-03-27Merge pull request #1157 from Bond-009/smallfixAnthony Lavado
Simplify/remove/clean code
2019-03-27Remove dead codeBond_009
2019-03-26More style changesBond_009
2019-03-26Trying to make sense of the streaming codeBond_009
Mostly small changes as I was looking through the code. * async void -> async Task * Properly implemented dispose methods * Pass the logstream directly to the JobLogger * Style fixes
2019-03-26Fix build errorBond-009
2019-03-26Reduce complexity http routesBond-009
2019-03-25async improvements and post reset cleanupsPhallacy
2019-03-25Apply minor suggestions from code reviewLogicalPhallacy
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-25Merge pull request #1153 from Bond-009/dlnaJoshua M. Boniface
Check if disposed first
2019-03-25Correct use of local variable wanAddress.Phlogi
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-25No need to assign empty string.Phlogi
2019-03-25Removed trailing spaces, renamed get wan IP function.Phlogi
2019-03-25Lower the amount of running tasksBond_009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
2019-03-25Improved dispose methodBond-009
2019-03-25Check if disposed firstBond-009
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix check for available WAN address.Phlogi