CCNetworking.m 82 KB

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