AppDelegate.swift 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. //
  2. // AppDelegate.swift
  3. // Nextcloud
  4. //
  5. // Created by Marino Faggiana on 04/09/14 (19/02/21 swift).
  6. // Copyright (c) 2014 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 UIKit
  24. import BackgroundTasks
  25. import NCCommunication
  26. import TOPasscodeViewController
  27. import LocalAuthentication
  28. import Firebase
  29. @UIApplicationMain
  30. class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate, TOPasscodeViewControllerDelegate, NCAccountRequestDelegate, NCViewCertificateDetailsDelegate, NCUserBaseUrl {
  31. var backgroundSessionCompletionHandler: (() -> Void)?
  32. var window: UIWindow?
  33. @objc var account: String = ""
  34. @objc var urlBase: String = ""
  35. @objc var user: String = ""
  36. @objc var userId: String = ""
  37. @objc var password: String = ""
  38. var deletePasswordSession: Bool = false
  39. var activeAppConfigView: NCAppConfigView?
  40. var activeFiles: NCFiles?
  41. var activeFileViewInFolder: NCFileViewInFolder?
  42. var activeLogin: NCLogin?
  43. var activeLoginWeb: NCLoginWeb?
  44. @objc var activeMedia: NCMedia?
  45. var activeServerUrl: String = ""
  46. @objc var activeViewController: UIViewController?
  47. var mainTabBar: NCMainTabBar?
  48. var activeMetadata: tableMetadata?
  49. var listFilesVC: [String: NCFiles] = [:]
  50. var listFavoriteVC: [String: NCFavorite] = [:]
  51. var listOfflineVC: [String: NCOffline] = [:]
  52. var listProgress: [String: NCGlobal.progressType] = [:]
  53. var disableSharesView: Bool = false
  54. var documentPickerViewController: NCDocumentPickerViewController?
  55. var networkingProcessUpload: NCNetworkingProcessUpload?
  56. var shares: [tableShare] = []
  57. var timerErrorNetworking: Timer?
  58. private var privacyProtectionWindow: UIWindow?
  59. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
  60. let userAgent = CCUtility.getUserAgent() as String
  61. let isSimulatorOrTestFlight = NCUtility.shared.isSimulatorOrTestFlight()
  62. let versionNextcloudiOS = String(format: NCBrandOptions.shared.textCopyrightNextcloudiOS, NCUtility.shared.getVersionApp())
  63. UserDefaults.standard.register(defaults: ["UserAgent": userAgent])
  64. if !CCUtility.getDisableCrashservice() && !NCBrandOptions.shared.disable_crash_service {
  65. FirebaseApp.configure()
  66. }
  67. CCUtility.createDirectoryStandard()
  68. CCUtility.emptyTemporaryDirectory()
  69. NCCommunicationCommon.shared.setup(delegate: NCNetworking.shared)
  70. NCCommunicationCommon.shared.setup(userAgent: userAgent)
  71. startTimerErrorNetworking()
  72. // LOG
  73. var levelLog = 0
  74. if let pathDirectoryGroup = CCUtility.getDirectoryGroup()?.path {
  75. NCCommunicationCommon.shared.pathLog = pathDirectoryGroup
  76. }
  77. if NCBrandOptions.shared.disable_log {
  78. NCUtilityFileSystem.shared.deleteFile(filePath: NCCommunicationCommon.shared.filenamePathLog)
  79. NCUtilityFileSystem.shared.deleteFile(filePath: NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true).first! + "/" + NCCommunicationCommon.shared.filenameLog)
  80. } else {
  81. levelLog = CCUtility.getLogLevel()
  82. NCCommunicationCommon.shared.levelLog = levelLog
  83. NCCommunicationCommon.shared.copyLogToDocumentDirectory = true
  84. if isSimulatorOrTestFlight {
  85. NCCommunicationCommon.shared.writeLog("Start session with level \(levelLog) " + versionNextcloudiOS + " (Simulator / TestFlight)")
  86. } else {
  87. NCCommunicationCommon.shared.writeLog("Start session with level \(levelLog) " + versionNextcloudiOS)
  88. }
  89. }
  90. // Activate user account
  91. if let activeAccount = NCManageDatabase.shared.getActiveAccount() {
  92. // FIX 3.0.5 lost urlbase
  93. if activeAccount.urlBase.count == 0 {
  94. let user = activeAccount.user + " "
  95. let urlBase = activeAccount.account.replacingOccurrences(of: user, with: "")
  96. activeAccount.urlBase = urlBase
  97. NCManageDatabase.shared.updateAccount(activeAccount)
  98. }
  99. settingAccount(activeAccount.account, urlBase: activeAccount.urlBase, user: activeAccount.user, userId: activeAccount.userId, password: CCUtility.getPassword(activeAccount.account))
  100. } else {
  101. CCUtility.deleteAllChainStore()
  102. if let bundleID = Bundle.main.bundleIdentifier {
  103. UserDefaults.standard.removePersistentDomain(forName: bundleID)
  104. }
  105. }
  106. // initialize
  107. NotificationCenter.default.addObserver(self, selector: #selector(initialize), name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterInitialize), object: nil)
  108. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
  109. // Process upload
  110. networkingProcessUpload = NCNetworkingProcessUpload()
  111. // Push Notification & display notification
  112. application.registerForRemoteNotifications()
  113. UNUserNotificationCenter.current().delegate = self
  114. UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .badge, .sound]) { _, _ in }
  115. // Store review
  116. if !NCUtility.shared.isSimulatorOrTestFlight() {
  117. let review = NCStoreReview()
  118. review.incrementAppRuns()
  119. review.showStoreReview()
  120. }
  121. // Background task: register
  122. if #available(iOS 13.0, *) {
  123. BGTaskScheduler.shared.register(forTaskWithIdentifier: NCGlobal.shared.refreshTask, using: nil) { task in
  124. self.handleRefreshTask(task)
  125. }
  126. BGTaskScheduler.shared.register(forTaskWithIdentifier: NCGlobal.shared.processingTask, using: nil) { task in
  127. self.handleProcessingTask(task)
  128. }
  129. } else {
  130. application.setMinimumBackgroundFetchInterval(UIApplication.backgroundFetchIntervalMinimum)
  131. }
  132. // Intro
  133. if NCBrandOptions.shared.disable_intro {
  134. CCUtility.setIntro(true)
  135. if account == "" {
  136. openLogin(viewController: nil, selector: NCGlobal.shared.introLogin, openLoginWeb: false)
  137. }
  138. } else {
  139. if !CCUtility.getIntro() {
  140. if let viewController = UIStoryboard(name: "NCIntro", bundle: nil).instantiateInitialViewController() {
  141. let navigationController = NCLoginNavigationController.init(rootViewController: viewController)
  142. window?.rootViewController = navigationController
  143. window?.makeKeyAndVisible()
  144. }
  145. }
  146. }
  147. // Passcode
  148. DispatchQueue.main.async {
  149. self.presentPasscode {
  150. self.enableTouchFaceID()
  151. }
  152. }
  153. return true
  154. }
  155. // MARK: - Life Cycle
  156. // L' applicazione entrerà in primo piano (attivo sempre)
  157. func applicationDidBecomeActive(_ application: UIApplication) {
  158. self.deletePasswordSession = false
  159. if !NCAskAuthorization.shared.isRequesting {
  160. // Privacy
  161. hidePrivacyProtectionWindow()
  162. }
  163. NCSettingsBundleHelper.setVersionAndBuildNumber()
  164. if account == "" { return }
  165. networkingProcessUpload?.verifyUploadZombie()
  166. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterApplicationDidBecomeActive)
  167. }
  168. // L' applicazione entrerà in primo piano (attivo solo dopo il background)
  169. func applicationWillEnterForeground(_ application: UIApplication) {
  170. if account == "" { return }
  171. guard let activeAccount = NCManageDatabase.shared.getActiveAccount() else { return }
  172. // Account changed ??
  173. if activeAccount.account != account {
  174. settingAccount(activeAccount.account, urlBase: activeAccount.urlBase, user: activeAccount.user, userId: activeAccount.userId, password: CCUtility.getPassword(activeAccount.account))
  175. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
  176. }
  177. NCCommunicationCommon.shared.writeLog("Application will enter in foreground")
  178. // START TIMER UPLOAD PROCESS
  179. if NCUtility.shared.isSimulator() {
  180. networkingProcessUpload?.startTimer()
  181. }
  182. // Initialize Auto upload
  183. NCAutoUpload.shared.initAutoUpload(viewController: nil) { _ in }
  184. // Required unsubscribing / subscribing
  185. NCPushNotification.shared().pushNotification()
  186. // Request Service Server Nextcloud
  187. NCService.shared.startRequestServicesServer()
  188. // Request TouchID, FaceID
  189. enableTouchFaceID()
  190. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterApplicationWillEnterForeground)
  191. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterRichdocumentGrabFocus)
  192. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterReloadDataSourceNetworkForced)
  193. }
  194. // L' applicazione si dimetterà dallo stato di attivo
  195. func applicationWillResignActive(_ application: UIApplication) {
  196. if account == "" { return }
  197. if CCUtility.getPrivacyScreenEnabled() {
  198. // Privacy
  199. showPrivacyProtectionWindow()
  200. }
  201. // Clear operation queue
  202. NCOperationQueue.shared.cancelAllQueue()
  203. // Clear download
  204. NCNetworking.shared.cancelAllDownloadTransfer()
  205. // Clear older files
  206. let days = CCUtility.getCleanUpDay()
  207. if let directory = CCUtility.getDirectoryProviderStorage() {
  208. NCUtilityFileSystem.shared.cleanUp(directory: directory, days: TimeInterval(days))
  209. }
  210. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterApplicationWillResignActive)
  211. }
  212. // L' applicazione è entrata nello sfondo
  213. func applicationDidEnterBackground(_ application: UIApplication) {
  214. if account == "" { return }
  215. // STOP TIMER UPLOAD PROCESS
  216. if NCUtility.shared.isSimulator() {
  217. networkingProcessUpload?.stopTimer()
  218. }
  219. if #available(iOS 13.0, *) {
  220. scheduleAppRefresh()
  221. scheduleBackgroundProcessing()
  222. }
  223. // Passcode
  224. presentPasscode { }
  225. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterApplicationDidEnterBackground)
  226. }
  227. // L'applicazione terminerà
  228. func applicationWillTerminate(_ application: UIApplication) {
  229. NCNetworking.shared.cancelAllDownloadTransfer()
  230. NCCommunicationCommon.shared.writeLog("bye bye")
  231. }
  232. // MARK: -
  233. @objc private func initialize() {
  234. if account == "" { return }
  235. NCCommunicationCommon.shared.writeLog("initialize Main")
  236. // Registeration push notification
  237. NCPushNotification.shared().pushNotification()
  238. // Setting Theming
  239. NCBrandColor.shared.settingThemingColor(account: account)
  240. // Start Auto Upload
  241. NCAutoUpload.shared.initAutoUpload(viewController: nil) { _ in }
  242. // Start services
  243. NCService.shared.startRequestServicesServer()
  244. // close detail
  245. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterMenuDetailClose)
  246. // Registeration domain File Provider
  247. // FileProviderDomain *fileProviderDomain = [FileProviderDomain new];
  248. // [fileProviderDomain removeAllDomains];
  249. // [fileProviderDomain registerDomains];
  250. }
  251. // MARK: - Background Task
  252. @available(iOS 13.0, *)
  253. func scheduleAppRefresh() {
  254. let request = BGAppRefreshTaskRequest(identifier: NCGlobal.shared.refreshTask)
  255. request.earliestBeginDate = Date(timeIntervalSinceNow: 5 * 60) // Refresh after 5 minutes.
  256. do {
  257. try BGTaskScheduler.shared.submit(request)
  258. NCCommunicationCommon.shared.writeLog("Refresh task success submit request \(request)")
  259. } catch {
  260. NCCommunicationCommon.shared.writeLog("Refresh task failed to submit request: \(error)")
  261. }
  262. }
  263. @available(iOS 13.0, *)
  264. func scheduleBackgroundProcessing() {
  265. let request = BGProcessingTaskRequest(identifier: NCGlobal.shared.processingTask)
  266. request.earliestBeginDate = Date(timeIntervalSinceNow: 5 * 60) // Refresh after 5 minutes.
  267. request.requiresNetworkConnectivity = true
  268. request.requiresExternalPower = false
  269. do {
  270. try BGTaskScheduler.shared.submit(request)
  271. NCCommunicationCommon.shared.writeLog("Background Processing task success submit request \(request)")
  272. } catch {
  273. NCCommunicationCommon.shared.writeLog("Background Processing task failed to submit request: \(error)")
  274. }
  275. }
  276. @available(iOS 13.0, *)
  277. func handleRefreshTask(_ task: BGTask) {
  278. if account == "" {
  279. task.setTaskCompleted(success: true)
  280. return
  281. }
  282. NCCommunicationCommon.shared.writeLog("Start handler refresh task [Auto upload]")
  283. NCAutoUpload.shared.initAutoUpload(viewController: nil) { _ in
  284. DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
  285. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterUpdateBadgeNumber)
  286. NCCommunicationCommon.shared.writeLog("Completition handler refresh task with [Auto upload]")
  287. task.setTaskCompleted(success: true)
  288. }
  289. }
  290. }
  291. @available(iOS 13.0, *)
  292. func handleProcessingTask(_ task: BGTask) {
  293. if account == "" {
  294. task.setTaskCompleted(success: true)
  295. return
  296. }
  297. NCCommunicationCommon.shared.writeLog("Start handler processing task [Synchronize Favorite & Offline]")
  298. NCNetworking.shared.listingFavoritescompletion(selector: NCGlobal.shared.selectorReadFile) { _, _, errorCode, _ in
  299. NCCommunicationCommon.shared.writeLog("Completition listing favorite with error: \(errorCode)")
  300. }
  301. NCService.shared.synchronizeOffline(account: account)
  302. DispatchQueue.main.asyncAfter(deadline: .now() + 25) {
  303. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterUpdateBadgeNumber)
  304. NCCommunicationCommon.shared.writeLog("Completition handler processing task [Synchronize Favorite & Offline]")
  305. task.setTaskCompleted(success: true)
  306. }
  307. }
  308. // MARK: - Fetch
  309. func application(_ application: UIApplication, performFetchWithCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) {
  310. if account == "" {
  311. completionHandler(UIBackgroundFetchResult.noData)
  312. return
  313. }
  314. NCCommunicationCommon.shared.writeLog("Start perform Fetch [Auto upload]")
  315. NCAutoUpload.shared.initAutoUpload(viewController: nil) { items in
  316. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterUpdateBadgeNumber)
  317. NCCommunicationCommon.shared.writeLog("Completition perform Fetch with \(items) uploads [Auto upload]")
  318. if items == 0 {
  319. completionHandler(UIBackgroundFetchResult.noData)
  320. } else {
  321. completionHandler(UIBackgroundFetchResult.newData)
  322. }
  323. }
  324. }
  325. // MARK: - Background Networking Session
  326. func application(_ application: UIApplication, handleEventsForBackgroundURLSession identifier: String, completionHandler: @escaping () -> Void) {
  327. NCCommunicationCommon.shared.writeLog("Start handle Events For Background URLSession: \(identifier)")
  328. backgroundSessionCompletionHandler = completionHandler
  329. }
  330. // MARK: - Push Notifications
  331. func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
  332. completionHandler(UNNotificationPresentationOptions.alert)
  333. }
  334. func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void) {
  335. completionHandler()
  336. }
  337. func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
  338. NCNetworking.shared.checkPushNotificationServerProxyCertificateUntrusted(viewController: self.window?.rootViewController) { errorCode in
  339. if errorCode == 0 {
  340. NCPushNotification.shared().registerForRemoteNotifications(withDeviceToken: deviceToken)
  341. }
  342. }
  343. }
  344. func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable: Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) {
  345. NCPushNotification.shared().applicationdidReceiveRemoteNotification(userInfo) { result in
  346. completionHandler(result)
  347. }
  348. }
  349. // MARK: - Login & checkErrorNetworking
  350. @objc func openLogin(viewController: UIViewController?, selector: Int, openLoginWeb: Bool) {
  351. // use appConfig [MDM]
  352. if NCBrandOptions.shared.use_configuration {
  353. if activeAppConfigView?.view.window == nil {
  354. activeAppConfigView = UIStoryboard(name: "NCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCAppConfigView") as? NCAppConfigView
  355. showLoginViewController(activeAppConfigView, contextViewController: viewController)
  356. }
  357. return
  358. }
  359. // only for personalized LoginWeb [customer]
  360. if NCBrandOptions.shared.use_login_web_personalized {
  361. if activeLoginWeb?.view.window == nil {
  362. activeLoginWeb = UIStoryboard(name: "NCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLoginWeb") as? NCLoginWeb
  363. activeLoginWeb?.urlBase = NCBrandOptions.shared.loginBaseUrl
  364. showLoginViewController(activeLoginWeb, contextViewController: viewController)
  365. }
  366. return
  367. }
  368. // Nextcloud standard login
  369. if selector == NCGlobal.shared.introSignup {
  370. if activeLoginWeb?.view.window == nil {
  371. activeLoginWeb = UIStoryboard(name: "NCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLoginWeb") as? NCLoginWeb
  372. if selector == NCGlobal.shared.introSignup {
  373. activeLoginWeb?.urlBase = NCBrandOptions.shared.linkloginPreferredProviders
  374. } else {
  375. activeLoginWeb?.urlBase = self.urlBase
  376. }
  377. showLoginViewController(activeLoginWeb, contextViewController: viewController)
  378. }
  379. } else if NCBrandOptions.shared.disable_intro && NCBrandOptions.shared.disable_request_login_url {
  380. if activeLoginWeb?.view.window == nil {
  381. activeLoginWeb = UIStoryboard(name: "NCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLoginWeb") as? NCLoginWeb
  382. activeLoginWeb?.urlBase = NCBrandOptions.shared.loginBaseUrl
  383. showLoginViewController(activeLoginWeb, contextViewController: viewController)
  384. }
  385. } else if openLoginWeb {
  386. if activeLoginWeb?.view.window == nil {
  387. activeLoginWeb = UIStoryboard(name: "NCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLoginWeb") as? NCLoginWeb
  388. activeLoginWeb?.urlBase = urlBase
  389. showLoginViewController(activeLoginWeb, contextViewController: viewController)
  390. }
  391. } else {
  392. if activeLogin?.view.window == nil {
  393. activeLogin = UIStoryboard(name: "NCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLogin") as? NCLogin
  394. showLoginViewController(activeLogin, contextViewController: viewController)
  395. }
  396. }
  397. }
  398. func showLoginViewController(_ viewController: UIViewController?, contextViewController: UIViewController?) {
  399. if contextViewController == nil {
  400. if let viewController = viewController {
  401. let navigationController = NCLoginNavigationController.init(rootViewController: viewController)
  402. navigationController.navigationBar.barStyle = .black
  403. navigationController.navigationBar.tintColor = NCBrandColor.shared.customerText
  404. navigationController.navigationBar.barTintColor = NCBrandColor.shared.customer
  405. navigationController.navigationBar.isTranslucent = false
  406. window?.rootViewController = navigationController
  407. window?.makeKeyAndVisible()
  408. }
  409. } else if contextViewController is UINavigationController {
  410. if let contextViewController = contextViewController, let viewController = viewController {
  411. (contextViewController as! UINavigationController).pushViewController(viewController, animated: true)
  412. }
  413. } else {
  414. if let viewController = viewController, let contextViewController = contextViewController {
  415. let navigationController = NCLoginNavigationController.init(rootViewController: viewController)
  416. navigationController.modalPresentationStyle = .fullScreen
  417. navigationController.navigationBar.barStyle = .black
  418. navigationController.navigationBar.tintColor = NCBrandColor.shared.customerText
  419. navigationController.navigationBar.barTintColor = NCBrandColor.shared.customer
  420. navigationController.navigationBar.isTranslucent = false
  421. contextViewController.present(navigationController, animated: true) { }
  422. }
  423. }
  424. }
  425. @objc func startTimerErrorNetworking() {
  426. timerErrorNetworking = Timer.scheduledTimer(timeInterval: 3, target: self, selector: #selector(checkErrorNetworking), userInfo: nil, repeats: true)
  427. }
  428. @objc private func checkErrorNetworking() {
  429. // check unauthorized server (401/403)
  430. if account != "" && CCUtility.getPassword(account)!.count == 0 {
  431. openLogin(viewController: window?.rootViewController, selector: NCGlobal.shared.introLogin, openLoginWeb: true)
  432. }
  433. }
  434. func trustCertificateError(host: String) {
  435. guard let currentHost = URL(string: self.urlBase)?.host,
  436. let pushNotificationServerProxyHost = URL(string: NCBrandOptions.shared.pushNotificationServerProxy)?.host,
  437. host != pushNotificationServerProxyHost,
  438. host == currentHost
  439. else { return }
  440. let certificateHostSavedPath = CCUtility.getDirectoryCerificates()! + "/" + host + ".der"
  441. var title = NSLocalizedString("_ssl_certificate_changed_", comment: "")
  442. if !FileManager.default.fileExists(atPath: certificateHostSavedPath) {
  443. title = NSLocalizedString("_connect_server_anyway_", comment: "")
  444. }
  445. let alertController = UIAlertController(title: title, message: NSLocalizedString("_server_is_trusted_", comment: ""), preferredStyle: .alert)
  446. alertController.addAction(UIAlertAction(title: NSLocalizedString("_yes_", comment: ""), style: .default, handler: { action in
  447. NCNetworking.shared.writeCertificate(host: host)
  448. }))
  449. alertController.addAction(UIAlertAction(title: NSLocalizedString("_no_", comment: ""), style: .default, handler: { action in }))
  450. alertController.addAction(UIAlertAction(title: NSLocalizedString("_certificate_details_", comment: ""), style: .default, handler: { action in
  451. if let navigationController = UIStoryboard(name: "NCViewCertificateDetails", bundle: nil).instantiateInitialViewController() as? UINavigationController {
  452. let viewController = navigationController.topViewController as! NCViewCertificateDetails
  453. viewController.delegate = self
  454. viewController.host = host
  455. self.window?.rootViewController?.present(navigationController, animated: true)
  456. }
  457. }))
  458. window?.rootViewController?.present(alertController, animated: true)
  459. }
  460. func viewCertificateDetailsDismiss(host: String) {
  461. trustCertificateError(host: host)
  462. }
  463. // MARK: - Account
  464. @objc func settingAccount(_ account: String, urlBase: String, user: String, userId: String, password: String) {
  465. self.account = account
  466. self.urlBase = urlBase
  467. self.user = user
  468. self.userId = userId
  469. self.password = password
  470. _ = NCFunctionCenter.shared
  471. NCCommunicationCommon.shared.setup(account: account, user: user, userId: userId, password: password, urlBase: urlBase)
  472. NCCommunicationCommon.shared.setup(webDav: NCUtilityFileSystem.shared.getWebDAV(account: account))
  473. let serverVersionMajor = NCManageDatabase.shared.getCapabilitiesServerInt(account: account, elements: NCElementsJSON.shared.capabilitiesVersionMajor)
  474. if serverVersionMajor > 0 {
  475. NCCommunicationCommon.shared.setup(nextcloudVersion: serverVersionMajor)
  476. }
  477. NCKTVHTTPCache.shared.restartProxy(user: user, password: password)
  478. }
  479. @objc func deleteAccount(_ account: String, wipe: Bool) {
  480. if let account = NCManageDatabase.shared.getAccount(predicate: NSPredicate(format: "account == %@", account)) {
  481. NCPushNotification.shared().unsubscribingNextcloudServerPushNotification(account.account, urlBase: account.urlBase, user: account.user, withSubscribing: false)
  482. }
  483. let results = NCManageDatabase.shared.getTableLocalFiles(predicate: NSPredicate(format: "account == %@", account), sorted: "ocId", ascending: false)
  484. for result in results {
  485. CCUtility.removeFile(atPath: CCUtility.getDirectoryProviderStorageOcId(result.ocId))
  486. }
  487. NCManageDatabase.shared.clearDatabase(account: account, removeAccount: true)
  488. CCUtility.clearAllKeysEnd(toEnd: account)
  489. CCUtility.clearAllKeysPushNotification(account)
  490. CCUtility.setPassword(account, password: nil)
  491. if wipe {
  492. settingAccount("", urlBase: "", user: "", userId: "", password: "")
  493. let accounts = NCManageDatabase.shared.getAccounts()
  494. if accounts?.count ?? 0 > 0 {
  495. if let newAccount = accounts?.first {
  496. self.changeAccount(newAccount)
  497. }
  498. } else {
  499. openLogin(viewController: window?.rootViewController, selector: NCGlobal.shared.introLogin, openLoginWeb: false)
  500. }
  501. }
  502. }
  503. @objc func changeAccount(_ account: String) {
  504. NCManageDatabase.shared.setAccountActive(account)
  505. if let tableAccount = NCManageDatabase.shared.getActiveAccount() {
  506. NCOperationQueue.shared.cancelAllQueue()
  507. NCNetworking.shared.cancelAllTask()
  508. settingAccount(tableAccount.account, urlBase: tableAccount.urlBase, user: tableAccount.user, userId: tableAccount.userId, password: CCUtility.getPassword(tableAccount.account))
  509. NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
  510. }
  511. }
  512. // MARK: - Account Request
  513. func accountRequestChangeAccount(account: String) {
  514. changeAccount(account)
  515. }
  516. func requestAccount() {
  517. if isPasscodePresented() { return }
  518. if !CCUtility.getAccountRequest() { return }
  519. let accounts = NCManageDatabase.shared.getAllAccount()
  520. if accounts.count > 1 {
  521. if let vcAccountRequest = UIStoryboard(name: "NCAccountRequest", bundle: nil).instantiateInitialViewController() as? NCAccountRequest {
  522. vcAccountRequest.activeAccount = NCManageDatabase.shared.getActiveAccount()
  523. vcAccountRequest.accounts = accounts
  524. vcAccountRequest.enableTimerProgress = true
  525. vcAccountRequest.enableAddAccount = false
  526. vcAccountRequest.dismissDidEnterBackground = false
  527. vcAccountRequest.delegate = self
  528. let screenHeighMax = UIScreen.main.bounds.height - (UIScreen.main.bounds.height/5)
  529. let numberCell = accounts.count
  530. let height = min(CGFloat(numberCell * Int(vcAccountRequest.heightCell) + 45), screenHeighMax)
  531. let popup = NCPopupViewController(contentController: vcAccountRequest, popupWidth: 300, popupHeight: height+20)
  532. popup.backgroundAlpha = 0.8
  533. UIApplication.shared.keyWindow?.rootViewController?.present(popup, animated: true)
  534. vcAccountRequest.startTimer()
  535. }
  536. }
  537. }
  538. // MARK: - Passcode
  539. func presentPasscode(completion: @escaping () -> ()) {
  540. let laContext = LAContext()
  541. var error: NSError?
  542. defer { self.requestAccount() }
  543. let presentedViewController = window?.rootViewController?.presentedViewController
  544. guard !account.isEmpty, CCUtility.isPasscodeAtStartEnabled(), !(presentedViewController is NCLoginNavigationController) else { return }
  545. // Make sure we have a privacy window (in case it's not enabled)
  546. showPrivacyProtectionWindow()
  547. let passcodeViewController = TOPasscodeViewController(passcodeType: .sixDigits, allowCancel: false)
  548. passcodeViewController.delegate = self
  549. passcodeViewController.keypadButtonShowLettering = false
  550. if CCUtility.getEnableTouchFaceID() && laContext.canEvaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, error: &error) {
  551. if error == nil {
  552. if laContext.biometryType == .faceID {
  553. passcodeViewController.biometryType = .faceID
  554. } else if laContext.biometryType == .touchID {
  555. passcodeViewController.biometryType = .touchID
  556. }
  557. passcodeViewController.allowBiometricValidation = true
  558. passcodeViewController.automaticallyPromptForBiometricValidation = false
  559. }
  560. }
  561. // show passcode on top of privacy window
  562. privacyProtectionWindow?.rootViewController?.present(passcodeViewController, animated: true, completion: {
  563. completion()
  564. })
  565. }
  566. func isPasscodePresented() -> Bool {
  567. return privacyProtectionWindow?.rootViewController?.presentedViewController is TOPasscodeViewController
  568. }
  569. func enableTouchFaceID() {
  570. guard !account.isEmpty,
  571. CCUtility.getEnableTouchFaceID(),
  572. CCUtility.isPasscodeAtStartEnabled(),
  573. let passcodeViewController = privacyProtectionWindow?.rootViewController?.presentedViewController as? TOPasscodeViewController
  574. else { return }
  575. LAContext().evaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, localizedReason: NCBrandOptions.shared.brand) { (success, error) in
  576. if success {
  577. DispatchQueue.main.async {
  578. passcodeViewController.dismiss(animated: true) {
  579. self.hidePrivacyProtectionWindow()
  580. self.requestAccount()
  581. }
  582. }
  583. }
  584. }
  585. }
  586. func didInputCorrectPasscode(in passcodeViewController: TOPasscodeViewController) {
  587. DispatchQueue.main.async {
  588. passcodeViewController.dismiss(animated: true) {
  589. self.hidePrivacyProtectionWindow()
  590. self.requestAccount()
  591. }
  592. }
  593. }
  594. func passcodeViewController(_ passcodeViewController: TOPasscodeViewController, isCorrectCode code: String) -> Bool {
  595. return code == CCUtility.getPasscode()
  596. }
  597. func didPerformBiometricValidationRequest(in passcodeViewController: TOPasscodeViewController) {
  598. enableTouchFaceID()
  599. }
  600. // MARK: - Privacy Protection
  601. private func showPrivacyProtectionWindow() {
  602. guard privacyProtectionWindow == nil else {
  603. privacyProtectionWindow?.isHidden = false
  604. return
  605. }
  606. privacyProtectionWindow = UIWindow(frame: UIScreen.main.bounds)
  607. let storyboard = UIStoryboard(name: "LaunchScreen", bundle: nil)
  608. let initialViewController = storyboard.instantiateInitialViewController()
  609. self.privacyProtectionWindow?.rootViewController = initialViewController
  610. privacyProtectionWindow?.windowLevel = .alert + 1
  611. privacyProtectionWindow?.makeKeyAndVisible()
  612. }
  613. func hidePrivacyProtectionWindow() {
  614. guard !(privacyProtectionWindow?.rootViewController?.presentedViewController is TOPasscodeViewController) else { return }
  615. UIWindow.animate(withDuration: 0.25) {
  616. self.privacyProtectionWindow?.alpha = 0
  617. } completion: { _ in
  618. self.privacyProtectionWindow?.isHidden = true
  619. self.privacyProtectionWindow = nil
  620. }
  621. }
  622. // MARK: - Open URL
  623. func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
  624. if account == "" { return false }
  625. let scheme = url.scheme
  626. let action = url.host
  627. var fileName: String = ""
  628. var serverUrl: String = ""
  629. var matchedAccount: tableAccount?
  630. if scheme == "nextcloud" && action == "open-file" {
  631. if let urlComponents = URLComponents(url: url, resolvingAgainstBaseURL: false) {
  632. let queryItems = urlComponents.queryItems
  633. guard let userScheme = CCUtility.value(forKey: "user", fromQueryItems: queryItems) else { return false }
  634. guard let pathScheme = CCUtility.value(forKey: "path", fromQueryItems: queryItems) else { return false }
  635. guard let linkScheme = CCUtility.value(forKey: "link", fromQueryItems: queryItems) else { return false }
  636. if let activeAccount = NCManageDatabase.shared.getActiveAccount() {
  637. let urlBase = URL(string: activeAccount.urlBase)
  638. let user = activeAccount.user
  639. if linkScheme.contains(urlBase?.host ?? "") && userScheme == user {
  640. matchedAccount = activeAccount
  641. } else {
  642. let accounts = NCManageDatabase.shared.getAllAccount()
  643. for account in accounts {
  644. guard let accountURL = URL(string: account.urlBase) else { return false }
  645. if linkScheme.contains(accountURL.host ?? "") && userScheme == account.user {
  646. changeAccount(account.account)
  647. matchedAccount = account
  648. break
  649. }
  650. }
  651. }
  652. if matchedAccount != nil {
  653. let webDAV = NCUtilityFileSystem.shared.getWebDAV(account: self.account) + "/files/" + self.userId
  654. if pathScheme.contains("/") {
  655. fileName = (pathScheme as NSString).lastPathComponent
  656. serverUrl = matchedAccount!.urlBase + "/" + webDAV + "/" + (pathScheme as NSString).deletingLastPathComponent
  657. } else {
  658. fileName = pathScheme
  659. serverUrl = matchedAccount!.urlBase + "/" + webDAV
  660. }
  661. DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
  662. NCFunctionCenter.shared.openFileViewInFolder(serverUrl: serverUrl, fileName: fileName)
  663. }
  664. } else {
  665. guard let domain = URL(string: linkScheme)?.host else { return true }
  666. fileName = (pathScheme as NSString).lastPathComponent
  667. let message = String(format: NSLocalizedString("_account_not_available_", comment: ""), userScheme, domain, fileName)
  668. let alertController = UIAlertController(title: NSLocalizedString("_info_", comment: ""), message: message, preferredStyle: .alert)
  669. alertController.addAction(UIAlertAction(title: NSLocalizedString("_ok_", comment: ""), style: .default, handler: { _ in }))
  670. window?.rootViewController?.present(alertController, animated: true, completion: { })
  671. return false
  672. }
  673. }
  674. }
  675. }
  676. return true
  677. }
  678. }
  679. // MARK: - NCAudioRecorder ViewController Delegate
  680. extension AppDelegate: NCAudioRecorderViewControllerDelegate {
  681. func didFinishRecording(_ viewController: NCAudioRecorderViewController, fileName: String) {
  682. guard
  683. let navigationController = UIStoryboard(name: "NCCreateFormUploadVoiceNote", bundle: nil).instantiateInitialViewController() as? UINavigationController,
  684. let viewController = navigationController.topViewController as? NCCreateFormUploadVoiceNote
  685. else { return }
  686. navigationController.modalPresentationStyle = .formSheet
  687. viewController.setup(serverUrl: activeServerUrl, fileNamePath: NSTemporaryDirectory() + fileName, fileName: fileName)
  688. window?.rootViewController?.present(navigationController, animated: true)
  689. }
  690. func didFinishWithoutRecording(_ viewController: NCAudioRecorderViewController, fileName: String) {
  691. }
  692. }
  693. extension AppDelegate: NCCreateFormUploadConflictDelegate {
  694. func dismissCreateFormUploadConflict(metadatas: [tableMetadata]?) {
  695. guard let metadatas = metadatas, !metadatas.isEmpty else { return }
  696. networkingProcessUpload?.createProcessUploads(metadatas: metadatas)
  697. }
  698. }