Commit Graph

3520 Commits

Author SHA1 Message Date
Greg Neagle
8dc05e56ed New scripts for app pkg to quit and relaunch MSC.app if running 2020-05-09 22:37:26 -07:00
Greg Neagle
bd570228a8 Extend aggressive notification features to Munki updates; provide a preference to control timing of the aggressive notifications 2020-05-08 21:11:31 -07:00
Greg Neagle
9273e90730 For launchd jobs that might live past managedsoftwareupdate, don't use the shared tmpdir 2020-05-08 16:25:38 -07:00
Greg Neagle
7a1c75c279 Fix syntax errror in ja.lproj/Localizable.strings 2020-05-08 16:24:29 -07:00
Greg Neagle
4ee9fe4fea When the list of apple updates to be installed is filtered to an empty list, return a restart action integer and not False 2020-05-08 09:32:00 -07:00
Greg Neagle
b4817c6f3d Split the nvram variable value output on a comma, as originally intended. 2020-05-07 16:11:06 -07:00
Greg Neagle
2d90875f91 Move bridgeos_update_staged() function to osutils; allows osinstaller, appleupdates, and managedsoftwareupdate to call it. 2020-05-07 14:54:49 -07:00
Greg Neagle
1d4030aa44 Check nvram for evidence a BridgeOS update is staged; if so, shutdown instead of restart. 2020-05-07 09:19:23 -07:00
Greg Neagle
af6efaa6a4 Better status window 'title' when updates are being performed 2020-05-07 09:03:56 -07:00
Greg Neagle
c8b5debd07 Updated Norwegian Bokmål localization. Thanks to Kristian Botnen. 2020-05-06 17:31:21 -07:00
Greg Neagle
16c710948b Update Italian localization. Thanks to Luca Molteni. 2020-05-05 07:09:25 -07:00
Greg Neagle
63df06dca4 Merge branch 'master' into manualsoftwareupdate 2020-05-04 13:43:57 -07:00
Greg Neagle
46cf0d05f1 Properly decode installer error output before storing it with installer stdout, so that later if we have to display/print it we don't trigger an exception if we have both stdout and stderr captured. 2020-05-04 13:43:12 -07:00
Greg Neagle
b794030738 Update Japanese localization. 2020-04-30 09:07:36 -07:00
Greg Neagle
9284bb0b15 Updated French localization. Thanks to Benjamin Francois. 2020-04-29 15:21:31 -07:00
Greg Neagle
8bdba9f0a2 Update Finnish localization. Thanks to Hannes Juutilainen. 2020-04-29 08:21:53 -07:00
Greg Neagle
b47c64e2e6 Updated German localization. Thanks to jensm. 2020-04-28 07:22:30 -07:00
Greg Neagle
d416707434 Updated Japanese localization. Thanks to Yuko Katabami. 2020-04-28 07:16:18 -07:00
Greg Neagle
d10857d434 Handle AppUsageClientError exception when processing app usage events in app_usage_monitor 2020-04-27 14:56:47 -07:00
Greg Neagle
f83eb7eae7 Dutch localization update. Thanks to Arjen van Bochoven. 2020-04-27 14:03:40 -07:00
Greg Neagle
dd82e04378 Update alert phrasing for important Apple updates 2020-04-27 13:40:47 -07:00
Greg Neagle
c2fd39421f Updated Swedish localization. Thanks to Per Olofsson. 2020-04-27 10:35:23 -07:00
Greg Neagle
b5f302d38a Merge branch 'master' into manualsoftwareupdate 2020-04-27 08:57:31 -07:00
Greg Neagle
6dff4db5d8 Catch some unhandled exceptions in appusaged 2020-04-27 08:54:40 -07:00
Greg Neagle
0d98ed9fd7 Record Xcode 11.4.1 upgrde check for MunkiStatus.xcodeproj 2020-04-26 18:56:40 -07:00
Greg Neagle
64e376605c Record Xcode 11.4.1 upgrade check 2020-04-26 18:55:26 -07:00
Greg Neagle
86d2fccc37 Address var vs. let warning in MunkiItems.swift 2020-04-26 18:54:24 -07:00
Greg Neagle
db55177947 Address UnsafePointer warnings in Socket.swift 2020-04-26 16:06:26 -07:00
Greg Neagle
e3dc74ba12 Updated Dutch localization. Thanks to Arjen van Bochoven. 2020-04-26 07:46:46 -07:00
Greg Neagle
be594162c3 Merge branch 'manualsoftwareupdate' of https://github.com/munki/munki into manualsoftwareupdate 2020-04-26 07:35:19 -07:00
Joaquín
b0a36d3b12 Localized spanish strings (#988)
* Localized spanish strings

* Localized spanish strings
2020-04-26 07:35:08 -07:00
Greg Neagle
d7e457383a Address UnsafePointer warnings 2020-04-25 13:39:13 -07:00
Greg Neagle
09a4ba080a Strings localization work 2020-04-25 09:30:29 -07:00
Greg Neagle
58cd7515ba Remove abandoned Info.plist 2020-04-25 08:05:00 -07:00
Greg Neagle
2575452cd6 Skip image verification when mounting disk images prior to install 2020-04-24 16:11:02 -07:00
Greg Neagle
958ad3ba83 Bump MSC.app version v4.1.3 2020-04-17 08:38:16 -07:00
Greg Neagle
992e0d5835 Bumping version for future release 2020-04-17 08:18:40 -07:00
Greg Neagle
c6760a22d1 Merge branch 'Munki4dev' into manualsoftwareupdate 2020-04-16 19:26:49 -07:00
Greg Neagle
19a0febf1b Don't alert user to errors that happen during a background/auto run 2020-04-16 19:26:13 -07:00
Greg Neagle
a69caa21cc When a managedsoftwareupdate run fails, clear any displayed alert sheet before displaying the new one. 2020-04-16 19:18:17 -07:00
Greg Neagle
6e410f4f19 Detect and warn user if machine is managed to allow admins only to install Apple updates and the user is not an admin 2020-04-15 21:42:42 -07:00
Greg Neagle
95c9b03b62 Merge branch 'Munki4dev' into manualsoftwareupdate 2020-04-14 17:11:44 -07:00
Greg Neagle
0ac6fbd3b6 Don't check AppleUpdates.plist for forced updates if neither InstallAppleSoftwareUpdates or AppleSoftwareUpdatesOnly preferences are true 2020-04-14 17:11:09 -07:00
Greg Neagle
a48aede376 More obnoxious window behavior when there is an Apple update needing restart over 14 days old 2020-04-14 14:53:09 -07:00
Greg Neagle
809ee361a2 Adjust timing on displaying Apple update alert on quit 2020-04-12 14:22:11 -07:00
Greg Neagle
6fd19c3bd6 Display alert about pending Apple updates when attempting to quit if needed 2020-04-12 14:18:48 -07:00
Greg Neagle
549c3bc537 Change wording of how long an update has been pending 2020-04-12 14:17:18 -07:00
Greg Neagle
a38c66a422 Display the number of days an update has been pending (if over 2); disable Later button on pending apple updates alert if any update has been pending 14 days or longer 2020-04-12 12:46:52 -07:00
Greg Neagle
9d10e6d920 Silence some Xcode upgrade suggestions 2020-04-12 12:45:12 -07:00
Greg Neagle
9b6c4c8055 Bumping version of munki tools 2020-04-12 08:22:08 -07:00