Commit Graph

339 Commits

Author SHA1 Message Date
6aeee89ee4 Handle group members of type CUSTOMER (#402) 2017-01-26 13:06:15 -05:00
623572a652 Soft error when getting group members, fix typo (#401) 2017-01-26 11:07:20 -05:00
08f426ba09 Allow suppression of empty entries in multivalued schema fields (#399) 2017-01-25 14:21:58 -05:00
54371cffff remove .apps.googleusercontent.com from client id for auth 2017-01-25 11:35:33 -05:00
c7946c0edf remove access_type=offline to shorten auth URLs as it's default already 2017-01-25 11:22:25 -05:00
ae578c64a0 rename to simplehttp so we don't affect http 2017-01-25 09:02:11 -05:00
08bc1898cc fix splitlines 2017-01-25 08:57:23 -05:00
dc626b1b3e always use httplib2 so we are consistent with TLS verify, debug output, etc 2017-01-25 08:53:33 -05:00
7283e06750 Allow newlines in calendar event descriptions. (#398) 2017-01-24 15:36:12 -05:00
c76368509e rint start_time and end_time as dates in gam reports; handle bad data from Google (#397) 2017-01-24 14:51:43 -05:00
b54eb97f6b Use profile instead of email scope since it's 1 less scope ultimately 2017-01-24 14:50:26 -05:00
a491fb5471 Update ToS page for projects 2017-01-24 13:14:45 -05:00
33cfb940b4 remove accidental break 2017-01-24 12:17:52 -05:00
46b79334e4 pull APIs from GitHub master, import urllib2 once 2017-01-24 12:15:11 -05:00
f2400b35b0 Update API list for create project 2017-01-16 15:29:25 -05:00
31058336ce Fix typo, clean up imports (#381)
* Fix typo, utils.py needs a few globals

* Clean up imports
2017-01-04 20:23:53 -05:00
ac2cbef7f8 Fix gam transfer drive to properly handle orphaned files (#380) 2017-01-04 19:19:49 -05:00
d7187ff998 When default SKU/Product list is used, sort it so output is cleaner (#379) 2017-01-04 17:57:23 -05:00
2cc79f44ea Update licenses (#376)
* Update documentation for new license aliases

Add government as in PR #362

* Allow full SKU to be specified
2016-12-31 11:50:39 -05:00
6b7cf875de utils.py for simple util functions 2016-12-29 16:32:22 -05:00
581e31499b move more vars to var.py 2016-12-29 15:44:33 -05:00
a5883a8429 consolidate license info 2016-12-29 14:31:54 -05:00
95c2d91a5b pull variables into their own file 2016-12-29 13:55:14 -05:00
9f487d57fb Get just the field we need in info user licenses (#374) 2016-12-27 18:28:21 -05:00
e0d278e7ea Added count and allfields arguments to gam print groups (#373) 2016-12-27 15:30:09 -05:00
36725c3574 Fix typo, update documentation (#372) 2016-12-27 12:44:50 -05:00
8c911215b1 Site Verification API should be included in project APIs (#371) 2016-12-27 12:37:35 -05:00
2b57a976c2 Clean up new batch licensing (#370) 2016-12-27 11:49:37 -05:00
4817ce282a Handle suspended users with calendar commands; improve show calsettings output (#369) 2016-12-27 11:34:45 -05:00
2da6666587 Add directmemberscount to list of group field names (#368) 2016-12-27 11:00:52 -05:00
07f1bc050a Improve user info response with license batching 2016-12-27 10:57:18 -05:00
9135e15b12 Fix error handling for nonexistent users in data transfers (#367) 2016-12-27 10:31:26 -05:00
5c32a86257 Use patch instead of update in doUpdateCustomer, update is broken (#366) 2016-12-27 10:08:31 -05:00
d5bcac4d14 Fix run-batch to handle 0 items (#363) 2016-12-21 15:04:30 -05:00
73bcadbbfe Handle Google-Apps-For-Government (#362) 2016-12-21 14:05:59 -05:00
f9ab78e393 update some strings to G Suite 2016-11-20 14:18:28 -05:00
dbd09daa33 Fix Windows multiprocessing (#346)
* Fix Windows multiprocessing

* Clean up Windows initial setup
2016-11-19 13:23:33 -05:00
25ace13a3d Handle additional run_batch calls (#344) 2016-11-19 07:16:23 -05:00
8fc6112e32 Handle folder alternateLink (#343) 2016-11-18 19:36:54 -05:00
ac2eb99d63 Handle Google mis-reporting invalid group in gam print groups settings (#342) 2016-11-18 18:32:55 -05:00
43707d8074 Create missing label with gam add filter (#340)
Restores behavior present with Email Settings API
2016-11-18 17:33:43 -05:00
b0b3c18e99 use multiprocessing instead of threading to take advantage of multi CPU systems 2016-11-18 15:45:57 -05:00
349f2801c5 Improve batch performance
* Use a single GAM / Python process for all threads (needs testing, will sys.exit in a function cause issues?)
    - Huge reduction in useless time spent starting Python per-thread.
  * Bump default from 5 threads to 25.
  * Introduce default_to_batch for some user commands where it makes sense.
    - most show/print commands will default to batch off.
    - most do / update commands will default to on.
2016-11-18 10:19:19 -05:00
658e7beb2b Standardize handling oauth2.txt (#337) 2016-11-17 11:57:10 -05:00
e777eb6c99 Handle Google reporting invalid when getting group settings (#335) 2016-11-16 12:45:04 -05:00
8a6ce43ad3 Do not get settings for special groups abuse and postmaster (#334)
* In gam print groups settings, get gs service outside of loop

* Do not get settings for special groups abuse and postmaster

* Do not set settings for special groups abuse and postmaster
2016-11-15 22:36:59 -05:00
72d182032b point to create project / check serviceaccount rather than Wiki 2016-11-15 13:25:54 -05:00
9b8189a3e4 In gam print groups settings, get gs service outside of loop (#333) 2016-11-15 09:21:05 -05:00
cc2cba8c70 Cleanup signature/vacation processing 2016-11-14 13:16:07 -08:00
17660220fe Added html argument to gam add sendas/update sendas/signature to control newline (NL) processing when signature is read from a file. (#331) 2016-11-13 15:27:15 -05:00