index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
ScheduledTasks
/
Tasks
/
PluginUpdateTask.cs
Age
Commit message (
Expand
)
Author
2020-12-31
Merge pull request #4709 from BaronGreenback/PluginDowngrade
Joshua M. Boniface
2020-11-14
remove custom HttpException
crobibero
2020-08-31
Fix some warnings
Bond_009
2020-06-05
Use typed logger where possible
crobibero
2020-06-04
Merge branch 'master' into install-plugin
dkanada
2020-05-29
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
Bond_009
2020-05-24
fix a few issues with the plugin manifest
dkanada
2020-04-06
Do not use IAsyncEnumerable unnecessarily
Mark Monteiro
2020-03-29
Rename translation keys
ferferga
2020-03-27
Add whitespaces
ferferga
2020-03-27
Restore comments
ferferga
2020-03-26
Fix NullReferenceException at startup
ferferga
2020-03-26
Apply suggestions
ferferga
2020-03-26
Remove comments
ferferga
2020-03-26
Translate Scheduled Tasks (names and descriptions)
ferferga
2020-03-03
Replace ILogger with ILogger<T> wherever possible
Mark Monteiro
2020-02-01
update task names and descriptions
dkanada
2019-11-24
Fix possible nullref when updating packages
Bond_009
2019-11-01
Improve IInstallationManager interface
Bond_009
2019-08-11
Check checksum for plugin downloads
Bond_009
2019-06-14
Improvements to InstallationManager
Bond_009
2019-02-03
add suggestions from code review
dkanada
2019-02-03
merge progress calculation into a single line
dkanada
2019-02-03
remove useless comments
dkanada
2019-02-03
unhide several scheduled tasks and add missing properties
dkanada
2019-02-03
move all scheduled tasks and triggers into folders
dkanada