| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-08 | Merge pull request #2536 from dkanada/audiodbv10.5.0 | Joshua M. Boniface | |
| Migrate AudioDB to use plugin interface | |||
| 2020-03-08 | Merge pull request #2535 from mark-monteiro/logging-migration | Joshua M. Boniface | |
| Create Logging Configuration Heirarchy | |||
| 2020-03-08 | Store migration names alongside Ids in configuration in order to assist with ↵ | Mark Monteiro | |
| development/debugging | |||
| 2020-03-08 | Use a Guid to uniquely identify migrations instead of a string name | Mark Monteiro | |
| Also use a list instead of an array to store executed migrations in the configuration class | |||
| 2020-03-08 | Use logging.json instead of logging.user.json for override settings | Mark Monteiro | |
| 2020-03-08 | Clean up migration logging messages | Mark Monteiro | |
| 2020-03-08 | Throw exception on migration failure to halt application | Mark Monteiro | |
| Also save migration configuration after each migration instead of at the end in case an exception is thrown part way through the list | |||
| 2020-03-08 | Translated using Weblate (Hebrew) | sharkykh | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/ | |||
| 2020-03-08 | update audiodb config page | dkanada | |
| 2020-03-08 | include audiodb config page in release | dkanada | |
| 2020-03-08 | implement option to disable audiodb for now | dkanada | |
| 2020-03-07 | Translated using Weblate (Finnish) | Tomi | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2020-03-07 | Translated using Weblate (Dutch) | IDXK | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2020-03-07 | Translated using Weblate (Dutch) | Niels van Velzen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
| 2020-03-07 | Translated using Weblate (Hebrew) | sharkykh | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/ | |||
| 2020-03-07 | Translated using Weblate (German) | Leo Verto | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2020-03-07 | Merge branch 'master' into logging-migration | Joshua M. Boniface | |
| 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 | Merge pull request #2513 from Bond-009/alpha | Vasily | |
| Improve alpha numeric sorting | |||
| 2020-03-05 | Update AlphanumComparatorTests.cs | Bond-009 | |
| 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 | |
