| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-11 | Merge pull request #2480 from mark-monteiro/support-injecting-iconfiguration | Bond-009 | |
| Support Injecting IConfiguration | |||
| 2020-03-10 | Merge branch 'master' into support-injecting-iconfiguration | Mark Monteiro | |
| 2020-03-10 | Translated using Weblate (Arabic) | zixaar | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-03-10 | Translated using Weblate (Arabic) | zixaar | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-03-10 | Merge pull request #2506 from mark-monteiro/inject-loggers-with-context | Bond-009 | |
| Inject loggers with context using ILogger<T> | |||
| 2020-03-09 | Translated using Weblate (Latvian) | Mednis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2020-03-09 | Translated using Weblate (Latvian) | Mednis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2020-03-09 | Translated using Weblate (Danish) | Falke Carlsen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2020-03-09 | Translated using Weblate (Italian) | Nutjob | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/ | |||
| 2020-03-09 | Merge pull request #2541 from joshuaboniface/fix-docker-arm | dkanada | |
| Fix curl for Jellyfin GPG key | |||
| 2020-03-09 | Translated using Weblate (Portuguese) | João Fonseca | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2020-03-08 | Fix curl for Jellyfin GPG key | Joshua M. Boniface | |
| This curl command seems to fail inexplicably with an "unable to get local issuer" error. Use `-k` instead so it doesn't complain. | |||
| 2020-03-08 | Translated using Weblate (Latvian) | Mednis | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2020-03-08 | Added translation using Weblate (Latvian) | Mednis | |
| 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 | |
