files.com 1.0.164 → 1.0.165
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.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/sso_strategy.md +2 -0
- data/lib/files.com/models/sso_strategy.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9350f36797b0bc7ca4c6fc2dd447894b553a9cae68e70a4fb92a30570cf6b3f
|
|
4
|
+
data.tar.gz: 4f089306618eb38a0b7f61c8fa3c9f4c208367b6de2eb38b56da3b179a4d9177
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 241d2f530464f1db9d84b3fb44326e6bd90ef8c4a665cbe0f10bdd6b1e8bd82c2c56f21cb4f2e180f8c15704a56187c26516bf01bb8f7f21f1017831b0effa8d
|
|
7
|
+
data.tar.gz: cb367ab00c17afdef4246d9f2a7dcc89453a5ea1b4b56c20824cfbc38d41ebcc51d006f4cef28cacd804d24168553c25dbf148302ef33c764f3a96bdc601d9cd
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.165
|
data/docs/sso_strategy.md
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"provision_group_exclusion": "Employees",
|
|
30
30
|
"provision_group_inclusion": "Employees",
|
|
31
31
|
"provision_group_required": "",
|
|
32
|
+
"provision_email_signup_groups": "Employees",
|
|
32
33
|
"provision_site_admin_groups": "Employees",
|
|
33
34
|
"provision_attachments_permission": true,
|
|
34
35
|
"provision_dav_permission": true,
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
* `provision_group_exclusion` (string): Comma-separated list of group names for groups (with optional wildcards) that will be excluded from auto-provisioning.
|
|
75
76
|
* `provision_group_inclusion` (string): Comma-separated list of group names for groups (with optional wildcards) that will be auto-provisioned.
|
|
76
77
|
* `provision_group_required` (string): Comma or newline separated list of group names (with optional wildcards) to require membership for user provisioning.
|
|
78
|
+
* `provision_email_signup_groups` (string): Comma-separated list of group names whose members will be created with email_signup authentication.
|
|
77
79
|
* `provision_site_admin_groups` (string): Comma-separated list of group names whose members will be created as Site Admins.
|
|
78
80
|
* `provision_attachments_permission` (boolean): DEPRECATED: Auto-provisioned users get Sharing permission. Use a Group with the Bundle permission instead.
|
|
79
81
|
* `provision_dav_permission` (boolean): Auto-provisioned users get WebDAV permission?
|
|
@@ -134,6 +134,11 @@ module Files
|
|
|
134
134
|
@attributes[:provision_group_required]
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
+
# string - Comma-separated list of group names whose members will be created with email_signup authentication.
|
|
138
|
+
def provision_email_signup_groups
|
|
139
|
+
@attributes[:provision_email_signup_groups]
|
|
140
|
+
end
|
|
141
|
+
|
|
137
142
|
# string - Comma-separated list of group names whose members will be created as Site Admins.
|
|
138
143
|
def provision_site_admin_groups
|
|
139
144
|
@attributes[:provision_site_admin_groups]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: files.com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.165
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|