| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-26 | Merge pull request #1453 from Bond-009/cleanup2 | dkanada | |
| Improve main code flow | |||
| 2019-06-25 | Merge pull request #1485 from DrPandemic/fix-skia-segfault | dkanada | |
| Fix skia segfault | |||
| 2019-06-24 | Check path before opening image | DrPandemic | |
| 2019-06-24 | Merge pull request #1448 from joshuaboniface/nice-userconfig-paths | Andrew Rabert | |
| Use the username for the user config path | |||
| 2019-06-22 | Update TVDB provider to search based on series display order | SenorSmartyPants | |
| 2019-06-21 | Merge pull request #1454 from Bond-009/webresource | dkanada | |
| Simplify file serving code | |||
| 2019-06-22 | Merge pull request #1478 from cvium/fix_tvdb_again | Anthony Lavado | |
| Wait for the async authentication to finish when the JTW token expires | |||
| 2019-06-21 | Wait for the async authentication to finish when the JTW token expires | Claus Vium | |
| 2019-06-20 | Merge pull request #1369 from teacupx/master | dkanada | |
| Enable Exynos MFC encoder and fix transcoding bitrate control | |||
| 2019-06-20 | add comment explaining GetMinBitrate | dkanada | |
| 2019-06-19 | Create Media Playback issue template (#1451) | Erwin de Haan | |
| Added media playback issue template. We might want to add some more information requests in there. | |||
| 2019-06-18 | Update MediaBrowser.Common/Net/IHttpClient.cs | Claus Vium | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-06-18 | Remove more unused stuff | Bond-009 | |
| 2019-06-17 | Remove usage of depricated 'WebRequest' | Bond-009 | |
| Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2 | |||
| 2019-06-14 | Merge pull request #1463 from Bond-009/deps | Joshua M. Boniface | |
| Update deps | |||
| 2019-06-14 | Update deps | Bond_009 | |
| 2019-06-14 | Improvements to InstallationManager | Bond_009 | |
| 2019-06-14 | Merge pull request #1080 from Bond-009/httpclient | Anthony Lavado | |
| Remove usage of deprecated 'WebRequest' | |||
| 2019-06-14 | Update Emby.Server.Implementations/ApplicationHost.cs | Bond-009 | |
| Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com> | |||
| 2019-06-14 | Update Emby.Server.Implementations/ApplicationHost.cs | Bond-009 | |
| Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com> | |||
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 2019-06-13 | Merge pull request #1457 from TrisMcC/fix-path-substitution-1446 | Bond-009 | |
| Stop path substitution in SubtitleEncoder - Fix #1446 | |||
| 2019-06-12 | Merge pull request #1442 from jellyfin/release-10.3.z | Joshua M. Boniface | |
| Backmerge for Release 10.3.4 and 10.3.5 | |||
| 2019-06-11 | Stop path substitution in SubtitleEncoder | Tristan McCann | |
| 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. | |||
| 2019-06-10 | Vacuum databases at startup | ferferga | |
| 2019-06-09 | Bump version for 10.3.5v10.3.5 | Joshua M. Boniface | |
| 2019-06-10 | Simplify file serving code | Bond_009 | |
| 2019-06-09 | Improve main code flow | Bond_009 | |
| Improved the way how some parts of the code depend on eachother Fixed some style issues | |||
| 2019-06-09 | Merge pull request #1447 from joshuaboniface/implement-invalidauth | Joshua M. Boniface | |
| Implement InvalidAuthProvider | |||
| 2019-06-09 | Revert "Don't set a default reset provider" | Joshua M. Boniface | |
| This reverts commit c230d49d7c37d4fbe77676b835c3afd6c8cb56e7. 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. | |||
| 2019-06-09 | Remove superfluous conditional | Joshua M. Boniface | |
| This wasn't needed to prevent updating the policy on-disk from my tests and can be removed as suggested by @Bond-009 | |||
| 2019-06-09 | Don't set a default reset provider | Joshua M. Boniface | |
| 2019-06-09 | Use SecurityException for auth failure | Joshua M. Boniface | |
| 2019-06-09 | Apply suggestions from code review | Joshua M. Boniface | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-06-09 | Add nicer log message and comment | Joshua M. Boniface | |
| 2019-06-08 | Use the username for the user config path | Joshua M. Boniface | |
| Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs. | |||
| 2019-06-08 | Implement InvalidAuthProvider | Joshua M. Boniface | |
| Implements the InvalidAuthProvider, which acts as a fallback if a configured authentication provider, e.g. LDAP, is unavailable due to a load failure or removal. Until the user or the authentication plugin is corrected, this will cause users with the missing provider to be locked out, while throwing errors in the logs about the issue. Fixes #1445 part 2 | |||
| 2019-06-08 | Make script executable again | Bond_009 | |
| 2019-06-08 | Add execute permissions back | Bond-009 | |
| 2019-06-08 | Force LF line endings | Bond_009 | |
| 2019-06-07 | Merge pull request #1443 from jellyfin/qemu | Andrew Rabert | |
| Docker - Update arm* Dockerfiles for latest multiarch | |||
| 2019-06-07 | Docker - Update arm* Dockerfiles for latest multiarch | Andrew Rabert | |
| Relates to this change https://github.com/multiarch/qemu-user-static/commit/7bdafb96ee59fde53d07a291f9446d2b8957d372 | |||
| 2019-06-06 | Bump version for 10.3.4v10.3.4 | Joshua M. Boniface | |
| 2019-06-06 | Merge pull request #1437 from pjeanjean/master | Anthony Lavado | |
| Fix issue #1436: media folders appear empty unless user has all libraries access | |||
| 2019-06-06 | Skip user permission checking for UserRootFolder | pjeanjean | |
| Fix #1436 UserRootFolders are used to represent virtual folders that exist outside of libraries. As such, it doesn't make sense to check if a user has the right to access their library (named `Media Folders`). | |||
| 2019-06-05 | Merge pull request #1440 from cvium/fix-build | Bond-009 | |
| Change UsCulture to InvariantCulture | |||
| 2019-06-05 | Change UsCulture to InvariantCulture | Claus Vium | |
| 2019-06-05 | Merge pull request #1427 from dkanada/fanart | Anthony Lavado | |
| Move fanart image provider to plugin | |||
| 2019-06-05 | Merge pull request #1366 from Bond-009/warn3 | Anthony Lavado | |
| Fix more warnings | |||
| 2019-06-05 | Merge pull request #994 from Bond-009/tasks | Anthony Lavado | |
| Remove Tasks wrapped in a Task | |||
