aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05Add inheritdoc comment and squash simple method bodiesVasily
2020-03-05Merge pull request #2513 from Bond-009/alphaVasily
Improve alpha numeric sorting
2020-03-05Follow code review suggestionsVasily
2020-03-05Update AlphanumComparatorTests.csBond-009
2020-03-05Add FIXME in HasConfiguredPassword public user DTO methodDavide Polonio
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
2020-03-04Implement BaseItem.GetHashCode overrideVasily
2020-03-03Merge pull request #2508 from joshuaboniface/contributors-updateJoshua M. Boniface
Update contributors list
2020-03-03Remove dependabotbotJoshua M. Boniface
2020-03-03Update contributors listJoshua 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-03Revert unnecessary ordering changes in ApplicationHostMark Monteiro
2020-03-03Make Logger and LoggerFactory both protected in ApplicationHostMark Monteiro
2020-03-03Make LoggerFactory private in ApplicationHost and use it to construct ↵Mark Monteiro
loggers with context
2020-03-03Make logger private in ApplicationHostMark Monteiro
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-03-03Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-injecting-iconfiguration
2020-03-03Merge pull request #2500 from mark-monteiro/2498-register-logging-correctlyBond-009
Register Logging Services Correctly
2020-03-03Fix emby/users/public not taking into account first runDavide 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-03Fix conditional with a less verbose oneDavide Polonio
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-03-03Use ToList() instead of ToArray() on sequences of unknown sizeMark Monteiro