Jay Lee
4ae81bae99
brew upgrade on MacOS
2019-09-18 18:19:19 -04:00
Jay Lee
2fc301d061
full path to win python
2019-09-18 18:14:58 -04:00
Jay Lee
fc6e6d1ab6
verbose logging on MacOS
2019-09-18 17:50:30 -04:00
Jay Lee
9cb4ee9d6f
figure out what's up with path
2019-09-18 17:44:37 -04:00
Jay Lee
28573b47a8
more build fixes
2019-09-18 16:35:28 -04:00
Jay Lee
b984f62bbf
a_atleast_b tool
2019-09-18 15:16:16 -04:00
Jay Lee
a89e0936c2
OpenSSL 1.1.1d on Windows
2019-09-18 14:59:33 -04:00
Ross Scroggs
00b7ead8bb
Standard Got messages to always show total_items ( #1015 )
2019-09-18 08:40:57 -04:00
Ross Scroggs
dce5016261
Add recoveryEmail/Phone to users field list ( #1012 )
2019-09-13 10:33:03 -04:00
Ross Scroggs
2bc759778c
Keep pylint happy ( #1008 )
2019-09-12 18:49:46 -04:00
Jay Lee
3aa6869a4b
fix MacOS vars
2019-09-06 11:21:39 -04:00
Jay Lee
209fdfd5b9
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-09-06 11:15:27 -04:00
Jay Lee
eec0df14b5
MacOS codenames
2019-09-06 11:14:03 -04:00
Ross Scroggs
7e2810d33d
Fix code to avoid trap when description is long ( #1004 )
...
* Fix code to avoid trap when description is long
* Code cleanup
2019-09-06 11:12:42 -04:00
Jay Lee
78404c8cd3
cleanup MacOS
2019-09-06 10:56:22 -04:00
Jay Lee
bcef526213
More recognizable OS info in gam version
2019-09-06 10:44:06 -04:00
Jay Lee
00d5767246
show Python MacOS versions
2019-09-06 07:17:47 -04:00
Jay Lee
5beff97f95
test building on multiple MacOS versions
2019-09-05 19:51:46 -04:00
Jay Lee
cfd36c2836
GAM 4.94, pull in Ross changes in #1003
2019-08-30 11:45:52 -04:00
Jay Lee
7689ac7bed
disable ssl verify on time sync so we know when clock is WAY off
2019-08-30 11:15:56 -04:00
Jay Lee
7a5ba99b36
Even better SA check
2019-08-30 11:02:42 -04:00
Ross Scroggs
8f4a40bc9a
Add timeoffset option to gam version ( #1002 )
...
* Add timeoffset option to gam version
* Update timeOffset checking
2019-08-29 14:32:45 -04:00
Jay Lee
29db574bc5
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-08-27 10:19:48 -04:00
Jay Lee
caef16bdee
add email scope to SA, check serviceaccount verifies proper DwD and scopes for token
2019-08-27 10:18:36 -04:00
Ross Scroggs
1a0f9ab66a
handle empty recoveryPhone ( #999 )
...
* handle empty recoveryPhone
* Test empty recoveryemail/recoveryphone
* Handle autoUpdateExpiration for CrOS
2019-08-21 15:03:05 -04:00
Ross Scroggs
021c3bfb13
Handle more errors with short URL oauth create ( #998 )
2019-08-18 17:34:55 -04:00
Jay Lee
b3dfa41df6
GAM user agent on short URL
2019-08-15 18:21:54 -04:00
Jay Lee
5f94263db2
Use _createHttpObj() for short URL
2019-08-15 18:15:56 -04:00
Jay Lee
68d8e46b4c
force pip upgrades
2019-08-15 14:50:23 -04:00
Jay Lee
1170457a39
GAM 4.93, remove *MAX_RESULTS config options
2019-08-15 12:35:10 -04:00
Jay Lee
81884e48d0
Support recovery email/phone for users
2019-08-15 12:00:36 -04:00
Jay Lee
a7be6d233b
confirm API call supports maxResults before checking value
2019-08-15 10:08:03 -04:00
Jay Lee
584ddba1a5
Dynamic maxResults from discovery or exception
2019-08-14 16:11:14 -04:00
Jay Lee
2bc6c8bca0
200 or bust for URL shorten
2019-08-13 08:35:06 -04:00
Jay Lee
fc1e81a01d
oauthbrowser.txt, GAM 4.92
2019-08-12 14:02:59 -04:00
Jay Lee
eebfaaf373
finish pyinstaller install
2019-08-12 12:48:01 -04:00
Jay Lee
652223d9bc
Pyinstaller windows 64 bit bootloader compile
2019-08-12 12:29:51 -04:00
Jay Lee
b6bd2da6ce
Short OAuth URLs, make console flow default to reduce issues
2019-08-12 11:00:26 -04:00
Ross Scroggs
413924b11a
Generalize expression to find group settings values ( #994 )
2019-08-12 10:41:17 -04:00
Jay Lee
7e4d0da8fb
GAM 4.91
2019-08-10 15:39:14 -04:00
Ross Scroggs
3fc2aeed4d
Fix group settings ( #990 )
...
* Fix group settings
Clean up md5MatchesFile
* Simplify doGetCustomerInfo
Avoid trap when doPrintDomains returned a domain creationTime with no fraction.
Traceback (most recent call last):
File "gam.py", line 14761, in <module>
File "gam.py", line 14159, in ProcessGAMCommand
File "gam.py", line 2053, in doGetDomainInfo
File "gam.py", line 2088, in doGetCustomerInfo
File "_strptime.py", line 577, in _strptime_datetime
File "_strptime.py", line 359, in _strptime
ValueError: time data '2019-04-23 16:14:56' does not match format '%Y-%m-%d %H:%
M:%S.%f'
lansa.co.uk,True,2019-04-23 16:14:13.041000,secondary,
lansa.com.au,True,2019-04-23 16:14:56,secondary
2019-08-10 15:37:44 -04:00
Ross Scroggs
7f4f785f0b
Lower default limit for 500 to 200 for devices ( #987 )
...
* Lower default limit for 500 to 200 for devices
* Lower limit from 200 to 100 to handle mobile devices
2019-08-05 18:16:46 -04:00
Jay Lee
62bceb30c5
GAM 4.90, update mobile adjustments
2019-08-01 11:15:10 -04:00
Jay Lee
8c736e52ac
Empty body no longer required
2019-08-01 10:58:01 -04:00
Jay Lee
2669079a31
don't cleanup
2019-07-27 10:01:33 -04:00
Jay Lee
cbfd93e440
Timeout optimized Python build so we can cache partial testing...
2019-07-27 09:36:01 -04:00
Jay Lee
ffd1c297e5
force configure
2019-07-26 15:51:35 -04:00
Jay Lee
1a11cb04f9
clean and optimize python build
2019-07-26 15:38:23 -04:00
Jay Lee
438fd5b59a
turn off unsafe to speed up Python for moment
2019-07-26 15:23:58 -04:00
Jay Lee
2fef5e2cfa
minimal tests so Bionic Python 3.7 can build and cache
2019-07-26 14:22:35 -04:00