| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2019-05-09 | Merge pull request #1294 from DrPandemic/fix-download-non-ascii | Bond-009 | |
| Fix non-ascii filename downloads | |||
| 2019-05-07 | Fix non-ascii filename downloads | Jean-Samuel Aubry-Guzzi | |
| Follow https://tools.ietf.org/html/rfc5987#section-3.2.2 to encode non-ascii filenames in HTTP Content-Disposition header. | |||
| 2019-05-02 | Enforce extras folder structure according to Emby's wiki | Claus Vium | |
| 2019-05-01 | Move artifact chown inside docker to avoid sudo | Odd Stråbø | |
| 2019-05-01 | Change owner and parent id of extras to the main media item | Claus Vium | |
| 2019-04-30 | Bump version for 10.3.2v10.3.2 | Joshua Boniface | |
| 2019-04-30 | Merge pull request #1324 from joshuaboniface/arm64 | Joshua M. Boniface | |
| Add arm64 packaging for Debuntu | |||
| 2019-04-30 | Merge pull request #1335 from Bond-009/ffmpeglimit | Joshua M. Boniface | |
| Limit amount of ffmpeg processes extracting images at once | |||
| 2019-04-30 | Limit amount of ffmpeg processes extracting images at once | Bond-009 | |
| 2019-04-30 | Merge pull request #1334 from Bond-009/musicbrainzfix | Anthony Lavado | |
| Iterate over IEnumerable before disposing | |||
| 2019-04-30 | Merge pull request #1310 from bugfixin/progressivestreamingservice-unreachable | Bond-009 | |
| Remove unreachable code from BaseProgressiveStreamingService | |||
| 2019-04-30 | Iterate over IEnumerable before disposing | Bond-009 | |
| 2019-04-30 | Merge pull request #1333 from bugfixin/easypinfix | Anthony Lavado | |
| Fix incorrect hasPassword flag when easy pin set | |||
| 2019-04-30 | Fix incorrect hasPassword flag when easy pin set | bugfixin | |
| 2019-04-30 | Merge pull request #1332 from cvium/fix_tvdb_ep_provider | Bond-009 | |
| Make the TvdbEpisodeProvider class Public | |||
| 2019-04-30 | Make the TvdbEpisodeProvider class Public | Claus Vium | |
| 2019-04-30 | Merge pull request #1327 from joshuaboniface/disco | Anthony Lavado | |
| Support libssl1.1 for Ubuntu Disco | |||
| 2019-04-29 | Merge pull request #1305 from bugfixin/passwordless-form-encoded | Joshua M. Boniface | |
| Fix passwordless authentication with non-json content-types | |||
| 2019-04-29 | Support libssl1.1 for Ubuntu Disco | Joshua Boniface | |
| 2019-04-29 | Add arm64 packaging for Debuntu | Joshua Boniface | |
| 2019-04-25 | Remove unreachable code and const trySupportSeek within ↵ | bugfixin | |
| BaseProgressiveStreamingService | |||
| 2019-04-25 | Merge pull request #1296 from Bond-009/fix1234 | Anthony Lavado | |
| Fix #1234 | |||
| 2019-04-25 | Don't coalesce empty strings to null in StringMapTypeDeserializer | bugfixin | |
| 2019-04-24 | Fix #1234 | Bond_009 | |
