aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ScheduledTasks
AgeCommit message (Collapse)Author
2020-08-03move WebSocket listeners to Jellyfin.Apicrobibero
2020-07-20changes from mergecrobibero
2020-06-16Add full stop at end of comments (SA1629)telans
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-06-28Back to a single connectionBond-009
2019-02-27Simplify websocket listenersClaus Vium
2019-02-18Remove more self-update codeBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-07remove trailing whitespacehawken
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-23reduce dlna chatterLuke Pulverenti
2017-10-04reduce socket activityLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2016-10-31make api project portableLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-23prep for portable commonLuke Pulverenti
2016-10-23rework scheduled tasks in preparation of common project going portableLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2016-02-28update componentsLuke Pulverenti
2015-03-05add ability to configure scheduled task time limitLuke Pulverenti
2015-01-22update task buttonsLuke Pulverenti
2015-01-20sync updatesLuke Pulverenti
2015-01-20separate task buttons scriptLuke Pulverenti
2014-12-26move files out of commonLuke Pulverenti
2014-11-14revise endpoint attributesLuke Pulverenti
2014-07-02update to jquery mobile 1.4.3Luke Pulverenti
2014-05-13add library to front pageLuke Pulverenti
2014-05-10updated mono buildLuke Pulverenti
2014-05-09added media stream helpersLuke Pulverenti
2014-05-09update translationsLuke Pulverenti
2014-03-25make metadata path configurableLuke Pulverenti
2014-03-24stub out dlna serverLuke Pulverenti
2013-12-07update to service stack v4Luke Pulverenti
2013-11-29support deleting and canceling live tv recordings and timersLuke Pulverenti
2013-04-10resharper suggestions in api projectLuke Pulverenti
2013-03-23made compression and caching available to plugin api endpointsLuke Pulverenti
2013-03-23copy dashboard to the output folder and load from the file system, instead ↵Luke Pulverenti
of using embedded resources
2013-03-16restored request loggingLukePulverenti
2013-03-08removed library/ prefix from genre, studio, year and person url'sLukePulverenti
2013-03-07removed base kernel and ikernelLukePulverenti
2013-03-04fixed configuration saving issuesLukePulverenti
2013-02-26restored audioLukePulverenti