aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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 #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
2019-03-15Merge pull request #1114 from SuperSandro2000/patch-1Andrew Rabert
Only remove /var/lib/apt/lists/* in Dockerfile
2019-03-15Clean apt lists in arm DockerfilesSandro Jäckel
2019-03-15Only remove /var/lib/apt/lists/*Sandro Jäckel
2019-03-15Merge pull request #1105 from ploughpuff/ratelimitVasily
Only delay making MusicBrainz request if necessary
2019-03-15Merge pull request #1110 from EraYaN/productname-and-uaJoshua M. Boniface
Adjusted the Product Name so the User Agent is correct/better.
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-14Increased interval to 1050ms and moved to class scopePloughPuff
Review comments from JustAMan.
2019-03-14Only delay making request if necessaryPloughPuff
When requesting data from MusicBrainz, only delay the request if previous request was less than rate limit ago, instead of always delaying for one second at start.
2019-03-14Merge pull request #1106 from Bond-009/warn2Vasily
More warning fixes
2019-03-14Merge pull request #1103 from Bond-009/streamVasily
Improvements around streams
2019-03-13More warning fixesBond-009
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code