CCNetworking.m 72 KB

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