CCNetworking.m 82 KB

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