Commit Graph

4598 Commits

Author SHA1 Message Date
c91703364d Workspace SKU updates 2020-10-09 14:31:30 -04:00
597cea17cd Add gshortcut to MIME type choices to be consistent (#1266)
Add third party MIME type shortcut
2020-10-09 12:39:06 -04:00
9585f6c598 reason not valid woth readonly false; add contentrestrions to file field list (#1263) 2020-10-09 11:28:27 -04:00
e356fe3e85 Update gam-install.sh 2020-10-09 11:25:35 -04:00
55e5b86ec4 Make labels display useful (#1260)
With the existing code you get these columns:

labels.cloudidentity.googleapis.com/groups.discussion_forum,labels.cloudidentity.googleapis.com/groups.security

but there is no data in the columns so you can't tell whcih groups have which values; by translating '' to True you can.
v5.23
2020-10-09 10:33:03 -04:00
bf29a56aeb Updated branding (#1261)
* Update branding

* Update branding

* Update branding

* Update branding

* Update branding

* Update var.py
2020-10-09 10:32:37 -04:00
07c57d4197 add support for Drive shortcut creation 2020-10-09 10:31:21 -04:00
146db31cb5 Merge branch 'master' of https://github.com/jay0lee/GAM 2020-10-09 09:11:28 -04:00
14239fcd47 Support Drive content restrictions 2020-10-09 09:11:14 -04:00
8dc6a17295 Update .travis.yml 2020-10-07 13:51:25 -04:00
76f9a6c746 Update .travis.yml 2020-10-06 08:42:05 -04:00
eb155a5690 Merge branch 'master' of https://github.com/jay0lee/GAM 2020-10-05 09:46:39 -04:00
b78575aa8f Initial support for group membership expiration 2020-10-05 09:46:24 -04:00
91a5cd5c69 Fix bug in sync devices (#1259) 2020-10-03 19:52:22 -04:00
dd3e6420b6 Upgrade PyInstaller and hopefully fix Linux binary sizes v5.22 2020-10-01 09:30:29 -04:00
d6a65861e0 GAM 5.22 2020-10-01 09:08:46 -04:00
fe77ff3f60 stop pypy and nightly source tests that have been failing for awhile anyway 2020-10-01 08:36:00 -04:00
326cccd525 Stop using batch for licensing
Licensing API seems to throw lots of errors on large batch and we weren't retrying temp errors. For now just stick with serial methods.
2020-10-01 07:36:23 -04:00
b41ca0f0be More bug/pylint cleanup (#1258)
* More bug/pylint cleanup

* pylint cleanup groups.py

* Update GamCommands.txt
2020-09-30 16:56:42 -04:00
02fa092775 fix reporting orgunit scoping 2020-09-30 16:44:48 -04:00
57860dc5a6 Fix issue #1256 (#1257) 2020-09-30 09:43:42 -04:00
e28f2fb8cd limit scope of devices listed v5.21 2020-09-29 17:23:09 -04:00
0423dd4069 move device delete later 2020-09-29 17:11:14 -04:00
5e38137916 Add view all|company|personal to print devices (#1254)
* Add view all|company|personal to print devices

Update documentation

* sync devices cleanup

* Update sync devices documentation

* Cleanup;

The advantage here is that they will be no filter errors unless you specify a particular view and a filter that doesn't match

* Simplify selection of devices to print

Default - all
Positve choices
Negative choices - backwards compatible
2020-09-29 14:47:06 -04:00
dc90fb9c94 Update to new DwD page (#1253) 2020-09-26 10:16:08 -04:00
2e2575c360 send email 2020-09-25 19:37:07 -04:00
2732abbc93 Make sync license consistent with other license commands (#1252) 2020-09-25 08:23:07 -04:00
e9d5d676a5 Update .travis.yml 2020-09-24 10:46:15 -04:00
18bab4044e 'gam sync licenses' command, move licensing to separate file 2020-09-24 09:49:49 -04:00
2ccc4a6932 Update .travis.yml 2020-09-24 08:06:23 -04:00
d01d02e700 Update .travis.yml 2020-09-23 12:33:25 -04:00
56c6f6cabe Fix issue with zsh not loading gam (#1245)
Co-authored-by: syoung-quizlet <sean.young@quizlet.com>
2020-09-22 14:03:14 -04:00
adb1e58937 GAM_ADMIN_EMAIL overrides oauth2.txt value (#1249)
pylint cleanup unused imports
2020-09-22 12:43:53 -04:00
a59c893652 Device updates (#1247)
* Device updates

Make info device consistent with action device: id keyword is optional
Add nodeviceusers to print devices
pylint cleanup

* Fix documentation

* Sdd orderby to print devices

* Device assetTag cleanup

* Fix typo, appease pylint

* Strip C from customer ID
2020-09-21 10:14:34 -04:00
93bcd5f43b Fix bug, handle missing required argument (#1246) 2020-09-19 12:37:40 -04:00
d7453a7841 filter is a builtin Python function (#1244)
devices.py:118:4: W0622: Redefining built-in 'filter' (redefined-builtin)
2020-09-18 15:28:42 -04:00
4fe3dc052a Delete duplicate code (#1243) 2020-09-18 15:00:25 -04:00
c88c755785 MacOS 10.15.6, fix groups+DASA+user info 2020-09-18 10:23:55 -04:00
31f83d33f5 Merge branch 'master' of https://github.com/jay0lee/GAM v5.20 2020-09-18 07:38:45 -04:00
597256d048 Ensure that customer_id, domain and an admin email address are present for DASA (#1242)
* Ensure that customer_id, domain and an admin email address are present for DASA

* Fix typos
2020-09-18 07:38:38 -04:00
62594a2898 add id to device delete command 2020-09-17 08:16:05 -04:00
00582d486c serial not serialnumber for filter 2020-09-17 08:04:18 -04:00
cda626b01c minor fixes to devices, more travis testing 2020-09-17 07:55:07 -04:00
7d84da1520 GAM 5.20 2020-09-16 16:54:33 -04:00
11b96b488f label xcode universal as testing in travis 2020-09-16 16:48:40 -04:00
1853c0ca32 Update .travis.yml 2020-09-16 16:09:19 -04:00
0b8fb177c4 Update osx-install.sh 2020-09-16 16:04:57 -04:00
4e80434956 simple print test for devices 2020-09-16 15:35:08 -04:00
c2f53577ab Cloud Identity Devices API, 5.20 2020-09-16 15:33:55 -04:00
4974150357 Update .travis.yml 2020-09-16 08:12:43 -04:00