gam7 7.5.4__tar.gz → 7.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- {gam7-7.5.4 → gam7-7.5.5}/PKG-INFO +1 -1
- {gam7-7.5.4 → gam7-7.5.5}/src/GamCommands.txt +8 -5
- {gam7-7.5.4 → gam7-7.5.5}/src/GamUpdate.txt +7 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/__init__.py +138 -103
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glgapi.py +1 -1
- {gam7-7.5.4 → gam7-7.5.5}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/actions/creds.tar.xz.gpg +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/actions/decrypt.sh +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/actions/entitlements.plist +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/stale.yml +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/workflows/build.yml +4 -4
- {gam7-7.5.4 → gam7-7.5.5}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.github/workflows/pypi.yml +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/.pre-commit-config.yaml +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/LICENSE +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/README.md +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/pyproject.toml +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/.gitignore +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/LICENSE +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/cacerts.pem +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/callgam.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/__main__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/auth.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/client.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/core.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/data.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/http.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/http_core.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/service.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/token_store.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/atom/url.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/cacerts.pem +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/service.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam/six.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam-install.sh +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam-setup.bat +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam.exe.manifest +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam.spec +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/gam.wxs +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/license.rtf +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/project-apis.txt +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/requirements-dev.txt +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/requirements.txt +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/setup.cfg +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/setup.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/tools/mkGamRef.py +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/tools/openssl.props +0 -0
- {gam7-7.5.4 → gam7-7.5.5}/src/version_info.txt.in +0 -0
|
@@ -5466,7 +5466,10 @@ gam download storagefile <StorageBucketObjectName>
|
|
|
5466
5466
|
(file|htmlfile <FileName> [charset <Charset>])|
|
|
5467
5467
|
(gdoc|ghtml <UserGoogleDoc>)))|
|
|
5468
5468
|
(ou|org|orgunitpath <OrgUnitPath>|<OrgUnitID>)
|
|
5469
|
-
(password (random [<Integer>])|(uniquerandom [<Integer>])|
|
|
5469
|
+
(password (random [<Integer>])|(uniquerandom [<Integer>])|
|
|
5470
|
+
blocklogin|
|
|
5471
|
+
prompt|uniqueprompt|
|
|
5472
|
+
<Password>)|
|
|
5470
5473
|
(recoveryemail <EmailAddress>)|
|
|
5471
5474
|
(recoveryphone <string>)|
|
|
5472
5475
|
(suspend|suspended <Boolean>)|
|
|
@@ -5549,7 +5552,7 @@ gam create|add user <EmailAddress> [ignorenullpassword] <UserAttribute>*
|
|
|
5549
5552
|
[replyto <EmailAaddress>]
|
|
5550
5553
|
[<NotifyMessageContent>]
|
|
5551
5554
|
(replace <Tag> <UserReplacement>)*]
|
|
5552
|
-
[
|
|
5555
|
+
[logpassword <FileName>]
|
|
5553
5556
|
[addnumericsuffixonduplicate <Number>]
|
|
5554
5557
|
|
|
5555
5558
|
gam <UserTypeEntity> waitformailbox [retries <Number>]
|
|
@@ -5574,7 +5577,7 @@ gam update user <UserItem> [ignorenullpassword] <UserAttribute>*
|
|
|
5574
5577
|
[<NotifyMessageContent>]
|
|
5575
5578
|
(replace <Tag> <UserReplacement>)*]
|
|
5576
5579
|
[notifyonupdate [<Boolean>]] [setchangepasswordoncreate [<Boolean>]]
|
|
5577
|
-
[
|
|
5580
|
+
[logpassword <FileName>]
|
|
5578
5581
|
gam delete user <UserItem> [noactionifalias]
|
|
5579
5582
|
gam undelete user <UserItem> [ou|org|orgunit <OrgUnitPath>]
|
|
5580
5583
|
gam suspend user <UserItem> [noactionifalias]
|
|
@@ -5608,7 +5611,7 @@ gam update users <UserTypeEntity> [ignorenullpassword] <UserAttribute>*
|
|
|
5608
5611
|
[<NotifyMessageContent>]
|
|
5609
5612
|
(replace <Tag> <UserReplacement>)*]
|
|
5610
5613
|
[notifyonupdate [<Boolean>]] [setchangepasswordoncreate [<Boolean>]]
|
|
5611
|
-
[
|
|
5614
|
+
[logpassword <FileName>]
|
|
5612
5615
|
[verifynotinvitable]
|
|
5613
5616
|
gam delete users <UserTypeEntity> [noactionifalias]
|
|
5614
5617
|
gam undelete users <UserEntity> [ou|org|orgunit <OrgUnitPath>]
|
|
@@ -5641,7 +5644,7 @@ gam <UserTypeEntity> update users [ignorenullpassword] <UserAttribute>*
|
|
|
5641
5644
|
[<NotifyMessageContent>]
|
|
5642
5645
|
(replace <Tag> <UserReplacement>)*]
|
|
5643
5646
|
[notifyonupdate [<Boolean>]] [setchangepasswordoncreate [<Boolean>]]
|
|
5644
|
-
[
|
|
5647
|
+
[logpassword <FileName>]
|
|
5645
5648
|
[verifynotinvitable]
|
|
5646
5649
|
gam <UserTypeEntity> delete users [noactionifalias]
|
|
5647
5650
|
gam <UserEntity> undelete users [ou|org|orgunit <OrgUnitPath>]
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
7.05.05
|
|
2
|
+
|
|
3
|
+
Added options `password prompt` and `password uniqueprompt` to `gam create user <EmailAddress>`
|
|
4
|
+
and `gam update users <UserTypeEntity>` that prompt you to enter a password from stdin.
|
|
5
|
+
|
|
6
|
+
See [User Passwords](https://github.com/GAM-team/GAM/wiki/Users#passwords)
|
|
7
|
+
|
|
1
8
|
7.05.04
|
|
2
9
|
|
|
3
10
|
Updated `gam calendars <CalendarEntity> update events` and `gam <UserTypeEntity> update events`
|