| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | adds readonly to properties | Phallacy | |
| 2019-03-28 | fix byte string | Phallacy | |
| 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-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 | 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 | 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> | |||
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Fix build, missing changes. | Phlogi | |
| 2019-03-24 | Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵ | Phlogi | |
| configuration. | |||
| 2019-03-24 | WAN Address should use public ports instead of local ports. | Phlogi | |
| https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080 | |||
| 2019-03-24 | greaterthen/lessthen reversal fix | Phallacy | |
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-03-19 | Fix default value for Expires header | Bill Thornton | |
| 2019-03-18 | Merge pull request #1127 from LogicalPhallacy/lockoutfix | Joshua M. Boniface | |
| Add configurable user lockout | |||
| 2019-03-17 | Merge pull request #1090 from redSpoutnik/subtitle-display-title | Vasily | |
| Set DisplayTitle for subtitles | |||
| 2019-03-16 | really fixed line endings | Phallacy | |
| 2019-03-16 | fixed line endings | Phallacy | |
| 2019-03-16 | adding regex fix | Phallacy | |
| 2019-03-16 | Update Emby.Server.Implementations/Library/UserManager.cs | Joshua M. Boniface | |
| Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com> | |||
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-16 | updated regex to string literal with escaped - | Phallacy | |
| 2019-03-16 | Merge pull request #2 from LogicalPhallacy/master | LogicalPhallacy | |
| update lockoutfix to latest for testing | |||
| 2019-03-16 | Merge pull request #1 from jellyfin/master | LogicalPhallacy | |
| merging myself to latest | |||
