CCNetworking.m 94 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790
  1. //
  2. // CCNetworking.m
  3. // Crypto Cloud Technology Nextcloud
  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 "AppDelegate.h"
  25. #import "CCCertificate.h"
  26. #import "TableAccount+CoreDataClass.h"
  27. #import "NSDate+ISO8601.h"
  28. #import "NSString+Encode.h"
  29. #import "NCRequestAsset.h"
  30. #import "NCBridgeSwift.h"
  31. @interface CCNetworking () <NCRequestAssetDelegate>
  32. {
  33. NSManagedObjectContext *_context;
  34. NSMutableDictionary *_taskData;
  35. NSString *_activeAccount;
  36. NSString *_activePassword;
  37. NSString *_activeUser;
  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)settingDelegate:(id <CCNetworkingDelegate>)delegate
  70. {
  71. _delegate = delegate;
  72. }
  73. - (void)settingAccount
  74. {
  75. tableAccount *tableAccount = [[NCManageDatabase sharedInstance] getAccountActive];
  76. _activeAccount = tableAccount.account;
  77. _activePassword = tableAccount.password;
  78. _activeUser = tableAccount.user;
  79. _activeUrl = tableAccount.url;
  80. _directoryUser = [CCUtility getDirectoryActiveUser:_activeUser activeUrl:_activeUrl];
  81. }
  82. #pragma --------------------------------------------------------------------------------------------
  83. #pragma mark ===== Session =====
  84. #pragma --------------------------------------------------------------------------------------------
  85. - (NSURLSession *)sessionDownload
  86. {
  87. static NSURLSession *sessionDownload = nil;
  88. if (sessionDownload == nil) {
  89. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_download_session];
  90. configuration.allowsCellularAccess = YES;
  91. configuration.sessionSendsLaunchEvents = YES;
  92. configuration.discretionary = NO;
  93. configuration.HTTPMaximumConnectionsPerHost = 1;
  94. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  95. sessionDownload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  96. sessionDownload.sessionDescription = k_download_session;
  97. }
  98. return sessionDownload;
  99. }
  100. - (NSURLSession *)sessionDownloadForeground
  101. {
  102. static NSURLSession *sessionDownloadForeground = nil;
  103. if (sessionDownloadForeground == nil) {
  104. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
  105. configuration.allowsCellularAccess = YES;
  106. configuration.discretionary = NO;
  107. configuration.HTTPMaximumConnectionsPerHost = 1;
  108. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  109. sessionDownloadForeground = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  110. sessionDownloadForeground.sessionDescription = k_download_session_foreground;
  111. }
  112. return sessionDownloadForeground;
  113. }
  114. - (NSURLSession *)sessionWWanDownload
  115. {
  116. static NSURLSession *sessionWWanDownload = nil;
  117. if (sessionWWanDownload == nil) {
  118. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_download_session_wwan];
  119. configuration.allowsCellularAccess = NO;
  120. configuration.sessionSendsLaunchEvents = YES;
  121. configuration.discretionary = NO;
  122. configuration.HTTPMaximumConnectionsPerHost = 1;
  123. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  124. sessionWWanDownload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  125. sessionWWanDownload.sessionDescription = k_download_session_wwan;
  126. }
  127. return sessionWWanDownload;
  128. }
  129. - (NSURLSession *)sessionUpload
  130. {
  131. static NSURLSession *sessionUpload = nil;
  132. if (sessionUpload == nil) {
  133. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_upload_session];
  134. configuration.allowsCellularAccess = YES;
  135. configuration.sessionSendsLaunchEvents = YES;
  136. configuration.discretionary = NO;
  137. configuration.HTTPMaximumConnectionsPerHost = 1;
  138. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  139. sessionUpload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  140. sessionUpload.sessionDescription = k_upload_session;
  141. }
  142. return sessionUpload;
  143. }
  144. - (NSURLSession *)sessionUploadForeground
  145. {
  146. static NSURLSession *sessionUploadForeground;
  147. if (sessionUploadForeground == nil) {
  148. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
  149. configuration.allowsCellularAccess = YES;
  150. configuration.discretionary = NO;
  151. configuration.HTTPMaximumConnectionsPerHost = 1;
  152. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  153. sessionUploadForeground = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  154. sessionUploadForeground.sessionDescription = k_upload_session_foreground;
  155. }
  156. return sessionUploadForeground;
  157. }
  158. - (NSURLSession *)sessionWWanUpload
  159. {
  160. static NSURLSession *sessionWWanUpload = nil;
  161. if (sessionWWanUpload == nil) {
  162. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration backgroundSessionConfigurationWithIdentifier:k_upload_session_wwan];
  163. configuration.allowsCellularAccess = NO;
  164. configuration.sessionSendsLaunchEvents = YES;
  165. configuration.discretionary = NO;
  166. configuration.HTTPMaximumConnectionsPerHost = 1;
  167. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  168. sessionWWanUpload = [NSURLSession sessionWithConfiguration:configuration delegate:self delegateQueue:nil];
  169. sessionWWanUpload.sessionDescription = k_upload_session_wwan;
  170. }
  171. return sessionWWanUpload;
  172. }
  173. - (OCCommunication *)sharedOCCommunication
  174. {
  175. static OCCommunication* sharedOCCommunication = nil;
  176. if (sharedOCCommunication == nil)
  177. {
  178. NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];
  179. configuration.allowsCellularAccess = YES;
  180. configuration.discretionary = NO;
  181. configuration.HTTPMaximumConnectionsPerHost = k_maxConcurrentOperation;
  182. configuration.requestCachePolicy = NSURLRequestReloadIgnoringLocalCacheData;
  183. OCURLSessionManager *networkSessionManager = [[OCURLSessionManager alloc] initWithSessionConfiguration:configuration];
  184. [networkSessionManager.operationQueue setMaxConcurrentOperationCount: k_maxConcurrentOperation];
  185. networkSessionManager.responseSerializer = [AFHTTPResponseSerializer serializer];
  186. sharedOCCommunication = [[OCCommunication alloc] initWithUploadSessionManager:nil andDownloadSessionManager:nil andNetworkSessionManager:networkSessionManager];
  187. }
  188. return sharedOCCommunication;
  189. }
  190. - (NSURLSession *)getSessionfromSessionDescription:(NSString *)sessionDescription
  191. {
  192. if ([sessionDescription isEqualToString:k_download_session]) return [self sessionDownload];
  193. if ([sessionDescription isEqualToString:k_download_session_foreground]) return [self sessionDownloadForeground];
  194. if ([sessionDescription isEqualToString:k_download_session_wwan]) return [self sessionWWanDownload];
  195. if ([sessionDescription isEqualToString:k_upload_session]) return [self sessionUpload];
  196. if ([sessionDescription isEqualToString:k_upload_session_foreground]) return [self sessionUploadForeground];
  197. if ([sessionDescription isEqualToString:k_upload_session_wwan]) return [self sessionWWanUpload];
  198. return nil;
  199. }
  200. - (void)invalidateAndCancelAllSession
  201. {
  202. [[self sessionDownload] invalidateAndCancel];
  203. [[self sessionDownloadForeground] invalidateAndCancel];
  204. [[self sessionWWanDownload] invalidateAndCancel];
  205. [[self sessionUpload] invalidateAndCancel];
  206. [[self sessionUploadForeground] invalidateAndCancel];
  207. [[self sessionWWanUpload] invalidateAndCancel];
  208. }
  209. - (void)settingSessionsDownload:(BOOL)download upload:(BOOL)upload taskStatus:(NSInteger)taskStatus activeAccount:(NSString *)activeAccount activeUser:(NSString *)activeUser activeUrl:(NSString *)activeUrl
  210. {
  211. if (download) {
  212. [[self sessionDownload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  213. for (NSURLSessionTask *task in downloadTasks)
  214. if (taskStatus == k_taskStatusCancel) [task cancel];
  215. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  216. else if (taskStatus == k_taskStatusResume) [task resume];
  217. }];
  218. [[self sessionDownloadForeground] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  219. for (NSURLSessionTask *task in downloadTasks)
  220. if (taskStatus == k_taskStatusCancel) [task cancel];
  221. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  222. else if (taskStatus == k_taskStatusResume) [task resume];
  223. }];
  224. [[self sessionWWanDownload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  225. for (NSURLSessionTask *task in downloadTasks)
  226. if (taskStatus == k_taskStatusCancel) [task cancel];
  227. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  228. else if (taskStatus == k_taskStatusResume) [task resume];
  229. }];
  230. }
  231. if (upload) {
  232. [[self sessionUpload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  233. for (NSURLSessionTask *task in uploadTasks)
  234. if (taskStatus == k_taskStatusCancel)[task cancel];
  235. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  236. else if (taskStatus == k_taskStatusResume) [task resume];
  237. }];
  238. [[self sessionUploadForeground] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  239. for (NSURLSessionTask *task in uploadTasks)
  240. if (taskStatus == k_taskStatusCancel) [task cancel];
  241. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  242. else if (taskStatus == k_taskStatusResume) [task resume];
  243. }];
  244. [[self sessionWWanUpload] getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  245. for (NSURLSessionTask *task in uploadTasks)
  246. if (taskStatus == k_taskStatusCancel) [task cancel];
  247. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  248. else if (taskStatus == k_taskStatusResume) [task resume];
  249. }];
  250. }
  251. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 3 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  252. if (download && taskStatus == k_taskStatusCancel) {
  253. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"account = %@ AND session CONTAINS 'download'", _activeAccount]];
  254. }
  255. if (upload && taskStatus == k_taskStatusCancel) {
  256. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session CONTAINS 'upload'"] clearDateReadDirectoryID:nil];
  257. // File System
  258. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  259. [CCUtility removeAllFileID_UPLOAD_ActiveUser:activeUser activeUrl:activeUrl];
  260. });
  261. }
  262. });
  263. }
  264. - (void)settingSession:(NSString *)sessionDescription sessionTaskIdentifier:(NSUInteger)sessionTaskIdentifier taskStatus:(NSInteger)taskStatus
  265. {
  266. NSURLSession *session = [self getSessionfromSessionDescription:sessionDescription];
  267. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  268. if ([sessionDescription containsString:@"download"])
  269. for (NSURLSessionTask *task in downloadTasks)
  270. if (task.taskIdentifier == sessionTaskIdentifier) {
  271. if (taskStatus == k_taskStatusCancel) [task cancel];
  272. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  273. else if (taskStatus == k_taskStatusResume) [task resume];
  274. }
  275. if ([sessionDescription containsString:@"upload"])
  276. for (NSURLSessionTask *task in uploadTasks)
  277. if (task.taskIdentifier == sessionTaskIdentifier) {
  278. if (taskStatus == k_taskStatusCancel) [task cancel];
  279. else if (taskStatus == k_taskStatusSuspend) [task suspend];
  280. else if (taskStatus == k_taskStatusResume) [task resume];
  281. }
  282. }];
  283. }
  284. #pragma --------------------------------------------------------------------------------------------
  285. #pragma mark ===== URLSession download/upload =====
  286. #pragma --------------------------------------------------------------------------------------------
  287. - (void)URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))completionHandler
  288. {
  289. // The pinnning check
  290. if ([[CCCertificate sharedManager] checkTrustedChallenge:challenge]) {
  291. completionHandler(NSURLSessionAuthChallengeUseCredential, [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust]);
  292. } else {
  293. completionHandler(NSURLSessionAuthChallengePerformDefaultHandling, nil);
  294. }
  295. }
  296. - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didCompleteWithError:(NSError *)error
  297. {
  298. NSString *url = [[[task currentRequest].URL absoluteString] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  299. NSString *fileName = [url lastPathComponent];
  300. NSString *serverUrl = [self getServerUrlFromUrl:url];
  301. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
  302. tableMetadata *metadata;
  303. NSInteger errorCode;
  304. NSDate *date = [NSDate date];
  305. NSDateFormatter *dateFormatter = [NSDateFormatter new];
  306. NSLocale *enUSPOSIXLocale = [NSLocale localeWithLocaleIdentifier:@"en_US_POSIX"];
  307. [dateFormatter setLocale:enUSPOSIXLocale];
  308. [dateFormatter setDateFormat:@"EEE, dd MMM y HH:mm:ss zzz"];
  309. NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)task.response;
  310. if (httpResponse.statusCode >= 200 && httpResponse.statusCode < 300) {
  311. errorCode = error.code;
  312. } else {
  313. if (httpResponse.statusCode > 0)
  314. errorCode = httpResponse.statusCode;
  315. else
  316. errorCode = error.code;
  317. // Request trusted certificated
  318. if (errorCode == NSURLErrorServerCertificateUntrusted)
  319. [[CCCertificate sharedManager] presentViewControllerCertificateWithTitle:[error localizedDescription] viewController:(UIViewController *)self.delegate delegate:self];
  320. }
  321. // ----------------------- DOWNLOAD -----------------------
  322. if ([task isKindOfClass:[NSURLSessionDownloadTask class]]) {
  323. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session = %@ AND (sessionTaskIdentifier = %i OR sessionTaskIdentifierPlist = %i)",session.sessionDescription, task.taskIdentifier, task.taskIdentifier]];
  324. if (!metadata)
  325. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"directoryID = %@ AND (fileName = %@ OR fileNameData = %@)", directoryID, fileName, fileName]];
  326. if (metadata) {
  327. NSString *etag = metadata.etag;
  328. NSString *fileID = metadata.fileID;
  329. NSDictionary *fields = [httpResponse allHeaderFields];
  330. if (errorCode == 0) {
  331. etag = [CCUtility removeForbiddenCharactersFileSystem:[fields objectForKey:@"OC-ETag"]];
  332. NSString *dateString = [fields objectForKey:@"Date"];
  333. if (![dateFormatter getObjectValue:&date forString:dateString range:nil error:&error]) {
  334. NSLog(@"Date '%@' could not be parsed: %@", dateString, error);
  335. date = [NSDate date];
  336. }
  337. }
  338. NSArray *object = [[NSArray alloc] initWithObjects:session, fileID, task, nil];
  339. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_networkingSessionNotification object:object];
  340. if (fileName.length > 0 && serverUrl.length > 0)
  341. [self downloadFileSuccessFailure:fileName fileID:metadata.fileID etag:etag date:date serverUrl:serverUrl selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost errorCode:errorCode];
  342. } else {
  343. NSLog(@"[LOG] Remove record ? : metadata not found %@", url);
  344. dispatch_async(dispatch_get_main_queue(), ^{
  345. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  346. [self.delegate downloadFileFailure:@"" serverUrl:serverUrl selector:@"" message:@"" errorCode:k_CCErrorInternalError];
  347. });
  348. }
  349. }
  350. // ------------------------ UPLOAD -----------------------
  351. if ([task isKindOfClass:[NSURLSessionUploadTask class]]) {
  352. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session = %@ AND (sessionTaskIdentifier = %i OR sessionTaskIdentifierPlist = %i)",session.sessionDescription, task.taskIdentifier, task.taskIdentifier]];
  353. if (!metadata)
  354. metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"directoryID = %@ AND (fileName = %@ OR fileNameData = %@)", directoryID, fileName, fileName]];
  355. if (metadata) {
  356. NSDictionary *fields = [httpResponse allHeaderFields];
  357. NSString *fileID = metadata.fileID;
  358. NSString *etag = metadata.etag;
  359. if (errorCode == 0) {
  360. fileID = [CCUtility removeForbiddenCharactersFileSystem:[fields objectForKey:@"OC-FileId"]];
  361. etag = [CCUtility removeForbiddenCharactersFileSystem:[fields objectForKey:@"OC-ETag"]];
  362. NSString *dateString = [fields objectForKey:@"Date"];
  363. if (![dateFormatter getObjectValue:&date forString:dateString range:nil error:&error]) {
  364. NSLog(@"Date '%@' could not be parsed: %@", dateString, error);
  365. date = [NSDate date];
  366. }
  367. }
  368. NSArray *object = [[NSArray alloc] initWithObjects:session, fileID, task, nil];
  369. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_networkingSessionNotification object:object];
  370. if (fileName.length > 0 && fileID.length > 0 && serverUrl.length > 0)
  371. [self uploadFileSuccessFailure:metadata fileName:fileName fileID:fileID etag:etag date:date serverUrl:serverUrl errorCode:errorCode];
  372. } else {
  373. NSLog(@"[LOG] Remove record ? : metadata not found %@", url);
  374. dispatch_async(dispatch_get_main_queue(), ^{
  375. if ([self.delegate respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
  376. [self.delegate uploadFileFailure:nil fileID:@"" serverUrl:serverUrl selector:@"" message:@"" errorCode:k_CCErrorInternalError];
  377. });
  378. }
  379. }
  380. }
  381. #pragma --------------------------------------------------------------------------------------------
  382. #pragma mark ===== Download =====
  383. #pragma --------------------------------------------------------------------------------------------
  384. - (void)downloadFile:(NSString *)fileID serverUrl:(NSString *)serverUrl downloadData:(BOOL)downloadData downloadPlist:(BOOL)downloadPlist selector:(NSString *)selector selectorPost:(NSString *)selectorPost session:(NSString *)session taskStatus:(NSInteger)taskStatus delegate:(id)delegate
  385. {
  386. // add delegate
  387. if (delegate)
  388. [_delegates setObject:delegate forKey:fileID];
  389. if (fileID.length == 0) {
  390. dispatch_async(dispatch_get_main_queue(), ^{
  391. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  392. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:NSLocalizedStringFromTable(@"_file_folder_not_exists_", @"Error", nil) errorCode:kOCErrorServerPathNotFound];
  393. });
  394. return;
  395. }
  396. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  397. if (!metadata) {
  398. dispatch_async(dispatch_get_main_queue(), ^{
  399. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  400. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:NSLocalizedStringFromTable(@"_file_folder_not_exists_", @"Error", nil) errorCode:kOCErrorServerPathNotFound];
  401. });
  402. return;
  403. }
  404. if (downloadData) {
  405. // it's in download
  406. tableMetadata *result = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@ AND session CONTAINS 'download' AND sessionTaskIdentifier >= 0", _activeAccount, metadata.fileID]];
  407. if (result) {
  408. dispatch_async(dispatch_get_main_queue(), ^{
  409. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  410. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:@"File already in download" errorCode:k_CCErrorFileAlreadyInDownload];
  411. });
  412. return;
  413. }
  414. // File exists ?
  415. tableLocalFile *localfile = [[NCManageDatabase sharedInstance] getTableLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadata.fileID]];
  416. if (localfile != nil && [[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID]]) {
  417. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadata.fileID]];
  418. dispatch_async(dispatch_get_main_queue(), ^{
  419. if ([[self getDelegate:metadata.fileID] respondsToSelector:@selector(downloadFileSuccess:serverUrl:selector:selectorPost:)])
  420. [[self getDelegate:metadata.fileID] downloadFileSuccess:metadata.fileID serverUrl:serverUrl selector:selector selectorPost:selectorPost];
  421. });
  422. return;
  423. }
  424. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"" sessionSelector:selector sessionSelectorPost:selectorPost sessionTaskIdentifier:k_taskIdentifierNULL sessionTaskIdentifierPlist:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"fileID = %@",metadata.fileID]];
  425. [self downloaURLSession:metadata.fileNameData fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl fileID:metadata.fileID session:session taskStatus:taskStatus selector:selector];
  426. }
  427. if (downloadPlist) {
  428. tableMetadata *result = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID == %@ AND session CONTAINS 'download' AND sessionTaskIdentifierPlist >= 0", metadata.fileID]];
  429. // it's in download
  430. if (result) {
  431. dispatch_async(dispatch_get_main_queue(), ^{
  432. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  433. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:@"File already in download" errorCode:k_CCErrorFileAlreadyInDownload];
  434. });
  435. return;
  436. }
  437. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"" sessionSelector:selector sessionSelectorPost:selectorPost sessionTaskIdentifier:k_taskIdentifierNULL sessionTaskIdentifierPlist:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"fileID = %@",metadata.fileID]];
  438. [self downloaURLSession:metadata.fileName fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl fileID:metadata.fileID session:session taskStatus:taskStatus selector:selector];
  439. }
  440. }
  441. - (void)downloaURLSession:(NSString *)fileName fileNamePrint:(NSString *)fileNamePrint serverUrl:(NSString *)serverUrl fileID:(NSString *)fileID session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector
  442. {
  443. NSURLSession *sessionDownload;
  444. NSURL *url;
  445. NSMutableURLRequest *request;
  446. NSString *serverFileUrl = [[NSString stringWithFormat:@"%@/%@", serverUrl, fileName] encodeString:NSUTF8StringEncoding];
  447. url = [NSURL URLWithString:serverFileUrl];
  448. request = [NSMutableURLRequest requestWithURL:url];
  449. NSData *authData = [[NSString stringWithFormat:@"%@:%@", _activeUser, _activePassword] dataUsingEncoding:NSUTF8StringEncoding];
  450. NSString *authValue = [NSString stringWithFormat: @"Basic %@",[authData base64EncodedStringWithOptions:0]];
  451. [request setValue:authValue forHTTPHeaderField:@"Authorization"];
  452. if ([session isEqualToString:k_download_session]) sessionDownload = [self sessionDownload];
  453. else if ([session isEqualToString:k_download_session_foreground]) sessionDownload = [self sessionDownloadForeground];
  454. else if ([session isEqualToString:k_download_session_wwan]) sessionDownload = [self sessionWWanDownload];
  455. NSURLSessionDownloadTask *downloadTask = [sessionDownload downloadTaskWithRequest:request];
  456. if (downloadTask == nil) {
  457. NSUInteger sessionTaskIdentifier = k_taskIdentifierNULL;
  458. NSUInteger sessionTaskIdentifierPlist = k_taskIdentifierNULL;
  459. if ([CCUtility isFileNotCryptated:fileName] || [CCUtility isCryptoString:fileName]) sessionTaskIdentifier = k_taskIdentifierError;
  460. if ([CCUtility isCryptoPlistString:fileName]) sessionTaskIdentifierPlist = k_taskIdentifierError;
  461. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:[NSString stringWithFormat:@"%@", @k_CCErrorTaskNil] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:sessionTaskIdentifier sessionTaskIdentifierPlist:sessionTaskIdentifierPlist predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  462. NSLog(@"[LOG] downloadFileSession TaskIdentifier [error CCErrorTaskNil] - %@ - %@", fileName, fileNamePrint);
  463. } else {
  464. NSUInteger sessionTaskIdentifier = k_taskIdentifierNULL;
  465. NSUInteger sessionTaskIdentifierPlist = k_taskIdentifierNULL;
  466. if ([CCUtility isCryptoString:fileName] || [CCUtility isFileNotCryptated:fileName]) sessionTaskIdentifier = downloadTask.taskIdentifier;
  467. if ([CCUtility isCryptoPlistString:fileName]) sessionTaskIdentifierPlist = downloadTask.taskIdentifier;
  468. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:nil sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:sessionTaskIdentifier sessionTaskIdentifierPlist:sessionTaskIdentifierPlist predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  469. // Manage uploadTask cancel,suspend,resume
  470. if (taskStatus == k_taskStatusCancel) [downloadTask cancel];
  471. else if (taskStatus == k_taskStatusSuspend) [downloadTask suspend];
  472. else if (taskStatus == k_taskStatusResume) [downloadTask resume];
  473. NSLog(@"[LOG] downloadFileSession %@ - %@ Task [%lu %lu]", fileID, fileNamePrint, (unsigned long)sessionTaskIdentifier, (unsigned long)sessionTaskIdentifierPlist);
  474. }
  475. dispatch_async(dispatch_get_main_queue(), ^{
  476. // Refresh datasource if is not a Plist
  477. if ([_delegate respondsToSelector:@selector(reloadDatasource:)] && [CCUtility isCryptoPlistString:fileName] == NO)
  478. [_delegate reloadDatasource:serverUrl];
  479. #ifndef EXTENSION
  480. [app updateApplicationIconBadgeNumber];
  481. #endif
  482. });
  483. }
  484. - (void)URLSession:(NSURLSession *)session downloadTask:(NSURLSessionDownloadTask *)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite
  485. {
  486. NSString *url = [[[downloadTask currentRequest].URL absoluteString] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  487. NSString *fileName = [url lastPathComponent];
  488. NSString *serverUrl = [self getServerUrlFromUrl:url];
  489. // if plist return
  490. if ([CCUtility getTypeFileName:fileName] == k_metadataTypeFilenamePlist)
  491. return;
  492. float progress = (float) totalBytesWritten / (float)totalBytesExpectedToWrite;
  493. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataFromFileName:fileName directoryID:[[NCManageDatabase sharedInstance] getDirectoryID:serverUrl]];
  494. if (metadata) {
  495. NSDictionary* userInfo = @{@"fileID": (metadata.fileID), @"serverUrl": (serverUrl), @"cryptated": ([NSNumber numberWithBool:metadata.cryptated]), @"progress": ([NSNumber numberWithFloat:progress])};
  496. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  497. } else {
  498. NSLog(@"metadata not found");
  499. }
  500. }
  501. - (void)URLSession:(NSURLSession *)session downloadTask:(NSURLSessionDownloadTask *)downloadTask didFinishDownloadingToURL:(NSURL *)location
  502. {
  503. NSURLRequest *url = [downloadTask currentRequest];
  504. NSString *fileName = [[url.URL absoluteString] lastPathComponent];
  505. NSString *serverUrl = [self getServerUrlFromUrl:[url.URL absoluteString]];
  506. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"session = %@ AND (sessionTaskIdentifier = %i OR sessionTaskIdentifierPlist = %i)",session.sessionDescription, downloadTask.taskIdentifier, downloadTask.taskIdentifier]];
  507. // If the record metadata do not exists, exit
  508. if (!metadata) {
  509. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:@"" action:k_activityDebugActionUpload selector:@"" note:[NSString stringWithFormat:@"Serius error internal download : metadata not found %@", url] type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  510. NSLog(@"[LOG] Serius error internal download : metadata not found %@ ", url);
  511. dispatch_async(dispatch_get_main_queue(), ^{
  512. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  513. [self.delegate downloadFileFailure:@"" serverUrl:serverUrl selector:@"" message:@"" errorCode:k_CCErrorInternalError];
  514. });
  515. return;
  516. }
  517. NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)downloadTask.response;
  518. if (httpResponse.statusCode >= 200 && httpResponse.statusCode < 300) {
  519. NSString *destinationFilePath;
  520. if ([CCUtility isCryptoPlistString:fileName]) {
  521. destinationFilePath = [NSString stringWithFormat:@"%@/%@", [CCUtility getDirectoryActiveUser:_activeUser activeUrl:_activeUrl], fileName];
  522. } else {
  523. if (metadata.cryptated) destinationFilePath = [NSString stringWithFormat:@"%@/%@.crypt", [CCUtility getDirectoryActiveUser:_activeUser activeUrl:_activeUrl], metadata.fileID];
  524. else destinationFilePath = [NSString stringWithFormat:@"%@/%@", [CCUtility getDirectoryActiveUser:_activeUser activeUrl:_activeUrl], metadata.fileID];
  525. }
  526. NSURL *destinationURL = [NSURL fileURLWithPath:destinationFilePath];
  527. [[NSFileManager defaultManager] removeItemAtURL:destinationURL error:NULL];
  528. [[NSFileManager defaultManager] copyItemAtURL:location toURL:destinationURL error:nil];
  529. }
  530. }
  531. - (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
  532. {
  533. #ifndef EXTENSION
  534. [app.listProgressMetadata removeObjectForKey:fileID];
  535. #endif
  536. // Progress Task
  537. NSDictionary* userInfo = @{@"fileID": (fileID), @"serverUrl": (serverUrl), @"cryptated": ([NSNumber numberWithBool:NO]), @"progress": ([NSNumber numberWithFloat:0.0])};
  538. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  539. if (errorCode != 0) {
  540. if (errorCode != kCFURLErrorCancelled) {
  541. if ([CCUtility isCryptoPlistString:fileName]) {
  542. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierDone sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  543. } else {
  544. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:[NSString stringWithFormat:@"%@", @(errorCode)] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError sessionTaskIdentifierPlist:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  545. }
  546. }
  547. dispatch_async(dispatch_get_main_queue(), ^{
  548. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  549. [[self getDelegate:fileID] downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:[CCError manageErrorKCF:errorCode withNumberError:YES] errorCode:errorCode];
  550. });
  551. } else {
  552. __block tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  553. if (!metadata) {
  554. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:fileID action:k_activityDebugActionUpload selector:@"" note:[NSString stringWithFormat:@"Serius error internal download : metadata not found %@", fileName] type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  555. NSLog(@"[LOG] Serius error internal download : metadata not found %@ ", fileName);
  556. dispatch_async(dispatch_get_main_queue(), ^{
  557. if ([self.delegate respondsToSelector:@selector(downloadFileFailure:serverUrl:selector:message:errorCode:)])
  558. [self.delegate downloadFileFailure:fileID serverUrl:serverUrl selector:selector message:[NSString stringWithFormat:@"Serius error internal download : metadata not found %@", fileName] errorCode:k_CCErrorInternalError];
  559. });
  560. return;
  561. }
  562. NSInteger sessionTaskIdentifier = metadata.sessionTaskIdentifier;
  563. NSInteger sessionTaskIdentifierPlist = metadata.sessionTaskIdentifierPlist;
  564. if ([CCUtility isCryptoString:fileName] || [CCUtility isFileNotCryptated:fileName]) sessionTaskIdentifier = k_taskIdentifierDone;
  565. if ([CCUtility isCryptoPlistString:fileName]) sessionTaskIdentifierPlist = k_taskIdentifierDone;
  566. if (sessionTaskIdentifier == k_taskIdentifierDone && sessionTaskIdentifierPlist == k_taskIdentifierDone) {
  567. metadata.session = @"";
  568. metadata.sessionError = @"";
  569. metadata.sessionSelector = @"";
  570. metadata.sessionSelectorPost = @"";
  571. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  572. metadata.sessionTaskIdentifierPlist = k_taskIdentifierDone;
  573. // Fix Main Thread for insertInformationPlist
  574. if([selector isEqualToString:selectorLoadPlist] || [selector isEqualToString:selectorLoadModelView]) {
  575. dispatch_async(dispatch_get_main_queue(), ^{
  576. if([selector isEqualToString:selectorLoadPlist] || [selector isEqualToString:selectorLoadModelView])
  577. metadata = [CCUtility insertInformationPlist:metadata directoryUser:_directoryUser];
  578. metadata = [[NCManageDatabase sharedInstance] updateMetadata:metadata activeUrl:_activeUrl];
  579. });
  580. } else {
  581. metadata = [[NCManageDatabase sharedInstance] updateMetadata:metadata activeUrl:_activeUrl];
  582. }
  583. } else {
  584. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:nil sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:sessionTaskIdentifier sessionTaskIdentifierPlist:sessionTaskIdentifierPlist predicate:[NSPredicate predicateWithFormat:@"fileID = %@", fileID]];
  585. }
  586. // DATA
  587. if ([CCUtility isCryptoString:fileName] || [CCUtility isFileNotCryptated:fileName]) {
  588. BOOL error = false;
  589. // if encrypted, rewrite
  590. if (metadata.cryptated == YES)
  591. if ([[CCCrypto sharedManager] decrypt:metadata.fileID fileNameDecrypted:metadata.fileID fileNamePrint:metadata.fileNamePrint password:[[CCCrypto sharedManager] getKeyPasscode:metadata.uuid] directoryUser:_directoryUser] == 0)
  592. error = true;
  593. if (!error) {
  594. [[NCManageDatabase sharedInstance] addLocalFileWithMetadata:metadata];
  595. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image])
  596. [CCExifGeo setExifLocalTableEtag:metadata directoryUser:_directoryUser activeAccount:_activeAccount];
  597. // Icon
  598. [CCGraphics createNewImageFrom:metadata.fileID directoryUser:_directoryUser fileNameTo:metadata.fileID fileNamePrint:metadata.fileNamePrint size:@"m" imageForUpload:NO typeFile:metadata.typeFile writePreview:YES optimizedFileName:[CCUtility getOptimizedPhoto]];
  599. // Activity
  600. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:metadata.fileID action:k_activityDebugActionDownload selector:metadata.sessionSelector note:serverUrl type:k_activityTypeSuccess verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  601. }
  602. }
  603. dispatch_async(dispatch_get_main_queue(), ^{
  604. if ([[self getDelegate:fileID] respondsToSelector:@selector(downloadFileSuccess:serverUrl:selector:selectorPost:)])
  605. [[self getDelegate:fileID] downloadFileSuccess:fileID serverUrl:serverUrl selector:selector selectorPost:selectorPost];
  606. });
  607. }
  608. }
  609. #pragma --------------------------------------------------------------------------------------------
  610. #pragma mark ===== Upload =====
  611. #pragma --------------------------------------------------------------------------------------------
  612. - (void)uploadFileFromAssetLocalIdentifier:(NSString *)assetLocalIdentifier fileName:(NSString *)fileName serverUrl:(NSString *)serverUrl cryptated:(BOOL)cryptated session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode delegate:(id)delegate
  613. {
  614. //delegate
  615. if (delegate == nil)
  616. delegate = self.delegate;
  617. // *** Auto Upload ***
  618. if ([selector isEqualToString:selectorUploadAutoUpload]) {
  619. [self upload:fileName serverUrl:serverUrl cryptated:NO template:NO onlyPlist:NO fileNameTemplate:nil assetLocalIdentifier:assetLocalIdentifier session:session taskStatus:taskStatus selector:selector selectorPost:selectorPost errorCode:errorCode delegate:delegate];
  620. } else {
  621. // *** Auto Upload Full + Manual Upload ***
  622. NCRequestAsset *requestAsset = [NCRequestAsset new];
  623. requestAsset.delegate = self;
  624. [requestAsset writeAssetToSandboxFileName:fileName assetLocalIdentifier:assetLocalIdentifier selector:selector selectorPost:selectorPost errorCode:errorCode metadataNet:nil serverUrl:serverUrl activeUrl:_activeUrl directoryUser:_directoryUser cryptated:cryptated session:session taskStatus:taskStatus delegate:delegate];
  625. }
  626. }
  627. - (void)uploadFile:(NSString *)fileName serverUrl:(NSString *)serverUrl cryptated:(BOOL)cryptated onlyPlist:(BOOL)onlyPlist session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode delegate:(id)delegate
  628. {
  629. [self upload:fileName serverUrl:serverUrl cryptated:cryptated template:NO onlyPlist:onlyPlist fileNameTemplate:nil assetLocalIdentifier:nil session:session taskStatus:taskStatus selector:selector selectorPost:selectorPost errorCode:errorCode delegate:delegate];
  630. }
  631. - (void)uploadTemplate:(NSString *)fileNamePrint fileNameCrypto:(NSString *)fileNameCrypto serverUrl:(NSString *)serverUrl session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode delegate:(id)delegate
  632. {
  633. [self upload:fileNameCrypto serverUrl:serverUrl cryptated:YES template:YES onlyPlist:NO fileNameTemplate:fileNamePrint assetLocalIdentifier:nil session:session taskStatus:taskStatus selector:selector selectorPost:selectorPost errorCode:errorCode delegate:delegate];
  634. }
  635. - (void)upload:(NSString *)fileName serverUrl:(NSString *)serverUrl cryptated:(BOOL)cryptated template:(BOOL)template onlyPlist:(BOOL)onlyPlist fileNameTemplate:(NSString *)fileNameTemplate assetLocalIdentifier:(NSString *)assetLocalIdentifier session:(NSString *)session taskStatus:(NSInteger)taskStatus selector:(NSString *)selector selectorPost:(NSString *)selectorPost errorCode:(NSInteger)errorCode delegate:(id)delegate
  636. {
  637. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:serverUrl];
  638. NSString *fileNameCrypto;
  639. // create Metadata
  640. NSString *autoUploadFileName = [[NCManageDatabase sharedInstance] getAccountAutoUploadFileName];
  641. NSString *autoUploadDirectory = [[NCManageDatabase sharedInstance] getAccountAutoUploadDirectory:_activeUrl];
  642. __block tableMetadata *metadata = [CCUtility insertFileSystemInMetadata:fileName directory:_directoryUser activeAccount:_activeAccount autoUploadFileName:autoUploadFileName autoUploadDirectory:autoUploadDirectory];
  643. //fileID
  644. NSString *uploadID = [k_uploadSessionID stringByAppendingString:[CCUtility createRandomString:16]];
  645. //add delegate
  646. if (delegate)
  647. [_delegates setObject:delegate forKey:uploadID];
  648. if (onlyPlist == YES) {
  649. [CCUtility moveFileAtPath:[NSTemporaryDirectory() stringByAppendingString:fileName] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName]];
  650. metadata = [CCUtility insertInformationPlist:metadata directoryUser:_directoryUser];
  651. metadata.date = [NSDate new];
  652. metadata.fileID = uploadID;
  653. metadata.directoryID = directoryID;
  654. metadata.fileNameData = [CCUtility trasformedFileNamePlistInCrypto:fileName];
  655. metadata.assetLocalIdentifier = assetLocalIdentifier;
  656. metadata.session = session;
  657. metadata.sessionID = uploadID;
  658. metadata.sessionSelector = selector;
  659. metadata.sessionSelectorPost = selectorPost;
  660. metadata.typeFile = k_metadataTypeFile_unknown;
  661. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata activeUrl:_activeUrl serverUrl:serverUrl];
  662. if (metadata)
  663. [self uploadURLSession:fileName fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  664. }
  665. else if (cryptated == YES) {
  666. if (template == YES) {
  667. // copy from temp to directory user
  668. [CCUtility moveFileAtPath:[NSTemporaryDirectory() stringByAppendingString:fileName] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName]];
  669. [CCUtility moveFileAtPath:[NSTemporaryDirectory() stringByAppendingString:[fileName stringByAppendingString:@".plist"]] toPath:[NSString stringWithFormat:@"%@/%@.plist", _directoryUser, fileName]];
  670. fileNameCrypto = fileName; // file Name Crypto
  671. fileName = fileNameTemplate; // file Name Print
  672. metadata = [CCUtility insertInformationPlist:metadata directoryUser:_directoryUser];
  673. metadata.date = [NSDate new];
  674. metadata.fileID = uploadID;
  675. metadata.directoryID = directoryID;
  676. metadata.fileName = [fileNameCrypto stringByAppendingString:@".plist"];
  677. metadata.fileNameData = fileNameCrypto;
  678. metadata.assetLocalIdentifier = assetLocalIdentifier;
  679. metadata.session = session;
  680. metadata.sessionID = uploadID;
  681. metadata.sessionSelector = selector;
  682. metadata.sessionSelectorPost = selectorPost;
  683. metadata.typeFile = k_metadataTypeFile_template;
  684. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata activeUrl:_activeUrl serverUrl:serverUrl];
  685. if (metadata) {
  686. // DATA
  687. [self uploadURLSession:fileNameCrypto fileNamePrint:fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  688. // PLIST
  689. [self uploadURLSession:[fileNameCrypto stringByAppendingString:@".plist"] fileNamePrint:fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  690. }
  691. }
  692. if (template == NO) {
  693. NSString *passcode = [[CCCrypto sharedManager] getKeyPasscode:[CCUtility getUUID]];
  694. fileNameCrypto = [[CCCrypto sharedManager] encryptWithCreatePlist:fileName fileNameEncrypted:fileName passcode:passcode directoryUser:_directoryUser];
  695. // Encrypted file error
  696. if (fileNameCrypto == nil) {
  697. dispatch_async(dispatch_get_main_queue(), ^{
  698. NSString *msg = [NSString stringWithFormat:NSLocalizedString(@"_encrypt_error_", nil), fileName, @""];
  699. UIAlertController *alertController= [UIAlertController alertControllerWithTitle:nil message:msg preferredStyle:UIAlertControllerStyleAlert];
  700. UIAlertAction* ok = [UIAlertAction actionWithTitle: NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault
  701. handler:^(UIAlertAction * action) {
  702. [alertController dismissViewControllerAnimated:YES completion:nil];
  703. }];
  704. [alertController addAction:ok];
  705. UIWindow *alertWindow = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];
  706. alertWindow.rootViewController = [[UIViewController alloc]init];
  707. alertWindow.windowLevel = UIWindowLevelAlert + 1;
  708. [alertWindow makeKeyAndVisible];
  709. [alertWindow.rootViewController presentViewController:alertController animated:YES completion:nil];
  710. // Error for uploadFileFailure
  711. if ([[self getDelegate:uploadID] respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
  712. [[self getDelegate:uploadID] uploadFileFailure:nil fileID:nil serverUrl:serverUrl selector:selector message:NSLocalizedString(@"_encrypt_error_", nil) errorCode:0];
  713. });
  714. return;
  715. }
  716. metadata.cryptated = YES;
  717. metadata.date = [NSDate new];
  718. metadata.fileID = uploadID;
  719. metadata.directoryID = directoryID;
  720. metadata.fileName = [fileNameCrypto stringByAppendingString:@".plist"];
  721. metadata.fileNameData = fileNameCrypto;
  722. metadata.fileNamePrint = fileName;
  723. metadata.assetLocalIdentifier = assetLocalIdentifier;
  724. metadata.session = session;
  725. metadata.sessionID = uploadID;
  726. metadata.sessionSelector = selector;
  727. metadata.sessionSelectorPost = selectorPost;
  728. metadata.title = [self getTitleFromPlistName:fileNameCrypto];
  729. metadata.type = k_metadataType_file;
  730. #ifndef EXTENSION
  731. [CCGraphics createNewImageFrom:fileName directoryUser:_directoryUser fileNameTo:uploadID fileNamePrint:fileName size:@"m" imageForUpload:YES typeFile:metadata.typeFile writePreview:YES optimizedFileName:NO];
  732. #endif
  733. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image] || [metadata.typeFile isEqualToString: k_metadataTypeFile_video])
  734. [[CCCrypto sharedManager] addPlistImage:[NSString stringWithFormat:@"%@/%@", _directoryUser, [fileNameCrypto stringByAppendingString:@".plist"]] fileNamePathImage:[NSTemporaryDirectory() stringByAppendingString:uploadID]];
  735. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata activeUrl:_activeUrl serverUrl:serverUrl];
  736. if (metadata) {
  737. // DATA
  738. [self uploadURLSession:fileNameCrypto fileNamePrint:fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  739. // PLIST
  740. [self uploadURLSession:[fileNameCrypto stringByAppendingString:@".plist"] fileNamePrint:fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  741. }
  742. }
  743. }
  744. else if (cryptated == NO) {
  745. metadata.cryptated = NO;
  746. metadata.date = [NSDate new];
  747. metadata.fileID = uploadID;
  748. metadata.directoryID = directoryID;
  749. metadata.fileName = fileName;
  750. metadata.fileNameData = fileName;
  751. metadata.fileNamePrint = fileName;
  752. metadata.assetLocalIdentifier = assetLocalIdentifier;
  753. metadata.session = session;
  754. metadata.sessionID = uploadID;
  755. metadata.sessionSelector = selector;
  756. metadata.sessionSelectorPost = selectorPost;
  757. metadata.type = k_metadataType_file;
  758. // File exists ???
  759. if (errorCode == 403) {
  760. dispatch_async(dispatch_get_main_queue(), ^{
  761. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:fileName message:NSLocalizedString(@"_file_already_exists_", nil) preferredStyle:UIAlertControllerStyleAlert];
  762. UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_", nil) style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
  763. // Activity
  764. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:uploadID action:k_activityDebugActionUpload selector:selector note:NSLocalizedString(@"_file_already_exists_", nil) type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  765. // Error for uploadFileFailure
  766. if ([[self getDelegate:uploadID] respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
  767. [[self getDelegate:uploadID] uploadFileFailure:nil fileID:nil serverUrl:serverUrl selector:selector message:NSLocalizedString(@"_file_already_exists_", nil) errorCode:403];
  768. return;
  769. }];
  770. UIAlertAction *overwriteAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_overwrite_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
  771. // -- remove record --
  772. tableMetadata *metadataDelete = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND fileName = %@ AND directoryID = %@", _activeAccount, fileName, directoryID]];
  773. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadataDelete.fileID] error:nil];
  774. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, metadataDelete.fileID] error:nil];
  775. if (metadataDelete.directory && serverUrl) {
  776. NSString *dirForDelete = [CCUtility stringAppendServerUrl:serverUrl addFileName:metadataDelete.fileNameData];
  777. [[NCManageDatabase sharedInstance] deleteDirectoryAndSubDirectoryWithServerUrl:dirForDelete];
  778. }
  779. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadataDelete.fileID] clearDateReadDirectoryID:nil];
  780. [[NCManageDatabase sharedInstance] deleteLocalFileWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadataDelete.fileID]];
  781. // -- Go to Upload --
  782. [CCGraphics createNewImageFrom:metadata.fileNamePrint directoryUser:_directoryUser fileNameTo:metadata.fileID fileNamePrint:metadata.fileNamePrint size:@"m" imageForUpload:YES typeFile:metadata.typeFile writePreview:YES optimizedFileName:NO];
  783. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata activeUrl:_activeUrl serverUrl:serverUrl];
  784. if (metadata) {
  785. [self uploadURLSession:fileName fileNamePrint:fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  786. }
  787. }];
  788. [alertController addAction:cancelAction];
  789. [alertController addAction:overwriteAction];
  790. UIWindow *alertWindow = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];
  791. alertWindow.rootViewController = [[UIViewController alloc] init];
  792. alertWindow.windowLevel = UIWindowLevelAlert + 1;
  793. [alertWindow makeKeyAndVisible];
  794. [alertWindow.rootViewController presentViewController:alertController animated:YES completion:nil];
  795. });
  796. } else {
  797. // -- Go to upload --
  798. #ifndef EXTENSION
  799. [CCGraphics createNewImageFrom:metadata.fileNamePrint directoryUser:_directoryUser fileNameTo:metadata.fileID fileNamePrint:metadata.fileNamePrint size:@"m" imageForUpload:YES typeFile:metadata.typeFile writePreview:YES optimizedFileName:NO];
  800. #endif
  801. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata activeUrl:_activeUrl serverUrl:serverUrl];
  802. if (metadata) {
  803. [self uploadURLSession:fileName fileNamePrint:fileName serverUrl:serverUrl sessionID:uploadID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:assetLocalIdentifier cryptated:cryptated onlyPlist:onlyPlist selector:selector];
  804. }
  805. }
  806. }
  807. }
  808. - (void)uploadFileMetadata:(tableMetadata *)metadata taskStatus:(NSInteger)taskStatus
  809. {
  810. BOOL send = NO;
  811. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  812. if (metadata.cryptated) {
  813. // ENCRYPTED
  814. if ([[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileNameData]] && [[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileName]]) {
  815. send = YES;
  816. [self uploadURLSession:metadata.fileNameData fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl sessionID:metadata.sessionID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:nil cryptated:YES onlyPlist:NO selector:metadata.sessionSelector];
  817. [self uploadURLSession:metadata.fileName fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl sessionID:metadata.sessionID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:nil cryptated:YES onlyPlist:NO selector:metadata.sessionSelector];
  818. }
  819. } else {
  820. // PLAIN
  821. if ([[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.sessionID]]) {
  822. send = YES;
  823. [self uploadURLSession:metadata.fileName fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl sessionID:metadata.sessionID session:metadata.session taskStatus:taskStatus assetLocalIdentifier:nil cryptated:NO onlyPlist:NO selector:metadata.sessionSelector];
  824. }
  825. }
  826. if (send) {
  827. NSLog(@"[LOG] Re-upload File : %@ - fileID : %@", metadata.fileNamePrint, metadata.fileID);
  828. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierNULL sessionTaskIdentifierPlist:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", metadata.sessionID, _activeAccount]];
  829. } else {
  830. NSLog(@"[LOG] Error reUploadBackground, file not found.");
  831. #ifndef EXTENSION
  832. UIAlertView * alertView = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_no_reuploadfile_", nil) delegate:nil cancelButtonTitle:nil otherButtonTitles:NSLocalizedString(@"_ok_", nil), nil];
  833. [alertView show];
  834. #endif
  835. }
  836. }
  837. - (void)uploadURLSession:(NSString *)fileName fileNamePrint:(NSString *)fileNamePrint serverUrl:(NSString *)serverUrl sessionID:(NSString*)sessionID session:(NSString *)session taskStatus:(NSInteger)taskStatus assetLocalIdentifier:(NSString *)assetLocalIdentifier cryptated:(BOOL)cryptated onlyPlist:(BOOL)onlyPlist selector:(NSString *)selector
  838. {
  839. NSURLSession *sessionUpload;
  840. NSURL *url;
  841. NSMutableURLRequest *request;
  842. NSString *fileNamePath = [[NSString stringWithFormat:@"%@/%@", serverUrl, fileName] encodeString:NSUTF8StringEncoding];
  843. url = [NSURL URLWithString:fileNamePath];
  844. request = [NSMutableURLRequest requestWithURL:url];
  845. NSData *authData = [[NSString stringWithFormat:@"%@:%@", _activeUser, _activePassword] dataUsingEncoding:NSUTF8StringEncoding];
  846. NSString *authValue = [NSString stringWithFormat: @"Basic %@",[authData base64EncodedStringWithOptions:0]];
  847. [request setHTTPMethod:@"PUT"];
  848. [request setValue:authValue forHTTPHeaderField:@"Authorization"];
  849. // Rename with the SessionID
  850. NSString *fileNameForUpload;
  851. if ([CCUtility isFileNotCryptated:fileName]) fileNameForUpload = sessionID;
  852. else fileNameForUpload = fileName;
  853. if (!onlyPlist) {
  854. if ([CCUtility isFileNotCryptated:fileName])
  855. [[NSFileManager defaultManager] moveItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNameForUpload] error:nil];
  856. if ([CCUtility isCryptoPlistString:fileName])
  857. [[NSFileManager defaultManager] moveItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNamePrint] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, sessionID] error:nil];
  858. }
  859. // file NOT exists
  860. if ([[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNameForUpload]] == NO) {
  861. // Activity
  862. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:sessionID action:k_activityDebugActionUpload selector:selector note:NSLocalizedString(@"_file_not_present_", nil) type:k_activityTypeFailure verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  863. // Delete record : Metadata
  864. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount] clearDateReadDirectoryID:nil];
  865. // Delete record : Table Auto Upload
  866. if ([selector isEqualToString:selectorUploadAutoUpload] || [selector isEqualToString:selectorUploadAutoUploadAll])
  867. [[NCManageDatabase sharedInstance] deleteAutoUploadWithAssetLocalIdentifier:assetLocalIdentifier];
  868. dispatch_async(dispatch_get_main_queue(), ^{
  869. // Error for uploadFileFailure
  870. if ([[self getDelegate:sessionID] respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
  871. [[self getDelegate:sessionID] uploadFileFailure:nil fileID:sessionID serverUrl:serverUrl selector:selector message:NSLocalizedString(@"_file_not_present_", nil) errorCode:404];
  872. });
  873. return;
  874. }
  875. if ([session isEqualToString:k_upload_session]) sessionUpload = [self sessionUpload];
  876. else if ([session isEqualToString:k_upload_session_foreground]) sessionUpload = [self sessionUploadForeground];
  877. else if ([session isEqualToString:k_upload_session_wwan]) sessionUpload = [self sessionWWanUpload];
  878. NSURLSessionUploadTask *uploadTask = [sessionUpload uploadTaskWithRequest:request fromFile:[NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileNameForUpload]]];
  879. if (uploadTask == nil) {
  880. NSUInteger sessionTaskIdentifier = k_taskIdentifierNULL;
  881. NSUInteger sessionTaskIdentifierPlist = k_taskIdentifierNULL;
  882. if ([CCUtility isFileNotCryptated:fileName] || [CCUtility isCryptoString:fileName]) sessionTaskIdentifier = k_taskIdentifierError;
  883. if ([CCUtility isCryptoPlistString:fileName]) sessionTaskIdentifierPlist = k_taskIdentifierError;
  884. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:[NSString stringWithFormat:@"%@", @k_CCErrorTaskNil] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:sessionTaskIdentifier sessionTaskIdentifierPlist:sessionTaskIdentifierPlist predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount]];
  885. NSLog(@"[LOG] Upload file TaskIdentifier [error CCErrorTaskNil] - %@ - %@", fileName, fileNamePrint);
  886. } else {
  887. NSUInteger sessionTaskIdentifier = k_taskIdentifierNULL;
  888. NSUInteger sessionTaskIdentifierPlist = k_taskIdentifierNULL;
  889. if ([CCUtility isCryptoString:fileName] || [CCUtility isFileNotCryptated:fileName]) sessionTaskIdentifier = uploadTask.taskIdentifier;
  890. if ([CCUtility isCryptoPlistString:fileName]) sessionTaskIdentifierPlist = uploadTask.taskIdentifier;
  891. [[NCManageDatabase sharedInstance] setMetadataSession:session sessionError:@"" sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:sessionTaskIdentifier sessionTaskIdentifierPlist:sessionTaskIdentifierPlist predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", sessionID, _activeAccount]];
  892. // Delete record on Table Auto Upload
  893. if ([selector isEqualToString:selectorUploadAutoUpload] || [selector isEqualToString:selectorUploadAutoUploadAll])
  894. [[NCManageDatabase sharedInstance] deleteAutoUploadWithAssetLocalIdentifier:assetLocalIdentifier];
  895. // Manage uploadTask cancel,suspend,resume
  896. if (taskStatus == k_taskStatusCancel) [uploadTask cancel];
  897. else if (taskStatus == k_taskStatusSuspend) [uploadTask suspend];
  898. else if (taskStatus == k_taskStatusResume) [uploadTask resume];
  899. NSLog(@"[LOG] Upload file %@ - %@ TaskIdentifier %lu", fileName,fileNamePrint, (unsigned long)uploadTask.taskIdentifier);
  900. }
  901. dispatch_async(dispatch_get_main_queue(), ^{
  902. // refresh main
  903. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  904. [self.delegate reloadDatasource:serverUrl];
  905. #ifndef EXTENSION
  906. [app updateApplicationIconBadgeNumber];
  907. #endif
  908. });
  909. }
  910. - (void)URLSession:(NSURLSession *)session dataTask:(NSURLSessionDataTask *)dataTask didReceiveData:(NSData *)data
  911. {
  912. NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)dataTask.response;
  913. if (httpResponse.statusCode >= 200 && httpResponse.statusCode < 300) {
  914. NSNumber *taskIdentifier = [NSNumber numberWithLong:dataTask.taskIdentifier];
  915. if (data)
  916. [_taskData setObject:[data copy] forKey:taskIdentifier];
  917. }
  918. }
  919. - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend
  920. {
  921. NSString *url = [[[task currentRequest].URL absoluteString] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  922. NSString *fileName = [url lastPathComponent];
  923. NSString *serverUrl = [self getServerUrlFromUrl:url];
  924. // if plist return
  925. if ([CCUtility getTypeFileName:fileName] == k_metadataTypeFilenamePlist)
  926. return;
  927. float progress = (float) totalBytesSent / (float)totalBytesExpectedToSend;
  928. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataFromFileName:fileName directoryID:[[NCManageDatabase sharedInstance] getDirectoryID:serverUrl]];
  929. if (metadata) {
  930. NSDictionary* userInfo = @{@"fileID": (metadata.fileID), @"serverUrl": (serverUrl), @"cryptated": ([NSNumber numberWithBool:metadata.cryptated]), @"progress": ([NSNumber numberWithFloat:progress])};
  931. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  932. }
  933. }
  934. - (void)uploadFileSuccessFailure:(tableMetadata *)metadata fileName:(NSString *)fileName fileID:(NSString *)fileID etag:(NSString *)etag date:(NSDate *)date serverUrl:(NSString *)serverUrl errorCode:(NSInteger)errorCode
  935. {
  936. NSString *sessionID = metadata.sessionID;
  937. // Progress Task
  938. NSDictionary* userInfo = @{@"fileID": (fileID), @"serverUrl": (serverUrl), @"cryptated": ([NSNumber numberWithBool:NO]), @"progress": ([NSNumber numberWithFloat:0.0])};
  939. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"NotificationProgressTask" object:nil userInfo:userInfo];
  940. // ERRORE
  941. if (errorCode != 0) {
  942. #ifndef EXTENSION
  943. [app.listProgressMetadata removeObjectForKey:sessionID];
  944. #endif
  945. // Mark error only if not Cancelled Task
  946. if (errorCode != kCFURLErrorCancelled) {
  947. NSUInteger sessionTaskIdentifier = k_taskIdentifierNULL;
  948. NSUInteger sessionTaskIdentifierPlist = k_taskIdentifierNULL;
  949. if ([CCUtility isFileNotCryptated:fileName] || [CCUtility isCryptoString:fileName]) sessionTaskIdentifier = k_taskIdentifierError;
  950. if ([CCUtility isCryptoPlistString:fileName]) sessionTaskIdentifierPlist = k_taskIdentifierError;
  951. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:[NSString stringWithFormat:@"%@", @(errorCode)] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:sessionTaskIdentifier sessionTaskIdentifierPlist:sessionTaskIdentifierPlist predicate:[NSPredicate predicateWithFormat:@"sessionID = %@ AND account = %@", metadata.sessionID, _activeAccount]];
  952. }
  953. dispatch_async(dispatch_get_main_queue(), ^{
  954. if ([[self getDelegate:sessionID] respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
  955. [[self getDelegate:sessionID] uploadFileFailure:nil fileID:fileID serverUrl:serverUrl selector:metadata.sessionSelector message:[CCError manageErrorKCF:errorCode withNumberError:YES] errorCode:errorCode];
  956. });
  957. return;
  958. }
  959. // PLAIN or PLIST
  960. if ([CCUtility isFileNotCryptated:fileName] || [CCUtility isCryptoPlistString:fileName]) {
  961. // copy ico in new fileID
  962. [CCUtility copyFileAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, sessionID] toPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, fileID]];
  963. metadata.fileID = fileID;
  964. metadata.etag = etag;
  965. metadata.date = date;
  966. metadata.sessionTaskIdentifierPlist = k_taskIdentifierDone;
  967. if ([CCUtility isFileNotCryptated:fileName])
  968. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  969. // Add new metadata
  970. metadata = [[NCManageDatabase sharedInstance] addMetadata:metadata activeUrl:_activeUrl serverUrl:serverUrl];
  971. if (!metadata) {
  972. dispatch_async(dispatch_get_main_queue(), ^{
  973. if ([[self getDelegate:sessionID] respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
  974. [[self getDelegate:sessionID] uploadFileFailure:nil fileID:fileID serverUrl:serverUrl selector:@"" message:[NSString stringWithFormat:@"Serius error internal download : metadata not found %@", fileName] errorCode:k_CCErrorInternalError];
  975. });
  976. return;
  977. }
  978. // Delete old ID_UPLOAD_XXXXX metadata
  979. [[NCManageDatabase sharedInstance] deleteMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileID = %@", sessionID] clearDateReadDirectoryID:nil];
  980. }
  981. // CRYPTO
  982. if ([CCUtility isCryptoString:fileName]) {
  983. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  984. metadata = [[NCManageDatabase sharedInstance] updateMetadata:metadata activeUrl:_activeUrl];
  985. }
  986. // ALL TASK DONE (PLAIN/CRYPTO)
  987. if (metadata.sessionTaskIdentifier == k_taskIdentifierDone && metadata.sessionTaskIdentifierPlist == k_taskIdentifierDone) {
  988. #ifndef EXTENSION
  989. [app.listProgressMetadata removeObjectForKey:sessionID];
  990. #endif
  991. NSLog(@"[LOG] Insert new upload : %@ - FileNamePrint : %@ - fileID : %@", metadata.fileName, metadata.fileNamePrint, metadata.fileID);
  992. metadata.session = @"";
  993. metadata.sessionError = @"";
  994. metadata.sessionID = @"";
  995. metadata = [[NCManageDatabase sharedInstance] updateMetadata:metadata activeUrl:_activeUrl];
  996. // rename file sessionID -> fileID
  997. [CCUtility moveFileAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, sessionID] toPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID]];
  998. // remove temp icon
  999. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, sessionID] error:nil];
  1000. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@.ico", _directoryUser, metadata.fileID] error:nil];
  1001. // if crypto remove filename data
  1002. if (metadata.cryptated)
  1003. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileNameData] error:nil];
  1004. // Local
  1005. if (metadata.directory == NO)
  1006. [[NCManageDatabase sharedInstance] addLocalFileWithMetadata:metadata];
  1007. // EXIF
  1008. if ([metadata.typeFile isEqualToString: k_metadataTypeFile_image])
  1009. [CCExifGeo setExifLocalTableEtag:metadata directoryUser:_directoryUser activeAccount:_activeAccount];
  1010. // Create ICON
  1011. if (metadata.directory == NO)
  1012. [CCGraphics createNewImageFrom:metadata.fileID directoryUser:_directoryUser fileNameTo:metadata.fileID fileNamePrint:metadata.fileNamePrint size:@"m" imageForUpload:NO typeFile:metadata.typeFile writePreview:YES optimizedFileName:[CCUtility getOptimizedPhoto]];
  1013. // Optimization
  1014. if ([CCUtility getUploadAndRemovePhoto] || [metadata.sessionSelectorPost isEqualToString:selectorUploadRemovePhoto])
  1015. [[NSFileManager defaultManager] removeItemAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, metadata.fileID] error:nil];
  1016. // Copy photo or video in the photo album for auto upload
  1017. if ([metadata.assetLocalIdentifier length] > 0 && [metadata.sessionSelector isEqualToString:selectorUploadAutoUpload]) {
  1018. PHAsset *asset;
  1019. PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[metadata.assetLocalIdentifier] options:nil];
  1020. if(result.count){
  1021. asset = result[0];
  1022. [asset saveToAlbum:[NCBrandOptions sharedInstance].brand completionBlock:^(BOOL success) {
  1023. if (success) NSLog(@"[LOG] Insert file %@ in %@", metadata.fileNamePrint, [NCBrandOptions sharedInstance].brand);
  1024. else NSLog(@"[LOG] File %@ do not insert in %@", metadata.fileNamePrint, [NCBrandOptions sharedInstance].brand);
  1025. }];
  1026. }
  1027. }
  1028. // Actvity
  1029. [[NCManageDatabase sharedInstance] addActivityClient:fileName fileID:fileID action:k_activityDebugActionUpload selector:metadata.sessionSelector note:serverUrl type:k_activityTypeSuccess verbose:k_activityVerboseDefault activeUrl:_activeUrl];
  1030. dispatch_async(dispatch_get_main_queue(), ^{
  1031. if ([[self getDelegate:sessionID] respondsToSelector:@selector(uploadFileSuccess:fileID:serverUrl:selector:selectorPost:)])
  1032. [[self getDelegate:sessionID] uploadFileSuccess:nil fileID:metadata.fileID serverUrl:serverUrl selector:metadata.sessionSelector selectorPost:metadata.sessionSelectorPost];
  1033. });
  1034. }
  1035. }
  1036. #pragma --------------------------------------------------------------------------------------------
  1037. #pragma mark ===== Download Verify =====
  1038. #pragma --------------------------------------------------------------------------------------------
  1039. - (void)verifyDownloadInProgress
  1040. {
  1041. NSArray *dataSourceDownload = [[NCManageDatabase sharedInstance] getTableMetadataDownload];
  1042. NSArray *dataSourceDownloadWWan = [[NCManageDatabase sharedInstance] getTableMetadataDownloadWWan];
  1043. NSMutableArray *dataSource = [[NSMutableArray alloc] init];
  1044. [dataSource addObjectsFromArray:dataSourceDownload];
  1045. [dataSource addObjectsFromArray:dataSourceDownloadWWan];
  1046. NSLog(@"[LOG] Verify download file in progress n. %lu", (unsigned long)[dataSource count]);
  1047. for (tableMetadata *metadata in dataSource) {
  1048. NSURLSession *session = [self getSessionfromSessionDescription:metadata.session];
  1049. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1050. dispatch_async(dispatch_get_main_queue(), ^{
  1051. BOOL findTask = NO;
  1052. BOOL findTaskPlist = NO;
  1053. for (NSURLSessionDownloadTask *downloadTask in downloadTasks) {
  1054. NSLog(@"[LOG] Find metadata Tasks [%li %li] = [%lu] state : %lu", (long)metadata.sessionTaskIdentifier, (long)metadata.sessionTaskIdentifierPlist ,(unsigned long)downloadTask.taskIdentifier, (unsigned long)[downloadTask state]);
  1055. if (metadata.sessionTaskIdentifier == downloadTask.taskIdentifier) findTask = YES;
  1056. if (metadata.sessionTaskIdentifierPlist == downloadTask.taskIdentifier) findTaskPlist = YES;
  1057. if (findTask == YES || findTaskPlist == YES) break; // trovati, download ancora in corso
  1058. }
  1059. // DATA
  1060. if (findTask == NO && metadata.sessionTaskIdentifier >= 0) {
  1061. NSLog(@"[LOG] NOT Find metadata Task [%li] fileID : %@ - filename : %@", (long)metadata.sessionTaskIdentifier, metadata.fileID, metadata.fileNameData);
  1062. [[NCManageDatabase sharedInstance] setMetadataSession:nil sessionError:[NSString stringWithFormat:@"%@", @k_CCErrorTaskDownloadNotFound] sessionSelector:nil sessionSelectorPost:nil sessionTaskIdentifier:k_taskIdentifierError sessionTaskIdentifierPlist:k_taskIdentifierNULL predicate:[NSPredicate predicateWithFormat:@"fileID = %@ ", metadata.fileID]];
  1063. dispatch_async(dispatch_get_main_queue(), ^{
  1064. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  1065. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID]];
  1066. });
  1067. }
  1068. // PLIST
  1069. if (findTaskPlist == NO && metadata.sessionTaskIdentifierPlist >= 0) {
  1070. NSLog(@"[LOG] NOT Find metadata TaskPlist [%li] fileID : %@ - filename : %@", (long)metadata.sessionTaskIdentifierPlist, metadata.fileID, metadata.fileName);
  1071. [[NCManageDatabase sharedInstance] setMetadataSession:@"" sessionError:@"" sessionSelector:@"" sessionSelectorPost:@"" sessionTaskIdentifier:k_taskIdentifierNULL sessionTaskIdentifierPlist:k_taskIdentifierDone predicate:[NSPredicate predicateWithFormat:@"fileID = %@", metadata.fileID]];
  1072. dispatch_async(dispatch_get_main_queue(), ^{
  1073. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  1074. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID]];
  1075. });
  1076. }
  1077. });
  1078. }];
  1079. }
  1080. /* Verify Upload In Error */
  1081. NSMutableSet *serversUrl = [NSMutableSet new];
  1082. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND session CONTAINS 'download' AND (sessionTaskIdentifier = %i OR sessionTaskIdentifierPlist = %i)", _activeAccount, k_taskIdentifierError, k_taskIdentifierError] sorted:nil ascending:NO];
  1083. NSLog(@"[LOG] Verify re download n. %lu", (unsigned long)[metadatas count]);
  1084. for (tableMetadata *metadata in metadatas) {
  1085. NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  1086. if (metadata.sessionTaskIdentifier == k_taskIdentifierError)
  1087. [self downloadFile:metadata.fileID serverUrl:serverUrl downloadData:YES downloadPlist:NO selector:metadata.sessionSelector selectorPost:nil session:k_download_session taskStatus: k_taskStatusResume delegate:nil];
  1088. if (metadata.sessionTaskIdentifierPlist == k_taskIdentifierError)
  1089. [self downloadFile:metadata.fileID serverUrl:serverUrl downloadData:NO downloadPlist:YES selector:metadata.sessionSelector selectorPost:nil session:k_download_session taskStatus: k_taskStatusResume delegate:nil];
  1090. [serversUrl addObject:serverUrl];
  1091. NSLog(@"[LOG] Re download file : %@ - %@ [%li %li]", metadata.fileName, metadata.fileNamePrint, (long)metadata.sessionTaskIdentifier, (long)metadata.sessionTaskIdentifierPlist);
  1092. }
  1093. dispatch_async(dispatch_get_main_queue(), ^{
  1094. for (NSString *serverUrl in serversUrl)
  1095. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  1096. [self.delegate reloadDatasource:serverUrl];
  1097. });
  1098. }
  1099. #pragma --------------------------------------------------------------------------------------------
  1100. #pragma mark ===== Upload Verify =====
  1101. #pragma --------------------------------------------------------------------------------------------
  1102. - (void)verifyUploadInProgress
  1103. {
  1104. NSArray *dataSourceUpload = [[NCManageDatabase sharedInstance] getTableMetadataUpload];
  1105. NSArray *dataSourceUploadWWan = [[NCManageDatabase sharedInstance] getTableMetadataUploadWWan];
  1106. NSMutableArray *dataSource = [[NSMutableArray alloc] init];
  1107. [dataSource addObjectsFromArray:dataSourceUpload];
  1108. [dataSource addObjectsFromArray:dataSourceUploadWWan];
  1109. NSLog(@"[LOG] Verify upload file in progress n. %lu", (unsigned long)[dataSource count]);
  1110. for (tableMetadata *metadata in dataSource) {
  1111. __block NSString *serverUrl = [[NCManageDatabase sharedInstance] getServerUrl:metadata.directoryID];
  1112. NSURLSession *session = [self getSessionfromSessionDescription:metadata.session];
  1113. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1114. BOOL findTask = NO;
  1115. BOOL findTaskPlist = NO;
  1116. // cerchiamo la corrispondenza dei task
  1117. for (NSURLSessionUploadTask *uploadTask in uploadTasks) {
  1118. NSLog(@"[LOG] Find metadata Tasks [%li %li] = [%lu] state : %lu", (long)metadata.sessionTaskIdentifier, (long)metadata.sessionTaskIdentifierPlist , (unsigned long)uploadTask.taskIdentifier, (unsigned long)[uploadTask state]);
  1119. if (metadata.sessionTaskIdentifier == uploadTask.taskIdentifier) findTask = YES;
  1120. if (metadata.sessionTaskIdentifierPlist == uploadTask.taskIdentifier) findTaskPlist = YES;
  1121. if (findTask == YES || findTaskPlist == YES) break;
  1122. }
  1123. // se non c'è (ci sono) il relativo uploadTask.taskIdentifier allora chiediamolo
  1124. if ((metadata.cryptated == YES && findTask == NO && findTaskPlist == NO) || (metadata.cryptated == NO && findTask == NO)) {
  1125. NSLog(@"[LOG] Call ReadFileVerifyUpload because this file %@ (criptated %i) is in progress but there is no task : [%li %li]", metadata.fileNamePrint, metadata.cryptated, (long)metadata.sessionTaskIdentifier, (long)metadata.sessionTaskIdentifierPlist);
  1126. if (metadata.sessionTaskIdentifier >= 0) [self readFileVerifyUpload:metadata.fileNameData fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl];
  1127. if (metadata.sessionTaskIdentifierPlist >= 0) [self readFileVerifyUpload:metadata.fileName fileNamePrint:metadata.fileNamePrint serverUrl:serverUrl];
  1128. }
  1129. }];
  1130. // Notification change session
  1131. NSArray *object = [[NSArray alloc] initWithObjects:session, metadata, nil];
  1132. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_networkingSessionNotification object:object];
  1133. }
  1134. /* Verify Upload In Error */
  1135. NSMutableSet *directoryIDs = [NSMutableSet new];
  1136. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"account = %@ AND session CONTAINS 'upload' AND (sessionTaskIdentifier = %i OR sessionTaskIdentifierPlist = %i)", _activeAccount, k_taskIdentifierError, k_taskIdentifierError] sorted:nil ascending:NO];
  1137. NSLog(@"[LOG] Verify re upload n. %lu", (unsigned long)[metadatas count]);
  1138. for (tableMetadata *metadata in metadatas) {
  1139. [self uploadFileMetadata:metadata taskStatus: k_taskStatusResume];
  1140. [directoryIDs addObject:metadata.directoryID];
  1141. NSLog(@"[LOG] Re upload file : %@", metadata.fileName);
  1142. }
  1143. dispatch_async(dispatch_get_main_queue(), ^{
  1144. for (NSString *directoryID in directoryIDs)
  1145. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  1146. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:directoryID]];
  1147. });
  1148. }
  1149. - (void)readFileVerifyUpload:(NSString *)fileName fileNamePrint:(NSString *)fileNamePrint serverUrl:(NSString *)serverUrl
  1150. {
  1151. #ifndef EXTENSION
  1152. CCMetadataNet *metadataNet = [[CCMetadataNet alloc] initWithAccount:_activeAccount];
  1153. metadataNet.action = actionReadFile;
  1154. metadataNet.fileName = fileName;
  1155. metadataNet.fileNamePrint = fileNamePrint;
  1156. metadataNet.serverUrl = serverUrl;
  1157. metadataNet.selector = selectorReadFileVerifyUpload;
  1158. [app addNetworkingOperationQueue:app.netQueue delegate:self metadataNet:metadataNet];
  1159. #else
  1160. NSLog(@"[LOG] Function not available for extension.");
  1161. #endif
  1162. }
  1163. //
  1164. // File exists : selectorReadFileVerifyUpload
  1165. //
  1166. - (void)readFileSuccess:(CCMetadataNet *)metadataNet metadata:(tableMetadata *)metadata
  1167. {
  1168. NSString *fileName;
  1169. if ([CCUtility isCryptoString:metadata.fileName])
  1170. fileName = [metadata.fileName stringByAppendingString:@".plist"];
  1171. else
  1172. fileName = metadataNet.fileName;
  1173. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:metadataNet.serverUrl];
  1174. tableMetadata *metadataTemp = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileName = %@ AND directoryID = %@ AND account = %@", fileName , directoryID, _activeAccount]];
  1175. // is completed ?
  1176. if (metadataTemp.sessionTaskIdentifier == k_taskIdentifierDone && metadataTemp.sessionTaskIdentifierPlist == k_taskIdentifierDone) {
  1177. [CCGraphics createNewImageFrom:metadata.fileID directoryUser:_directoryUser fileNameTo:metadata.fileID fileNamePrint:metadata.fileNamePrint size:@"m" imageForUpload:NO typeFile:metadata.typeFile writePreview:YES optimizedFileName:[CCUtility getOptimizedPhoto]];
  1178. NSLog(@"[LOG] Verify read file success, but files already processed");
  1179. dispatch_async(dispatch_get_main_queue(), ^{
  1180. if ([self.delegate respondsToSelector:@selector(reloadDatasource:)])
  1181. [self.delegate reloadDatasource:[[NCManageDatabase sharedInstance] getServerUrl:directoryID]];
  1182. });
  1183. } else {
  1184. [self uploadFileSuccessFailure:metadataTemp fileName:metadataNet.fileName fileID:metadata.fileID etag:metadata.etag date:metadata.date serverUrl:metadataNet.serverUrl errorCode:0];
  1185. }
  1186. }
  1187. //
  1188. // File do not exists : selectorReadFileVerifyUpload
  1189. //
  1190. - (void)readFileFailure:(CCMetadataNet *)metadataNet message:(NSString *)message errorCode:(NSInteger)errorCode
  1191. {
  1192. NSString *fileName;
  1193. if ([CCUtility isCryptoString:metadataNet.fileName])
  1194. fileName = [metadataNet.fileName stringByAppendingString:@".plist"];
  1195. else
  1196. fileName = metadataNet.fileName;
  1197. NSString *directoryID = [[NCManageDatabase sharedInstance] getDirectoryID:metadataNet.serverUrl];
  1198. tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"fileName = %@ AND directoryID = %@ AND account = %@",fileName , directoryID, _activeAccount]];
  1199. NSInteger error;
  1200. if (errorCode == kOCErrorServerPathNotFound)
  1201. error = k_CCErrorFileUploadNotFound;
  1202. else
  1203. error = errorCode;
  1204. // fix CCNetworking.m line 1340 2.17.2 (00005)
  1205. if (metadata)
  1206. [self uploadFileSuccessFailure:metadata fileName:metadataNet.fileName fileID:metadata.fileID etag:metadata.etag date:metadata.date serverUrl:metadataNet.serverUrl errorCode:error];
  1207. }
  1208. #pragma --------------------------------------------------------------------------------------------
  1209. #pragma mark ===== Utility =====
  1210. #pragma --------------------------------------------------------------------------------------------
  1211. - (id)getDelegate:(NSString *)fileID
  1212. {
  1213. id delegate = [_delegates objectForKey:fileID];
  1214. if (delegate)
  1215. return delegate;
  1216. else
  1217. return self.delegate;
  1218. }
  1219. - (NSString *)getServerUrlFromUrl:(NSString *)url
  1220. {
  1221. NSString *fileName = [url lastPathComponent];
  1222. url = [url stringByReplacingOccurrencesOfString:[@"/" stringByAppendingString:fileName] withString:@""];
  1223. return url;
  1224. }
  1225. - (NSString *)getTitleFromPlistName:(NSString *)fileName
  1226. {
  1227. if ([[fileName lastPathComponent] isEqualToString:@"plist"] == NO)
  1228. fileName = [fileName stringByAppendingString:@".plist"];
  1229. if (![[NSFileManager defaultManager] fileExistsAtPath:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName]]) return nil;
  1230. NSMutableDictionary *data = [[NSMutableDictionary alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/%@", _directoryUser, fileName]];
  1231. return [data objectForKey:@"title"];
  1232. }
  1233. @end
  1234. #pragma --------------------------------------------------------------------------------------------
  1235. #pragma mark ===== CCMetadataNet =====
  1236. #pragma --------------------------------------------------------------------------------------------
  1237. @implementation CCMetadataNet
  1238. - (id)init
  1239. {
  1240. self = [super init];
  1241. self.priority = NSOperationQueuePriorityNormal;
  1242. return self;
  1243. }
  1244. - (id)initWithAccount:(NSString *)withAccount
  1245. {
  1246. self = [super init];
  1247. if (self) {
  1248. _account = withAccount;
  1249. _priority = NSOperationQueuePriorityNormal;
  1250. }
  1251. return self;
  1252. }
  1253. - (id)copyWithZone: (NSZone *) zone
  1254. {
  1255. CCMetadataNet *metadataNet = [[CCMetadataNet allocWithZone: zone] init];
  1256. [metadataNet setAccount: self.account];
  1257. [metadataNet setAction: self.action];
  1258. [metadataNet setAssetLocalIdentifier: self.assetLocalIdentifier];
  1259. [metadataNet setCryptated: self.cryptated];
  1260. [metadataNet setDate: self.date];
  1261. [metadataNet setDelegate: self.delegate];
  1262. [metadataNet setDirectory: self.directory];
  1263. [metadataNet setDirectoryID: self.directoryID];
  1264. [metadataNet setDirectoryIDTo: self.directoryIDTo];
  1265. [metadataNet setDownloadData: self.downloadData];
  1266. [metadataNet setDownloadPlist: self.downloadPlist];
  1267. [metadataNet setErrorCode: self.errorCode];
  1268. [metadataNet setErrorRetry: self.errorRetry];
  1269. [metadataNet setEtag:self.etag];
  1270. [metadataNet setExpirationTime: self.expirationTime];
  1271. [metadataNet setFileID: self.fileID];
  1272. [metadataNet setFileName: self.fileName];
  1273. [metadataNet setFileNameTo: self.fileNameTo];
  1274. [metadataNet setFileNameLocal: self.fileNameLocal];
  1275. [metadataNet setFileNamePrint: self.fileNamePrint];
  1276. [metadataNet setOptions: self.options];
  1277. [metadataNet setPassword: self.password];
  1278. [metadataNet setPathFolder: self.pathFolder];
  1279. [metadataNet setPriority: self.priority];
  1280. [metadataNet setQueue: self.queue];
  1281. [metadataNet setServerUrl: self.serverUrl];
  1282. [metadataNet setServerUrlTo: self.serverUrlTo];
  1283. [metadataNet setSelector: self.selector];
  1284. [metadataNet setSelectorPost: self.selectorPost];
  1285. [metadataNet setSession: self.session];
  1286. [metadataNet setSessionID: self.sessionID];
  1287. [metadataNet setShare: self.share];
  1288. [metadataNet setShareeType: self.shareeType];
  1289. [metadataNet setSharePermission: self.sharePermission];
  1290. [metadataNet setSize: self.size];
  1291. [metadataNet setTaskStatus: self.taskStatus];
  1292. return metadataNet;
  1293. }
  1294. @end