Skip to content

Releases: GAM-team/GAM

GAM 3.43

18 Mar 18:35
Compare
Choose a tag to compare
  • Fix crash when authenticating GAM related to Short URLs
  • minor fixes to Drive and Calendar commands
  • catch unauthorized service account errors and offer nice instructions.
  • execute bit for gam.py (Thanks daethnir)

GAM 3.42

19 Nov 20:04
Compare
Choose a tag to compare
  • "gam show driveactivity" displays Drive activity for user
  • "gam report tokens" displays user OAuth activity report
  • "gam mobile action accountwipe" wipes account only on Android devices
  • "gam update labels" removes Inbox/ prefix from label names
  • upgrades to oauth2client and googleapiclient libraries which GAM depends on
  • "gam show gmailprofile" shows Gmail mailbox details
  • "gam license " commands to perform actions only on users with a given license
  • bug fixes, lots of bug fixes

GAM 3.43

18 Mar 18:32
Compare
Choose a tag to compare
  • Fix crash when authenticating GAM related to Short URLs
  • minor fixes to Drive and Calendar commands
  • catch unauthorized service account errors and offer nice instructions.
  • execute bit for gam.py (Thanks daethnir)

GAM 3.41

02 Oct 11:47
Compare
Choose a tag to compare
  • fix "gam audit export download" failures due to Google no longer declaring download size
  • 2nd attempt to fix "gam info domain" errors on getting Customer ID
  • license commands should now soft fail (keeps going for other users)

GAM 3.4

24 Sep 11:58
Compare
Choose a tag to compare
  • Support for creating and setting custom user schemas http://goo.gl/M9rQrI
  • End user view of print users and user info commands.
  • fix updating name/description for groups
  • fix groups sync commands
  • gam print groups members no longer fails on zero member groups
  • make sure downloaded Drive file names are safe for OS filenames.
  • gam info domain should no longer crash on getting customer ID
  • other minor bug fixes

GAM 3.32

11 Sep 19:20
Compare
Choose a tag to compare
  • fix service account json files downloaded from new cloud console don't work with GAM
  • use the new Gmail API for label command. Offers ability to rename labels and show/hide labels from the label and message list.
  • copy Google drive files with commands like gam user <email> update drivefile id <fileid> copy
  • print only one SKU for licenses with commands like gam print licenses sku vault
  • short license names for Google Apps Message Security (gams), Google Apps Unlimtied (gau) and Google Vault Former Employee (vfe)

GAM 3.31

09 Jul 16:59
Compare
Choose a tag to compare
GAM 3.31 Pre-release
Pre-release
  • New command "gam user delete aliases" clears all aliases for user.
  • "gam update user email vfe" will rename user to [email protected]
  • fix delete photo command
  • fix password update/create for Windows builds

GAM 3.3

04 Jul 11:02
Compare
Choose a tag to compare
GAM 3.3 Pre-release
Pre-release
  • Major rewrites of "gam report" and "gam print users". Note that CSV headers have changed. Better performance and print users now supports "rich" fields like organization, phone, relations, etc.
  • "gam report drive" now works for Google Apps Unlimited domains.
  • "gam info user" now shows the user's licenses. Use "nolicenses" to prevent showing licenses.
  • fix "gam print licenses" fails in large domains by reducing page size from 1000 to 100
  • GAM now sends a sha-512 salted hashed password on user create and update for better security.
  • cleanup unused features of old GData library.
  • fix for Drive file downloading default format.
  • upgrade to httplib v0.9 which may help with httplib.BadStatus errors.