aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-30Bump version to 10.3.0 and update submodulev10.3.0-rc1Joshua Boniface
2019-03-30Merge pull request #1172 from joshuaboniface/build-improvementsAndrew Rabert
Minor improvements to release build setup
2019-03-30Merge pull request #1171 from joshuaboniface/ubuntu-armhfAnthony Lavado
Add Ubuntu armhf build
2019-03-30Remove superfluous variable declarationJoshua Boniface
2019-03-30Get the version string from build.yamlJoshua Boniface
For the purposes of packaging, this makes more sense, since we can include additional appends to this version (e.g. `-rcX`) when we can't in the SharedVersion file. The previous commit to the bump_version script sets this as well.
2019-03-30Simplify bump_version and remove changelogsJoshua Boniface
Make this a lot simpler, use a reference to the release page in the package changelogs instead of a full list.
2019-03-30Split lists echoes into separate linesJoshua Boniface
2019-03-30Fix up the Ubuntu repository definitionsJoshua Boniface
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 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-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 pull request #1151 from Phlogi/patch-1Joshua M. Boniface
Use public ports and advertise DNS if available for WAN address
2019-03-27Merge pull request #1157 from Bond-009/smallfixAnthony Lavado
Simplify/remove/clean code
2019-03-26Fix build errorBond-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-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
2019-03-24removes needless dictionaryPhallacy
2019-03-24Update Emby.Server.Implementations/Library/UserManager.csClaus Vium
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-24fixes some usingsPhallacy
2019-03-24Format the WAN API Url correctly with https and Port.Phlogi
2019-03-24Also add the WAN switch to the public system info.Phlogi
2019-03-24Proper access to configuration objectsPhlogi
2019-03-24Removed comment, renamed methods consistently.Phlogi
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>