| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 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-10 | Vacuum databases at startup | ferferga | |
| 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 | 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-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 | |||
| 2019-06-04 | Merge pull request #1368 from dkanada/drives | Anthony Lavado | |
| Only return useful drives | |||
| 2019-06-02 | split the new command to more than one line | dkanada | |
| 2019-06-01 | Translated using Weblate (Spanish (Mexico)) | Juvenal Yescas | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/ | |||
| 2019-06-01 | Translated using Weblate (Spanish) | Julio García | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2019-06-01 | Translated using Weblate (Korean) | Hyunsu Nam | |
| Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-06-01 | Translated using Weblate (Japanese) | exveria1015 | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/ | |||
| 2019-06-01 | Translated using Weblate (Chinese (Traditional)) | dracocephalum | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ | |||
| 2019-06-01 | Merge branch 'master' into tasks | Bond-009 | |
| 2019-06-01 | Fix more warnings | Bond-009 | |
| 2019-05-30 | Added translation using Weblate (Japanese) | exveria1015 | |
| 2019-05-25 | Format correctly the PIN when updating it | DrPandemic | |
| 2019-05-24 | Translated using Weblate (Lithuanian) | erikasne6152 | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/ | |||
| 2019-05-18 | Merge pull request #1383 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge for Release 10.3.3 | |||
| 2019-05-16 | only return useful drives | dkanada | |
| 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-11 | Ignore casing photo extensions | Bond-009 | |
| 2019-05-10 | Merge pull request #1293 from Bond-009/query-time | Joshua M. Boniface | |
| Fix query time logging | |||
| 2019-05-09 | Merge pull request #1229 from voodoos/cleanup/SocketSharp | Bond-009 | |
| Cleaning WebSocketSharp continued | |||
| 2019-04-30 | Merge pull request #1337 from jellyfin/release-10.3.z | Joshua M. Boniface | |
| Backmerge for 10.3.2 release | |||
| 2019-04-30 | Fix incorrect hasPassword flag when easy pin set | bugfixin | |
| 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-25 | Merge pull request #1304 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge 10.3.1 | |||
| 2019-04-25 | Don't coalesce empty strings to null in StringMapTypeDeserializer | bugfixin | |
| 2019-04-24 | Fix #1234 | Bond_009 | |
| 2019-04-24 | Fix query time logging | Bond_009 | |
| 2019-04-24 | Re-add content length, semi revert of changes in #1010 (#1287) | Claus Vium | |
| * Re-add content length, semi revert of changes in #1010 | |||
| 2019-04-21 | Fix null reference when request content type is ↵ | bugfixin | |
| application/x-www-form-urlencoded | |||
| 2019-04-20 | Merge pull request #1258 from Bond-009/fixpluginload | Joshua M. Boniface | |
| Handle exception when loading unsupported assembly | |||
| 2019-04-20 | Fix comparison for empty password migration | Claus Vium | |
| 2019-04-20 | Fix more possible exceptions | Bond-009 | |
| 2019-04-20 | Handle exception when loading unsupported assembly | Bond-009 | |
| Fixes #1256 | |||
| 2019-04-20 | Merge pull request #1252 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge release 10.3.0 | |||
| 2019-04-19 | Fix incorrect escaping in regex pattern | bugfixin | |
| 2019-04-19 | Merge branch 'translations' into release-10.3.z | Joshua Boniface | |
| 2019-04-19 | Rename Chinese (Traditional) file | Weblate | |
| 2019-04-19 | Adjust detection of 'sample' in filenames to use regex boundaries | bugfixin | |
