aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-04Make the count an int for cleanlinessJoshua M. Boniface
2020-10-04Increase count check to 1Joshua M. Boniface
There's another way to disable a user anyways.
2020-10-04Add pragma warning disabled to migrationsJoshua M. Boniface
2020-10-04Remove default set for MaxActiveSessionsJoshua M. Boniface
2020-10-04Make log entry informationalJoshua M. Boniface
2020-10-04Remove variables from SecurityExceptionJoshua M. Boniface
2020-10-04Remove nullable from MaxActiveSessionsJoshua M. Boniface
2020-10-04Remove obsolete getterJoshua M. Boniface
2020-10-04Fix syntax errorJoshua M. Boniface
2020-10-04Add DB migration for new MaxActiveSessions fieldJoshua M. Boniface
2020-10-04Add active session trackingJoshua M. Boniface
Adds a flag for a maximum number of user sessions, as well as an authentication check to ensure that the user is not above this level.
2020-10-04Merge pull request #4266 from Maxr1998/log-stream-infoBond-009
Log stream type and codec for missing direct play profile
2020-10-04Merge pull request #4267 from cvium/disable_invalidauthproviderBond-009
Disable invalid auth provider
2020-10-04Fix buildBond_009
2020-10-04Improve GroupInfo classBond_009
* Fixed docs * Remove extra dictionary lookups * change property to constant
2020-10-04Add roundtrip testBond_009
2020-10-04Update UserManager.csBaronGreenback
2020-10-04Update LocalAccessHandlerTests.csBaronGreenback
2020-10-04Update PathSubstitution.csBaronGreenback
2020-10-04Update MediaInfoHelper.csBaronGreenback
2020-10-04Update UserController.csBaronGreenback
2020-10-04Update LocalAccessHandler.csBaronGreenback
2020-10-04Update DynamicHlsHelper.csBaronGreenback
2020-10-04Update LocalAccessOrRequiresElevationHandler.csBaronGreenback
2020-10-04Update IgnoreParentalControlHandler.csBaronGreenback
2020-10-04Update FirstTimeOrIgnoreParentalControlSetupHandler.csBaronGreenback
2020-10-04Update DownloadHandler.csBaronGreenback
2020-10-04Update DefaultAuthorizationHandler.csBaronGreenback
2020-10-04Merge branch 'NetworkPR2' of https://github.com/BaronGreenback/jellyfin into ↵Jim Cartlidge
NetworkPR2
2020-10-04Updatig netcollection & re-inserting BOMJim Cartlidge
2020-10-03Update documentationMatt Montgomery
2020-10-03Disable invalid auth providercvium
2020-10-03Update TMDbLib versioncvium
2020-10-03Add image languages to collectionscvium
2020-10-03Add image languagescvium
2020-10-03Fix buildcvium
2020-10-03Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-03Add keywords as tags to series + cleanupcvium
2020-10-03Add keywords as tagscvium
2020-10-03Cleanup in TmdbUtilscvium
2020-10-03Fix inverted boolean statementcvium
2020-10-03Remove TmdbSettingsResult which came back in the rebasecvium
2020-10-03Cleanup in TmdbMovieProvidercvium
2020-10-03Migrate the TMDb providers to the TMDbLib librarycvium
2020-10-03Log stream type and codec for missing direct play profileMaxr1998
2020-10-03Remove unnecessary null checks in some placesKonH
Related to https://github.com/jellyfin/jellyfin/issues/2149
2020-10-03Add missing parameter comments.cvium
2020-10-03Fix xml doc commentcvium
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-10-03test: use descriptive test method namesgithub@esslinger.dev