aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
AgeCommit message (Collapse)Author
2016-08-26fix sync container statusesLuke Pulverenti
2016-08-25fix notifications queryLuke Pulverenti
2016-08-24support realtime monitor per libraryLuke Pulverenti
2016-08-24reduce rescanning due to IsOfflineLuke Pulverenti
2016-08-23update sync settingsLuke Pulverenti
2016-08-23ETag for synced mediaSoftworkz
2016-08-22start a dashboard folderLuke Pulverenti
2016-08-20add null check when updating imagesLuke Pulverenti
2016-08-20update admin session filterLuke 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-19update boxset resolverLuke Pulverenti
2016-08-19update new episode creationLuke Pulverenti
2016-08-19update genre validatorLuke Pulverenti
2016-08-18update xmltv libLuke Pulverenti
2016-08-18Merge pull request #2071 from softworkz/OrganizeErrorHandling2Luke
EpisodeFileOrganizer: Improve error handling (alternate approach)
2016-08-18EpisodeFileOrganizer: Improve error handling (alternate approach)softworkz
Previously some methods were just returning null or empty values in case of encountered errors; as a consequence, the actual reason for failure was never written to the auto-organize log. Instead, only a generic message like "Unable to sort xxx because target path could not be determined." was displayed. After this change, the actual reason for failure will be saved to the auto-organize log or displayed in the UI (when completing the organize dialog). This information is very important for the user. Examples are "No permission", "Target folder not available", "Disk full", etc..
2016-08-18update notificationsLuke Pulverenti
2016-08-18update item by name validatorsLuke Pulverenti
2016-08-18fixes #1851 - EmbyServer crashes if staticly assigned IP address changesLuke Pulverenti
2016-08-18update season queriesLuke Pulverenti
2016-08-17add guide optimizationsLuke Pulverenti
2016-08-17update sync displayLuke Pulverenti
2016-08-16remove readinputatnativeframerateLuke Pulverenti
2016-08-16update season queriesLuke Pulverenti
2016-08-15fix folder cachingLuke Pulverenti
2016-08-15Merge pull request #2025 from softworkz/AsyncStreamInterfaceLuke
Async stream handling: Use interface instead of Func<Stream,Task>
2016-08-15add setting for photo librariesLuke Pulverenti
2016-08-13save library options on dialog closeLuke Pulverenti
2016-08-13fix lastmodified headerLuke Pulverenti
2016-08-13improve genre displaysLuke Pulverenti
2016-08-13Merge pull request #2040 from softworkz/IsFileLockedFixLuke
FileRefresher.IsFileLocked: Don't log Exceptions in case of no write permission
2016-08-13Merge branch 'dev' of https://github.com/MediaBrowser/Emby into devLuke Pulverenti
2016-08-13stub out objects for per library settingsLuke Pulverenti
2016-08-13Fix: ETag-Values MUST be quoted according to W3C specSoftworkz
2016-08-12rework storage of PresentationUniqueKeyLuke Pulverenti
2016-08-12update sync menusLuke Pulverenti
2016-08-10don't restart timer if disposedLuke Pulverenti
2016-08-10updated inherited parental rating valueLuke Pulverenti
2016-08-09exclude people from dynamic imagesLuke Pulverenti
2016-08-08FileRefresher.IsFileLocked: Don't log Exceptions in case of no write permissionsoftworkz
2016-08-08remove X-Powered-By headerLuke Pulverenti
2016-08-07fix people refresh progress displayLuke Pulverenti
2016-08-07quote ffmpeg paramsLuke Pulverenti
2016-08-07update SocketHttpListenerLuke Pulverenti
2016-08-07Avoid frequent Exceptionsoftworkz
2016-08-07Remove handling IHttpResultsoftworkz
2016-08-07Async stream handling: Use interface instead of Func<Stream,Task>softworkz
No functional changes
2016-08-06fix artist case sensitivity searchesLuke Pulverenti