Commit Graph

4598 Commits

Author SHA1 Message Date
880a9c8939 Update documentation 2016-06-09 07:32:58 -07:00
64f9cbd54f Update documentation 2016-06-07 06:30:29 -07:00
6b97662f8a Exclude tcl/tk module 2016-06-03 18:12:32 -07:00
71f37acdf4 Minor cleanup 2016-05-27 15:52:02 -07:00
a58c300e84 Update documentation 2016-05-25 16:43:49 -07:00
b1ce6544f5 Allow aliasdomain as a synonym for domainalias in gam delete
This makes gam delete consistent with gam create and gam info
2016-05-25 16:22:09 -07:00
d5daf24c15 Update documentation 2016-05-23 17:04:46 -07:00
9b9aea9841 Add show counts argument to show labels to get message counts 2016-05-23 16:39:00 -07:00
1145faef56 Handle both date error messages in gam report 2016-05-23 15:26:18 -07:00
e42ca916fe Add inherit to gam create org 2016-05-22 20:28:25 -07:00
24611614d6 Add domain and member arguments to gam print group-members 2016-05-21 10:57:25 -07:00
6df45551e5 Show summary override if present in showCalendars 2016-05-16 13:15:09 -07:00
7c211c664f Increment counter in updateCalendar 2016-05-16 12:36:52 -07:00
f07a2ef2be Update showDriveFiles to handle lists containing dictionaries 2016-05-14 16:34:04 -07:00
3df6d1f833 Update documentation 2016-05-13 12:02:29 -07:00
f6396d5e4a Cleanup handling sorted CSV titles 2016-05-13 08:51:55 -07:00
8db8c48fd9 Update documentation 2016-05-12 22:58:44 -07:00
8cc4710874 Add gam <Users> show gplusprofile
Clean up show gmailprofile; messages to stderr, emailAddress is first
column

Miscellaneous cleanup
2016-05-12 22:33:19 -07:00
d42f4d764a Clean up API calls
callGData, callGAPI, callGAPIpages: Eliminate service= and function=;
they're not needed
callGAPIpages: eliminate default for items, add u'items' where
required, eliminate items=
2016-05-12 07:01:21 -07:00
21715f079b Clean up gam batch, optimize gam csv processing 2016-05-12 06:38:51 -07:00
b345cb063f Rename user_batch_size to batch_size (not used in this version, future compatability) 2016-05-12 06:24:35 -07:00
d6fdaa2874 Make my_customer default CUSTOMER_ID 2016-05-12 06:13:09 -07:00
daf2735eb3 Fix error in downloadDriveFile: extension checking was incorrect 2016-05-11 23:16:38 -07:00
68ad322f41 Update documentation 2016-05-03 15:58:16 -07:00
f688404ac6 Update documentation 2016-05-03 13:57:26 -07:00
13a9024dd1 Update documentation; code cleanup, fixes and minor enhancements to match master branch
Add u’ in numerous places
Relocate and tweak win32_unicode_args
Improve _DeHTMLParser to handle notification printing better
Add group|groups and mobile to gam report
Add UTF8 conversion in getDelegates
Delete extra enclosing loop in showCalSettings
Add todrive to gam print adminroles
Add id: to OrgUnitID field in gam print admins
getSignature will print None when no signature is defined
2016-05-02 19:41:13 -07:00
2fdfc3750d Include commands documentation 2016-04-30 07:41:12 -07:00
9246aed660 Print formatted permission on add/update drivefileacl instead of JSON data 2016-04-29 13:01:36 -07:00
0efb736b42 Have showDriveFileInfo and showDriveFileRevisions use print_json; clean up print_json 2016-04-29 07:05:40 -07:00
ef7fcb2114 Add revision argument to gam get drivefile; add command gam show filerevisions 2016-04-28 14:38:19 -07:00
52f4c049e1 Handle invalid printer ID in gam print printjobs/gam printjob fetch 2016-04-28 07:20:27 -07:00
ee00a41ff9 Eliminate offset/maxresults arguments for gam print printjobs/gam printjob fetch 2016-04-27 10:27:33 -07:00
289fda94df Add maxresults argument to gam print printjobs/gam printjob fetch 2016-04-27 06:58:54 -07:00
49d1845129 Update offset/limits processing for print jobs 2016-04-26 14:51:45 -07:00
d850f5575b Add offset, limit arguments to print printjobs and printjob fetch
gam print printjobs ... offset <Integer> limit <Integer>
 gam printjob <PrinterId> fetch ... offset <Integer> limit <Integer>
2016-04-26 10:27:34 -07:00
1f2ffcf97a Handle UTF8 user name in show drivefileacl 2016-04-20 16:05:06 -07:00
4ea63c3167 Add skus <SKUIDList> to gam info user 2016-04-20 12:57:21 -07:00
f2887abb49 Fix error in app2appID 2016-04-20 09:13:59 -07:00
3ada129e7f Add update drive file changes from master pull 212 2016-04-19 12:30:42 -07:00
6c3a0e2b71 Handle info user/group arguments better in whatis 2016-04-15 15:06:34 -07:00
457feac4ac Cosmetic change 2016-04-13 11:50:40 -07:00
45728fbbda Set character set based on OS 2016-04-08 10:57:39 -07:00
0d507855bd Add fields argument to gam print group-members 2016-04-08 05:37:39 -07:00
5fa2f3d955 Add membernames to gam print group-members 2016-04-06 13:54:07 -07:00
bfc734138d Fix create alias target where target is a group 2016-04-06 07:52:53 -07:00
fdfa830aa0 Handle language with admin settings 2016-04-04 06:19:55 -07:00
d78ea8efeb Drop name, admin_secondary_email from update instance 2016-04-04 05:20:32 -07:00
d47f5967e9 Improve info/update customer, revert some update instance code
Move print customer info code from getInstanceInfo to getCustomerInfo;
getInstanceInfo calls getCustomerInfo

doUpdateCustomer already had code added to doUpdateInstance, remove
from doUpdateInstance
2016-04-03 22:50:11 -07:00
2debf9507a Fix errors 2016-04-03 21:09:33 -07:00
e527cd42a1 Change POSTAL to ADDRESS 2016-04-03 21:02:37 -07:00