Joshua Boniface
b630e9de82
Allow adm group to view Jellyfin resources
...
This is pretty arbitrary and personal, but I detest services that
lock out global access (which is good), but don't simultaneously
make it easy for administrators to enter the directories. The adm
group should only have actual system administrators as members,
so this lets them view the secure directories.
6 years ago
Joshua Boniface
7774977cdd
Implement review feedback
6 years ago
Bond_009
5ac6d0ae59
Fix more warnings
6 years ago
Bond-009
fa3a8108e5
Update StartupOptions.cs
6 years ago
Bond_009
660f6174b3
Rebase on master
6 years ago
Bond_009
8af1e93cd4
Make cache dir configurable
6 years ago
Bond_009
cabb824f2a
Fix build error
6 years ago
Vasily
b4c5ff89fd
Merge pull request #782 from hawken93/wat
...
Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaver
6 years ago
hawken
78324ff797
Remove commented file MediaBrowser.LocalMetadata.Savers.PersonXmlSaver
6 years ago
minegociomovil
885a000da7
Update iso6392.txt
...
Add new es-MX option for the latin metadata search in www.themoviedb.org
Content add: spa||es-mx|Spanish; Latin|espagnol; Latin
6 years ago
Joshua Boniface
aad34e62ca
Move jellyfin-sudoers to conf dir
6 years ago
Joshua Boniface
45d8ace9bb
Use good ideas from Fedora systemd in Debian
6 years ago
Joshua Boniface
5e4697802f
Replace programdata with datadir everywhere
6 years ago
Joshua Boniface
f6227e99cc
Add cachedir to deployment scripts; fix bad logdir
6 years ago
Joshua Boniface
ae24d644db
Use double-dash args in install-jellyfn.ps1
6 years ago
Joshua Boniface
b982d7c239
Update to long opts and add cache dirs
6 years ago
Joshua M. Boniface
c713824bf9
Merge pull request #734 from Bond-009/culture
...
Fix more analyzer warnings
6 years ago
Joshua M. Boniface
ea851317e7
Merge pull request #733 from Bond-009/startuptasks
...
Remove unused function
6 years ago
Claus Vium
8985fb8d58
Remove support for games as a media type
6 years ago
PloughPuff
b5e8cce4cf
Improved help text and output errors to stderr
...
Addressed review comments from JustAMan.
6 years ago
PloughPuff
211ae30188
Revert back to NoAutoRunWebApp
...
Addressed further review comments. Removed unnecessary .ParsedStartupOptions namespace. Removed DataDir, ConfigDir and LogDir from Interface file as not necessary.
6 years ago
PloughPuff
e18b89ca27
Move Options to Jellyfin.Server and create interface file
...
Changes following review comments.
6 years ago
PloughPuff
ebd2a30087
Accept single-hyphen usage and rename -programdatadir to -datadir
...
For backwards compatibility, modify the args[] strings to replace single-hyphens with double-hyphens before parsing.
Also rename -programdatadir to -datadir.
6 years ago
PloughPuff
fd361421b1
Use CommandLineParser package for handling CLI args
6 years ago
Claus Vium
f7a46c7a56
Remove more Connect related stuff
6 years ago
Bond-009
2a1f6361a5
Merge branch 'master' into locale
6 years ago
Phallacy
4519ce26e2
Upgrade crypto provider, retarget better framework
6 years ago
Phallacy
49d9649b8e
added submodule dir to gitignore
6 years ago
Bond-009
1ea219bf3f
Merge branch 'master' into culture
6 years ago
Bond-009
d0f2b3a747
Merge branch 'master' into startuptasks
6 years ago
Vasily
ffcf6bdd3a
Merge pull request #713 from EraYaN/fix-emtpy-statement
...
Fix empty statement in DidlBuilder.cs
6 years ago
Joshua M. Boniface
795f2c8774
Merge pull request #769 from EraYaN/fix-removed-filesystem-wrapper-conditions
...
Fix conditions where the ! was swallowed in #726
6 years ago
Erwin de Haan
f8aff0c51d
Fix conditions where the ! was swallowed in #726
6 years ago
Vasily
055e43eda7
Update Emby.Server.Implementations/Localization/LocalizationManager.cs
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
6 years ago
Vasily
c8cb908004
Merge pull request #716 from Bond-009/warnings
...
Remove more compile time warnings
6 years ago
Vasily
8ab08dd041
Merge pull request #728 from nvllsvm/ffmpeg_docker
...
Use ffmpeg from jrottenberg/ffmpeg
6 years ago
Vasily
8487319374
Merge pull request #726 from EraYaN/remove-wrappers-for-system-io
...
Clean up IFileSystem wrappers around stdlib.
6 years ago
Vasily
91e99effc9
Apply suggestions from code review for flipped conditions.
...
Co-Authored-By: EraYaN <EraYaN@users.noreply.github.com>
6 years ago
Vasily
0e2e731103
Merge pull request #758 from RazeLighter777/master
...
Add password field to initial setup
6 years ago
Vasily
6822975fd3
Merge pull request #757 from cvium/fix_aspect_ratio_for_real
...
Fix default aspect ratio
6 years ago
Justin Suess
12e4c1c7ae
Added RazeLighter777 to the contributors file
6 years ago
Justin Suess
6786dfcabd
Made password field non-mandatory upon setup
6 years ago
Justin Suess
f06b9a14f3
Added password as an API field to the Startup/User Service
6 years ago
Erwin de Haan
838541b825
Removed loose whitespace and one .ToArray() call.
6 years ago
Erwin de Haan
1d1d7e8a37
Fixed inlining local-variable artifact.
6 years ago
Erwin de Haan
d3afa53191
Final refactored `IFileSystem` and `ManagedFileSystem`
6 years ago
Erwin de Haan
450f246f95
Unwrapped `GetFileNameWithoutExtension`
6 years ago
Erwin de Haan
b9a111432a
Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.
6 years ago
Erwin de Haan
581a7fe078
Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`
6 years ago
Erwin de Haan
a430568082
Unwrapped `OpenRead` and `CopyFile`
6 years ago