AppDelegate.m 88 KB

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