| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-30 | Bump version to 10.3.0 and update submodulev10.3.0-rc1 | Joshua Boniface | |
| 2019-03-30 | Merge pull request #1172 from joshuaboniface/build-improvements | Andrew Rabert | |
| Minor improvements to release build setup | |||
| 2019-03-30 | Merge pull request #1171 from joshuaboniface/ubuntu-armhf | Anthony Lavado | |
| Add Ubuntu armhf build | |||
| 2019-03-30 | Remove superfluous variable declaration | Joshua Boniface | |
| 2019-03-30 | Get the version string from build.yaml | Joshua 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-30 | Simplify bump_version and remove changelogs | Joshua Boniface | |
| Make this a lot simpler, use a reference to the release page in the package changelogs instead of a full list. | |||
| 2019-03-30 | Split lists echoes into separate lines | Joshua Boniface | |
| 2019-03-30 | Fix up the Ubuntu repository definitions | Joshua Boniface | |
| 2019-03-30 | Add Ubuntu armhf (Raspberry Pi) build | Joshua Boniface | |
| A pretty-much direct copy of the Debian armhf build infrastructure. | |||
| 2019-03-29 | Merge pull request #1170 from joshuaboniface/fix-build-typo | Joshua M. Boniface | |
| Correct bad quote characters | |||
| 2019-03-29 | Correct bad quote characters | Joshua Boniface | |
| 2019-03-29 | Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordReset | Joshua M. Boniface | |
| Adds per user password reset | |||
| 2019-03-29 | Remove dashes from pins | LogicalPhallacy | |
| 2019-03-29 | Merge pull request #1169 from joshuaboniface/ffmpeg-location | Vasily | |
| Use new libexecdir location for jellyfin-ffmpeg | |||
| 2019-03-29 | adds readonly to properties | Phallacy | |
| 2019-03-28 | fix byte string | Phallacy | |
| 2019-03-28 | Merge pull request #1166 from Bond-009/#1162 | Joshua M. Boniface | |
| Fix exception on startup | |||
| 2019-03-28 | Use new libexecdir location for jellyfin-ffmpeg | Joshua Boniface | |
| From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed binaries from /usr/share to /usr/lib on the next release. | |||
| 2019-03-28 | Hacky fix for a hacky issue | Bond_009 | |
| 2019-03-28 | switched to a hexa string with crypto random backing | Phallacy | |
| 2019-03-27 | minor fixes and usings | Phallacy | |
| 2019-03-27 | Merge pull request #934 from Bond-009/plugin | Joshua M. Boniface | |
| WIP - Don't require a restart for 75% of plugins | |||
| 2019-03-27 | Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs | Bond-009 | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-27 | Merge pull request #1151 from Phlogi/patch-1 | Joshua M. Boniface | |
| Use public ports and advertise DNS if available for WAN address | |||
| 2019-03-27 | Merge pull request #1157 from Bond-009/smallfix | Anthony Lavado | |
| Simplify/remove/clean code | |||
| 2019-03-26 | Fix build error | Bond-009 | |
| 2019-03-25 | async improvements and post reset cleanups | Phallacy | |
| 2019-03-25 | Apply minor suggestions from code review | LogicalPhallacy | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-25 | Merge pull request #1153 from Bond-009/dlna | Joshua M. Boniface | |
| Check if disposed first | |||
| 2019-03-25 | Correct use of local variable wanAddress. | Phlogi | |
| 2019-03-25 | Simplify/remove/clean code | Bond-009 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
| 2019-03-25 | No need to assign empty string. | Phlogi | |
| 2019-03-25 | Removed trailing spaces, renamed get wan IP function. | Phlogi | |
| 2019-03-25 | Improved dispose method | Bond-009 | |
| 2019-03-25 | Check if disposed first | Bond-009 | |
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Fix check for available WAN address. | Phlogi | |
| 2019-03-24 | removes needless dictionary | Phallacy | |
| 2019-03-24 | Update Emby.Server.Implementations/Library/UserManager.cs | Claus Vium | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-24 | fixes some usings | Phallacy | |
| 2019-03-24 | Format the WAN API Url correctly with https and Port. | Phlogi | |
| 2019-03-24 | Also add the WAN switch to the public system info. | Phlogi | |
| 2019-03-24 | Proper access to configuration objects | Phlogi | |
| 2019-03-24 | Removed comment, renamed methods consistently. | Phlogi | |
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
