Commit Graph

3212 Commits

Author SHA1 Message Date
Greg Neagle 8422a6d724 Remove extra odd copy of Localization.swift 2018-12-21 12:16:38 -08:00
Greg Neagle 3b293a813d Replace 'OS X' with 'macOS' in README 2018-12-21 11:57:28 -08:00
Christopher Grande 5e113e10d8 Fix for indeterminate progress bar “rolling shutter” effect (#892) 2018-12-18 13:24:32 -08:00
Greg Neagle 6ef70c0424 Fix and tweak detection of need to shutdown for apple updates 2018-12-18 08:23:47 -08:00
Greg Neagle 19362c77e9 Log shut down actions no matter the logging level; don't require halt message to be at the beginning of a softwareupdate output line 2018-12-17 16:13:00 -08:00
Greg Neagle ff5d94cc28 Clean up code signing configuration for MSC.app and MunkiStatus.app. Resolves an issue where MSC.app will not launch in response to a clicked Notification Center notification. 2018-12-14 15:36:32 -08:00
Greg Neagle f60564583c Implement user-level logging from MSC.app. Addresses #884. 2018-12-13 14:24:31 -08:00
Greg Neagle dbf1b560c8 Copy more missing Info.plist keys. NSDockTilePlugIn key hopefully will address #891. 2018-12-13 11:56:02 -08:00
Greg Neagle 31f360c356 Add CFBundleURLTypes to Info.plist for Swift MSC.app. Addresses #890 2018-12-12 09:16:33 -08:00
Greg Neagle e6e370c65f Merge branch 'weswhet-softwareupdate-shutdown-master' into Munki3dev 2018-12-11 21:43:28 -08:00
Greg Neagle 6e18c61190 Merge branch 'softwareupdate-shutdown-master' of https://github.com/weswhet/munki into weswhet-softwareupdate-shutdown-master 2018-12-11 21:42:27 -08:00
Greg Neagle 4115df99bd Better messaging around shut downs 2018-12-11 12:11:05 -08:00
Greg Neagle 7339391cb5 Simplify return value logic in doInstallTasks() 2018-12-11 11:25:05 -08:00
Greg Neagle c69c0b2166 If shutting down don't call authrestartd.restart() afterwards 2018-12-11 11:25:05 -08:00
Greg Neagle e5b473107a Cleaning up logic around None/Restart/Shutdown 2018-12-11 11:25:05 -08:00
Wesley Whetstone aa410eabdb changing return 2018-12-11 11:25:04 -08:00
Wesley Whetstone 133fc6a3ed changing return code and adding proper parameter call 2018-12-11 11:25:04 -08:00
Wesley Whetstone d11f148da6 adding requested changes and passing shutdown parameter correctly without additional build artifacts 2018-12-11 11:25:04 -08:00
Wesley Whetstone b7236a9344 adding in the option to have munki showdown after apple updates instaed of restarting. 2018-12-11 11:25:03 -08:00
Greg Neagle a4ffb4a8b2 Start implementing more of msclog.swift 2018-12-11 06:29:03 -08:00
Greg Neagle 2f8f4274ab Sort 'My Items' items by display name. Addresses #888 2018-12-10 10:45:40 -08:00
Greg Neagle 66f68b11cc Replicating fix from #887 2018-12-10 08:07:28 -08:00
Greg Neagle 5e5d64822a Merge branch 'master' of https://github.com/munki/munki v3.5.1 2018-12-10 08:05:20 -08:00
Per Olofsson 302308ba6c Add missing import of NSTimeZone (#887) 2018-12-10 08:04:10 -08:00
Greg Neagle 6f038f48e6 Forward mailto: links to default mail client since WKWebView doesn't do that by default. Addresses #885 2018-12-06 10:19:17 -08:00
Greg Neagle b6fb9cbb7f Fix for MSC to display managedsoftwareupdate log if it is not stored in the default location.
Addresses #883
2018-12-05 11:04:54 -08:00
Greg Neagle 9d8cb68b83 Add munki:// to some generated category links. Addresses #882. 2018-12-05 09:18:05 -08:00
Greg Neagle e7eaf4fe0a Fix check for supported icon file extensions. 2018-12-05 09:09:11 -08:00
Greg Neagle ce0499048a Automatically add git psuedo-revision number to CFBundleVersion and CFBundleShortVersionString 2018-12-04 18:35:44 -08:00
Greg Neagle 321383030e Move Swift versions of the apps out to code/apps; move pyobjc versions into code/apps/pyobjc; revise .gitignore files; update make_munki_mpkg scripts 2018-12-04 18:06:59 -08:00
Greg Neagle a4b3085780 Bumping version for future releases 2018-12-04 17:42:01 -08:00
Greg Neagle 75c6e0ac87 Merge branch 'swiftapps' into Munki3dev 2018-12-04 08:16:19 -08:00
Greg Neagle faf91db804 Port the fixes/changes here https://github.com/munki/munki/commit/451de28cb90ef701a894011dc74e4b93e84cc252 to the Swift version of MSC.app. Fixes issue #877 2018-11-28 10:11:15 -08:00
Greg Neagle 18ea11f606 Rename a variable used when checking to see if an installer item is still needed after a successful install v3.5.0 2018-11-20 20:50:21 -08:00
Greg Neagle 3dd91d87ef Merge branch 'Munki3dev' of https://github.com/munki/munki into Munki3dev 2018-11-20 20:46:32 -08:00
aysiu 0264fc7007 foundagain for precache OnDemand (#878)
Makes a cache delete exemption for items that are both precache and OnDemand
2018-11-20 20:46:03 -08:00
aysiu 7161744729 Copy optional key precache (#879)
Needed to not delete precache OnDemand items after installation
2018-11-20 20:45:50 -08:00
Greg Neagle 488b9f7581 Merge branch 'atomic-move' into Munki3dev 2018-11-19 08:07:47 -08:00
Greg Neagle 7c9565074c Merge branch 'Munki3dev' into swiftapps 2018-11-17 09:46:42 -08:00
Greg Neagle 451de28cb9 Address issues in MSC.app when /private/tmp is not writable.
Addresses #875
Fix a code error causing an error dialog to not be displayed in some cases when /private/tmp is not writable.
Add additional detail to the error dialog to better enable local admins to diagnose and fix the issue.
2018-11-17 09:43:43 -08:00
Greg Neagle 05d274c279 Merge branch 'Munki3dev' into swiftapps 2018-11-16 16:20:33 -08:00
Greg Neagle d37f47830f Only start precache_agent if we think we have something to cache; add some more logging messages around starting the precache_agent 2018-11-16 16:20:06 -08:00
Greg Neagle 8b1e2ba9ac Remove duplicated functions in munkilib/updatecheck/download.py due to bad merge confict resolution 2018-11-16 11:46:37 -08:00
Greg Neagle b3e33b34ac Merge branch 'Munki3dev' into swiftapps 2018-11-16 11:08:32 -08:00
Greg Neagle 67bfb482f0 Add missing definition for OKButtonTitle in AlertController.py 2018-11-16 11:00:25 -08:00
Greg Neagle c72e69f8d5 Add uncaching when disk is almost full, preventing downloads of managed_installs because of precached items 2018-11-16 10:59:35 -08:00
Greg Neagle 33dbdfb3a6 Merge branch 'master' into swiftapps 2018-10-31 10:26:21 -07:00
Greg Neagle 845aab0ee7 Merge branch 'master' into Munki3dev 2018-10-31 10:25:59 -07:00
Greg Neagle 46b634b594 New precaching.uncache function to clear out precached items if there's not enough space to download and install managed items 2018-10-31 10:08:41 -07:00
Nathan Perkins 5ab55e8193 Sort catalogs in repoclean (#874) 2018-10-31 10:02:57 -07:00