aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Merge pull request #1140 from oddstr13/pr-doxygen-1Bond-009
Add Doxygen config
2019-03-24Merge pull request #1137 from thornbill/fix-expires-headerBond-009
Fix default value for Expires header
2019-03-24Fix build, missing changes.Phlogi
2019-03-24Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵Phlogi
configuration.
2019-03-24WAN Address should use public ports instead of local ports. Phlogi
https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080
2019-03-24greaterthen/lessthen reversal fixPhallacy
2019-03-22made password resets an interface and per userPhallacy
2019-03-21Implemented some requested changes to the DoxyfileOdd Stråbø
2019-03-21Customize Doxygen config.Odd Stråbø
2019-03-21Generate doxygen template config `doxygen -g`Odd Stråbø
2019-03-20Merge pull request #1139 from Liggy/debian-initVasily
Update init scripts for compatibility with Devuan
2019-03-20Update init scripts for compatibility with DevuanTorsten
Include start, stop, restart and status option for /etc/init.d/jellyfin Use start-stop-daemon to make the script refer to systemctl mechanism on systems that have systemd installed
2019-03-19Fix default value for Expires headerBill Thornton
2019-03-19Merge pull request #1136 from jellyfin/add-access-to-templateJoshua M. Boniface
Require access type to be included in bug report
2019-03-19Improve the wording per @joshuaboniface suggestionVasily
2019-03-19Require access type to be included in bug reportVasily
Inspired by https://github.com/jellyfin/jellyfin/issues/1085#issuecomment-473833591 It seems that the issue with "setup wizard" described there is only prominent when reverse-proxied, not when accessed directly. So this type of information should be gathered in the bug report as well.
2019-03-18Merge pull request #4 from jellyfin/masterLogicalPhallacy
updating local master
2019-03-18Merge pull request #1117 from Bond-009/ffmpegJoshua M. Boniface
Check before flushing ffmpeg log
2019-03-18Merge pull request #1127 from LogicalPhallacy/lockoutfixJoshua M. Boniface
Add configurable user lockout
2019-03-17Merge pull request #1090 from redSpoutnik/subtitle-display-titleVasily
Set DisplayTitle for subtitles
2019-03-16really fixed line endingsPhallacy
2019-03-16fixed line endingsPhallacy
2019-03-16adding regex fixPhallacy
2019-03-17Merge pull request #1121 from LogicalPhallacy/masterJoshua M. Boniface
Update username regex to string literal with escaped -
2019-03-16Update Emby.Server.Implementations/Library/UserManager.csJoshua M. Boniface
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-16Remove some dead coderedSpoutnik
2019-03-16updated regex to string literal with escaped -Phallacy
2019-03-16Merge pull request #1120 from LogicalPhallacy/masterVasily
quick fix for auth bug
2019-03-16Merge pull request #2 from LogicalPhallacy/masterLogicalPhallacy
update lockoutfix to latest for testing
2019-03-16Merge pull request #1 from jellyfin/masterLogicalPhallacy
merging myself to latest
2019-03-16configurable user lockoutPhallacy
2019-03-15quick fix for auth bugPhallacy
2019-03-15Merge pull request #1119 from ploughpuff/503retryJoshua M. Boniface
MusicBrainz 503 Retry Strategy
2019-03-15MusicBrainz 503 Retry StrategyPloughPuff
Upon receiving back a 503 Service Unavailable from MusicBrainz (indicating throttling), retry the same request a number of times before giving up.
2019-03-15Merge branch 'master' of github.com:jellyfin/jellyfin into ffmpegBond_009
2019-03-15Check before flushing ffmpeg logBond_009
The stream could have been diposed while writing.
2019-03-15Merge pull request #1116 from Bond-009/subJoshua M. Boniface
Fix exception caused by #1096
2019-03-15Fix exception caused by #1096Bond_009
```cs MediaBrowser.Common.Extensions.ResourceNotFoundException: Configuration with key subtitles not found. at Emby.Server.Implementations.AppBase.BaseConfigurationManager.<>c__DisplayClass42_0.<GetConfiguration>b__0(String k) in /home/pi/dev/jellyfin/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs:line 247 at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at Emby.Server.Implementations.AppBase.BaseConfigurationManager.GetConfiguration(String key) in /home/pi/dev/jellyfin/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs:line 238 at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.AddExternalSubtitles(Video video, List`1 currentStreams, MetadataRefreshOptions options, CancellationToken cancellationToken) in /home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line 486 at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.Fetch(Video video, CancellationToken cancellationToken, MediaInfo mediaInfo, BlurayDiscInfo blurayInfo, MetadataRefreshOptions options) in /home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line 204 at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) in /home/pi/dev/jellyfin/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs:line 119 at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) in /home/pi/dev/jellyfin/MediaBrowser.Providers/Manager/MetadataService.cs:line 806 ```
2019-03-15Merge pull request #1115 from SuperSandro2000/patch-2Andrew Rabert
Clean apt lists in arm Dockerfiles