| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-06 | Merge pull request #1514 from Bond-009/httpclient2v10.3.6 | Joshua M. Boniface | |
| Fix issues with HttpClientManager | |||
| 2019-07-06 | Address comments | Bond_009 | |
| 2019-07-06 | Remove duplicate code | Bond_009 | |
| 2019-07-06 | Use HttpResponseHeaders instead of a dictionary | Bond_009 | |
| 2019-07-06 | Fixes issues with HttpClientManager | Bond_009 | |
| 2019-07-06 | Merge pull request #1455 from ferferga/release-10.3.z | Joshua M. Boniface | |
| Vacuum databases at startup | |||
| 2019-07-06 | Bump version for 10.3.6 | Joshua M. Boniface | |
| 2019-07-04 | Cleanup extra spaces. | Erwin de Haan | |
| 2019-07-04 | Moved VACUUM down to the end of the list. | Erwin de Haan | |
| 2019-07-04 | Merge pull request #1473 from DrPandemic/apply-deprecation-WebRequest-on-10.3.z | Anthony Lavado | |
| Apply deprecation web request on 10.3.z | |||
| 2019-06-29 | Merge pull request #1495 from joshuaboniface/better-restart-script | Andrew Rabert | |
| Add nicer restart script | |||
| 2019-06-28 | Use which to find the service binary path | Joshua M. Boniface | |
| 2019-06-28 | Make message wording more consistent | Joshua M. Boniface | |
| 2019-06-27 | Add nicer restart script | Joshua M. Boniface | |
| 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. | |||
| 2019-06-26 | Merge pull request #1394 from joern-h/bugfix-issue1347 | dkanada | |
| Check if an item is a child of an EnabledFolder | |||
| 2019-06-26 | fix issue #1347 introduced in pr #930 | Jörn | |
| 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-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-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-10 | Vacuum databases at startup | ferferga | |
| 2019-06-09 | Bump version for 10.3.5v10.3.5 | Joshua M. Boniface | |
| 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 | 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-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-05-31 | Merge pull request #1426 from jellyfin/cvium-fix-tvdb-refresh | Anthony Lavado | |
| Fix inverted comparison in the tvdb token refresh logic | |||
| 2019-05-31 | Fix inverted comparison in the tvdb token refresh logic | Claus Vium | |
| 2019-05-31 | Merge pull request #1406 from DrPandemic/fix-pin-update | Anthony Lavado | |
| Format the PIN when updating it | |||
| 2019-05-25 | Format correctly the PIN when updating it | DrPandemic | |
| 2019-05-17 | Bump version for 10.3.3v10.3.3 | Joshua M. Boniface | |
| 2019-05-17 | Merge pull request #1380 from bugfixin/dlna-photo-thumb-fix | Joshua M. Boniface | |
| Improve Photo rendering in DLNA | |||
| 2019-05-17 | Merge pull request #1338 from cvium/fix_extras | Joshua M. Boniface | |
| Enforce a specific folder structure for Extras to avoid misidentification | |||
| 2019-05-16 | Move DLNA thumbnail element to after larger image elements | bugfixin | |
| 2019-05-16 | Review changes | Claus Vium | |
| Untested | |||
| 2019-05-14 | Merge pull request #1372 from DrPandemic/fix-pin | Joshua M. Boniface | |
| Fix broken pin in 10.3.z | |||
| 2019-05-11 | Fix pin bug introduced in 10.3.z. | DrPandemic | |
| The issue is that the new easyPassword format prepends the hash function. This PR extract the hash from "$SHA1$_hash_". | |||
| 2019-05-10 | Merge pull request #1306 from oddstr13/pr-sudoless-build-1 | Joshua M. Boniface | |
| Move artifact chown inside docker to avoid sudo | |||
