aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-08Merge pull request #2536 from dkanada/audiodbv10.5.0Joshua M. Boniface
Migrate AudioDB to use plugin interface
2020-03-08Merge pull request #2535 from mark-monteiro/logging-migrationJoshua M. Boniface
Create Logging Configuration Heirarchy
2020-03-08Store migration names alongside Ids in configuration in order to assist with ↵Mark Monteiro
development/debugging
2020-03-08Use a Guid to uniquely identify migrations instead of a string nameMark Monteiro
Also use a list instead of an array to store executed migrations in the configuration class
2020-03-08Use logging.json instead of logging.user.json for override settingsMark Monteiro
2020-03-08Clean up migration logging messagesMark Monteiro
2020-03-08Throw exception on migration failure to halt applicationMark 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-08Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-03-08update audiodb config pagedkanada
2020-03-08include audiodb config page in releasedkanada
2020-03-08implement option to disable audiodb for nowdkanada
2020-03-07Translated using Weblate (Finnish)Tomi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2020-03-07Translated using Weblate (Dutch)IDXK
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2020-03-07Translated using Weblate (Dutch)Niels van Velzen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2020-03-07Translated using Weblate (Hebrew)sharkykh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-03-07Translated using Weblate (German)Leo Verto
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-03-07Merge branch 'master' into logging-migrationJoshua M. Boniface
2020-03-07Merge pull request #2523 from JustAMan/logging-migrationJoshua M. Boniface
Improve migrations so they are more maintainable
2020-03-07Documentation and log message cleanupMark Monteiro
2020-03-08Merge pull request #2534 from joshuaboniface/disable-ssl-defaultdkanada
Set EnableHttps disabled by default
2020-03-07do not ignore exceptions during migration executionMark Monteiro
2020-03-07Merge pull request #2532 from MrTimscampi/attachment-baseurlJoshua M. Boniface
Add baseURL to attachments API url
2020-03-07Set EnableHttps disabled by defaultJoshua 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-07Add baseURL to attachmentsMrTimscampi
2020-03-06Translated using Weblate (Chinese (Simplified))Terrance M
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2020-03-06Translated using Weblate (Swedish)Marcus Schelin
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2020-03-06Rename IUpdater to IMigrationRoutineMark Monteiro
2020-03-06Load user logging config file into application configurationMark Monteiro
2020-03-06Add migration to create "logging.user.json"Mark Monteiro
2020-03-06Create separate constants for the two logging file namesMark Monteiro
2020-03-06Implement review suggestionVasily
2020-03-06Disable logging.json migration as it is not ready yetVasily
2020-03-06More logging, mark all migrations as applied if setup wizard is not completeVasily
2020-03-05Merge pull request #2524 from ferferga/nsis-fixesAnthony Lavado
Replaces NSIS uninstaller icon so it's more visible
2020-03-05Replaces uninstaller icon so it's more visibleferferga
2020-03-05Fix commentVasily
2020-03-05Moved migration routines to their own directoryVasily
2020-03-05Extract "migrations" config name to a proper constantVasily
2020-03-05Improve migration logicVasily
2020-03-05Shuffle migrations in a more manageable structureVasily
2020-03-05Merge pull request #2515 from JustAMan/migration-scriptsJoshua M. Boniface
Implement ability to run migration routines when updating Jellyfin
2020-03-05Implement EnableThrottling migration for pre-10.5.0 to 10.5.0 or newerVasily
2020-03-05Fix 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-05Add tracking of JF version used to run this config previouslyVasily
2020-03-05Merge pull request #2513 from Bond-009/alphaVasily
Improve alpha numeric sorting
2020-03-05Update AlphanumComparatorTests.csBond-009
2020-03-04Merge pull request #2512 from Artiume/patch-4Joshua M. Boniface
Update Fedora build container version
2020-03-05Add speed for alpha numeric sortingBond_009
2020-03-05Add tests for alpha numeric sortingBond_009
2020-03-04update fedoraartiume