AppDelegate.m 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  1. //
  2. // AppDelegate.m
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 04/09/14.
  6. // Copyright (c) 2017 Marino Faggiana. All rights reserved.
  7. //
  8. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  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 "AppDelegate.h"
  24. #import "CCNetworking.h"
  25. #import "CCGraphics.h"
  26. #import "CCSynchronize.h"
  27. #import "CCMain.h"
  28. #import "CCDetail.h"
  29. #import <Fabric/Fabric.h>
  30. #import <Crashlytics/Crashlytics.h>
  31. #import "NCBridgeSwift.h"
  32. #import "NCAutoUpload.h"
  33. #import "NCPushNotificationEncryption.h"
  34. @class NCViewerRichdocument;
  35. @interface AppDelegate () <UNUserNotificationCenterDelegate>
  36. {
  37. PKPushRegistry *pushRegistry;
  38. }
  39. @end
  40. @implementation AppDelegate
  41. + (void)initialize
  42. {
  43. [[NSUserDefaults standardUserDefaults] registerDefaults:@{@"UserAgent": [CCUtility getUserAgent]}];
  44. }
  45. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
  46. {
  47. [CCUtility createDirectoryStandard];
  48. // Networking
  49. [[NCCommunicationCommon sharedInstance] setupWithUserAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups delegate:[NCNetworking sharedInstance]];
  50. // Verify upgrade
  51. if ([self upgrade]) {
  52. // Set account, if no exists clear all
  53. tableAccount *tableAccount = [[NCManageDatabase sharedInstance] getAccountActive];
  54. if (tableAccount == nil) {
  55. // remove all the keys Chain
  56. [CCUtility deleteAllChainStore];
  57. // remove all the App group key
  58. [[NSUserDefaults standardUserDefaults] removePersistentDomainForName:[[NSBundle mainBundle] bundleIdentifier]];
  59. } else {
  60. [self settingActiveAccount:tableAccount.account activeUrl:tableAccount.url activeUser:tableAccount.user activeUserID:tableAccount.userID activePassword:[CCUtility getPassword:tableAccount.account]];
  61. }
  62. }
  63. // UserDefaults
  64. self.ncUserDefaults = [[NSUserDefaults alloc] initWithSuiteName:[NCBrandOptions sharedInstance].capabilitiesGroups];
  65. // Filter ocId
  66. self.filterocId = [NSMutableArray new];
  67. // Upload Pending In Upload (crash)
  68. self.sessionPendingStatusInUpload = [NSMutableArray new];
  69. // Initialization Notification
  70. self.listOfNotifications = [NSMutableArray new];
  71. // Background Fetch
  72. [application setMinimumBackgroundFetchInterval:UIApplicationBackgroundFetchIntervalMinimum];
  73. // Initialization List
  74. self.listProgressMetadata = [[NSMutableDictionary alloc] init];
  75. self.listMainVC = [[NSMutableDictionary alloc] init];
  76. // Push Notification
  77. // pushRegistry = [[PKPushRegistry alloc] initWithQueue:dispatch_get_main_queue()];
  78. // pushRegistry.delegate = self;
  79. // pushRegistry.desiredPushTypes = [NSSet setWithObject:PKPushTypeVoIP];
  80. [application registerForRemoteNotifications];
  81. // Display notification (sent via APNS)
  82. [UNUserNotificationCenter currentNotificationCenter].delegate = self;
  83. UNAuthorizationOptions authOptions = UNAuthorizationOptionAlert | UNAuthorizationOptionSound | UNAuthorizationOptionBadge;
  84. [[UNUserNotificationCenter currentNotificationCenter] requestAuthorizationWithOptions:authOptions completionHandler:^(BOOL granted, NSError * _Nullable error) {
  85. }];
  86. // setting Reachable in back
  87. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  88. self.reachability = [Reachability reachabilityForInternetConnection];
  89. self.lastReachability = [self.reachability isReachable];
  90. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kReachabilityChangedNotification object:nil];
  91. [self.reachability startNotifier];
  92. });
  93. //AV Session
  94. [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error:nil];
  95. // [[AVAudioSession sharedInstance] setActive:YES error:nil];
  96. [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
  97. // APPEARANCE: How to hide UINavigationBar 1px bottom line < iOS 11
  98. [[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
  99. [[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];
  100. [UINavigationBar appearance].translucent = NO;
  101. // passcode
  102. [[BKPasscodeLockScreenManager sharedManager] setDelegate:self];
  103. dispatch_async(dispatch_get_main_queue(), ^{
  104. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:NO];
  105. });
  106. // Quick Actions
  107. if([[UIApplicationShortcutItem class] respondsToSelector:@selector(new)]) {
  108. [self configDynamicShortcutItems];
  109. UIApplicationShortcutItem *shortcutItem = [launchOptions objectForKeyedSubscript:UIApplicationLaunchOptionsShortcutItemKey];
  110. if (shortcutItem)
  111. [self handleShortCutItem:shortcutItem];
  112. }
  113. // Start Timer
  114. self.timerProcessAutoDownloadUpload = [NSTimer scheduledTimerWithTimeInterval:k_timerProcessAutoDownloadUpload target:self selector:@selector(loadAutoDownloadUpload) userInfo:nil repeats:YES];
  115. self.timerUpdateApplicationIconBadgeNumber = [NSTimer scheduledTimerWithTimeInterval:k_timerUpdateApplicationIconBadgeNumber target:self selector:@selector(updateApplicationIconBadgeNumber) userInfo:nil repeats:YES];
  116. [self startTimerErrorNetworking];
  117. // Fabric
  118. if (![CCUtility getDisableCrashservice] && NCBrandOptions.sharedInstance.disable_crash_service == false) {
  119. [Fabric with:@[[Crashlytics class]]];
  120. }
  121. // Store review
  122. if ([[NCUtility sharedInstance] isSimulatorOrTestFlight] == false) {
  123. NCStoreReview *review = [NCStoreReview new];
  124. [review incrementAppRuns];
  125. [review showStoreReview];
  126. }
  127. // Detect Dark mode
  128. if (@available(iOS 13.0, *)) {
  129. if ([CCUtility getDarkModeDetect]) {
  130. if ([[UITraitCollection currentTraitCollection] userInterfaceStyle] == UIUserInterfaceStyleDark) {
  131. [CCUtility setDarkMode:YES];
  132. } else {
  133. [CCUtility setDarkMode:NO];
  134. }
  135. }
  136. }
  137. if ([NCBrandOptions sharedInstance].disable_intro) {
  138. [CCUtility setIntro:YES];
  139. if (self.activeAccount.length == 0) {
  140. [self openLoginView:nil selector:k_intro_login openLoginWeb:false];
  141. }
  142. } else {
  143. if ([CCUtility getIntro] == NO) {
  144. UIViewController *introViewController = [[UIStoryboard storyboardWithName:@"Intro" bundle:[NSBundle mainBundle]] instantiateInitialViewController];
  145. UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController: introViewController];
  146. self.window.rootViewController = navController;
  147. [self.window makeKeyAndVisible];
  148. }
  149. }
  150. return YES;
  151. }
  152. //
  153. // L' applicazione si dimetterà dallo stato di attivo
  154. //
  155. - (void)applicationWillResignActive:(UIApplication *)application
  156. {
  157. // Test Maintenance
  158. if (self.activeAccount.length == 0 || self.maintenanceMode)
  159. return;
  160. [_activeMain closeAllMenu];
  161. [self updateApplicationIconBadgeNumber];
  162. }
  163. //
  164. // L' applicazione entrerà in primo piano (attivo solo dopo il background)
  165. //
  166. - (void)applicationWillEnterForeground:(UIApplication *)application
  167. {
  168. // Test Maintenance
  169. if (self.activeAccount.length == 0 || self.maintenanceMode)
  170. return;
  171. NSLog(@"[LOG] Request Service Server Nextcloud");
  172. [[NCService sharedInstance] startRequestServicesServer];
  173. NSLog(@"[LOG] Initialize Auto upload");
  174. [[NCAutoUpload sharedInstance] initStateAutoUpload];
  175. NSLog(@"[LOG] Read active directory");
  176. [self.activeMain readFileReloadFolder];
  177. NSLog(@"[LOG] Required unsubscribing / subscribing");
  178. [self pushNotification];
  179. NSLog(@"[LOG] RichDocument");
  180. if (self.activeDetail.richDocument) {
  181. [self.activeDetail.richDocument grabFocus];
  182. }
  183. }
  184. //
  185. // L' applicazione entrerà in primo piano (attivo sempre)
  186. //
  187. - (void)applicationDidBecomeActive:(UIApplication *)application
  188. {
  189. // Test Maintenance
  190. if (self.activeAccount.length == 0 || self.maintenanceMode)
  191. return;
  192. // middelware ping
  193. if ([[NCBrandOptions sharedInstance] use_middlewarePing]) {
  194. NSLog(@"[LOG] Middleware Ping");
  195. [[NCService sharedInstance] middlewarePing];
  196. }
  197. // Brand
  198. #if defined(HC)
  199. tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
  200. if (account.hcIsTrial == true || account.hcTrialExpired == true || account.hcNextGroupExpirationGroupExpired == true) {
  201. HCTrial *vc = [[UIStoryboard storyboardWithName:@"HCTrial" bundle:nil] instantiateInitialViewController];
  202. vc.account = account;
  203. [self.window.rootViewController presentViewController:vc animated:YES completion:nil];
  204. }
  205. #endif
  206. }
  207. //
  208. // L' applicazione è entrata nello sfondo
  209. //
  210. - (void)applicationDidEnterBackground:(UIApplication *)application
  211. {
  212. NSLog(@"[LOG] Enter in Background");
  213. [[BKPasscodeLockScreenManager sharedManager] showLockScreen:YES];
  214. if([[UIDevice currentDevice] respondsToSelector:@selector(isMultitaskingSupported)]) {
  215. __block UIBackgroundTaskIdentifier background_task;
  216. background_task = [application beginBackgroundTaskWithExpirationHandler:^ {
  217. //Clean up code. Tell the system that we are done.
  218. [application endBackgroundTask: background_task];
  219. background_task = UIBackgroundTaskInvalid;
  220. }];
  221. }
  222. }
  223. //
  224. // L'applicazione terminerà
  225. //
  226. - (void)applicationWillTerminate:(UIApplication *)application
  227. {
  228. NSLog(@"[LOG] bye bye, Nextcloud !");
  229. }
  230. #pragma --------------------------------------------------------------------------------------------
  231. #pragma mark ===== Login / checkErrorNetworking =====
  232. #pragma --------------------------------------------------------------------------------------------
  233. - (void)checkErrorNetworking
  234. {
  235. // test
  236. if (self.activeAccount.length == 0 || self.maintenanceMode)
  237. return;
  238. // check unauthorized server (401)
  239. if ([CCUtility getPassword:self.activeAccount].length == 0) {
  240. [self openLoginView:self.window.rootViewController selector:k_intro_login openLoginWeb:true];
  241. }
  242. // check certificate untrusted (-1202)
  243. if ([CCUtility getCertificateError:self.activeAccount]) {
  244. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_ssl_certificate_untrusted_", nil) message:NSLocalizedString(@"_connect_server_anyway_", nil) preferredStyle:UIAlertControllerStyleAlert];
  245. [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_yes_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
  246. [[NCNetworking sharedInstance] wrtiteCertificateWithDirectoryCertificate:[CCUtility getDirectoryCerificates]];
  247. [self startTimerErrorNetworking];
  248. }]];
  249. [alertController addAction: [UIAlertAction actionWithTitle:NSLocalizedString(@"_no_", nil) style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
  250. [self startTimerErrorNetworking];
  251. }]];
  252. [self.window.rootViewController presentViewController:alertController animated:YES completion:^{
  253. // Stop timer error network
  254. [self.timerErrorNetworking invalidate];
  255. }];
  256. }
  257. }
  258. - (void)openLoginView:(UIViewController *)viewController selector:(NSInteger)selector openLoginWeb:(BOOL)openLoginWeb
  259. {
  260. // use appConfig [MDM]
  261. if ([NCBrandOptions sharedInstance].use_configuration) {
  262. if (!(_appConfigView.isViewLoaded && _appConfigView.view.window)) {
  263. self.appConfigView = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"NCAppConfigView"];
  264. [self showLoginViewController:self.appConfigView forContext:viewController];
  265. }
  266. return;
  267. }
  268. // only for personalized LoginWeb [customer]
  269. if ([NCBrandOptions sharedInstance].use_login_web_personalized) {
  270. if (!(_activeLoginWeb.isViewLoaded && _activeLoginWeb.view.window)) {
  271. self.activeLoginWeb = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"NCLoginWeb"];
  272. self.activeLoginWeb.urlBase = [[NCBrandOptions sharedInstance] loginBaseUrl];
  273. [self showLoginViewController:self.activeLoginWeb forContext:viewController];
  274. }
  275. return;
  276. }
  277. // normal login
  278. if (selector == k_intro_signup) {
  279. if (!(_activeLoginWeb.isViewLoaded && _activeLoginWeb.view.window)) {
  280. self.activeLoginWeb = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"NCLoginWeb"];
  281. if (selector == k_intro_signup) {
  282. self.activeLoginWeb.urlBase = [[NCBrandOptions sharedInstance] linkloginPreferredProviders];
  283. } else {
  284. self.activeLoginWeb.urlBase = self.activeUrl;
  285. }
  286. [self showLoginViewController:self.activeLoginWeb forContext:viewController];
  287. }
  288. } else if ([NCBrandOptions sharedInstance].disable_intro && [NCBrandOptions sharedInstance].disable_request_login_url) {
  289. self.activeLoginWeb = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"NCLoginWeb"];
  290. self.activeLoginWeb.urlBase = [[NCBrandOptions sharedInstance] loginBaseUrl];
  291. [self showLoginViewController:self.activeLoginWeb forContext:viewController];
  292. } else if (openLoginWeb) {
  293. if (!(_activeLoginWeb.isViewLoaded && _activeLoginWeb.view.window)) {
  294. self.activeLoginWeb = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"NCLoginWeb"];
  295. self.activeLoginWeb.urlBase = self.activeUrl;
  296. [self showLoginViewController:self.activeLoginWeb forContext:viewController];
  297. }
  298. } else {
  299. if (!(_activeLogin.isViewLoaded && _activeLogin.view.window)) {
  300. _activeLogin = [[UIStoryboard storyboardWithName:@"CCLogin" bundle:nil] instantiateViewControllerWithIdentifier:@"CCLoginNextcloud"];
  301. [self showLoginViewController:_activeLogin forContext:viewController];
  302. }
  303. }
  304. }
  305. -(void)showLoginViewController:(UIViewController *)viewController forContext:(UIViewController *)contextViewController
  306. {
  307. if (contextViewController == NULL) {
  308. UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:viewController];
  309. navController.navigationBar.tintColor = NCBrandColor.sharedInstance.customerText;
  310. navController.navigationBar.barTintColor = NCBrandColor.sharedInstance.customer;
  311. self.window.rootViewController = navController;
  312. [self.window makeKeyAndVisible];
  313. } else if ([contextViewController isKindOfClass:[UINavigationController class]]) {
  314. UINavigationController *navController = ((UINavigationController *)contextViewController);
  315. [navController pushViewController:viewController animated:true];
  316. } else {
  317. UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:viewController];
  318. navController.modalPresentationStyle = UIModalPresentationFullScreen;
  319. navController.navigationBar.tintColor = NCBrandColor.sharedInstance.customerText;
  320. navController.navigationBar.barTintColor = NCBrandColor.sharedInstance.customer;
  321. [contextViewController presentViewController:navController animated:true completion:nil];
  322. }
  323. }
  324. - (void)startTimerErrorNetworking
  325. {
  326. self.timerErrorNetworking = [NSTimer scheduledTimerWithTimeInterval:k_timerErrorNetworking target:self selector:@selector(checkErrorNetworking) userInfo:nil repeats:YES];
  327. }
  328. #pragma --------------------------------------------------------------------------------------------
  329. #pragma mark ===== Account =====
  330. #pragma --------------------------------------------------------------------------------------------
  331. - (void)settingActiveAccount:(NSString *)activeAccount activeUrl:(NSString *)activeUrl activeUser:(NSString *)activeUser activeUserID:(NSString *)activeUserID activePassword:(NSString *)activePassword
  332. {
  333. self.activeAccount = activeAccount;
  334. self.activeUrl = activeUrl;
  335. self.activeUser = activeUser;
  336. self.activeUserID = activeUserID;
  337. self.activePassword = activePassword;
  338. tableCapabilities *capabilities = [[NCManageDatabase sharedInstance] getCapabilitesWithAccount:activeAccount];
  339. // Setting Account to Networking
  340. [CCNetworking sharedNetworking].delegate = [NCNetworkingMain sharedInstance];
  341. [[NCNetworking sharedInstance] setupWithAccount:activeAccount delegate:nil];
  342. [[NCCommunicationCommon sharedInstance] setupWithUsername:activeUser userID:activeUserID password:activePassword userAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups nextcloudVersion:capabilities.versionMajor delegate:[NCNetworking sharedInstance]];
  343. }
  344. - (void)deleteAccount:(NSString *)account wipe:(BOOL)wipe
  345. {
  346. [self unsubscribingNextcloudServerPushNotification:account url:self.activeUrl withSubscribing:false];
  347. [self settingActiveAccount:nil activeUrl:nil activeUser:nil activeUserID:nil activePassword:nil];
  348. /* DELETE ALL FILES LOCAL FS */
  349. NSArray *results = [[NCManageDatabase sharedInstance] getTableLocalFilesWithPredicate:[NSPredicate predicateWithFormat:@"account == %@", account] sorted:@"ocId" ascending:NO];
  350. for (tableLocalFile *result in results) {
  351. [CCUtility removeFileAtPath:[CCUtility getDirectoryProviderStorageOcId:result.ocId]];
  352. }
  353. // Clear database
  354. [[NCManageDatabase sharedInstance] clearDatabaseWithAccount:account removeAccount:true];
  355. [CCUtility clearAllKeysEndToEnd:account];
  356. [CCUtility clearAllKeysPushNotification:account];
  357. [CCUtility setCertificateError:account error:false];
  358. [CCUtility setPassword:account password:nil];
  359. if (wipe) {
  360. NSArray *listAccount = [[NCManageDatabase sharedInstance] getAccounts];
  361. if ([listAccount count] > 0) {
  362. NSString *newAccount = listAccount[0];
  363. tableAccount *tableAccount = [[NCManageDatabase sharedInstance] setAccountActive:newAccount];
  364. [self settingActiveAccount:newAccount activeUrl:tableAccount.url activeUser:tableAccount.user activeUserID:tableAccount.userID activePassword:[CCUtility getPassword:tableAccount.account]];
  365. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"initializeMain" object:nil userInfo:nil];
  366. } else {
  367. [self openLoginView:self.window.rootViewController selector:k_intro_login openLoginWeb:false];
  368. }
  369. }
  370. }
  371. #pragma --------------------------------------------------------------------------------------------
  372. #pragma mark ===== PushNotification & PushKit Delegate =====
  373. #pragma --------------------------------------------------------------------------------------------
  374. - (void)pushNotification
  375. {
  376. // test
  377. if (self.activeAccount.length == 0 || self.maintenanceMode || self.pushKitToken.length == 0)
  378. return;
  379. for (tableAccount *result in [[NCManageDatabase sharedInstance] getAllAccount]) {
  380. NSString *token = [CCUtility getPushNotificationToken:result.account];
  381. if (![token isEqualToString:self.pushKitToken]) {
  382. if (token != nil) {
  383. // unsubscribing + subscribing
  384. [self unsubscribingNextcloudServerPushNotification:result.account url:result.url withSubscribing:true];
  385. } else {
  386. [self subscribingNextcloudServerPushNotification:result.account url:result.url];
  387. }
  388. }
  389. }
  390. }
  391. - (void)subscribingNextcloudServerPushNotification:(NSString *)account url:(NSString *)url
  392. {
  393. // test
  394. if (self.activeAccount.length == 0 || self.maintenanceMode || self.pushKitToken.length == 0)
  395. return;
  396. [[NCPushNotificationEncryption sharedInstance] generatePushNotificationsKeyPair:account];
  397. NSString *pushTokenHash = [[NCEndToEndEncryption sharedManager] createSHA512:self.pushKitToken];
  398. NSData *pushPublicKey = [CCUtility getPushNotificationPublicKey:account];
  399. NSString *pushDevicePublicKey = [[NSString alloc] initWithData:pushPublicKey encoding:NSUTF8StringEncoding];
  400. [[OCNetworking sharedManager] subscribingPushNotificationWithAccount:account url:url pushToken:self.pushKitToken Hash:pushTokenHash devicePublicKey:pushDevicePublicKey completion:^(NSString *accountCompletion, NSString *deviceIdentifier, NSString *deviceIdentifierSignature, NSString *publicKey, NSString *message, NSInteger errorCode) {
  401. if (errorCode == 0 && [accountCompletion isEqualToString:account]) {
  402. NSLog(@"[LOG] Subscribed to Push Notification server & proxy successfully.");
  403. [CCUtility setPushNotificationToken:account token:self.pushKitToken];
  404. [CCUtility setPushNotificationDeviceIdentifier:account deviceIdentifier:deviceIdentifier];
  405. [CCUtility setPushNotificationDeviceIdentifierSignature:account deviceIdentifierSignature:deviceIdentifierSignature];
  406. [CCUtility setPushNotificationSubscribingPublicKey:account publicKey:publicKey];
  407. } else if (errorCode != 0) {
  408. NSLog(@"[LOG] Subscribed to Push Notification server & proxy error.");
  409. } else {
  410. NSLog(@"[LOG] It has been changed user during networking process, error.");
  411. }
  412. }];
  413. }
  414. - (void)unsubscribingNextcloudServerPushNotification:(NSString *)account url:(NSString *)url withSubscribing:(BOOL)subscribing
  415. {
  416. // test
  417. if (self.activeAccount.length == 0 || self.maintenanceMode)
  418. return;
  419. NSString *deviceIdentifier = [CCUtility getPushNotificationDeviceIdentifier:account];
  420. NSString *deviceIdentifierSignature = [CCUtility getPushNotificationDeviceIdentifierSignature:account];
  421. NSString *publicKey = [CCUtility getPushNotificationSubscribingPublicKey:account];
  422. [[OCNetworking sharedManager] unsubscribingPushNotificationWithAccount:account url:url deviceIdentifier:deviceIdentifier deviceIdentifierSignature:deviceIdentifierSignature publicKey:publicKey completion:^(NSString *account, NSString *message, NSInteger errorCode) {
  423. if (errorCode == 0) {
  424. NSLog(@"[LOG] Unsubscribed to Push Notification server & proxy successfully.");
  425. [CCUtility setPushNotificationPublicKey:account data:nil];
  426. [CCUtility setPushNotificationSubscribingPublicKey:account publicKey:nil];
  427. [CCUtility setPushNotificationPrivateKey:account data:nil];
  428. [CCUtility setPushNotificationToken:account token:nil];
  429. [CCUtility setPushNotificationDeviceIdentifier:account deviceIdentifier:nil];
  430. [CCUtility setPushNotificationDeviceIdentifierSignature:account deviceIdentifierSignature:nil];
  431. if (self.pushKitToken != nil && subscribing) {
  432. [self subscribingNextcloudServerPushNotification:account url:url];
  433. }
  434. } else if (errorCode != 0) {
  435. NSLog(@"[LOG] Unsubscribed to Push Notification server & proxy error.");
  436. } else {
  437. NSLog(@"[LOG] It has been changed user during networking process, error.");
  438. }
  439. }];
  440. }
  441. -(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler
  442. {
  443. //Called when a notification is delivered to a foreground app.
  444. completionHandler(UNNotificationPresentationOptionAlert);
  445. }
  446. -(void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(nonnull UNNotificationResponse *)response withCompletionHandler:(nonnull void (^)(void))completionHandler
  447. {
  448. completionHandler();
  449. }
  450. - (void)pushRegistry:(PKPushRegistry *)registry didUpdatePushCredentials:(PKPushCredentials *)credentials forType:(NSString *)type
  451. {
  452. self.pushKitToken = [self stringWithDeviceToken:credentials.token];
  453. [self pushNotification];
  454. }
  455. - (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(NSString *)type
  456. {
  457. NSString *message = [payload.dictionaryPayload objectForKey:@"subject"];
  458. if (message) {
  459. NSArray *results = [[NCManageDatabase sharedInstance] getAllAccount];
  460. for (tableAccount *result in results) {
  461. if ([CCUtility getPushNotificationPrivateKey:result.account]) {
  462. NSString *decryptedMessage = [[NCPushNotificationEncryption sharedInstance] decryptPushNotification:message withDevicePrivateKey: [CCUtility getPushNotificationPrivateKey:result.account]];
  463. if (decryptedMessage) {
  464. UNMutableNotificationContent *content = [UNMutableNotificationContent new];
  465. NSData *data = [decryptedMessage dataUsingEncoding:NSUTF8StringEncoding];
  466. NSDictionary *json = [NSJSONSerialization JSONObjectWithData:data options:0 error:nil];
  467. NSString *app = [json objectForKey:@"app"];
  468. NSString *subject = [json objectForKey:@"subject"];
  469. //NSInteger notificationId = [[json objectForKey:@"nid"] integerValue];
  470. BOOL delete = [[json objectForKey:@"delete"] boolValue];
  471. BOOL deleteAll = [[json objectForKey:@"delete-all"] boolValue];
  472. if (delete || deleteAll) {
  473. // TODO: Delete notifications locally
  474. } else {
  475. NSURL *url = [NSURL URLWithString:result.url];
  476. NSString *domain = [url host];
  477. if ([app isEqualToString:@"spreed"]) {
  478. content.title = @"Nextcloud Talk";
  479. if (results.count > 1) { content.subtitle = [NSString stringWithFormat:@"%@ (%@)", result.displayName, domain]; }
  480. if (subject) { content.body = subject; }
  481. } else {
  482. if (results.count > 1) { content.title = [NSString stringWithFormat:@"%@ (%@)", result.displayName, domain]; }
  483. if (subject) { content.body = subject; }
  484. }
  485. content.sound = [UNNotificationSound defaultSound];
  486. /*
  487. [[OCNetworking sharedManager] getServerNotification:result.url notificationId:notificationId completion:^(NSDictionary *json, NSString *message, NSInteger errorCode) {
  488. //
  489. }];
  490. */
  491. NSString *identifier = [NSString stringWithFormat:@"Notification-%@", [NSDate new]];
  492. UNTimeIntervalNotificationTrigger *trigger = [UNTimeIntervalNotificationTrigger triggerWithTimeInterval:0.1 repeats:NO];
  493. UNNotificationRequest *request = [UNNotificationRequest requestWithIdentifier:identifier content:content trigger:trigger];
  494. [[UNUserNotificationCenter currentNotificationCenter] addNotificationRequest:request withCompletionHandler:nil];
  495. }
  496. }
  497. }
  498. }
  499. }
  500. }
  501. - (NSString *)stringWithDeviceToken:(NSData *)deviceToken
  502. {
  503. const char *data = [deviceToken bytes];
  504. NSMutableString *token = [NSMutableString string];
  505. for (NSUInteger i = 0; i < [deviceToken length]; i++) {
  506. [token appendFormat:@"%02.2hhX", data[i]];
  507. }
  508. return [token copy];
  509. }
  510. #pragma --------------------------------------------------------------------------------------------
  511. #pragma mark ===== Quick Actions - ShotcutItem =====
  512. #pragma --------------------------------------------------------------------------------------------
  513. - (void)configDynamicShortcutItems
  514. {
  515. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  516. UIApplicationShortcutIcon *shortcutMediaIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"media"];
  517. UIApplicationShortcutItem *shortcutMedia = [[UIApplicationShortcutItem alloc] initWithType:[NSString stringWithFormat:@"%@.media", bundleId] localizedTitle:NSLocalizedString(@"_media_", nil) localizedSubtitle:nil icon:shortcutMediaIcon userInfo:nil];
  518. // add the array to our app
  519. if (shortcutMedia)
  520. [UIApplication sharedApplication].shortcutItems = @[shortcutMedia];
  521. }
  522. - (void)application:(UIApplication *)application performActionForShortcutItem:(UIApplicationShortcutItem *)shortcutItem completionHandler:(void (^)(BOOL))completionHandler
  523. {
  524. BOOL handledShortCutItem = [self handleShortCutItem:shortcutItem];
  525. completionHandler(handledShortCutItem);
  526. }
  527. - (BOOL)handleShortCutItem:(UIApplicationShortcutItem *)shortcutItem
  528. {
  529. BOOL handled = NO;
  530. NSString *bundleId = [NSBundle mainBundle].bundleIdentifier;
  531. NSString *shortcutMedia = [NSString stringWithFormat:@"%@.media", bundleId];
  532. if ([shortcutItem.type isEqualToString:shortcutMedia] && self.activeAccount) {
  533. dispatch_async(dispatch_get_main_queue(), ^{
  534. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  535. if (splitViewController.isCollapsed) {
  536. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  537. for (UINavigationController *nvc in tbc.viewControllers) {
  538. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  539. [nvc popToRootViewControllerAnimated:NO];
  540. }
  541. [tbc setSelectedIndex: k_tabBarApplicationIndexMedia];
  542. } else {
  543. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  544. [nvcDetail popToRootViewControllerAnimated:NO];
  545. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  546. [tbc setSelectedIndex: k_tabBarApplicationIndexMedia];
  547. }
  548. });
  549. handled = YES;
  550. }
  551. return handled;
  552. }
  553. #pragma --------------------------------------------------------------------------------------------
  554. #pragma mark ===== ApplicationIconBadgeNumber =====
  555. #pragma --------------------------------------------------------------------------------------------
  556. - (void)updateApplicationIconBadgeNumber
  557. {
  558. if (self.activeAccount.length == 0 || self.maintenanceMode)
  559. return;
  560. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  561. NSInteger counterDownload = [[[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status = %d OR status == %d OR status == %d", k_metadataStatusWaitDownload, k_metadataStatusInDownload, k_metadataStatusDownloading] sorted:@"fileName" ascending:true] count];
  562. NSInteger counterUpload = [[[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status == %d OR status == %d OR status == %d", k_metadataStatusWaitUpload, k_metadataStatusInUpload, k_metadataStatusUploading] sorted:@"fileName" ascending:true] count];
  563. NSInteger total = counterDownload + counterUpload;
  564. dispatch_async(dispatch_get_main_queue(), ^{
  565. [UIApplication sharedApplication].applicationIconBadgeNumber = total;
  566. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  567. if ([[splitViewController.viewControllers firstObject] isKindOfClass:[UITabBarController class]]) {
  568. UITabBarController *tbc = [splitViewController.viewControllers firstObject];
  569. UITabBarItem *tbItem = [tbc.tabBar.items objectAtIndex:0];
  570. if (total > 0) {
  571. [tbItem setBadgeValue:[NSString stringWithFormat:@"%li", (unsigned long)total]];
  572. } else {
  573. [tbItem setBadgeValue:nil];
  574. }
  575. }
  576. });
  577. });
  578. }
  579. #pragma --------------------------------------------------------------------------------------------
  580. #pragma mark ===== TabBarController =====
  581. #pragma --------------------------------------------------------------------------------------------
  582. - (void)createTabBarController:(UITabBarController *)tabBarController
  583. {
  584. UITabBarItem *item;
  585. NSLayoutConstraint *constraint;
  586. CGFloat safeAreaBottom = 0;
  587. if (@available(iOS 11, *)) {
  588. safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
  589. }
  590. // File
  591. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFile];
  592. [item setTitle:NSLocalizedString(@"_home_", nil)];
  593. item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarFiles"] width:50 height:50 color:NCBrandColor.sharedInstance.brandElement];
  594. item.selectedImage = item.image;
  595. // Favorites
  596. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexFavorite];
  597. [item setTitle:NSLocalizedString(@"_favorites_", nil)];
  598. item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarFavorites"] width:50 height:50 color:NCBrandColor.sharedInstance.brandElement];
  599. item.selectedImage = item.image;
  600. // (PLUS INVISIBLE)
  601. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPlusHide];
  602. item.title = @"";
  603. item.image = nil;
  604. item.enabled = false;
  605. // Media
  606. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexMedia];
  607. [item setTitle:NSLocalizedString(@"_media_", nil)];
  608. item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarMedia"] width:50 height:50 color:NCBrandColor.sharedInstance.brandElement];
  609. item.selectedImage = item.image;
  610. // More
  611. item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexMore];
  612. [item setTitle:NSLocalizedString(@"_more_", nil)];
  613. item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarMore"] width:50 height:50 color:NCBrandColor.sharedInstance.brandElement];
  614. item.selectedImage = item.image;
  615. // Plus Button
  616. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] width:120 height:120 color:NCBrandColor.sharedInstance.brandElement];
  617. UIButton *buttonPlus = [UIButton buttonWithType:UIButtonTypeCustom];
  618. buttonPlus.tag = 99;
  619. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
  620. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  621. [buttonPlus addTarget:self action:@selector(handleTouchTabbarCenter:) forControlEvents:UIControlEventTouchUpInside];
  622. [buttonPlus setTranslatesAutoresizingMaskIntoConstraints:NO];
  623. [tabBarController.tabBar addSubview:buttonPlus];
  624. if (safeAreaBottom > 0) {
  625. // X
  626. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeCenterX multiplier:1.0 constant:0];
  627. [tabBarController.view addConstraint:constraint];
  628. // Y
  629. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeTop relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeTop multiplier:1.0 constant:5];
  630. [tabBarController.view addConstraint:constraint];
  631. // Width
  632. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeWidth relatedBy:NSLayoutRelationEqual toItem:nil attribute:0 multiplier:1.0 constant:40];
  633. [tabBarController.view addConstraint:constraint];
  634. // Height
  635. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeHeight relatedBy:NSLayoutRelationEqual toItem:nil attribute:0 multiplier:1.0 constant:40];
  636. [tabBarController.view addConstraint:constraint];
  637. } else {
  638. // X
  639. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeCenterX relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeCenterX multiplier:1.0 constant:0];
  640. [tabBarController.view addConstraint:constraint];
  641. // Y
  642. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeCenterY relatedBy:NSLayoutRelationEqual toItem:tabBarController.tabBar attribute:NSLayoutAttributeCenterY multiplier:1.0 constant:0];
  643. [tabBarController.view addConstraint:constraint];
  644. // Width
  645. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeWidth relatedBy:NSLayoutRelationEqual toItem:nil attribute:0 multiplier:1.0 constant:33];
  646. [tabBarController.view addConstraint:constraint];
  647. // Height
  648. constraint = [NSLayoutConstraint constraintWithItem:buttonPlus attribute:NSLayoutAttributeHeight relatedBy:NSLayoutRelationEqual toItem:nil attribute:0 multiplier:1.0 constant:33];
  649. [tabBarController.view addConstraint:constraint];
  650. }
  651. }
  652. - (void)plusButtonVisibile:(BOOL)visible
  653. {
  654. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  655. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  656. UIButton *buttonPlus = [tabBarController.view viewWithTag:99];
  657. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:NCBrandColor.sharedInstance.brandElement];
  658. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
  659. [buttonPlus setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  660. if (buttonPlus) {
  661. if (visible) {
  662. buttonPlus.hidden = false;
  663. } else {
  664. buttonPlus.hidden = true;
  665. }
  666. }
  667. }
  668. - (void)handleTouchTabbarCenter:(id)sender
  669. {
  670. // Test Maintenance
  671. if (self.maintenanceMode)
  672. return;
  673. tableDirectory *tableDirectory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@", self.activeAccount, self.activeMain.serverUrl]];
  674. if ([tableDirectory.permissions containsString:@"CK"]) {
  675. (void)[[NCCreateMenuAdd alloc] initWithViewController:self.window.rootViewController view:[(UIButton *)sender superview]];
  676. } else {
  677. [[NCContentPresenter shared] messageNotification:@"_warning_" description:@"_no_permission_add_file_" delay:k_dismissAfterSecond type:messageTypeInfo errorCode:0];
  678. }
  679. }
  680. - (void)selectedTabBarController:(NSInteger)index
  681. {
  682. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  683. if (splitViewController.isCollapsed) {
  684. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  685. for (UINavigationController *nvc in tbc.viewControllers) {
  686. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  687. [nvc popToRootViewControllerAnimated:NO];
  688. }
  689. [tbc setSelectedIndex: index];
  690. } else {
  691. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  692. [nvcDetail popToRootViewControllerAnimated:NO];
  693. UITabBarController *tbc = splitViewController.viewControllers.firstObject;
  694. [tbc setSelectedIndex: index];
  695. }
  696. }
  697. - (NSString *)getTabBarControllerActiveServerUrl
  698. {
  699. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  700. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  701. NSString *serverUrl = [CCUtility getHomeServerUrlActiveUrl:self.activeUrl];
  702. NSInteger index = tabBarController.selectedIndex;
  703. // select active serverUrl
  704. if (index == k_tabBarApplicationIndexFile) {
  705. serverUrl = self.activeMain.serverUrl;
  706. } else if (index == k_tabBarApplicationIndexFavorite) {
  707. if (self.activeFavorites.serverUrl)
  708. serverUrl = self.activeFavorites.serverUrl;
  709. } else if (index == k_tabBarApplicationIndexMedia) {
  710. serverUrl = [[NCManageDatabase sharedInstance] getAccountAutoUploadPath:self.activeUrl];
  711. }
  712. return serverUrl;
  713. }
  714. #pragma --------------------------------------------------------------------------------------------
  715. #pragma mark ===== Theming Color =====
  716. #pragma --------------------------------------------------------------------------------------------
  717. - (void)settingThemingColorBrand
  718. {
  719. if (self.activeAccount.length == 0 || self.maintenanceMode)
  720. return;
  721. if ([NCBrandOptions sharedInstance].use_themingColor) {
  722. tableCapabilities *capabilities = [[NCManageDatabase sharedInstance] getCapabilitesWithAccount:self.activeAccount];
  723. [CCGraphics settingThemingColor:capabilities.themingColor themingColorElement:capabilities.themingColorElement themingColorText:capabilities.themingColorText];
  724. } else {
  725. NCBrandColor.sharedInstance.brand = NCBrandColor.sharedInstance.customer;
  726. NCBrandColor.sharedInstance.brandElement = NCBrandColor.sharedInstance.customer;
  727. NCBrandColor.sharedInstance.brandText = NCBrandColor.sharedInstance.customerText;
  728. }
  729. [[NCMainCommon sharedInstance] createImagesThemingColor];
  730. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"changeTheming" object:nil];
  731. }
  732. - (void)changeTheming:(UIViewController *)viewController tableView:(UITableView *)tableView collectionView:(UICollectionView *)collectionView form:(BOOL)form
  733. {
  734. // Dark Mode
  735. [NCBrandColor.sharedInstance setDarkMode];
  736. // View
  737. if (form) viewController.view.backgroundColor = NCBrandColor.sharedInstance.backgroundForm;
  738. else viewController.view.backgroundColor = NCBrandColor.sharedInstance.backgroundView;
  739. // NavigationBar
  740. if (viewController.navigationController.navigationBar) {
  741. viewController.navigationController.navigationBar.translucent = NO;
  742. viewController.navigationController.navigationBar.barTintColor = NCBrandColor.sharedInstance.brand;
  743. viewController.navigationController.navigationBar.tintColor = NCBrandColor.sharedInstance.brandText;
  744. if ([self.reachability isReachable]) {
  745. [viewController.navigationController.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName : NCBrandColor.sharedInstance.brandText}];
  746. } else {
  747. [viewController.navigationController.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName : NCBrandColor.sharedInstance.connectionNo}];
  748. }
  749. viewController.navigationController.navigationBar.shadowImage = [CCGraphics generateSinglePixelImageWithColor:NCBrandColor.sharedInstance.brand];
  750. [viewController.navigationController.navigationBar setAlpha:1];
  751. }
  752. //tabBar
  753. if (viewController.tabBarController.tabBar) {
  754. viewController.tabBarController.tabBar.translucent = NO;
  755. viewController.tabBarController.tabBar.barTintColor = NCBrandColor.sharedInstance.tabBar;
  756. viewController.tabBarController.tabBar.tintColor = NCBrandColor.sharedInstance.brandElement;
  757. [viewController.tabBarController.tabBar setAlpha:1];
  758. }
  759. //tabBar button Plus
  760. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  761. UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
  762. UIButton *button = [tabBarController.view viewWithTag:99];
  763. UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:NCBrandColor.sharedInstance.brandElement];
  764. [button setBackgroundImage:buttonImage forState:UIControlStateNormal];
  765. [button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
  766. // TableView
  767. if (tableView) {
  768. if (form) tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundForm;
  769. else tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundView;
  770. tableView.separatorColor = NCBrandColor.sharedInstance.separator;
  771. [tableView reloadData];
  772. }
  773. // CollectionView
  774. if (collectionView) {
  775. if (form) collectionView.backgroundColor = NCBrandColor.sharedInstance.backgroundForm;
  776. else collectionView.backgroundColor = NCBrandColor.sharedInstance.backgroundView;
  777. [collectionView reloadData];
  778. }
  779. // Tint Color GLOBAL WINDOW
  780. [self.window setTintColor:NCBrandColor.sharedInstance.textView];
  781. }
  782. #pragma --------------------------------------------------------------------------------------------
  783. #pragma mark ===== Manager Passcode =====
  784. #pragma --------------------------------------------------------------------------------------------
  785. - (BOOL)lockScreenManagerShouldShowLockScreen:(BKPasscodeLockScreenManager *)aManager
  786. {
  787. // ServerUrl active
  788. NSString *serverUrl = self.activeMain.serverUrl;
  789. BOOL isBlockZone = false;
  790. // fermiamo la data della sessione
  791. self.sessionePasscodeLock = nil;
  792. // se il block code è a zero esci con NON attivare la richiesta password
  793. if ([[CCUtility getBlockCode] length] == 0) return NO;
  794. // se non c'è attivo un account esci con NON attivare la richiesta password
  795. if ([self.activeAccount length] == 0) return NO;
  796. // se non è attivo il OnlyLockDir esci con NON attivare la richiesta password
  797. if (serverUrl && _activeUrl) {
  798. while (![serverUrl isEqualToString:[CCUtility getHomeServerUrlActiveUrl:_activeUrl]]) {
  799. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@", self.activeAccount, serverUrl]];
  800. if (directory.lock) {
  801. isBlockZone = true;
  802. break;
  803. } else {
  804. serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:serverUrl];
  805. if (serverUrl == self.activeUrl)
  806. break;
  807. }
  808. }
  809. }
  810. if ([CCUtility getOnlyLockDir] && !isBlockZone) return NO;
  811. return YES;
  812. }
  813. - (UIViewController *)lockScreenManagerPasscodeViewController:(BKPasscodeLockScreenManager *)aManager
  814. {
  815. CCBKPasscode *viewController = [[CCBKPasscode alloc] initWithNibName:nil bundle:nil];
  816. viewController.type = BKPasscodeViewControllerCheckPasscodeType;
  817. viewController.delegate = self;
  818. viewController.title = [NCBrandOptions sharedInstance].brand;
  819. viewController.fromType = CCBKPasscodeFromLockScreen;
  820. viewController.inputViewTitlePassword = YES;
  821. if ([CCUtility getSimplyBlockCode]) {
  822. viewController.passcodeStyle = BKPasscodeInputViewNumericPasscodeStyle;
  823. viewController.passcodeInputView.maximumLength = 6;
  824. } else {
  825. viewController.passcodeStyle = BKPasscodeInputViewNormalPasscodeStyle;
  826. viewController.passcodeInputView.maximumLength = 64;
  827. }
  828. viewController.touchIDManager = [[BKTouchIDManager alloc] initWithKeychainServiceName: k_serviceShareKeyChain];
  829. viewController.touchIDManager.promptText = NSLocalizedString(@"_scan_fingerprint_", nil);
  830. UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewController];
  831. navigationController.modalPresentationStyle = UIModalPresentationFullScreen;
  832. return navigationController;
  833. }
  834. - (void)passcodeViewController:(CCBKPasscode *)aViewController didFinishWithPasscode:(NSString *)aPasscode
  835. {
  836. [aViewController dismissViewControllerAnimated:YES completion:nil];
  837. // is a lock screen
  838. if (aViewController.fromType == CCBKPasscodeFromLockScreen) {
  839. [aViewController dismissViewControllerAnimated:YES completion:nil];
  840. // start session Passcode Lock
  841. BOOL isBlockZone = false;
  842. NSString *serverUrl = self.activeMain.serverUrl;
  843. while (![serverUrl isEqualToString:[CCUtility getHomeServerUrlActiveUrl:_activeUrl]]) {
  844. tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@", self.activeAccount, serverUrl]];
  845. if (directory.lock) {
  846. isBlockZone = true;
  847. break;
  848. } else {
  849. serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:serverUrl];
  850. if (serverUrl == self.activeUrl)
  851. break;
  852. }
  853. }
  854. if (isBlockZone)
  855. self.sessionePasscodeLock = [NSDate date];
  856. }
  857. }
  858. - (void)passcodeViewController:(CCBKPasscode *)aViewController authenticatePasscode:(NSString *)aPasscode resultHandler:(void (^)(BOOL))aResultHandler
  859. {
  860. if (aViewController.fromType == CCBKPasscodeFromLockScreen || aViewController.fromType == CCBKPasscodeFromInit) {
  861. if ([aPasscode isEqualToString:[CCUtility getBlockCode]]) {
  862. //self.lockUntilDate = nil;
  863. //self.failedAttempts = 0;
  864. aResultHandler(YES);
  865. } else aResultHandler(NO);
  866. } else aResultHandler(YES);
  867. }
  868. #pragma --------------------------------------------------------------------------------------------
  869. #pragma mark ===== reachabilityChanged =====
  870. #pragma --------------------------------------------------------------------------------------------
  871. -(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags
  872. {
  873. if ([self.reachability isReachable]) {
  874. if (self.lastReachability == NO) {
  875. NSLog(@"[LOG] Request Service Server Nextcloud");
  876. [[NCService sharedInstance] startRequestServicesServer];
  877. }
  878. NSLog(@"[LOG] Reachability Changed: Reachable");
  879. self.lastReachability = YES;
  880. } else {
  881. if (self.lastReachability == YES) {
  882. [[NCContentPresenter shared] messageNotification:@"_network_not_available_" description:nil delay:k_dismissAfterSecond type:messageTypeInfo errorCode:kCFURLErrorNotConnectedToInternet];
  883. }
  884. NSLog(@"[LOG] Reachability Changed: NOT Reachable");
  885. self.lastReachability = NO;
  886. }
  887. if ([self.reachability isReachableViaWiFi]) NSLog(@"[LOG] Reachability Changed: WiFi");
  888. if ([self.reachability isReachableViaWWAN]) NSLog(@"[LOG] Reachability Changed: WWAn");
  889. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"setTitleMain" object:nil];
  890. }
  891. #pragma --------------------------------------------------------------------------------------------
  892. #pragma mark ===== Fetch =====
  893. #pragma --------------------------------------------------------------------------------------------
  894. - (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
  895. {
  896. // Test Maintenance
  897. if (self.activeAccount.length == 0 || self.maintenanceMode) {
  898. completionHandler(UIBackgroundFetchResultNoData);
  899. return;
  900. }
  901. NSLog(@"[LOG] Start perform Fetch With Completion Handler");
  902. // Verify new photo
  903. [[NCAutoUpload sharedInstance] initStateAutoUpload];
  904. // after 20 sec
  905. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  906. NSArray *records = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"session != ''"] sorted:nil ascending:NO];
  907. if ([records count] > 0) {
  908. completionHandler(UIBackgroundFetchResultNewData);
  909. } else {
  910. completionHandler(UIBackgroundFetchResultNoData);
  911. }
  912. NSLog(@"[LOG] End 20 sec. perform Fetch With Completion Handler");
  913. });
  914. }
  915. #pragma --------------------------------------------------------------------------------------------
  916. #pragma mark ===== Operation Networking & Session =====
  917. #pragma --------------------------------------------------------------------------------------------
  918. //
  919. // Method called by the system when all the background task has end
  920. //
  921. - (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHandler
  922. {
  923. NSLog(@"[LOG] Start handle Events For Background URLSession: %@", identifier);
  924. // after 20 sec
  925. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 20 * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  926. self.backgroundSessionCompletionHandler = completionHandler;
  927. void (^completionHandler)() = self.backgroundSessionCompletionHandler;
  928. self.backgroundSessionCompletionHandler = nil;
  929. completionHandler();
  930. NSLog(@"[LOG] End 20 sec. Start handle Events For Background URLSession: %@", identifier);
  931. });
  932. }
  933. #pragma --------------------------------------------------------------------------------------------
  934. #pragma mark ===== Process Load Download/Upload < k_timerProcess seconds > =====
  935. #pragma --------------------------------------------------------------------------------------------
  936. - (void)loadAutoDownloadUpload
  937. {
  938. if (self.activeAccount.length == 0 || self.maintenanceMode)
  939. return;
  940. tableMetadata *metadataForUpload, *metadataForDownload;
  941. long counterDownload = 0, counterUpload = 0;
  942. NSUInteger sizeDownload = 0, sizeUpload = 0;
  943. BOOL isE2EE = false;
  944. NSMutableArray *uploaded = [NSMutableArray new];
  945. long maxConcurrentOperationDownloadUpload = k_maxConcurrentOperation;
  946. // Detect E2EE
  947. NSString *saveserverUrl = @"";
  948. NSArray *metadatasForE2EE = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status != %d", k_metadataStatusNormal] sorted:@"serverUrl" ascending:NO];
  949. for (tableMetadata *metadata in metadatasForE2EE) {
  950. if (![saveserverUrl isEqualToString:metadata.serverUrl]) {
  951. saveserverUrl = metadata.serverUrl;
  952. if ([[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"account == %@ AND serverUrl == %@ AND e2eEncrypted == 1", metadata.account, metadata.serverUrl]] != nil) {
  953. isE2EE = true;
  954. break;
  955. }
  956. }
  957. }
  958. // E2EE : not in background
  959. if ([[UIApplication sharedApplication] applicationState] == UIApplicationStateBackground && isE2EE) {
  960. return;
  961. }
  962. // E2EE : only 1 operation
  963. if (isE2EE) {
  964. maxConcurrentOperationDownloadUpload = 1;
  965. }
  966. // Stop Timer
  967. [_timerProcessAutoDownloadUpload invalidate];
  968. NSArray *metadatasDownload = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status == %d OR status == %d", k_metadataStatusInDownload, k_metadataStatusDownloading] sorted:nil ascending:true];
  969. NSArray *metadatasUpload = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status == %d OR status == %d", k_metadataStatusInUpload, k_metadataStatusUploading] sorted:nil ascending:true];
  970. // Counter
  971. counterDownload = [metadatasDownload count];
  972. counterUpload = [metadatasUpload count];
  973. // Size
  974. for (tableMetadata *metadata in metadatasDownload) {
  975. sizeDownload = sizeDownload + metadata.size;
  976. }
  977. for (tableMetadata *metadata in metadatasUpload) {
  978. sizeUpload = sizeUpload + metadata.size;
  979. }
  980. NSLog(@"%@", [NSString stringWithFormat:@"[LOG] PROCESS-AUTO-UPLOAD | Download %ld - %@ | Upload %ld - %@", counterDownload, [CCUtility transformedSize:sizeDownload], counterUpload, [CCUtility transformedSize:sizeUpload]]);
  981. // ------------------------- <selector Download> -------------------------
  982. while (counterDownload < maxConcurrentOperationDownloadUpload) {
  983. metadataForDownload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"status == %d", k_metadataStatusWaitDownload] sorted:@"date" ascending:YES];
  984. if (metadataForDownload) {
  985. metadataForDownload.status = k_metadataStatusInDownload;
  986. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForDownload];
  987. [[CCNetworking sharedNetworking] downloadFile:metadata taskStatus:k_taskStatusResume];
  988. counterDownload++;
  989. sizeDownload = sizeDownload + metadata.size;
  990. } else {
  991. break;
  992. }
  993. }
  994. // ------------------------- <selector Upload> -------------------------
  995. while (counterUpload < maxConcurrentOperationDownloadUpload) {
  996. if (sizeUpload > k_maxSizeOperationUpload) {
  997. break;
  998. }
  999. metadataForUpload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"sessionSelector == %@ AND status == %d", selectorUploadFile, k_metadataStatusWaitUpload] sorted:@"date" ascending:YES];
  1000. // Verify modify file
  1001. if ([uploaded containsObject:[NSString stringWithFormat:@"%@%@%@", metadataForUpload.account, metadataForUpload.serverUrl, metadataForUpload.fileName]]) {
  1002. break;
  1003. }
  1004. if (metadataForUpload) {
  1005. // Verify modify file
  1006. BOOL isAleadyInUpload = false;
  1007. for (tableMetadata *metadata in metadatasUpload) {
  1008. if ([metadataForUpload.account isEqualToString:metadata.account] && [metadataForUpload.serverUrl isEqualToString:metadata.serverUrl] && [metadataForUpload.fileName isEqualToString:metadata.fileName]) {
  1009. isAleadyInUpload = true;
  1010. }
  1011. }
  1012. if (isAleadyInUpload == false) {
  1013. metadataForUpload.status = k_metadataStatusInUpload;
  1014. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
  1015. [[CCNetworking sharedNetworking] uploadFile:metadata taskStatus:k_taskStatusResume];
  1016. counterUpload++;
  1017. sizeUpload = sizeUpload + metadata.size;
  1018. // For verify modify file
  1019. [uploaded addObject:[NSString stringWithFormat:@"%@%@%@", metadata.account, metadata.serverUrl, metadata.fileName]];
  1020. } else {
  1021. break;
  1022. }
  1023. } else {
  1024. break;
  1025. }
  1026. }
  1027. // ------------------------- <selector Auto Upload> -------------------------
  1028. while (counterUpload < maxConcurrentOperationDownloadUpload) {
  1029. if (sizeUpload > k_maxSizeOperationUpload) {
  1030. break;
  1031. }
  1032. metadataForUpload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"sessionSelector == %@ AND status == %d", selectorUploadAutoUpload, k_metadataStatusWaitUpload] sorted:@"date" ascending:YES];
  1033. if (metadataForUpload) {
  1034. metadataForUpload.status = k_metadataStatusInUpload;
  1035. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
  1036. [[CCNetworking sharedNetworking] uploadFile:metadata taskStatus:k_taskStatusResume];
  1037. counterUpload++;
  1038. sizeUpload = sizeUpload + metadata.size;
  1039. } else {
  1040. break;
  1041. }
  1042. }
  1043. // ------------------------- <selector Auto Upload All> ----------------------
  1044. // Verify num error k_maxErrorAutoUploadAll after STOP (100)
  1045. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"sessionSelector == %@ AND status == %i", selectorUploadAutoUploadAll, k_metadataStatusUploadError] sorted:@"date" ascending:YES];
  1046. NSInteger errorCount = [metadatas count];
  1047. if (errorCount >= k_maxErrorAutoUploadAll) {
  1048. [[NCContentPresenter shared] messageNotification:@"_error_" description:@"_too_errors_automatic_all_" delay:k_dismissAfterSecond type:messageTypeError errorCode:k_CCErrorInternalError];
  1049. } else {
  1050. while (counterUpload < maxConcurrentOperationDownloadUpload) {
  1051. if (sizeUpload > k_maxSizeOperationUpload) {
  1052. break;
  1053. }
  1054. metadataForUpload = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"sessionSelector == %@ AND status == %d", selectorUploadAutoUploadAll, k_metadataStatusWaitUpload] sorted:@"session" ascending:YES];
  1055. if (metadataForUpload) {
  1056. metadataForUpload.status = k_metadataStatusInUpload;
  1057. tableMetadata *metadata = [[NCManageDatabase sharedInstance] addMetadata:metadataForUpload];
  1058. [[CCNetworking sharedNetworking] uploadFile:metadata taskStatus:k_taskStatusResume];
  1059. counterUpload++;
  1060. sizeUpload = sizeUpload + metadata.size;
  1061. } else {
  1062. break;
  1063. }
  1064. }
  1065. }
  1066. // No Download/upload available ? --> remove errors for retry
  1067. //
  1068. if (counterDownload+counterUpload < maxConcurrentOperationDownloadUpload+1) {
  1069. NSArray *metadatas = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status == %d OR status == %d", k_metadataStatusDownloadError, k_metadataStatusUploadError] sorted:nil ascending:NO];
  1070. for (tableMetadata *metadata in metadatas) {
  1071. if (metadata.status == k_metadataStatusDownloadError)
  1072. metadata.status = k_metadataStatusWaitDownload;
  1073. else if (metadata.status == k_metadataStatusUploadError)
  1074. metadata.status = k_metadataStatusWaitUpload;
  1075. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1076. }
  1077. }
  1078. // Verify internal error download (lost task)
  1079. //
  1080. NSArray *matadatasInDownloading = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"status == %d", k_metadataStatusDownloading] sorted:nil ascending:true];
  1081. for (tableMetadata *metadata in matadatasInDownloading) {
  1082. NSURLSession *session = [[CCNetworking sharedNetworking] getSessionfromSessionDescription:metadata.session];
  1083. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1084. NSURLSessionTask *findTask;
  1085. for (NSURLSessionTask *task in downloadTasks) {
  1086. if (task.taskIdentifier == metadata.sessionTaskIdentifier) {
  1087. findTask = task;
  1088. }
  1089. }
  1090. if (!findTask) {
  1091. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  1092. metadata.status = k_metadataStatusWaitDownload;
  1093. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1094. }
  1095. }];
  1096. }
  1097. // Verify internal error upload (lost task)
  1098. //
  1099. NSArray *metadatasUploading = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"session != %@ AND status == %d", k_upload_session_extension, k_metadataStatusUploading] sorted:nil ascending:true];
  1100. for (tableMetadata *metadata in metadatasUploading) {
  1101. NSURLSession *session = [[CCNetworking sharedNetworking] getSessionfromSessionDescription:metadata.session];
  1102. [session getTasksWithCompletionHandler:^(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks) {
  1103. NSURLSessionTask *findTask;
  1104. for (NSURLSessionTask *task in uploadTasks) {
  1105. if (task.taskIdentifier == metadata.sessionTaskIdentifier) {
  1106. findTask = task;
  1107. }
  1108. }
  1109. if (!findTask) {
  1110. metadata.sessionTaskIdentifier = k_taskIdentifierDone;
  1111. metadata.status = k_metadataStatusWaitUpload;
  1112. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1113. }
  1114. }];
  1115. }
  1116. // Upload in pending
  1117. //
  1118. NSArray *metadatasInUpload = [[NCManageDatabase sharedInstance] getMetadatasWithPredicate:[NSPredicate predicateWithFormat:@"session != %@ AND status == %d AND sessionTaskIdentifier == 0", k_upload_session_extension, k_metadataStatusInUpload] sorted:nil ascending:true];
  1119. for (tableMetadata *metadata in metadatasInUpload) {
  1120. if ([self.sessionPendingStatusInUpload containsObject:metadata.ocId]) {
  1121. metadata.status = k_metadataStatusWaitUpload;
  1122. (void)[[NCManageDatabase sharedInstance] addMetadata:metadata];
  1123. } else {
  1124. [self.sessionPendingStatusInUpload addObject:metadata.ocId];
  1125. }
  1126. }
  1127. if (metadatasInUpload.count == 0) {
  1128. [self.sessionPendingStatusInUpload removeAllObjects];
  1129. }
  1130. // Start Timer
  1131. _timerProcessAutoDownloadUpload = [NSTimer scheduledTimerWithTimeInterval:k_timerProcessAutoDownloadUpload target:self selector:@selector(loadAutoDownloadUpload) userInfo:nil repeats:YES];
  1132. }
  1133. - (void)startLoadAutoDownloadUpload
  1134. {
  1135. if (self.timerProcessAutoDownloadUpload.isValid) {
  1136. [self performSelectorOnMainThread:@selector(loadAutoDownloadUpload) withObject:nil waitUntilDone:YES];
  1137. }
  1138. }
  1139. #pragma --------------------------------------------------------------------------------------------
  1140. #pragma mark ===== OpenURL =====
  1141. #pragma --------------------------------------------------------------------------------------------
  1142. // Method called from iOS system to send a file from other app.
  1143. - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options
  1144. {
  1145. if (self.activeAccount.length == 0 || self.maintenanceMode)
  1146. return YES;
  1147. NSString *scheme = url.scheme;
  1148. dispatch_time_t timer = 0;
  1149. if (self.activeMain == nil) timer = 1;
  1150. if ([scheme isEqualToString:@"nextcloud"]) {
  1151. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, timer * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
  1152. NSString *action = url.host;
  1153. if ([action isEqualToString:@"open-file"]) {
  1154. NSURLComponents *urlComponents = [NSURLComponents componentsWithURL:url resolvingAgainstBaseURL:NO];
  1155. NSArray *queryItems = urlComponents.queryItems;
  1156. NSString *user = [CCUtility valueForKey:@"user" fromQueryItems:queryItems];
  1157. NSString *path = [CCUtility valueForKey:@"path" fromQueryItems:queryItems];
  1158. NSString *link = [CCUtility valueForKey:@"link" fromQueryItems:queryItems];
  1159. tableAccount *matchedAccount = nil;
  1160. // verify parameter
  1161. if (user.length == 0 || path.length == 0 || [[NSURL URLWithString:link] host].length == 0) {
  1162. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_error_", nil) message:NSLocalizedString(@"_error_parameter_schema_", nil) preferredStyle:UIAlertControllerStyleAlert];
  1163. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  1164. [alertController addAction:okAction];
  1165. [self.window.rootViewController presentViewController:alertController animated:YES completion:nil];
  1166. } else {
  1167. tableAccount *account = [[NCManageDatabase sharedInstance] getAccountActive];
  1168. if (account) {
  1169. NSURL *activeAccountURL = [NSURL URLWithString:account.url];
  1170. NSString *activeAccountUser = account.user;
  1171. if ([link containsString:activeAccountURL.host] && [user isEqualToString:activeAccountUser]) {
  1172. matchedAccount = account;
  1173. } else {
  1174. NSArray *accounts = [[NCManageDatabase sharedInstance] getAllAccount];
  1175. for (tableAccount *account in accounts) {
  1176. NSURL *accountURL = [NSURL URLWithString:account.url];
  1177. NSString *accountUser = account.user;
  1178. if ([link containsString:accountURL.host] && [user isEqualToString:accountUser]) {
  1179. matchedAccount = [[NCManageDatabase sharedInstance] setAccountActive:account.account];
  1180. [self settingActiveAccount:matchedAccount.account activeUrl:matchedAccount.url activeUser:matchedAccount.user activeUserID:matchedAccount.userID activePassword:[CCUtility getPassword:matchedAccount.account]];
  1181. [[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"initializeMain" object:nil userInfo:nil];
  1182. }
  1183. }
  1184. }
  1185. if (matchedAccount) {
  1186. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  1187. UITabBarController *tbc;
  1188. if (splitViewController.isCollapsed) {
  1189. tbc = splitViewController.viewControllers.firstObject;
  1190. for (UINavigationController *nvc in tbc.viewControllers) {
  1191. if ([nvc.topViewController isKindOfClass:[CCDetail class]])
  1192. [nvc popToRootViewControllerAnimated:NO];
  1193. }
  1194. } else {
  1195. UINavigationController *nvcDetail = splitViewController.viewControllers.lastObject;
  1196. [nvcDetail popToRootViewControllerAnimated:NO];
  1197. tbc = splitViewController.viewControllers.firstObject;
  1198. }
  1199. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
  1200. [tbc setSelectedIndex: k_tabBarApplicationIndexFile];
  1201. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
  1202. [self.activeMain.navigationController popToRootViewControllerAnimated:NO];
  1203. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.5 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
  1204. NSString *fileNamePath = [NSString stringWithFormat:@"%@%@/%@", matchedAccount.url, k_webDAV, path];
  1205. if ([path containsString:@"/"]) {
  1206. // Push
  1207. NSString *directoryName = [[path stringByDeletingLastPathComponent] lastPathComponent];
  1208. NSString *serverUrl = [CCUtility deletingLastPathComponentFromServerUrl:[NSString stringWithFormat:@"%@%@/%@", matchedAccount.url, k_webDAV, [path stringByDeletingLastPathComponent]]];
  1209. tableMetadata *metadata = [CCUtility createMetadataWithAccount:matchedAccount.account date:[NSDate date] directory:NO ocId:[[NSUUID UUID] UUIDString] serverUrl:serverUrl fileName:directoryName etag:@"" size:0 status:k_metadataStatusNormal url:@"" contentType:@""];
  1210. [self.activeMain performSegueDirectoryWithControlPasscode:true metadata:metadata blinkFileNamePath:fileNamePath];
  1211. } else {
  1212. // Reload folder
  1213. NSString *serverUrl = [NSString stringWithFormat:@"%@%@", matchedAccount.url, k_webDAV];
  1214. self.activeMain.blinkFileNamePath = fileNamePath;
  1215. [self.activeMain readFolder:serverUrl];
  1216. }
  1217. });
  1218. });
  1219. });
  1220. } else {
  1221. NSString *domain = [[NSURL URLWithString:link] host];
  1222. NSString *fileName = [path lastPathComponent];
  1223. NSString *message = [NSString stringWithFormat:NSLocalizedString(@"_account_not_available_", nil), user, domain, fileName];
  1224. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"_info_", nil) message:message preferredStyle:UIAlertControllerStyleAlert];
  1225. UIAlertAction *okAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_ok_", nil) style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {}];
  1226. [alertController addAction:okAction];
  1227. [self.window.rootViewController presentViewController:alertController animated:YES completion:nil];
  1228. }
  1229. }
  1230. }
  1231. }
  1232. });
  1233. return YES;
  1234. }
  1235. NSError *error;
  1236. NSLog(@"[LOG] the path is: %@", url.path);
  1237. NSArray *splitedUrl = [url.path componentsSeparatedByString:@"/"];
  1238. self.fileNameUpload = [NSString stringWithFormat:@"%@",[splitedUrl objectAtIndex:([splitedUrl count]-1)]];
  1239. if (self.activeAccount) {
  1240. [[NSFileManager defaultManager]removeItemAtPath:[NSTemporaryDirectory() stringByAppendingString:self.fileNameUpload] error:nil];
  1241. [[NSFileManager defaultManager]moveItemAtPath:url.path toPath:[NSTemporaryDirectory() stringByAppendingString:self.fileNameUpload] error:&error];
  1242. if (error == nil) {
  1243. UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
  1244. UINavigationController *splitNavigationController = [splitViewController.viewControllers firstObject];
  1245. UINavigationController *navigationController = [[UIStoryboard storyboardWithName:@"CCUploadFromOtherUpp" bundle:nil] instantiateViewControllerWithIdentifier:@"CCUploadNavigationViewController"];
  1246. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, timer * NSEC_PER_SEC), dispatch_get_main_queue(), ^{
  1247. [splitNavigationController presentViewController:navigationController animated:YES completion:nil];
  1248. });
  1249. }
  1250. }
  1251. return YES;
  1252. }
  1253. #pragma --------------------------------------------------------------------------------------------
  1254. #pragma mark ===== Maintenance Mode =====
  1255. #pragma --------------------------------------------------------------------------------------------
  1256. - (void)maintenanceMode:(BOOL)mode
  1257. {
  1258. self.maintenanceMode = mode;
  1259. }
  1260. #pragma --------------------------------------------------------------------------------------------
  1261. #pragma mark ===== UPGRADE =====
  1262. #pragma --------------------------------------------------------------------------------------------
  1263. - (BOOL)upgrade
  1264. {
  1265. #ifdef DEBUG
  1266. //self.maintenanceMode = YES;
  1267. #endif
  1268. NSString *actualVersion = [CCUtility getVersion];
  1269. NSString *actualBuild = [CCUtility getBuild];
  1270. /* ---------------------- UPGRADE VERSION ----------------------- */
  1271. // VERSION < 2.17.6
  1272. if (([actualVersion compare:@"2.17.6" options:NSNumericSearch] == NSOrderedAscending)) {
  1273. // Remove All old Photo Library
  1274. [[NCManageDatabase sharedInstance] clearTable:[tablePhotoLibrary class] account:nil];
  1275. }
  1276. // VERSION == 2.17.6
  1277. if ([actualVersion isEqualToString:@"2.17.6"]) {
  1278. // Build < 10
  1279. if (([actualBuild compare:@"10" options:NSNumericSearch] == NSOrderedAscending) || actualBuild == nil) {
  1280. // Remove All old Photo Library
  1281. //[[NCManageDatabase sharedInstance] clearTable:[tablePhotoLibrary class] account:nil];
  1282. }
  1283. }
  1284. if (([actualVersion compare:@"2.19.1" options:NSNumericSearch] == NSOrderedAscending)) {
  1285. [[NCManageDatabase sharedInstance] clearTable:[tableMetadata class] account:nil];
  1286. [[NCManageDatabase sharedInstance] setClearAllDateReadDirectory];
  1287. }
  1288. if (([actualVersion compare:@"2.22.0" options:NSNumericSearch] == NSOrderedAscending)) {
  1289. NSArray *records = [[NCManageDatabase sharedInstance] getTableLocalFilesWithPredicate:[NSPredicate predicateWithFormat:@"#size > 0"] sorted:@"account" ascending:NO];
  1290. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{
  1291. NSString *account = @"";
  1292. NSString *directoryUser = @"";
  1293. NSString *fileName;
  1294. for (tableLocalFile *record in records) {
  1295. if (![account isEqualToString:record.account]) {
  1296. tableAccount *tableAccount = [[NCManageDatabase sharedInstance] getAccountWithPredicate:[NSPredicate predicateWithFormat:@"account == %@", record.account]];
  1297. if (tableAccount) {
  1298. directoryUser = [CCUtility getDirectoryActiveUser:tableAccount.user activeUrl:tableAccount.url];
  1299. account = record.account;
  1300. }
  1301. }
  1302. fileName = [NSString stringWithFormat:@"%@/%@", directoryUser, record.ocId];
  1303. if (![directoryUser isEqualToString:@""] && [[NSFileManager defaultManager] fileExistsAtPath:fileName]) {
  1304. [CCUtility moveFileAtPath:fileName toPath:[CCUtility getDirectoryProviderStorageOcId:record.ocId fileNameView:record.fileName]];
  1305. }
  1306. }
  1307. });
  1308. }
  1309. if ([actualVersion isEqualToString:@"2.22.9"]) {
  1310. if (([actualBuild compare:@"8" options:NSNumericSearch] == NSOrderedAscending) || actualBuild == nil) {
  1311. [[NCManageDatabase sharedInstance] clearTable:[tableActivity class] account:nil];
  1312. [[NCManageDatabase sharedInstance] clearTable:[tableActivitySubjectRich class] account:nil];
  1313. [[NCManageDatabase sharedInstance] clearTable:[tableActivityPreview class] account:nil];
  1314. }
  1315. }
  1316. if (([actualVersion compare:@"2.23.4" options:NSNumericSearch] == NSOrderedAscending)) {
  1317. NSArray *records = [[NCManageDatabase sharedInstance] getAllAccount];
  1318. for (tableAccount *record in records) {
  1319. [CCUtility setPassword:record.account password:record.password];
  1320. [[NCManageDatabase sharedInstance] removePasswordAccount:record.account];
  1321. }
  1322. }
  1323. return YES;
  1324. }
  1325. @end