Commit Graph

449 Commits

Author SHA1 Message Date
Greg Neagle 8e9b02cb03 Work around issue with WKWebView when user's home directory is not on the same filesystem (volume) as Managed Software Center.app 2019-02-27 09:27:13 -08:00
Greg Neagle 7ddf98055d MSC.app: when an item's icon_name contains an empty string, align MSC 5's behavior with MSC 4. 2019-02-27 09:25:51 -08:00
Elliot Jordan d14c4304ea Various typo fixes and spelling corrections (#907)
* Fixed "No Comment" typo in strings files

* Fix "problem updates" typo

* Fix "caught" typo

* Fix "pseudo" typo

* Fix "instantiated" typo

* Fix "explicitly" typo

* Fix "osascript" typo

* Spelling fixes and various other corrections

* Fix two more instances of "Logput"

* Fixed a few remaining spelling issues in python files

* Fix "because" typo

PR also submitted upstream to the Murky project for the same correction.

* Fix name of associated app

* Additional spelling corrections in comments/docstrings
2019-02-14 08:30:43 -08:00
Elliot Jordan 9a0adfa0f7 Deduplicate list of conflicting apps in MSC alert (#905) 2019-02-14 08:23:13 -08:00
Greg Neagle d663f16f74 Small tweaks to toolbar elements for better appearance under Mojave 2019-02-04 16:09:42 -08:00
Greg Neagle e68ece8ec1 Fix for munki:// links for item names that contain a period (and do not end with '.html') 2019-01-31 11:46:26 -08:00
Greg Neagle f4ac054874 Address issue where MSC.app could not create user-level log files if configured to do user-level logging. 2019-01-31 10:31:29 -08:00
Ben Goodstein 4d8b05c9b6 MunkiStatus.app Info.plist localization fixes (#895) 2019-01-07 08:48:08 -08:00
Ben Goodstein 88d9858ceb Localization fixes for Info.plist (#894) 2019-01-07 08:08:06 -08:00
Greg Neagle d515264134 Fix for percent-done display in update status view 2019-01-04 14:53:46 -08:00
Greg Neagle 31e4afa266 Fix timer in MSC.app that monitors for managedsoftwareupdate failing to start or ending unexpectedly. 2019-01-04 13:39:00 -08:00
Greg Neagle 0f5ece3059 Detail description now inside a div element instead of a p element. Allows p elements to be in descriptions. 2019-01-03 16:40:38 -08:00
Greg Neagle 3a26c666ca implement JavaScript integrstion with Main Window controller's openExternalLink() function 2019-01-02 14:52:58 -08:00
Greg Neagle 918d0b7391 Update copyright dates 2019-01-02 10:31:50 -08:00
Greg Neagle f715a4627e Update .gitignore files; add MunkiStatus/en.lproj; fixes git tracking issues with localized files 2018-12-21 13:45:37 -08:00
Greg Neagle 8422a6d724 Remove extra odd copy of Localization.swift 2018-12-21 12:16:38 -08:00
Christopher Grande 5e113e10d8 Fix for indeterminate progress bar “rolling shutter” effect (#892) 2018-12-18 13:24:32 -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 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 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 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 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 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 c5cc061358 Merge branch 'master' into swiftapps 2018-10-18 09:08:46 -07:00
Greg Neagle 0bbd68c7ba Merge branch 'master' into Munki3dev 2018-10-18 09:08:20 -07:00
Greg Neagle a6a070db0f Adjust build architectures for MunkiStatus (don't build 32-bit code) -- may address build issues under Xcode 10 2018-10-18 09:07:58 -07:00
Greg Neagle 545c0c54d1 Merge branch 'master' into swiftapps 2018-09-29 09:58:58 -07:00
Greg Neagle c3f5bd451f Merge branch 'master' into Munki3dev 2018-09-29 09:58:38 -07:00
Marius Langseth 559f75b9d6 Correcting typos in Norwegian translation (#865) 2018-09-29 09:57:08 -07:00
Greg Neagle 7abfc2cb2f Merge branch 'master' into Munki3dev 2018-09-18 15:30:26 -07:00
Greg Neagle b882d267a6 Merge branch 'master' into swiftapps 2018-09-18 15:29:55 -07:00
Greg Neagle a6bfb53877 More simplication of munki-notifier code 2018-09-18 09:32:44 -07:00
Greg Neagle e08cc12867 Merge branch 'master' into wkwebview 2018-09-14 19:59:45 -07:00
Greg Neagle adad67c26c Merge branch 'master' into Munki3dev 2018-09-14 19:59:09 -07:00
Greg Neagle 6879c3bde1 Code formatting changes 2018-09-14 19:57:55 -07:00
Greg Neagle fa204c824a Mojave changes 2018-09-14 16:30:53 -07:00
Greg Neagle 321fb7aa26 Don't crash if we can't get usernotification userinfo 2018-09-14 16:28:34 -07:00
Greg Neagle 41bc4baaf7 Implement JavaScript integration for 'openExternalLink' 2018-09-11 10:13:50 -07:00