aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-06Merge pull request #4273 from joshuaboniface/fix-damn-rpm-spec-again-fuckdkanada
Fix RPM spec again
2020-10-06Merge pull request #4277 from jellyfin/dependabot/nuget/Moq-4.14.6dkanada
Bump Moq from 4.14.5 to 4.14.6
2020-10-05Merge pull request #4279 from joshuaboniface/fix-bad-migrationJoshua M. Boniface
Make MaxActiveSessions not nullable
2020-10-05Add default value of 0Joshua M. Boniface
2020-10-05Make MaxActiveSessions not nullableJoshua M. Boniface
Fixes a bad assumption with the previous migration.
2020-10-05Merge pull request #4268 from Bond-009/groupinfoJoshua M. Boniface
Improve GroupInfo class
2020-10-05Merge pull request #4257 from Bond-009/tests3Joshua M. Boniface
Add tests for deserializing guids
2020-10-05Merge pull request #4264 from Camc314/patch-1Joshua M. Boniface
Add missing properties to typescript axios generator
2020-10-05Add missing properties to typescript-axios genCameron
2020-10-05Merge pull request #4271 from joshuaboniface/fix-ci-scriptBond-009
Improve handling of apiclient generator
2020-10-05Merge pull request #4275 from anthonylavado/tasktimerBond-009
Fix Transcode Cleanup Schedule
2020-10-05Bump Moq from 4.14.5 to 4.14.6dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.5 to 4.14.6. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.5...v4.14.6) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05Merge pull request #4177 from cvium/remove_missingBond-009
Remove dummy season and missing episode provider
2020-10-05Remove dummy season and missing episode provider in a futile attempt to ↵cvium
remove cruft
2020-10-05Merge pull request #4210 from nielsvanvelzen/typed-websocket-messageBond-009
Use enum for WebSocket message types
2020-10-05Merge pull request #4225 from Spacetech/save_image_checkBond-009
Check response status code before saving images
2020-10-05Merge pull request #4276 from cvium/fix_403Bond-009
SecurityException should return 403
2020-10-05SecurityException should return 403cvium
2020-10-05Just enable insteadAnthony Lavado
2020-10-05Simply triggerAnthony Lavado
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-10-05Fix Transcode Cleanup ScheduleAnthony Lavado
Sets the default time to midnight, and confirms to the same task scheduling commands that other tasks use.
2020-10-04Merge pull request #4269 from joshuaboniface/session-limitJoshua M. Boniface
Add user max sessions options
2020-10-04Merge pull request #4202 from cvium/tmdblib_migrationJoshua M. Boniface
Migrate the TMDb providers to the TMDbLib library
2020-10-04Rename migrations to match othersJoshua M. Boniface
2020-10-04Make MaxSessions default 0Joshua M. Boniface
2020-10-04Just make everything under libdir/jf a wildcardJoshua M. Boniface
I don't know if this will actually work but maybe it will.
2020-10-04Improve handling of apiclient generatorJoshua M. Boniface
1. Replace the separate stable/unstable scripts with a single script and handle the difference with argument parsing. 2. Unify the calls and pass the Azure arguments in on the CLI.
2020-10-04Use nicer count comparitorJoshua M. Boniface
2020-10-04Merge pull request #4252 from skyfrk/4214-supported-commands-enumBond-009
Convert supportedCommands strings to enums
2020-10-04Revert "Implement better count method"Joshua M. Boniface
This reverts commit 5aa519fd399d8b09a360f6448acc992225f8c219.
2020-10-04Implement better count methodJoshua M. Boniface
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-03Disable invalid auth providercvium
2020-10-03Update TMDbLib versioncvium
2020-10-03Add image languages to collectionscvium