| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-16 | Catch HttpRequestException when requesting plugins | crobibero | |
| 2020-06-23 | Merge pull request #3418 from Bond-009/minor3 | dkanada | |
| Minor changes | |||
| 2020-06-22 | Minor changes | Bond-009 | |
| 2020-06-22 | Merge pull request #3411 from neilsb/system-plugin-removal | Bond-009 | |
| Prevent system plugins from being uninstalled | |||
| 2020-06-22 | Update Emby.Server.Implementations/Updates/InstallationManager.cs | Neil Burrows | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-06-22 | Prevent system plugins from being uninstalled | Neil Burrows | |
| 2020-06-17 | Merge branch 'master' into custom-repos | dkanada | |
| 2020-06-07 | add missing line from using block | dkanada | |
| 2020-06-07 | improve error handling when a single repository has issues | dkanada | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-06 | simplify the custom repository feature for now | dkanada | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | initial implementation for custom plugin repositories | dkanada | |
| 2020-06-04 | Merge branch 'master' into install-plugin | dkanada | |
| 2020-06-04 | fix build issues | dkanada | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-03 | Merge pull request #3203 from Bond-009/warn18 | Vasily | |
| Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | |||
| 2020-06-03 | apply code suggestions | dkanada | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-24 | update error log for plugin download | dkanada | |
| 2020-05-24 | fix a few issues with the plugin manifest | dkanada | |
| 2020-04-15 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-04-11 | merge branch master into plugin | dkanada | |
| 2020-04-11 | rename target abi property | dkanada | |
| 2020-04-11 | standardize plugin version and guid properties | dkanada | |
| 2020-04-11 | remove release channel from plugin classes | dkanada | |
| 2020-04-10 | Merge pull request #2769 from mark-monteiro/configurable-repo-url | Vasily | |
| Make Plugin Repo URL Configurable | |||
| 2020-04-06 | Do not use IAsyncEnumerable unnecessarily | Mark Monteiro | |
| 2020-04-05 | Log error messages when the manifest URL is not valid | Mark Monteiro | |
| 2020-04-05 | Add '--plugin-manifest-url' command line option and ↵ | Mark Monteiro | |
| 'InstallationManager:PluginManifestUrl' config option | |||
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-02-26 | update plugin classes for nightly builds | dkanada | |
| 2019-12-13 | Enable TreatWarningsAsErrors for some projects | Bond_009 | |
| Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings. | |||
| 2019-12-06 | Fix plugin installation and correct api behaviour | Bond_009 | |
| The `/Packages/{Name}` endpoint would return a package that had either the corrent name or the correct guid. In reality it shoud check if both are correct. | |||
| 2019-11-24 | Fix possible nullref when updating packages | Bond_009 | |
| 2019-11-07 | Doc improvements | Bond-009 | |
| 2019-11-07 | Merge branch 'master' into installationmanager | Bond-009 | |
| 2019-11-02 | Merge pull request #1915 from Bond-009/hex | dkanada | |
| Rewrite hex encoder/decoder | |||
| 2019-11-01 | Fix PR issues | Bond_009 | |
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-11-01 | Fix xml docs | Bond_009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-09-28 | Fix plugin installation | Bond_009 | |
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
| 2019-08-11 | Minor improvements | Bond_009 | |
| 2019-08-11 | Check checksum for plugin downloads | Bond_009 | |
| * Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager | |||
| 2019-06-28 | Fix whitespace | Bond_009 | |
| 2019-06-14 | Improvements to InstallationManager | Bond_009 | |
| 2019-04-04 | Add TODO to remove string target | Joshua Boniface | |
| 2019-04-04 | Apply review feedback | Joshua Boniface | |
| Remove a few superfluous/testing log statements, and print the deletion debug messages when it occurs rather than earlier. Use a nicer name for the isDirectory variable. | |||
