CCNetworking.m 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631
  1. //
  2. // CCNetworking.m
  3. // Nextcloud iOS
  4. //
  5. // Created by Marino Faggiana on 01/06/15.
  6. // Copyright (c) 2017 TWS. All rights reserved.
  7. //
  8. // Author Marino Faggiana <m.faggiana@twsweb.it>
  9. //
  10. // This program is free software: you can redistribute it and/or modify
  11. // it under the terms of the GNU General Public License as published by
  12. // the Free Software Foundation, either version 3 of the License, or
  13. // (at your option) any later version.
  14. //
  15. // This program is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. // GNU General Public License for more details.
  19. //
  20. // You should have received a copy of the GNU General Public License
  21. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. //
  23. #import "CCNetworking.h"
  24. #import "NCEndToEndEncryption.h"
  25. #import "NCNetworkingSync.h"
  26. #import "AppDelegate.h"
  27. #import "CCCertificate.h"
  28. #import "NSDate+ISO8601.h"
  29. #import "NSString+Encode.h"
  30. #import "NCBridgeSwift.h"
  31. @interface CCNetworking ()
  32. {
  33. NSMutableDictionary *_taskData;
  34. NSString *_activeAccount;
  35. NSString *_activePassword;
  36. NSString *_activeUser;
  37. NSString *_activeUserID;
  38. NSString *_activeUrl;
  39. NSString *_directoryUser;
  40. }
  41. @end
  42. @implementation CCNetworking
  43. + (CCNetworking *)sharedNetworking {
  44. static CCNetworking *sharedNetworking;
  45. @synchronized(self)
  46. {
  47. if (!sharedNetworking) {
  48. sharedNetworking = [[CCNetworking alloc] init];
  49. }
  50. return sharedNetworking;
  51. }
  52. }
  53. - (id)init
  54. {
  55. self = [super init];
  56. _taskData = [[NSMutableDictionary alloc] init];
  57. _delegates = [[NSMutableDictionary alloc] init];
  58. // Initialization Sessions
  59. [self sessionDownload];
  60. [self sessionDownloadForeground];
  61. [self sessionWWanDownload];
  62. [self sessionUpload];
  63. [self sessionUploadForeground];
  64. [self sessionWWanUpload];
  65. [self sharedOCCommunication];
  66. [self settingAccount];
  67. return self;
  68. }
  69. - (void)settingAccount
  70. {
  71. tableAccount *tableAccount = [[NCManageDatabase sharedInstance] getAccountActive];
  72. _activeAccount = tableAccount.account;
  73. _activePassword = tableAccount.password;
  74. _activeUser = tableAccount.user;
  75. _activeUserID = tableAccount.userID;
  76. _activeUrl = tableAccount.url;
  77. _directoryUser = [CCUtility getDirectoryActiveUser:_activeUser activeUrl:_activeUrl];
  78. }
  79. #pragma --------------------------------------------------------------------------------------------
  80. #pragma mark ===== Session =====
  81. #pragma --------------------------------------------------------------------------------------------
  82. - (NSURLSession *)sessionDownload
  83. {
  84. static NSURLSession *sessionDownload = nil;
  85. if (sessionDownload == nil) {
  86. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_download_session];
  87. configuration.allowsCellularAccess = YES;
  88. configuration.sessionSendsLaunchEvents = YES;
  89. configuration.discretionary = NO;
  90. configuration.HTTPMaximumConnectionsPerHost = 1;
  91. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  92. sessionDownload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  93. sessionDownload.sessionDescription = k_download_session;
  94. }
  95. return sessionDownload;
  96. }
  97. - (NSURLSession *)sessionDownloadForeground
  98. {
  99. static NSURLSession *sessionDownloadForeground = nil;
  100. if (sessionDownloadForeground == nil) {
  101. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
  102. configuration.allowsCellularAccess = YES;
  103. configuration.discretionary = NO;
  104. configuration.HTTPMaximumConnectionsPerHost = 1;
  105. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  106. sessionDownloadForeground = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  107. sessionDownloadForeground.sessionDescription = k_download_session_foreground;
  108. }
  109. return sessionDownloadForeground;
  110. }
  111. - (NSURLSession *)sessionWWanDownload
  112. {
  113. static NSURLSession *sessionWWanDownload = nil;
  114. if (sessionWWanDownload == nil) {
  115. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_download_session_wwan];
  116. configuration.allowsCellularAccess = NO;
  117. configuration.sessionSendsLaunchEvents = YES;
  118. configuration.discretionary = NO;
  119. configuration.HTTPMaximumConnectionsPerHost = 1;
  120. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  121. sessionWWanDownload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  122. sessionWWanDownload.sessionDescription = k_download_session_wwan;
  123. }
  124. return sessionWWanDownload;
  125. }
  126. - (NSURLSession *)sessionUpload
  127. {
  128. static NSURLSession *sessionUpload = nil;
  129. if (sessionUpload == nil) {
  130. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_upload_session];
  131. configuration.allowsCellularAccess = YES;
  132. configuration.sessionSendsLaunchEvents = YES;
  133. configuration.discretionary = NO;
  134. configuration.HTTPMaximumConnectionsPerHost = 1;
  135. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  136. sessionUpload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  137. sessionUpload.sessionDescription = k_upload_session;
  138. }
  139. return sessionUpload;
  140. }
  141. - (NSURLSession *)sessionUploadForeground
  142. {
  143. static NSURLSession *sessionUploadForeground;
  144. if (sessionUploadForeground == nil) {
  145. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
  146. configuration.allowsCellularAccess = YES;
  147. configuration.discretionary = NO;
  148. configuration.HTTPMaximumConnectionsPerHost = 1;
  149. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  150. sessionUploadForeground = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  151. sessionUploadForeground.sessionDescription = k_upload_session_foreground;
  152. }
  153. return sessionUploadForeground;
  154. }
  155. - (NSURLSession *)sessionWWanUpload
  156. {
  157. static NSURLSession *sessionWWanUpload = nil;
  158. if (sessionWWanUpload == nil) {
  159. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_upload_session_wwan];
  160. configuration.allowsCellularAccess = NO;
  161. configuration.sessionSendsLaunchEvents = YES;
  162. configuration.discretionary = NO;
  163. configuration.HTTPMaximumConnectionsPerHost = 1;
  164. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  165. sessionWWanUpload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  166. sessionWWanUpload.sessionDescription = k_upload_session_wwan;
  167. }
  168. return sessionWWanUpload;
  169. }
  170. - (OCCommunication *)sharedOCCommunication
  171. {
  172. static OCCommunication* sharedOCCommunication = nil;
  173. if (sharedOCCommunication == nil)
  174. {
  175. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
  176. configuration.allowsCellularAccess = YES;
  177. configuration.discretionary = NO;
  178. configuration.HTTPMaximumConnectionsPerHost = k_maxConcurrentOperation;
  179. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  180. OCURLSessionManager *networkSessionManager = [[OCURLSessionManager alloc] initWithSessionConfiguration:configuration];
  181. [networkSessionManager.operationQueue setMaxConcurrentOperationCount: k_maxConcurrentOperation];
  182. networkSessionManager.responseSerializer = [AFHTTPResponseSerializer serializer];
  183. sharedOCCommunication = [[OCCommunication alloc] initWithUploadSessionManager:nil andDownloadSessionManager:nil andNetworkSessionManager:networkSessionManager];
  184. }
  185. return sharedOCCommunication;
  186. }
  187. - (NSURLSession *)getSessionfromSessionDescription:(NSString *)sessionDescription
  188. {
  189. if ([sessionDescription isEqualToString:k_download_session]) return [self sessionDownload];
  190. if ([sessionDescription isEqualToString:k_download_session_foreground]) return [self sessionDownloadForeground];
  191. if ([sessionDescription isEqualToString:k_download_session_wwan]) return [self sessionWWanDownload];
  192. if ([sessionDescription isEqualToString:k_upload_session]) return [self sessionUpload];
  193. if ([sessionDescription isEqualToString:k_upload_session_foreground]) return [self sessionUploadForeground];
  194. if ([sessionDescription isEqualToString:k_upload_session_wwan]) return [self sessionWWanUpload];
  195. return nil;
  196. }
  197. - (void)invalidateAndCancelAllSession
  198. {
  199. [[self sessionDownload] invalidateAndCancel];
  200. [[self sessionDownloadForeground] invalidateAndCancel];
  201. [[self sessionWWanDownload] invalidateAndCancel];
  202. [[self sessionUpload] invalidateAndCancel];
  203. [[self sessionUploadForeground] invalidateAndCancel];
  204. [[self sessionWWanUpload] invalidateAndCancel];
  205. }
  206. - (void)settingSessionsDownload:(BOOL)download upload:(BOOL)upload taskStatus:(NSInteger)taskStatus activeAccount:(NSString *)activeAccount activeUser:(NSString *)activeUser activeUrl:(NSString *)activeUrl
  207. {
  208. if (download) {
  209. [[self sessionDownload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  210. for (NSURLSessionTask *task in downloadTasks)
  211. if (taskStatus == k_taskStatusCancel) [task cancel];
  212. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  213. else if (taskStatus == k_taskStatusResume) [task resume];
  214. }];
  215. [[self sessionDownloadForeground] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  216. for (NSURLSessionTask *task in downloadTasks)
  217. if (taskStatus == k_taskStatusCancel) [task cancel];
  218. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  219. else if (taskStatus == k_taskStatusResume) [task resume];
  220. }];
  221. [[self sessionWWanDownload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  222. for (NSURLSessionTask *task in downloadTasks)
  223. if (taskStatus == k_taskStatusCancel) [task cancel];
  224. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  225. else if (taskStatus == k_taskStatusResume) [task resume];
  226. }];
  227. }
  228. if (upload) {
  229. [[self sessionUpload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  230. for (NSURLSessionTask *task in uploadTasks)
  231. if (taskStatus == k_taskStatusCancel)[task cancel];
  232. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  233. else if (taskStatus == k_taskStatusResume) [task resume];
  234. }];
  235. [[self sessionUploadForeground] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  236. for (NSURLSessionTask *task in uploadTasks)
  237. if (taskStatus == k_taskStatusCancel) [task cancel];
  238. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  239. else if (taskStatus == k_taskStatusResume) [task resume];
  240. }];
  241. [[self sessionWWanUpload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  242. for (NSURLSessionTask *task in uploadTasks)
  243. if (taskStatus == k_taskStatusCancel) [task cancel];
  244. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  245. else if (taskStatus == k_taskStatusResume) [task resume];
  246. }];
  247. }
  248. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 4 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  249. if (download && taskStatus == k_taskStatusCancel) {
  250. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"account = %@ AND session CONTAINS 'download'", _activeAccount]];
  251. }
  252. if (upload && taskStatus == k_taskStatusCancel) {
  253. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session CONTAINS 'upload'"] clearDateReadDirectoryID:nil];
  254. // File System
  255. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  256. [CCUtility removeAllFileID_UPLOAD_ActiveUser:activeUser activeUrl:activeUrl];
  257. });
  258. }
  259. });
  260. }
  261. - (void)settingSession:(NSString *)sessionDescription sessionTaskIdentifier:(NSUInteger)sessionTaskIdentifier taskStatus:(NSInteger)taskStatus
  262. {
  263. NSURLSession *session = [self getSessionfromSessionDescription:sessionDescription];
  264. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  265. if ([sessionDescription containsString:@"download"])
  266. for (NSURLSessionTask *task in downloadTasks)
  267. if (task.taskIdentifier == sessionTaskIdentifier) {
  268. if (taskStatus == k_taskStatusCancel) [task cancel];
  269. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  270. else if (taskStatus == k_taskStatusResume) [task resume];
  271. }
  272. if ([sessionDescription containsString:@"upload"])
  273. for (NSURLSessionTask *task in uploadTasks)
  274. if (task.taskIdentifier == sessionTaskIdentifier) {
  275. if (taskStatus == k_taskStatusCancel) [task cancel];
  276. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  277. else if (taskStatus == k_taskStatusResume) [task resume];
  278. }
  279. }];
  280. }
  281. #pragma --------------------------------------------------------------------------------------------
  282. #pragma mark ===== URLSession download/upload =====
  283. #pragma --------------------------------------------------------------------------------------------
  284. - (void)URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))completionHandler
  285. {
  286. // The pinnning check
  287. if ([[CCCertificate sharedManager] checkTrustedChallenge:challenge]) {
  288. completionHandler(NSURLSessionAuthChallengeUseCredential, [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust]);
  289. } else {
  290. completionHandler(NSURLSessionAuthChallengePerformDefaultHandling, nil);
  291. }
  292. }
  293. - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error
  294. {
  295. NSString *url = [[[task currentRequest].URL absoluteString] stringByRemovingPercentEncoding];
  296. if (!url)
  297. return;
  298. NSString *fileName = [url lastPathComponent];
  299. NSString *serverUrl = [self getServerUrlFromUrl:url];
  300. if (!serverUrl) return;
  301. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
  302. if (!directoryID) return;
  303. tableMetadata *metadata;
  304. NSInteger errorCode;
  305. NSDate *date = [NSDate date];
  306. NSDateFormatter *dateFormatter = [NSDateFormatter new];
  307. NSLocale *enUSPOSIXLocale = [NSLocale localeWithLocaleIdentifier:@"en_US_POSIX"];
  308. [dateFormatter setLocale:enUSPOSIXLocale];
  309. [dateFormatter setDateFormat:@"EEE, dd MMM y HH:mm:ss zzz"];
  310. NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)task.response;
  311. if (httpResponse.statusCode >= 200 && httpResponse.statusCode < 300) {
  312. errorCode = error.code;
  313. } else {
  314. if (httpResponse.statusCode > 0)
  315. errorCode = httpResponse.statusCode;
  316. else
  317. errorCode = error.code;
  318. }
  319. // ----------------------- DOWNLOAD -----------------------
  320. if ([task isKindOfClass:[NSURLSessionDownloadTask class]]) {
  321. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session = %@ AND sessionTaskIdentifier = %i",session.sessionDescription, task.taskIdentifier]];
  322. if (!metadata)
  323. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"directoryID = %@ AND fileName = %@", directoryID, fileName, fileName]];
  324. if (metadata) {
  325. NSString *etag = metadata.etag;
  326. NSString *fileID = metadata.fileID;
  327. NSDictionary *fields = [httpResponse allHeaderFields];
  328. if (errorCode == 0) {
  329. etag = [CCUtility removeForbiddenCharactersFileSystem:[fields objectForKey:@"OC-ETag"]];
  330. NSString *dateString = [fields objectForKey:@"Date"];
  331. if (![dateFormatter getObjectValue:&date forString:dateString range:nil error:&error]) {
  332. NSLog(@"[LOG] Date '%@' could not be parsed: %@", dateString, error);
  333. date = [NSDate date];
  334. }
  335. }
  336. NSArray *object = [[NSArray alloc] initWithObjects:session, fileID, task, nil];
  337. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_networkingSessionNotification object:object];
  338. if (fileName.length > 0 && serverUrl.length > 0) {
  339. dispatch_async(dispatch_get_main_queue(), ^{
  340. [self downloadFileSuccessFailure:fileName fileID:metadata.fileID etag:etag date:date serverUrl:serverUrl selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost errorCode:errorCode];
  341. });
  342. }
  343. } else {
  344. NSLog(@"[LOG] Remove record ? : metadata not found %@", url);
  345. dispatch_async(dispatch_get_main_queue(), ^{
  346. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  347. [self.delegate downloadFileFailure:@"" serverUrl:serverUrl selector:@"" message:@"" errorCode:k_CCErrorInternalError];
  348. });
  349. }
  350. }
  351. // ------------------------ UPLOAD -----------------------
  352. if ([task isKindOfClass:[NSURLSessionUploadTask class]]) {
  353. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session = %@ AND sessionTaskIdentifier = %i",session.sessionDescription, task.taskIdentifier]];
  354. if (!metadata)
  355. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"directoryID = %@ AND fileName = %@", directoryID, fileName]];
  356. if (metadata) {
  357. NSDictionary *fields = [httpResponse allHeaderFields];
  358. NSString *fileID = metadata.fileID;
  359. NSString *etag = metadata.etag;
  360. if (errorCode == 0) {
  361. fileID = [CCUtility removeForbiddenCharactersFileSystem:[fields objectForKey:@"OC-FileId"]];
  362. etag = [CCUtility removeForbiddenCharactersFileSystem:[fields objectForKey:@"OC-ETag"]];
  363. NSString *dateString = [fields objectForKey:@"Date"];
  364. if (dateString) {
  365. if (![dateFormatter getObjectValue:&date forString:dateString range:nil error:&error]) {
  366. NSLog(@"[LOG] Date '%@' could not be parsed: %@", dateString, error);
  367. date = [NSDate date];
  368. }
  369. } else {
  370. date = [NSDate date];
  371. }
  372. }
  373. NSArray *object = [[NSArray alloc] initWithObjects:session, fileID, task, nil];
  374. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_networkingSessionNotification object:object];
  375. if (fileName.length > 0 && fileID.length > 0 && serverUrl.length > 0) {
  376. dispatch_async(dispatch_get_main_queue(), ^{
  377. [self uploadFileSuccessFailure:metadata fileName:fileName fileID:fileID etag:etag date:date serverUrl:serverUrl errorCode:errorCode];
  378. });
  379. }
  380. } else {
  381. NSLog(@"[LOG] Remove record ? : metadata not found %@", url);
  382. dispatch_async(dispatch_get_main_queue(), ^{
  383. [self.delegate uploadFileSuccessFailure:fileName fileID:@"" assetLocalIdentifier:@"" serverUrl:serverUrl selector:@"" selectorPost:@"" errorMessage:@"" errorCode:k_CCErrorInternalError];
  384. });
  385. }
  386. }
  387. }
  388. #pragma --------------------------------------------------------------------------------------------
  389. #pragma mark ===== Download =====
  390. #pragma --------------------------------------------------------------------------------------------
  391. - (void)downloadFile:(NSString *)fileID serverUrl:(NSString *)serverUrl selector:(NSString *)selector selectorPost:(NSString *)selectorPost session:(NSString *)session taskStatus:(NSInteger)taskStatus delegate:(id)delegate
  392. {
  393. // add delegate
  394. [_delegates setObject:delegate forKey:fileID];
  395. if (fileID.length == 0) {
  396. dispatch_async(dispatch_get_main_queue(), ^{
  397. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  398. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:NSLocalizedStringFromTable(@"_file_folder_not_exists_", @"Error", nil) errorCode:kOCErrorServerPathNotFound];
  399. });
  400. return;
  401. }
  402. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  403. if (!metadata) {
  404. dispatch_async(dispatch_get_main_queue(), ^{
  405. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  406. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:NSLocalizedStringFromTable(@"_file_folder_not_exists_", @"Error", nil) errorCode:kOCErrorServerPathNotFound];
  407. });
  408. return;
  409. }
  410. // it's in download
  411. tableMetadata *result = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@ AND session CONTAINS 'download' AND sessionTaskIdentifier >= 0", _activeAccount, metadata.fileID]];
  412. if (result) {
  413. dispatch_async(dispatch_get_main_queue(), ^{
  414. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  415. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:@"File already in download" errorCode:k_CCErrorFileAlreadyInDownload];
  416. });
  417. return;
  418. }
  419. // File exists ?
  420. tableLocalFile *localfile = [[NCManageDatabase sharedInstance] getTableLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadata.fileID]];
  421. if (localfile != nil && [[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID]]) {
  422. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadata.fileID]];
  423. dispatch_async(dispatch_get_main_queue(), ^{
  424. if ([[self getDelegate:metadata.fileID] respondsToSelector:@selector(downloadFileSuccess:serverUrl:selector:selectorPost:)])
  425. [[self getDelegate:metadata.fileID] downloadFileSuccess:metadata.fileID serverUrl:serverUrl selector:selector selectorPost:selectorPost];
  426. });
  427. return;
  428. }
  429. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"" sessionSelector:selector sessionSelectorPost:selectorPost sessionTaskIdentifier:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"fileID = %@",metadata.fileID]];
  430. [self downloaURLSession:metadata.fileName serverUrl:serverUrl fileID:metadata.fileID session:session taskStatus:taskStatus selector:selector];
  431. }
  432. - (void)downloaURLSession:(NSString *)fileName serverUrl:(NSString *)serverUrl fileID:(NSString *)fileID session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector
  433. {
  434. NSURLSession *sessionDownload;
  435. NSURL *url;
  436. NSMutableURLRequest *request;
  437. NSString *serverFileUrl = [[NSString stringWithFormat:@"%@/%@", serverUrl, fileName] encodeString:NSUTF8StringEncoding];
  438. url = [NSURL URLWithString:serverFileUrl];
  439. request = [NSMutableURLRequest requestWithURL:url];
  440. NSData *authData = [[NSString stringWithFormat:@"%@:%@", _activeUser, _activePassword] dataUsingEncoding:NSUTF8StringEncoding];
  441. NSString *authValue = [NSString stringWithFormat: @"Basic %@",[authData base64EncodedStringWithOptions:0]];
  442. [request setValue:authValue forHTTPHeaderField:@"Authorization"];
  443. [request setValue:[CCUtility getUserAgent] forHTTPHeaderField:@"User-Agent"];
  444. if ([session isEqualToString:k_download_session]) sessionDownload = [self sessionDownload];
  445. else if ([session isEqualToString:k_download_session_foreground]) sessionDownload = [self sessionDownloadForeground];
  446. else if ([session isEqualToString:k_download_session_wwan]) sessionDownload = [self sessionWWanDownload];
  447. NSURLSessionDownloadTask *downloadTask = [sessionDownload downloadTaskWithRequest:request];
  448. if (downloadTask == nil) {
  449. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:@"Serious internal error downloadTask NIL" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  450. NSLog(@"[LOG] downloadFileSession TaskIdentifier [error CCErrorTaskNil] - %@", fileName);
  451. } else {
  452. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:nil sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:downloadTask.taskIdentifier predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  453. // Manage uploadTask cancel,suspend,resume
  454. if (taskStatus == k_taskStatusCancel) [downloadTask cancel];
  455. else if (taskStatus == k_taskStatusSuspend) [downloadTask suspend];
  456. else if (taskStatus == k_taskStatusResume) [downloadTask resume];
  457. NSLog(@"[LOG] downloadFileSession %@ Task [%lu]", fileID, (unsigned long)downloadTask.taskIdentifier);
  458. }
  459. dispatch_async(dispatch_get_main_queue(), ^{
  460. // Refresh datasource if is not a Plist
  461. if ([_delegate respondsToSelector:@selector(reloadDatasource:)])
  462. [_delegate reloadDatasource:serverUrl];
  463. #ifndef EXTENSION
  464. [app updateApplicationIconBadgeNumber];
  465. #endif
  466. });
  467. }
  468. - (void)URLSession:(NSURLSession *)session downloadTask:(NSURLSessionDownloadTask *)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite
  469. {
  470. NSString *url = [[[downloadTask currentRequest].URL absoluteString] stringByRemovingPercentEncoding];
  471. NSString *fileName = [url lastPathComponent];
  472. NSString *serverUrl = [self getServerUrlFromUrl:url];
  473. if (!serverUrl) return;
  474. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
  475. if (!directoryID) return;
  476. float progress = (float) totalBytesWritten / (float)totalBytesExpectedToWrite;
  477. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataFromFileName:fileName directoryID:directoryID];
  478. if (metadata) {
  479. NSDictionary* userInfo = @{@"fileID": (metadata.fileID), @"serverUrl": (serverUrl), @"progress": ([NSNumber numberWithFloat:progress])};
  480. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  481. } else {
  482. NSLog(@"[LOG] metadata not found");
  483. }
  484. }
  485. - (void)URLSession:(NSURLSession *)session downloadTask:(NSURLSessionDownloadTask *)downloadTask didFinishDownloadingToURL:(NSURL *)location
  486. {
  487. NSURLRequest *url = [downloadTask currentRequest];
  488. NSString *fileName = [[url.URL absoluteString] lastPathComponent];
  489. NSString *serverUrl = [self getServerUrlFromUrl:[url.URL absoluteString]];
  490. if (!serverUrl) return;
  491. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session = %@ AND sessionTaskIdentifier = %i",session.sessionDescription, downloadTask.taskIdentifier]];
  492. // If the record metadata do not exists, exit
  493. if (!metadata) {
  494. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:@"" action:k_activityDebugActionUpload selector:@"" note:[NSString stringWithFormat:@"Serious error internal download : metadata not found %@", url] type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  495. NSLog(@"[LOG] Serious error internal download : metadata not found %@ ", url);
  496. dispatch_async(dispatch_get_main_queue(), ^{
  497. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  498. [self.delegate downloadFileFailure:@"" serverUrl:serverUrl selector:@"" message:@"" errorCode:k_CCErrorInternalError];
  499. });
  500. return;
  501. }
  502. NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)downloadTask.response;
  503. if (httpResponse.statusCode >= 200 && httpResponse.statusCode < 300) {
  504. NSString *destinationFilePath = [NSString stringWithFormat:@"%@/%@", [CCUtility getDirectoryActiveUser:_activeUser activeUrl:_activeUrl], metadata.fileID];
  505. NSURL *destinationURL = [NSURL fileURLWithPath:destinationFilePath];
  506. [[NSFileManager defaultManager] removeItemAtURL:destinationURL error:NULL];
  507. [[NSFileManager defaultManager] copyItemAtURL:location toURL:destinationURL error:nil];
  508. }
  509. }
  510. - (void)downloadFileSuccessFailure:(NSString *)fileName fileID:(NSString *)fileID etag:(NSString *)etag date:(NSDate *)date serverUrl:(NSString *)serverUrl selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode
  511. {
  512. #ifndef EXTENSION
  513. [app.listProgressMetadata removeObjectForKey:fileID];
  514. #endif
  515. // Progress Task
  516. NSDictionary* userInfo = @{@"fileID": (fileID), @"serverUrl": (serverUrl), @"progress": ([NSNumber numberWithFloat:0.0])};
  517. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  518. if (errorCode != 0) {
  519. if (errorCode != kCFURLErrorCancelled) {
  520. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:[CCError manageErrorKCF:errorCode withNumberError:NO] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  521. }
  522. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  523. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:[CCError manageErrorKCF:errorCode withNumberError:YES] errorCode:errorCode];
  524. } else {
  525. __block tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  526. if (!metadata) {
  527. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:fileID action:k_activityDebugActionUpload selector:@"" note:[NSString stringWithFormat:@"Serious error internal download : metadata not found %@", fileName] type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  528. NSLog(@"[LOG] Serious error internal download : metadata not found %@ ", fileName);
  529. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  530. [self.delegate downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:[NSString stringWithFormat:@"Serious error internal download : metadata not found %@", fileName] errorCode:k_CCErrorInternalError];
  531. return;
  532. }
  533. metadata.session = @"";
  534. metadata.sessionError = @"";
  535. metadata.sessionSelector = @"";
  536. metadata.sessionSelectorPost = @"";
  537. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  538. metadata = [[NCManageDatabase sharedInstance] updateMetadata:metadata];
  539. [[NCManageDatabase sharedInstance] addLocalFileWithMetadata:metadata];
  540. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image])
  541. [[CCExifGeo sharedInstance] setExifLocalTableEtag:metadata directoryUser:_directoryUser activeAccount:_activeAccount];
  542. // E2E Decrypted
  543. tableE2eEncryption *object = [[NCManageDatabase sharedInstance] getE2eEncryptionWithPredicate:[NSPredicate predicateWithFormat:@"fileNameIdentifier = %@ AND serverUrl = %@", fileName, serverUrl]];
  544. if (object) {
  545. BOOL result = [[NCEndToEndEncryption sharedManager] decryptFileID:fileID directoryUser:_directoryUser key:object.key initializationVector:object.initializationVector authenticationTag:object.authenticationTag];
  546. if (!result) {
  547. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:fileID action:k_activityDebugActionUpload selector:@"" note:[NSString stringWithFormat:@"Serious error internal download : decrypt error %@", fileName] type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  548. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  549. [self.delegate downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:[NSString stringWithFormat:@"Serious error internal download : decrypt error %@", fileName] errorCode:k_CCErrorInternalError];
  550. return;
  551. }
  552. }
  553. // Icon
  554. [CCGraphics createNewImageFrom:metadata.fileID directoryUser:_directoryUser fileNameTo:metadata.fileID extension:[metadata.fileNameView pathExtension] size:@"m" imageForUpload:NO typeFile:metadata.typeFile writePreview:YES optimizedFileName:[CCUtility getOptimizedPhoto]];
  555. // Activity
  556. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:metadata.fileID action:k_activityDebugActionDownload selector:metadata.sessionSelector note:serverUrl type:k_activityTypeSuccess verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  557. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileSuccess:serverUrl:selector:selectorPost:)])
  558. [[self getDelegate:fileID] downloadFileSuccess:fileID serverUrl:serverUrl selector:selector selectorPost:selectorPost];
  559. }
  560. }
  561. #pragma --------------------------------------------------------------------------------------------
  562. #pragma mark ===== Upload =====
  563. #pragma --------------------------------------------------------------------------------------------
  564. - (void)uploadFileFromAssetLocalIdentifier:(CCMetadataNet *)metadataNet delegate:(id)delegate
  565. {
  566. //delegate
  567. if (delegate == nil)
  568. delegate = self.delegate;
  569. PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[metadataNet.assetLocalIdentifier] options:nil];
  570. if (!result.count) {
  571. [delegate uploadFileSuccessFailure:metadataNet.fileName fileID:metadataNet.fileID assetLocalIdentifier:metadataNet.assetLocalIdentifier serverUrl:metadataNet.serverUrl selector:metadataNet.selector selectorPost:metadataNet.selectorPost errorMessage:@"Error photo/video not found, remove from upload" errorCode:k_CCErrorInternalError];
  572. return;
  573. }
  574. PHAsset *asset= result[0];
  575. // IMAGE
  576. if (asset.mediaType == PHAssetMediaTypeImage) {
  577. PHImageRequestOptions *options = [PHImageRequestOptions new];
  578. options.networkAccessAllowed = YES; // iCloud
  579. [[PHImageManager defaultManager] requestImageDataForAsset:asset options:options resultHandler:^(NSData *imageData, NSString *dataUTI, UIImageOrientation orientation, NSDictionary *info) {
  580. NSError *error = nil;
  581. if ([dataUTI isEqualToString:@"public.heic"] && [CCUtility getFormatCompatibility]) {
  582. UIImage *image = [UIImage imageWithData:imageData];
  583. imageData = UIImageJPEGRepresentation(image, 1.0);
  584. NSString *fileNameJPEG = [[metadataNet.fileName lastPathComponent] stringByDeletingPathExtension];
  585. metadataNet.fileName = [fileNameJPEG stringByAppendingString:@".jpg"];
  586. [imageData writeToFile:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadataNet.fileName] options:NSDataWritingAtomic error:&error];
  587. } else {
  588. [imageData writeToFile:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadataNet.fileName] options:NSDataWritingAtomic error:&error];
  589. }
  590. if (error) {
  591. [delegate uploadFileSuccessFailure:metadataNet.fileName fileID:metadataNet.fileID assetLocalIdentifier:metadataNet.assetLocalIdentifier serverUrl:metadataNet.serverUrl selector:metadataNet.selector selectorPost:metadataNet.selectorPost errorMessage:[NSString stringWithFormat:@"Image request failed [%@]", error.description] errorCode:error.code];
  592. } else {
  593. // OOOOOK
  594. [self upload:metadataNet.fileName serverUrl:metadataNet.serverUrl assetLocalIdentifier:metadataNet.assetLocalIdentifier session:metadataNet.session taskStatus:metadataNet.taskStatus selector:metadataNet.selector selectorPost:metadataNet.selectorPost errorCode:metadataNet.errorCode delegate:delegate];
  595. }
  596. }];
  597. }
  598. // VIDEO
  599. if (asset.mediaType == PHAssetMediaTypeVideo) {
  600. PHVideoRequestOptions *options = [PHVideoRequestOptions new];
  601. options.version = PHVideoRequestOptionsVersionOriginal;
  602. [[PHImageManager defaultManager] requestAVAssetForVideo:asset options:options resultHandler:^(AVAsset *asset, AVAudioMix *audioMix, NSDictionary *info) {
  603. if ([asset isKindOfClass:[AVURLAsset class]]) {
  604. NSURL *fileURL = [[NSURL alloc] initFileURLWithPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadataNet.fileName]];
  605. NSError *error = nil;
  606. [[NSFileManager defaultManager] removeItemAtURL:fileURL error:nil];
  607. [[NSFileManager defaultManager] copyItemAtURL:[(AVURLAsset *)asset URL] toURL:fileURL error:&error];
  608. if (error) {
  609. dispatch_async(dispatch_get_main_queue(), ^{
  610. [delegate uploadFileSuccessFailure:metadataNet.fileName fileID:metadataNet.fileID assetLocalIdentifier:metadataNet.assetLocalIdentifier serverUrl:metadataNet.serverUrl selector:metadataNet.selector selectorPost:metadataNet.selectorPost errorMessage:[NSString stringWithFormat:@"Video request failed [%@]", error.description] errorCode:error.code];
  611. });
  612. } else {
  613. dispatch_async(dispatch_get_main_queue(), ^{
  614. // OOOOOK
  615. [self upload:metadataNet.fileName serverUrl:metadataNet.serverUrl assetLocalIdentifier:metadataNet.assetLocalIdentifier session:metadataNet.session taskStatus:metadataNet.taskStatus selector:metadataNet.selector selectorPost:metadataNet.selectorPost errorCode:metadataNet.errorCode delegate:delegate];
  616. });
  617. }
  618. }
  619. }];
  620. }
  621. }
  622. - (void)uploadFile:(NSString *)fileName serverUrl:(NSString *)serverUrl session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode delegate:(id)delegate
  623. {
  624. [self upload:fileName serverUrl:serverUrl assetLocalIdentifier:nil session:session taskStatus:taskStatus selector:selector selectorPost:selectorPost errorCode:errorCode delegate:delegate];
  625. }
  626. - (void)upload:(NSString *)fileName serverUrl:(NSString *)serverUrl assetLocalIdentifier:(NSString *)assetLocalIdentifier session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode delegate:(id)delegate
  627. {
  628. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
  629. if (!directoryID) return;
  630. //fileID
  631. NSString *uploadID = [k_uploadSessionID stringByAppendingString:[CCUtility createRandomString:16]];
  632. //add delegate
  633. if (delegate)
  634. [_delegates setObject:delegate forKey:uploadID];
  635. // create Metadata for Upload
  636. tableMetadata *metadata = [CCUtility insertFileSystemInMetadata:fileName fileNameView:fileName directory:_directoryUser activeAccount:_activeAccount];
  637. metadata.date = [NSDate new];
  638. metadata.fileID = uploadID;
  639. metadata.directoryID = directoryID;
  640. metadata.fileName = fileName;
  641. metadata.fileNameView = fileName;
  642. metadata.assetLocalIdentifier = assetLocalIdentifier;
  643. metadata.session = session;
  644. metadata.sessionID = uploadID;
  645. metadata.sessionSelector = selector;
  646. metadata.sessionSelectorPost = selectorPost;
  647. // E2E *** IS ENCRYPTED ---> ENCRYPTED FILE ***
  648. if ([CCUtility isFolderEncrypted:serverUrl account:_activeAccount]) {
  649. NSString *fileNameIdentifier;
  650. // id exists overwrite file else create a new encrypted filename
  651. tableMetadata *overwriteMetadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND directoryID = %@ AND fileNameView = %@", _activeAccount, directoryID, fileName]];
  652. if (overwriteMetadata)
  653. fileNameIdentifier = overwriteMetadata.fileName;
  654. else
  655. fileNameIdentifier = [CCUtility generateRandomIdentifier];
  656. BOOL result = [self newEndToEndFile:fileName fileNameIdentifier:fileNameIdentifier serverUrl:serverUrl];
  657. if (result == false) {
  658. // Error for uploadFileFailure
  659. [[self getDelegate:uploadID] uploadFileSuccessFailure:fileName fileID:uploadID assetLocalIdentifier:assetLocalIdentifier serverUrl:serverUrl selector:selector selectorPost:selectorPost errorMessage:@"E2E Error to create encrypted file" errorCode:k_CCErrorInternalError];
  660. return;
  661. }
  662. // Now the fileName is fileNameIdentifier
  663. metadata.fileName = fileNameIdentifier;
  664. }
  665. [CCGraphics createNewImageFrom:metadata.fileNameView directoryUser:_directoryUser fileNameTo:metadata.fileID extension:[metadata.fileNameView pathExtension] size:@"m" imageForUpload:YES typeFile:metadata.typeFile writePreview:YES optimizedFileName:NO];
  666. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata];
  667. if (metadata)
  668. [self uploadURLSession:metadata.fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier selector:selector];
  669. }
  670. - (void)uploadFileMetadata:(tableMetadata *)metadata taskStatus:(NSInteger)taskStatus
  671. {
  672. BOOL reSend = NO;
  673. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  674. if (!serverUrl) return;
  675. if ([[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.sessionID]]) {
  676. reSend = YES;
  677. NSLog(@"[LOG] Re-upload File : %@ - fileID : %@", metadata.fileName, metadata.fileID);
  678. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", metadata.sessionID, _activeAccount]];
  679. [self uploadURLSession:metadata.fileName serverUrl:serverUrl sessionID:metadata.sessionID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:metadata.assetLocalIdentifier selector:metadata.sessionSelector];
  680. }
  681. if (!reSend) {
  682. NSLog(@"[LOG] Error reUploadBackground, file not found.");
  683. #ifndef EXTENSION
  684. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_no_reuploadfile_", nil) preferredStyle:UIAlertControllerStyleAlert];
  685. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  686. [alertController addAction:okAction];
  687. [[[[[UIApplication sharedApplication] delegate] window] rootViewController] presentViewController:alertController animated:YES completion:nil];
  688. return;
  689. #endif
  690. }
  691. }
  692. - (void)uploadURLSession:(NSString *)fileName serverUrl:(NSString *)serverUrl sessionID:(NSString*)sessionID session:(NSString *)session taskStatus:(NSInteger)taskStatus assetLocalIdentifier:(NSString *)assetLocalIdentifier selector:(NSString *)selector
  693. {
  694. NSURL *url;
  695. NSMutableURLRequest *request;
  696. PHAsset *asset;
  697. NSString *fileNamePath = [[NSString stringWithFormat:@"%@/%@", serverUrl, fileName] encodeString:NSUTF8StringEncoding];
  698. url = [NSURL URLWithString:fileNamePath];
  699. request = [NSMutableURLRequest requestWithURL:url];
  700. NSData *authData = [[NSString stringWithFormat:@"%@:%@", _activeUser, _activePassword] dataUsingEncoding:NSUTF8StringEncoding];
  701. NSString *authValue = [NSString stringWithFormat: @"Basic %@",[authData base64EncodedStringWithOptions:0]];
  702. [request setHTTPMethod:@"PUT"];
  703. [request setValue:authValue forHTTPHeaderField:@"Authorization"];
  704. [request setValue:[CCUtility getUserAgent] forHTTPHeaderField:@"User-Agent"];
  705. // Change date file upload with header : X-OC-Mtime (ctime assetLocalIdentifier)
  706. if (assetLocalIdentifier) {
  707. PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[assetLocalIdentifier] options:nil];
  708. if (result.count) {
  709. asset = result[0];
  710. long dateFileCreation = [asset.creationDate timeIntervalSince1970];
  711. [request setValue:[NSString stringWithFormat:@"%ld", dateFileCreation] forHTTPHeaderField:@"X-OC-Mtime"];
  712. }
  713. }
  714. // Rename with the SessionID
  715. NSString *fileNameForUpload = sessionID;
  716. [[NSFileManager defaultManager] moveItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNameForUpload] error:nil];
  717. // file NOT exists
  718. if ([[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNameForUpload]] == NO) {
  719. // Delete record : Metadata
  720. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount] clearDateReadDirectoryID:nil];
  721. // Error for uploadFileFailure
  722. [[self getDelegate:sessionID] uploadFileSuccessFailure:fileName fileID:@"" assetLocalIdentifier:assetLocalIdentifier serverUrl:serverUrl selector:selector selectorPost:@"" errorMessage:NSLocalizedString(@"_file_not_present_", nil) errorCode:404];
  723. return;
  724. }
  725. NSURLSession *sessionUpload;
  726. // NSURLSession
  727. if ([session isEqualToString:k_upload_session]) sessionUpload = [self sessionUpload];
  728. else if ([session isEqualToString:k_upload_session_foreground]) sessionUpload = [self sessionUploadForeground];
  729. else if ([session isEqualToString:k_upload_session_wwan]) sessionUpload = [self sessionWWanUpload];
  730. NSURLSessionUploadTask *uploadTask = [sessionUpload uploadTaskWithRequest:request fromFile:[NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNameForUpload]]];
  731. // Error
  732. if (uploadTask == nil) {
  733. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:assetLocalIdentifier action:k_activityDebugActionUpload selector:selector note:@"Upload task not available" type:k_activityTypeFailure verbose:k_activityVerboseHigh activeUrl:_activeUrl];
  734. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"Serious internal error uploadTask NIL" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount]];
  735. [[NCManageDatabase sharedInstance] deleteQueueUploadWithAssetLocalIdentifier:assetLocalIdentifier selector:selector];
  736. NSLog(@"[LOG] Upload file TaskIdentifier [error CCErrorTaskNil] - %@", fileName);
  737. } else {
  738. // E2E *** IS ENCRYPTED ---> CREATE METADATA ***
  739. if ([CCUtility isFolderEncrypted:serverUrl account:_activeAccount]) {
  740. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{
  741. // Send Metadata
  742. if ([self SendEndToEndMetadataOnServerUrl:serverUrl]) {
  743. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:uploadTask.taskIdentifier predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount]];
  744. // Manage uploadTask cancel,suspend,resume
  745. if (taskStatus == k_taskStatusCancel) [uploadTask cancel];
  746. else if (taskStatus == k_taskStatusSuspend) [uploadTask suspend];
  747. else if (taskStatus == k_taskStatusResume) [uploadTask resume];
  748. NSLog(@"[LOG] Upload file %@ TaskIdentifier %lu", fileName, (unsigned long)uploadTask.taskIdentifier);
  749. } else {
  750. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:assetLocalIdentifier action:k_activityDebugActionUpload selector:selector note:@"Error to send metadata" type:k_activityTypeFailure verbose:k_activityVerboseHigh activeUrl:_activeUrl];
  751. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"Error to send metadata" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount]];
  752. [uploadTask cancel];
  753. }
  754. // OK remove record on tableQueueUpload
  755. [[NCManageDatabase sharedInstance] deleteQueueUploadWithAssetLocalIdentifier:assetLocalIdentifier selector:selector];
  756. #ifndef EXTENSION
  757. // Next tableQueueUpload
  758. [app performSelectorOnMainThread:@selector(loadAutoDownloadUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];
  759. #endif
  760. });
  761. } else {
  762. // *** PLAIN ***
  763. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:uploadTask.taskIdentifier predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount]];
  764. // OK remove record on tableQueueUpload
  765. [[NCManageDatabase sharedInstance] deleteQueueUploadWithAssetLocalIdentifier:assetLocalIdentifier selector:selector];
  766. #ifndef EXTENSION
  767. // Next tableQueueUpload
  768. [app performSelectorOnMainThread:@selector(loadAutoDownloadUpload:) withObject:[NSNumber numberWithInt:k_maxConcurrentOperationDownloadUpload] waitUntilDone:NO];
  769. #endif
  770. // Manage uploadTask cancel,suspend,resume
  771. if (taskStatus == k_taskStatusCancel) [uploadTask cancel];
  772. else if (taskStatus == k_taskStatusSuspend) [uploadTask suspend];
  773. else if (taskStatus == k_taskStatusResume) [uploadTask resume];
  774. NSLog(@"[LOG] Upload file %@ TaskIdentifier %lu", fileName, (unsigned long)uploadTask.taskIdentifier);
  775. }
  776. }
  777. // refresh main
  778. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  779. [self.delegate reloadDatasource:serverUrl];
  780. #ifndef EXTENSION
  781. [app updateApplicationIconBadgeNumber];
  782. #endif
  783. }
  784. - (void)URLSession:(NSURLSession *)session dataTask:(NSURLSessionDataTask *)dataTask didReceiveData:(NSData *)data
  785. {
  786. NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)dataTask.response;
  787. if (httpResponse.statusCode >= 200 && httpResponse.statusCode < 300) {
  788. NSNumber *taskIdentifier = [NSNumber numberWithLong:dataTask.taskIdentifier];
  789. if (data)
  790. [_taskData setObject:[data copy] forKey:taskIdentifier];
  791. }
  792. }
  793. - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend
  794. {
  795. NSString *url = [[[task currentRequest].URL absoluteString] stringByRemovingPercentEncoding];
  796. NSString *fileName = [url lastPathComponent];
  797. NSString *serverUrl = [self getServerUrlFromUrl:url];
  798. if (!serverUrl) return;
  799. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
  800. if (!directoryID) return;
  801. float progress = (float) totalBytesSent / (float)totalBytesExpectedToSend;
  802. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataFromFileName:fileName directoryID:directoryID];
  803. if (metadata) {
  804. NSDictionary* userInfo = @{@"fileID": (metadata.fileID), @"serverUrl": (serverUrl), @"progress": ([NSNumber numberWithFloat:progress])};
  805. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  806. }
  807. }
  808. - (void)uploadFileSuccessFailure:(tableMetadata *)metadata fileName:(NSString *)fileName fileID:(NSString *)fileID etag:(NSString *)etag date:(NSDate *)date serverUrl:(NSString *)serverUrl errorCode:(NSInteger)errorCode
  809. {
  810. NSString *sessionID = metadata.sessionID;
  811. // Progress Task
  812. NSDictionary* userInfo = @{@"fileID": (fileID), @"serverUrl": (serverUrl), @"progress": ([NSNumber numberWithFloat:0.0])};
  813. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  814. // ERRORE
  815. if (errorCode != 0) {
  816. #ifndef EXTENSION
  817. [app.listProgressMetadata removeObjectForKey:sessionID];
  818. #endif
  819. // Mark error only if not Cancelled Task
  820. if (errorCode != kCFURLErrorCancelled) {
  821. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:[CCError manageErrorKCF:errorCode withNumberError:NO] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", metadata.sessionID, _activeAccount]];
  822. }
  823. [[self getDelegate:sessionID] uploadFileSuccessFailure:fileName fileID:fileID assetLocalIdentifier:metadata.assetLocalIdentifier serverUrl:serverUrl selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost errorMessage:[CCError manageErrorKCF:errorCode withNumberError:YES] errorCode:errorCode];
  824. return;
  825. }
  826. // copy ico in new fileID
  827. [CCUtility copyFileAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, sessionID] toPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, fileID]];
  828. metadata.fileID = fileID;
  829. metadata.etag = etag;
  830. metadata.date = date;
  831. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  832. // Add new metadata
  833. if (metadata)
  834. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata];
  835. if (!metadata) {
  836. [[self getDelegate:sessionID] uploadFileSuccessFailure:fileName fileID:fileID assetLocalIdentifier:@"" serverUrl:serverUrl selector:@"" selectorPost:@"" errorMessage:[NSString stringWithFormat:@"Serious error internal upload : metadata not found %@", fileName] errorCode:k_CCErrorInternalError];
  837. return;
  838. }
  839. // Delete old ID_UPLOAD_XXXXX metadata
  840. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", sessionID] clearDateReadDirectoryID:nil];
  841. #ifndef EXTENSION
  842. [app.listProgressMetadata removeObjectForKey:sessionID];
  843. #endif
  844. NSLog(@"[LOG] Insert new upload : %@ - fileID : %@", metadata.fileName, metadata.fileID);
  845. metadata.session = @"";
  846. metadata.sessionError = @"";
  847. metadata.sessionID = @"";
  848. metadata = [[NCManageDatabase sharedInstance] updateMetadata:metadata];
  849. if ([CCUtility isFolderEncrypted:serverUrl account:_activeAccount]) {
  850. // rename file fileNameView (original file) -> fileID
  851. [CCUtility moveFileAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileNameView] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID]];
  852. // remove encrypted file
  853. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, sessionID] error:nil];
  854. } else {
  855. // rename file sessionID -> fileID
  856. [CCUtility moveFileAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, sessionID] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID]];
  857. }
  858. // remove temp icon
  859. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, sessionID] error:nil];
  860. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, metadata.fileID] error:nil];
  861. // Local
  862. if (metadata.directory == NO)
  863. [[NCManageDatabase sharedInstance] addLocalFileWithMetadata:metadata];
  864. // EXIF
  865. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image])
  866. [[CCExifGeo sharedInstance] setExifLocalTableEtag:metadata directoryUser:_directoryUser activeAccount:_activeAccount];
  867. // Create ICON
  868. if (metadata.directory == NO)
  869. [CCGraphics createNewImageFrom:metadata.fileID directoryUser:_directoryUser fileNameTo:metadata.fileID extension:[metadata.fileNameView pathExtension] size:@"m" imageForUpload:NO typeFile:metadata.typeFile writePreview:YES optimizedFileName:[CCUtility getOptimizedPhoto]];
  870. // Optimization
  871. if ([CCUtility getUploadAndRemovePhoto] || [metadata.sessionSelectorPost isEqualToString:selectorUploadRemovePhoto])
  872. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID] error:nil];
  873. // Copy photo or video in the photo album for auto upload
  874. if ([metadata.assetLocalIdentifier length] > 0 && ([metadata.sessionSelector isEqualToString:selectorUploadAutoUpload] || [metadata.sessionSelector isEqualToString:selectorUploadFile])) {
  875. PHAsset *asset;
  876. PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[metadata.assetLocalIdentifier] options:nil];
  877. if(result.count){
  878. asset = result[0];
  879. [asset saveToAlbum:[NCBrandOptions sharedInstance].brand completionBlock:^(BOOL success) {
  880. if (success) NSLog(@"[LOG] Insert file %@ in %@", metadata.fileName, [NCBrandOptions sharedInstance].brand);
  881. else NSLog(@"[LOG] File %@ do not insert in %@", metadata.fileName, [NCBrandOptions sharedInstance].brand);
  882. }];
  883. }
  884. }
  885. // Actvity
  886. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:fileID action:k_activityDebugActionUpload selector:metadata.sessionSelector note:serverUrl type:k_activityTypeSuccess verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  887. [[self getDelegate:sessionID] uploadFileSuccessFailure:metadata.fileName fileID:metadata.fileID assetLocalIdentifier:metadata.assetLocalIdentifier serverUrl:serverUrl selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost errorMessage:@"" errorCode:0];
  888. }
  889. #pragma --------------------------------------------------------------------------------------------
  890. #pragma mark ===== Download Verify =====
  891. #pragma --------------------------------------------------------------------------------------------
  892. - (void)verifyDownloadInProgress
  893. {
  894. NSArray *dataSourceDownload = [[NCManageDatabase sharedInstance] getTableMetadataDownload];
  895. NSArray *dataSourceDownloadWWan = [[NCManageDatabase sharedInstance] getTableMetadataDownloadWWan];
  896. NSMutableArray *dataSource = [NSMutableArray new];
  897. [dataSource addObjectsFromArray:dataSourceDownload];
  898. [dataSource addObjectsFromArray:dataSourceDownloadWWan];
  899. NSLog(@"[LOG] Verify download file in progress n. %lu", (unsigned long)[dataSource count]);
  900. for (tableMetadata *metadata in dataSource) {
  901. NSURLSession *session = [self getSessionfromSessionDescription:metadata.session];
  902. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  903. dispatch_async(dispatch_get_main_queue(), ^{
  904. BOOL findTask = NO;
  905. BOOL findTaskPlist = NO;
  906. for (NSURLSessionDownloadTask *downloadTask in downloadTasks) {
  907. NSLog(@"[LOG] Find metadata Tasks [%li] = [%lu] state : %lu", (long)metadata.sessionTaskIdentifier ,(unsigned long)downloadTask.taskIdentifier, (unsigned long)[downloadTask state]);
  908. if (metadata.sessionTaskIdentifier == downloadTask.taskIdentifier) findTask = YES;
  909. if (findTask == YES || findTaskPlist == YES) break; // trovati, download ancora in corso
  910. }
  911. // DATA
  912. if (findTask == NO && metadata.sessionTaskIdentifier >= 0) {
  913. NSLog(@"[LOG] NOT Find metadata Task [%li] fileID : %@ - filename : %@", (long)metadata.sessionTaskIdentifier, metadata.fileID, metadata.fileName);
  914. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:@"Serious internal error download Task Not Found]" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError predicate:[NSPredicate predicateWithFormat:@"fileID = %@ ", metadata.fileID]];
  915. dispatch_async(dispatch_get_main_queue(), ^{
  916. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  917. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID]];
  918. });
  919. }
  920. });
  921. }];
  922. }
  923. }
  924. - (void)verifyDownloadInError:(id)delegate
  925. {
  926. NSMutableSet *serversUrl = [NSMutableSet new];
  927. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND session CONTAINS 'download' AND sessionTaskIdentifier = %i", _activeAccount, k_taskIdentifierError] sorted:nil ascending:NO];
  928. NSLog(@"[LOG] Verify re download in error n. %lu", (unsigned long)[metadatas count]);
  929. for (tableMetadata *metadata in metadatas) {
  930. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  931. if (!serverUrl) continue;
  932. if (metadata.sessionTaskIdentifier == k_taskIdentifierError)
  933. [self downloadFile:metadata.fileID serverUrl:serverUrl selector:metadata.sessionSelector selectorPost:nil session:k_download_session taskStatus: k_taskStatusResume delegate:delegate];
  934. [serversUrl addObject:serverUrl];
  935. NSLog(@"[LOG] Re download file : %@ [%li]", metadata.fileName, (long)metadata.sessionTaskIdentifier);
  936. }
  937. dispatch_async(dispatch_get_main_queue(), ^{
  938. for (NSString *serverUrl in serversUrl)
  939. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  940. [self.delegate reloadDatasource:serverUrl];
  941. });
  942. }
  943. #pragma --------------------------------------------------------------------------------------------
  944. #pragma mark ===== Upload Verify =====
  945. #pragma --------------------------------------------------------------------------------------------
  946. - (void)verifyUploadInProgress
  947. {
  948. NSArray *dataSourceUpload = [[NCManageDatabase sharedInstance] getTableMetadataUpload];
  949. NSArray *dataSourceUploadWWan = [[NCManageDatabase sharedInstance] getTableMetadataUploadWWan];
  950. NSMutableArray *dataSource = [[NSMutableArray alloc] init];
  951. [dataSource addObjectsFromArray:dataSourceUpload];
  952. [dataSource addObjectsFromArray:dataSourceUploadWWan];
  953. NSLog(@"[LOG] Verify upload file in progress n. %lu", (unsigned long)[dataSource count]);
  954. for (tableMetadata *metadata in dataSource) {
  955. __block NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  956. if (!serverUrl) continue;
  957. NSURLSession *session = [self getSessionfromSessionDescription:metadata.session];
  958. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  959. BOOL findTask = NO;
  960. // cerchiamo la corrispondenza dei task
  961. for (NSURLSessionUploadTask *uploadTask in uploadTasks) {
  962. NSLog(@"[LOG] Find metadata Tasks [%li] = [%lu] state : %lu", (long)metadata.sessionTaskIdentifier, (unsigned long)uploadTask.taskIdentifier, (unsigned long)[uploadTask state]);
  963. if (metadata.sessionTaskIdentifier == uploadTask.taskIdentifier) findTask = YES;
  964. if (findTask == YES) break;
  965. }
  966. // se non c'è il relativo uploadTask.taskIdentifier allora chiediamolo
  967. if (findTask == NO) {
  968. NSLog(@"[LOG] Call ReadFileVerifyUpload because this file %@ is in progress but there is no task : [%li]", metadata.fileName, (long)metadata.sessionTaskIdentifier);
  969. if (metadata.sessionTaskIdentifier >= 0) [self readFileVerifyUpload:metadata.fileName serverUrl:serverUrl];
  970. }
  971. }];
  972. // Notification change session
  973. NSArray *object = [[NSArray alloc] initWithObjects:session, metadata, nil];
  974. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_networkingSessionNotification object:object];
  975. }
  976. }
  977. - (void)verifyUploadInErrorOrWait
  978. {
  979. NSMutableSet *directoryIDs = [NSMutableSet new];
  980. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND session CONTAINS 'upload' AND (sessionTaskIdentifier = %i OR sessionTaskIdentifier = %i)", _activeAccount, k_taskIdentifierError, k_taskIdentifierWaitStart] sorted:nil ascending:NO];
  981. NSLog(@"[LOG] Verify re upload in error n. %lu", (unsigned long)[metadatas count]);
  982. for (tableMetadata *metadata in metadatas) {
  983. [self uploadFileMetadata:metadata taskStatus: k_taskStatusResume];
  984. [directoryIDs addObject:metadata.directoryID];
  985. NSLog(@"[LOG] Re upload file : %@", metadata.fileName);
  986. }
  987. dispatch_async(dispatch_get_main_queue(), ^{
  988. for (NSString *directoryID in directoryIDs)
  989. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  990. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:directoryID]];
  991. });
  992. }
  993. - (void)readFileVerifyUpload:(NSString *)fileName serverUrl:(NSString *)serverUrl
  994. {
  995. #ifndef EXTENSION
  996. CCMetadataNet *metadataNet = [[CCMetadataNet alloc] initWithAccount:_activeAccount];
  997. metadataNet.action = actionReadFile;
  998. metadataNet.fileName = fileName;
  999. metadataNet.serverUrl = serverUrl;
  1000. metadataNet.selector = selectorReadFileVerifyUpload;
  1001. [app addNetworkingOperationQueue:app.netQueue delegate:self metadataNet:metadataNet];
  1002. #else
  1003. NSLog(@"[LOG] Function not available for extension.");
  1004. #endif
  1005. }
  1006. //
  1007. // File exists : selectorReadFileVerifyUpload
  1008. //
  1009. - (void)readFileSuccess:(CCMetadataNet *)metadataNet metadata:(tableMetadata *)metadata
  1010. {
  1011. NSString *fileName = metadataNet.fileName;
  1012. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:metadataNet.serverUrl];
  1013. if (!directoryID)
  1014. [self uploadFileSuccessFailure:metadata fileName:metadataNet.fileName fileID:metadata.fileID etag:metadata.etag date:metadata.date serverUrl:metadataNet.serverUrl errorCode:k_CCErrorFileUploadNotFound];
  1015. tableMetadata *metadataTemp = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileName = %@ AND directoryID = %@ AND account = %@", fileName , directoryID, _activeAccount]];
  1016. // is completed ?
  1017. if (metadataTemp.sessionTaskIdentifier == k_taskIdentifierDone) {
  1018. [CCGraphics createNewImageFrom:metadata.fileID directoryUser:_directoryUser fileNameTo:metadata.fileID extension:[metadata.fileNameView pathExtension] size:@"m" imageForUpload:NO typeFile:metadata.typeFile writePreview:YES optimizedFileName:[CCUtility getOptimizedPhoto]];
  1019. NSLog(@"[LOG] Verify read file success, but files already processed");
  1020. dispatch_async(dispatch_get_main_queue(), ^{
  1021. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  1022. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:directoryID]];
  1023. });
  1024. } else {
  1025. [self uploadFileSuccessFailure:metadataTemp fileName:metadataNet.fileName fileID:metadata.fileID etag:metadata.etag date:metadata.date serverUrl:metadataNet.serverUrl errorCode:0];
  1026. }
  1027. }
  1028. //
  1029. // File do not exists : selectorReadFileVerifyUpload
  1030. //
  1031. - (void)readFileFailure:(CCMetadataNet *)metadataNet message:(NSString *)message errorCode:(NSInteger)errorCode
  1032. {
  1033. NSString *fileName = metadataNet.fileName;
  1034. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:metadataNet.serverUrl];
  1035. if (!directoryID) return;
  1036. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileName = %@ AND directoryID = %@ AND account = %@",fileName , directoryID, _activeAccount]];
  1037. NSInteger error;
  1038. if (errorCode == kOCErrorServerPathNotFound)
  1039. error = k_CCErrorFileUploadNotFound;
  1040. else
  1041. error = errorCode;
  1042. // fix CCNetworking.m line 1340 2.17.2 (00005)
  1043. if (metadata)
  1044. [self uploadFileSuccessFailure:metadata fileName:metadataNet.fileName fileID:metadata.fileID etag:metadata.etag date:metadata.date serverUrl:metadataNet.serverUrl errorCode:error];
  1045. }
  1046. #pragma --------------------------------------------------------------------------------------------
  1047. #pragma mark ===== Utility =====
  1048. #pragma --------------------------------------------------------------------------------------------
  1049. - (id)getDelegate:(NSString *)fileID
  1050. {
  1051. id delegate = [_delegates objectForKey:fileID];
  1052. if (delegate)
  1053. return delegate;
  1054. else
  1055. return self.delegate;
  1056. }
  1057. - (NSString *)getServerUrlFromUrl:(NSString *)url
  1058. {
  1059. NSString *fileName = [url lastPathComponent];
  1060. url = [url stringByReplacingOccurrencesOfString:[@"/" stringByAppendingString:fileName] withString:@""];
  1061. return url;
  1062. }
  1063. - (NSString *)getTitleFromPlistName:(NSString *)fileName
  1064. {
  1065. if ([[fileName lastPathComponent] isEqualToString:@"plist"] == NO)
  1066. fileName = [fileName stringByAppendingString:@".plist"];
  1067. if (![[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName]]) return nil;
  1068. NSMutableDictionary *data = [[NSMutableDictionary alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName]];
  1069. return [data objectForKey:@"title"];
  1070. }
  1071. #pragma --------------------------------------------------------------------------------------------
  1072. #pragma mark ===== End To End Encryption =====
  1073. #pragma --------------------------------------------------------------------------------------------
  1074. // E2E
  1075. - (BOOL)newEndToEndFile:(NSString *)fileName fileNameIdentifier:(NSString *)fileNameIdentifier serverUrl:(NSString *)serverUrl
  1076. {
  1077. NSString *key;
  1078. NSString *initializationVector;
  1079. NSString *authenticationTag;
  1080. NSString *metadataKey;
  1081. NSInteger metadataKeyIndex;
  1082. BOOL result = [[NCEndToEndEncryption sharedManager] encryptFileName:fileName fileNameIdentifier:fileNameIdentifier directoryUser: _directoryUser key:&key initializationVector:&initializationVector authenticationTag:&authenticationTag];
  1083. // Write to DB
  1084. if (result) {
  1085. tableE2eEncryption *object = [[NCManageDatabase sharedInstance] getE2eEncryptionWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND serverUrl = %@", _activeAccount, serverUrl]];
  1086. if (object) {
  1087. metadataKey = object.metadataKey;
  1088. metadataKeyIndex = object.metadataKeyIndex;
  1089. } else {
  1090. metadataKey = [[[NCEndToEndEncryption sharedManager] generateKey:16] base64EncodedStringWithOptions:0]; // AES_KEY_128_LENGTH
  1091. metadataKeyIndex = 0;
  1092. }
  1093. tableE2eEncryption *addObject = [tableE2eEncryption new];
  1094. addObject.account = _activeAccount;
  1095. addObject.authenticationTag = authenticationTag;
  1096. addObject.fileName = fileName;
  1097. addObject.fileNameIdentifier = fileNameIdentifier;
  1098. addObject.fileNamePath = [CCUtility returnFileNamePathFromFileName:fileName serverUrl:serverUrl activeUrl:_activeUrl];
  1099. addObject.key = key;
  1100. addObject.initializationVector = initializationVector;
  1101. addObject.metadataKey = metadataKey;
  1102. addObject.metadataKeyIndex = metadataKeyIndex;
  1103. CFStringRef UTI = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, (__bridge CFStringRef)[fileName pathExtension], NULL);
  1104. CFStringRef mimeTypeRef = UTTypeCopyPreferredTagWithClass (UTI, kUTTagClassMIMEType);
  1105. if (mimeTypeRef) {
  1106. addObject.mimeType = (__bridge NSString *)mimeTypeRef;
  1107. } else {
  1108. addObject.mimeType = @"application/octet-stream";
  1109. }
  1110. addObject.serverUrl = serverUrl;
  1111. addObject.version = [[NCManageDatabase sharedInstance] getEndToEndEncryptionVersion];
  1112. result = [[NCManageDatabase sharedInstance] addE2eEncryption:addObject];
  1113. }
  1114. return result;
  1115. }
  1116. - (BOOL)SendEndToEndMetadataOnServerUrl:(NSString *)serverUrl
  1117. {
  1118. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND serverUrl = %@", _activeAccount, serverUrl]];
  1119. NSString *e2eTokenLock;
  1120. NSString *getMetadata;
  1121. NSError *error;
  1122. // exists a metadata on serverUrl ?
  1123. error = [[NCNetworkingSync sharedManager] getEndToEndMetadata:_activeUser userID:_activeUserID password:_activePassword url:_activeUrl fileID:directory.fileID metadata:&getMetadata];
  1124. if (error.code != 404 && error != nil) {
  1125. return false;
  1126. }
  1127. NSArray *tableE2eEncryption = [[NCManageDatabase sharedInstance] getE2eEncryptionsWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND serverUrl = %@", _activeAccount, serverUrl]];
  1128. if (!tableE2eEncryption)
  1129. return false;
  1130. NSString *e2eMetadataJSON = [[NCEndToEndMetadata sharedInstance] encoderMetadata:tableE2eEncryption privateKey:[CCUtility getEndToEndPrivateKey:_activeAccount] serverUrl:serverUrl];
  1131. if (!e2eMetadataJSON)
  1132. return false;
  1133. // send Metadata
  1134. if (getMetadata.length > 0) {
  1135. error = [[NCNetworkingSync sharedManager] updateEndToEndMetadata:_activeUser userID:_activeUserID password:_activePassword url:_activeUrl fileID:directory.fileID metadata:e2eMetadataJSON token:&e2eTokenLock];
  1136. } else {
  1137. error = [[NCNetworkingSync sharedManager] storeEndToEndMetadata:_activeUser userID:_activeUserID password:_activePassword url:_activeUrl fileID:directory.fileID metadata:e2eMetadataJSON token:&e2eTokenLock];
  1138. }
  1139. if (error) {
  1140. return false;
  1141. }
  1142. return true;
  1143. }
  1144. @end
  1145. #pragma --------------------------------------------------------------------------------------------
  1146. #pragma mark ===== CCMetadataNet =====
  1147. #pragma --------------------------------------------------------------------------------------------
  1148. @implementation CCMetadataNet
  1149. - (id)init
  1150. {
  1151. self = [super init];
  1152. self.priority = NSOperationQueuePriorityNormal;
  1153. return self;
  1154. }
  1155. - (id)initWithAccount:(NSString *)withAccount
  1156. {
  1157. self = [self init];
  1158. if (self) {
  1159. _account = withAccount;
  1160. }
  1161. return self;
  1162. }
  1163. - (id)copyWithZone: (NSZone *) zone
  1164. {
  1165. CCMetadataNet *metadataNet = [[CCMetadataNet allocWithZone: zone] init];
  1166. [metadataNet setAccount: self.account];
  1167. [metadataNet setAction: self.action];
  1168. [metadataNet setAssetLocalIdentifier: self.assetLocalIdentifier];
  1169. [metadataNet setContentType: self.contentType];
  1170. [metadataNet setDate: self.date];
  1171. [metadataNet setDelegate: self.delegate];
  1172. [metadataNet setDepth: self.depth];
  1173. [metadataNet setDirectory: self.directory];
  1174. [metadataNet setDirectoryID: self.directoryID];
  1175. [metadataNet setDirectoryIDTo: self.directoryIDTo];
  1176. [metadataNet setE2eEncrypted: self.e2eEncrypted];
  1177. [metadataNet setEncryptedMetadata: self.encryptedMetadata];
  1178. [metadataNet setErrorCode: self.errorCode];
  1179. [metadataNet setErrorRetry: self.errorRetry];
  1180. [metadataNet setEtag:self.etag];
  1181. [metadataNet setExpirationTime: self.expirationTime];
  1182. [metadataNet setFileID: self.fileID];
  1183. [metadataNet setFileName: self.fileName];
  1184. [metadataNet setFileNameTo: self.fileNameTo];
  1185. [metadataNet setFileNameView: self.fileNameView];
  1186. [metadataNet setKey: self.key];
  1187. [metadataNet setKeyCipher: self.keyCipher];
  1188. [metadataNet setOptions: self.options];
  1189. [metadataNet setPassword: self.password];
  1190. [metadataNet setPathFolder: self.pathFolder];
  1191. [metadataNet setPriority: self.priority];
  1192. [metadataNet setServerUrl: self.serverUrl];
  1193. [metadataNet setServerUrlTo: self.serverUrlTo];
  1194. [metadataNet setSelector: self.selector];
  1195. [metadataNet setSelectorPost: self.selectorPost];
  1196. [metadataNet setSession: self.session];
  1197. [metadataNet setSessionID: self.sessionID];
  1198. [metadataNet setShare: self.share];
  1199. [metadataNet setShareeType: self.shareeType];
  1200. [metadataNet setSharePermission: self.sharePermission];
  1201. [metadataNet setSize: self.size];
  1202. [metadataNet setTaskStatus: self.taskStatus];
  1203. [metadataNet setToken: self.token];
  1204. return metadataNet;
  1205. }
  1206. @end