Commits on Source (8)
-
Soomin Lee authored95eae7b0
-
Soomin Lee authored788a64b6
-
Soomin Lee authoredec94666f
-
Soomin Lee authored
Make sure that we remove all cached medialibrary object on force rescan
a9b5613a -
Soomin Lee authored56207962
-
Soomin Lee authoredb7a61434
-
Soomin Lee authored957b4ace
-
Soomin Lee authored
Some samba servers (on Windows 7) implement both SMBv2 and SMBv1. The problem is that the SMBv2 part is not configured like the SMB1 one. Only SMBv1 seems to reflect the user configuration (using Windows Settings, not anything complicated like via powershell/regedit). If we try to connect to such server via libsmb2, the server will return a SMB2_STATUS_ACCESS_DENIED (0xC0000022) status. Our libsmb2 module will then ask the user for credentials via a dialog. The problem is that no credentials will ever work since only the SMBv1 part is configured. This forces SMBv1 but warns and ask the user for a confirmation if this is wanted.
a5476b4f
Showing
- Podfile 2 additions, 2 deletionsPodfile
- Podfile.lock 7 additions, 7 deletionsPodfile.lock
- Resources/en.lproj/Localizable.strings 9 additions, 1 deletionResources/en.lproj/Localizable.strings
- SharedSources/CustomDialogRendererHandler.swift 76 additions, 17 deletionsSharedSources/CustomDialogRendererHandler.swift
- SharedSources/MediaLibraryModel/AlbumModel.swift 4 additions, 0 deletionsSharedSources/MediaLibraryModel/AlbumModel.swift
- SharedSources/MediaLibraryModel/ArtistModel.swift 3 additions, 0 deletionsSharedSources/MediaLibraryModel/ArtistModel.swift
- SharedSources/MediaLibraryModel/CollectionModel.swift 4 additions, 0 deletionsSharedSources/MediaLibraryModel/CollectionModel.swift
- SharedSources/MediaLibraryModel/GenreModel.swift 3 additions, 0 deletionsSharedSources/MediaLibraryModel/GenreModel.swift
- SharedSources/MediaLibraryModel/PlaylistModel.swift 14 additions, 1 deletionSharedSources/MediaLibraryModel/PlaylistModel.swift
- SharedSources/MediaLibraryModel/ShowEpisodeModel.swift 4 additions, 0 deletionsSharedSources/MediaLibraryModel/ShowEpisodeModel.swift
- SharedSources/MediaLibraryModel/TrackModel.swift 4 additions, 0 deletionsSharedSources/MediaLibraryModel/TrackModel.swift
- SharedSources/MediaLibraryModel/VideoModel.swift 4 additions, 0 deletionsSharedSources/MediaLibraryModel/VideoModel.swift
- SharedSources/MediaLibraryService.swift 28 additions, 0 deletionsSharedSources/MediaLibraryService.swift
- SharedSources/ServerBrowsing/General/VLCNetworkServerBrowserVLCMedia.m 14 additions, 0 deletions.../ServerBrowsing/General/VLCNetworkServerBrowserVLCMedia.m
- Sources/EditController.swift 4 additions, 5 deletionsSources/EditController.swift
- Sources/MediaCategoryCells/MediaCollectionViewCell.xib 51 additions, 43 deletionsSources/MediaCategoryCells/MediaCollectionViewCell.xib
- Sources/VLCConstants.h 2 additions, 0 deletionsSources/VLCConstants.h
- Sources/VLCPlaybackService.m 3 additions, 1 deletionSources/VLCPlaybackService.m
... | ... | @@ -22,8 +22,8 @@ target 'VLC-iOS' do |
pod 'InAppSettingsKit', :git => 'git://github.com/fkuehne/InAppSettingsKit.git', :commit => '415ea6bb' #tvOS fix | ||
pod 'PAPasscode', '~>1.0' | ||
pod 'GoogleAPIClientForREST/Drive' | ||
pod 'MobileVLCKit', '3.3.6' | ||
pod 'VLCMediaLibraryKit', '0.6.1' | ||
pod 'MobileVLCKit', '3.3.7' | ||
pod 'VLCMediaLibraryKit', '0.6.2' | ||
pod 'MediaLibraryKit-prod' | ||
pod 'GTMAppAuth', '0.7.1' | ||
pod 'OneDriveSDK' | ||
... | ... |