| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-07 | Merge pull request #2523 from JustAMan/logging-migration | Joshua M. Boniface | |
| Improve migrations so they are more maintainable | |||
| 2020-03-07 | Documentation and log message cleanup | Mark Monteiro | |
| 2020-03-08 | Merge pull request #2534 from joshuaboniface/disable-ssl-default | dkanada | |
| Set EnableHttps disabled by default | |||
| 2020-03-07 | do not ignore exceptions during migration execution | Mark Monteiro | |
| 2020-03-07 | Merge pull request #2532 from MrTimscampi/attachment-baseurl | Joshua M. Boniface | |
| Add baseURL to attachments API url | |||
| 2020-03-07 | Set EnableHttps disabled by default | Joshua M. Boniface | |
| Prevents issues on first setup when behind a reverse proxy. Also prevents issues saving the Networking page by default if SSL is not fully configured. | |||
| 2020-03-07 | Add baseURL to attachments | MrTimscampi | |
| 2020-03-06 | Translated using Weblate (Chinese (Simplified)) | Terrance M | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2020-03-06 | Translated using Weblate (Swedish) | Marcus Schelin | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/ | |||
| 2020-03-06 | Rename IUpdater to IMigrationRoutine | Mark Monteiro | |
| 2020-03-06 | Load user logging config file into application configuration | Mark Monteiro | |
| 2020-03-06 | Add migration to create "logging.user.json" | Mark Monteiro | |
| 2020-03-06 | Create separate constants for the two logging file names | Mark Monteiro | |
| 2020-03-06 | Implement review suggestion | Vasily | |
| 2020-03-06 | Disable logging.json migration as it is not ready yet | Vasily | |
| 2020-03-06 | More logging, mark all migrations as applied if setup wizard is not complete | Vasily | |
| 2020-03-05 | Merge pull request #2524 from ferferga/nsis-fixes | Anthony Lavado | |
| Replaces NSIS uninstaller icon so it's more visible | |||
| 2020-03-05 | Replaces uninstaller icon so it's more visible | ferferga | |
| 2020-03-05 | Fix comment | Vasily | |
| 2020-03-05 | Moved migration routines to their own directory | Vasily | |
| 2020-03-05 | Extract "migrations" config name to a proper constant | Vasily | |
| 2020-03-05 | Improve migration logic | Vasily | |
| 2020-03-05 | Shuffle migrations in a more manageable structure | Vasily | |
| 2020-03-05 | Merge pull request #2515 from JustAMan/migration-scripts | Joshua M. Boniface | |
| Implement ability to run migration routines when updating Jellyfin | |||
| 2020-03-05 | Implement EnableThrottling migration for pre-10.5.0 to 10.5.0 or newer | Vasily | |
| 2020-03-05 | Fix Docker packages (#2499) | Andrew Rabert | |
| * Fix Vaapi Intel packages https://github.com/jellyfin/jellyfin/issues/1901#issuecomment-593114951 Still need to compile with the packages to verify it builds properly. Arm builds probably need it too. * Update Dockerfile * Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.arm * Update Dockerfile.arm64 * Update Dockerfile.arm * Update Dockerfile.arm * Update Dockerfile.arm * Update Dockerfile.arm64 * Update Dockerfile.arm64 * Update Dockerfile.arm * Update Dockerfile * shift from curl to git for web install removed the necessity of curl, tar and package availability and using the source directly * Update Dockerfile.arm * Update Dockerfile.arm64 * Update Dockerfile * Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.arm64 * clean up packages and remove unnecessary ARG * Update Dockerfile * Update Dockerfile.arm64 * Update Dockerfile * Update Dockerfile.arm64 * Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.arm64 * Explainations * Update Dockerfile.arm * Update Dockerfile.arm64 | |||
| 2020-03-05 | Add tracking of JF version used to run this config previously | Vasily | |
| 2020-03-05 | Add inheritdoc comment and squash simple method bodies | Vasily | |
| 2020-03-05 | Merge pull request #2513 from Bond-009/alpha | Vasily | |
| Improve alpha numeric sorting | |||
| 2020-03-05 | Follow code review suggestions | Vasily | |
| 2020-03-05 | Update AlphanumComparatorTests.cs | Bond-009 | |
| 2020-03-05 | Add FIXME in HasConfiguredPassword public user DTO method | Davide Polonio | |
| 2020-03-04 | Merge pull request #2512 from Artiume/patch-4 | Joshua M. Boniface | |
| Update Fedora build container version | |||
| 2020-03-05 | Add speed for alpha numeric sorting | Bond_009 | |
| 2020-03-05 | Add tests for alpha numeric sorting | Bond_009 | |
| 2020-03-04 | update fedora | artiume | |
| 2020-03-04 | Implement BaseItem.GetHashCode override | Vasily | |
| 2020-03-03 | Merge pull request #2508 from joshuaboniface/contributors-update | Joshua M. Boniface | |
| Update contributors list | |||
| 2020-03-03 | Remove dependabotbot | Joshua M. Boniface | |
| 2020-03-03 | Update contributors list | Joshua M. Boniface | |
| Refreshes the contributors list with the data available from all merged PRs. Includes a huge number of people who had never added themselves manually. Going forward this is probably not needed anymore as we can update this fairly easily. | |||
| 2020-03-03 | Revert unnecessary ordering changes in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Make Logger and LoggerFactory both protected in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Make LoggerFactory private in ApplicationHost and use it to construct ↵ | Mark Monteiro | |
| loggers with context | |||
| 2020-03-03 | Make logger private in ApplicationHost | Mark Monteiro | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-03-03 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-injecting-iconfiguration | |||
| 2020-03-03 | Merge pull request #2500 from mark-monteiro/2498-register-logging-correctly | Bond-009 | |
| Register Logging Services Correctly | |||
| 2020-03-03 | Fix emby/users/public not taking into account first run | Davide Polonio | |
| The previous implementation was not taking in account the first seup phase. Now the check has been added. A little method refactor has been done in order to make the code more elegant. | |||
| 2020-03-03 | Fix conditional with a less verbose one | Davide Polonio | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-03-03 | Use ToList() instead of ToArray() on sequences of unknown size | Mark Monteiro | |
