Bond_009
45c13141f9
Address comments
6 years ago
dkanada
9079b3e8da
add optional password field on user creation
6 years ago
Andrew Rabert
0ee40cb636
Merge pull request #1495 from joshuaboniface/better-restart-script
...
Add nicer restart script
6 years ago
Joshua M. Boniface
62105c249f
Use which to find the service binary path
6 years ago
Joshua M. Boniface
a629f209b9
Make message wording more consistent
6 years ago
Bond_009
2e4c0fee77
Add removed line
6 years ago
Bond_009
d961278b3d
Reduce amount of raw sql
6 years ago
Bond_009
db2765aae5
Last bit of cleanup
6 years ago
Bond_009
7898af4ceb
Reworked PRAGMA statements use
6 years ago
Bond_009
edfd2d0cd9
Fix startup
6 years ago
Bond_009
d00ad28efd
Address comments
6 years ago
Bond-009
02b864e41b
Last line?
6 years ago
Bond-009
e88ebd748d
Final fixes
6 years ago
Bond-009
b6954f3bfd
More
6 years ago
Bond-009
27c29bbb4c
Back to a single connection
6 years ago
Bond-009
30842656a7
Properly dispose
6 years ago
Bond-009
e5248cfaa2
Properly dispose
6 years ago
Bond-009
c30ba14c1f
Use a connection pool instead of creating new connections
6 years ago
Bond-009
cec22ad10d
Simplify db code
6 years ago
Joshua M. Boniface
c08c0272b5
Add nicer restart script
...
The old restart script was buggy, as reported in #1320 . This updated
script seems to work far more reliably and conforms to the existing
jellyfin-sudoers packages sudo configuration.
6 years ago
dkanada
c52e8a2027
Merge pull request #1394 from joern-h/bugfix-issue1347
...
Check if an item is a child of an EnabledFolder
6 years ago
Jörn
1fd8164756
fix issue #1347 introduced in pr #930
6 years ago
dkanada
b3b08fecb2
Merge pull request #1453 from Bond-009/cleanup2
...
Improve main code flow
6 years ago
dkanada
3c16c34386
Merge pull request #1485 from DrPandemic/fix-skia-segfault
...
Fix skia segfault
6 years ago
DrPandemic
394d96246b
Check path before opening image
6 years ago
Andrew Rabert
fc439cc02a
Merge pull request #1448 from joshuaboniface/nice-userconfig-paths
...
Use the username for the user config path
6 years ago
dkanada
1b2621cd30
Merge pull request #1454 from Bond-009/webresource
...
Simplify file serving code
6 years ago
Anthony Lavado
084854d71d
Merge pull request #1478 from cvium/fix_tvdb_again
...
Wait for the async authentication to finish when the JTW token expires
6 years ago
Claus Vium
c2ab0ad641
Wait for the async authentication to finish when the JTW token expires
6 years ago
dkanada
dbc2cda9d4
Merge pull request #1369 from teacupx/master
...
Enable Exynos MFC encoder and fix transcoding bitrate control
6 years ago
dkanada
65fa61a636
add comment explaining GetMinBitrate
6 years ago
Erwin de Haan
04784b4e43
Create Media Playback issue template ( #1451 )
...
Added media playback issue template. We might want to add some more information requests in there.
6 years ago
Claus Vium
7eb94e9674
Update MediaBrowser.Common/Net/IHttpClient.cs
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
6 years ago
Bond-009
0a5550b13d
Remove more unused stuff
6 years ago
Bond-009
067200be83
Remove usage of depricated 'WebRequest'
...
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
6 years ago
Joshua M. Boniface
2baddc1709
Merge pull request #1463 from Bond-009/deps
...
Update deps
6 years ago
Bond_009
5554595255
Update deps
6 years ago
Anthony Lavado
d4a42a1680
Merge pull request #1080 from Bond-009/httpclient
...
Remove usage of deprecated 'WebRequest'
6 years ago
Bond-009
af099a9b53
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
6 years ago
Bond-009
6ebac0e500
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
6 years ago
Anthony Lavado
b25c08e79a
Merge pull request #1156 from Bond-009/sep
...
Small cleanups here and there
6 years ago
Bond-009
8fd47dd658
Merge pull request #1457 from TrisMcC/fix-path-substitution-1446
...
Stop path substitution in SubtitleEncoder - Fix #1446
6 years ago
Joshua M. Boniface
687255aa31
Merge pull request #1442 from jellyfin/release-10.3.z
...
Backmerge for Release 10.3.4 and 10.3.5
6 years ago
Tristan McCann
5c1fbfca03
Stop path substitution in SubtitleEncoder
...
This fixes jellyfin/jellyfin#1446 . I am not an expert in this section of
code, but I cannot think of a need to do path substitution during
subtitle encoding.
6 years ago
ferferga
b136f14084
Vacuum databases at startup
6 years ago
Joshua M. Boniface
d5fe82314e
Bump version for 10.3.5
6 years ago
Bond_009
253e72f667
Simplify file serving code
6 years ago
Bond_009
aa30227545
Improve main code flow
...
Improved the way how some parts of the code depend on eachother
Fixed some style issues
6 years ago
Joshua M. Boniface
06834fefef
Merge pull request #1447 from joshuaboniface/implement-invalidauth
...
Implement InvalidAuthProvider
6 years ago
Joshua M. Boniface
2946ae1009
Revert "Don't set a default reset provider"
...
This reverts commit c230d49d7c
.
This reenables an edge case where an admin might want to reset, with
the default auth provider, the password of an externally-provided
user so they could "unlock" the account while it was failing. There
might be minor security implications to this, but the malicious
actor would need FS access to do it (as they would with any password
resets) so it's probably best to keep it as-is.
Removing this in the first place was due to a misunderstanding
anyways so no harm.
6 years ago