aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
AgeCommit message (Collapse)Author
2016-10-25make controller project portableLuke Pulverenti
2016-10-23update model project targetingLuke Pulverenti
2016-10-22switch to portable libLuke Pulverenti
2016-10-21make model project portableLuke Pulverenti
2016-10-11update display of active recordingsLuke Pulverenti
2016-10-08pass requested fields to data layerLuke Pulverenti
2016-10-07update live stream managementLuke Pulverenti
2016-09-25rework live stream handlingLuke Pulverenti
2016-09-23update SocketHttpListenerLuke Pulverenti
2016-09-17update nlog, simpleinjectorLuke Pulverenti
2016-09-11rework upnp discoveryLuke Pulverenti
2016-09-05add chapter image error handlingLuke Pulverenti
2016-09-01Rtp Rtcp fix Discovery #2116Luke Pulverenti
2016-08-20Merge pull request #2076 from softworkz/OrganizeInstantFeedbackLuke
Auto-Organize: Async operation and instant feedback UI (reworked)
2016-08-20Auto-Organize: Async operation and instant feedback UI (reworked)softworkz
This commit includes changes to enable and stabilize asyncronous operation in the auto-organize area. Here are the key points: - The auto-organize correction dialog is now closed (almost) instantly. This means that the user does not have to wait until the file copy/move operation is completed in order to continue. (even with local HDs the copy/move process can take several minutes or even much longer with network destination). - This commit also implements locking of files to be organized in order to prevent parallel processing of the same item. In effect, there can be 2 or more manual organization operations active even while the normal auto-organization task is running without causing any problems - The items that are currently being processed are indicated as such in the log with an orange color and a spinner graphic - The client display is refreshed through websocket messages - A side effect of this is that other clients showing the auto-organize log at the same time are always up-to-date as well
2016-08-19remove fingerprintjsLuke Pulverenti
2016-08-18update xmltv libLuke Pulverenti
2016-08-15Merge pull request #2025 from softworkz/AsyncStreamInterfaceLuke
Async stream handling: Use interface instead of Func<Stream,Task>
2016-08-07update SocketHttpListenerLuke Pulverenti
2016-08-07Remove handling IHttpResultsoftworkz
2016-08-07Async stream handling: Use interface instead of Func<Stream,Task>softworkz
No functional changes
2016-08-06update SocketHttpListenerLuke Pulverenti
2016-08-04update SocketHttpListenerLuke Pulverenti
2016-08-03update naming projectLuke Pulverenti
2016-08-01update SocketHttpListenerLuke Pulverenti
2016-07-27update componentsLuke Pulverenti
2016-07-22update naming projectLuke Pulverenti
2016-07-21update stream readingLuke Pulverenti
2016-07-15update async stream writingLuke Pulverenti
2016-07-14update SocketHttpListenerLuke Pulverenti
2016-07-14update componentsLuke Pulverenti
2016-06-30fix search dipping into restricted channelsLuke Pulverenti
2016-06-29xmltv fixesLuke Pulverenti
2016-06-29update tab loadingLuke Pulverenti
2016-06-19update componentsLuke Pulverenti
2016-06-17update item by name queriesLuke Pulverenti
2016-06-15update xmltv downloadingLuke Pulverenti
2016-06-08add recording web socket eventsLuke Pulverenti
2016-06-07update nugetLuke Pulverenti
2016-06-02Merge remote-tracking branch 'upstream/dev' into devAlex Stevens
2016-06-02add provider ids to databaseLuke Pulverenti
2016-06-01Merge remote-tracking branch 'upstream/dev' into devAlex Stevens
2016-06-01updated nugetLuke Pulverenti
2016-05-31Added first stab at a XmlTvListingsProviderAlex Stevens
2016-05-31update nugetLuke Pulverenti
2016-05-26stub out file refresherLuke Pulverenti
2016-05-23update simpleinjectorLuke Pulverenti
2016-05-21deprecate refreshinfo dbLuke Pulverenti
2016-05-17update shared componentsLuke Pulverenti
2016-05-01update sqliteLuke Pulverenti