files.com 1.0.161 → 1.0.166

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76b7ef8f3f66a9c8e0e836cdfcde15818fd49d7636bfb11fb26a8fa1d2104846
4
- data.tar.gz: 245013a7e1a4464e48444a1a47ceb7d99fd59d0ece8b754c20113221b033a6e7
3
+ metadata.gz: 2da325e9d1150ae1ef34a33f394d1e397750b4d11ebf538ff3ed38a26d896267
4
+ data.tar.gz: cefd6944825749652aad83230374f957b4fda3c19fa0b63fc1da7976557d6fc6
5
5
  SHA512:
6
- metadata.gz: d764b093744fb9603ddbd100f01cfa306950437596953bf08b1f874c1d74f64c5e83f995abf5b422523821a2b0a1ff7f7311e510c383da770008c0d8eeafb8a3
7
- data.tar.gz: 3be0ebce5bff7f9dc52f486af46892ef981e6799675852037238663afb61ee83e4e89bcf9349c2f3e58a0baf0a2d2eaec23105064c1ebd9b8b2b56ac23b7f1c9
6
+ metadata.gz: 79a8bac49e15ba046e94bcf1d19f75f55a27ba410fa4acb4006faa7be5354224a4d6368629b923912e7ce78842e33a4b1d9fba096af6340bf15b1d77ded8523c
7
+ data.tar.gz: 571e00841bbee105c2f6ebdb397409aeb8372faaaa85bb4074eac73985ae6ae5558014b3bcecd77ff52f7f6fae748d5930ef04f1f8f104bc118ecdf73dc2a5d3
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.161
1
+ 1.0.166
@@ -9,6 +9,7 @@
9
9
  "company": "Action Verb",
10
10
  "email": "john.doe@files.com",
11
11
  "inbox_code": "abc123",
12
+ "clickwrap_body": "",
12
13
  "form_field_set_id": 1,
13
14
  "form_field_data": ""
14
15
  }
@@ -19,6 +20,7 @@
19
20
  * `company` (string): Registrant company name
20
21
  * `email` (string): Registrant email address
21
22
  * `inbox_code` (string): InboxRegistration cookie code, if there is an associated InboxRegistration
23
+ * `clickwrap_body` (string): Clickwrap text that was shown to the registrant
22
24
  * `form_field_set_id` (int64): Id of associated form field set
23
25
  * `form_field_data` (string): Data for form field set with form field ids as keys and user data as values
24
26
 
@@ -8,6 +8,7 @@
8
8
  "name": "account",
9
9
  "company": "Action Verb",
10
10
  "email": "john.doe@files.com",
11
+ "clickwrap_body": "",
11
12
  "form_field_set_id": 1,
12
13
  "form_field_data": ""
13
14
  }
@@ -17,6 +18,7 @@
17
18
  * `name` (string): Registrant name
18
19
  * `company` (string): Registrant company name
19
20
  * `email` (string): Registrant email address
21
+ * `clickwrap_body` (string): Clickwrap text that was shown to the registrant
20
22
  * `form_field_set_id` (int64): Id of associated form field set
21
23
  * `form_field_data` (string): Data for form field set with form field ids as keys and user data as values
22
24
 
data/docs/site.md CHANGED
@@ -16,6 +16,7 @@
16
16
  "ask_about_overwrites": true,
17
17
  "bundle_expiration": 1,
18
18
  "bundle_password_required": true,
19
+ "bundle_require_share_recipient": true,
19
20
  "color2_left": "#0066a7",
20
21
  "color2_link": "#d34f5d",
21
22
  "color2_text": "#0066a7",
@@ -216,6 +217,7 @@
216
217
  * `ask_about_overwrites` (boolean): If false, rename conflicting files instead of asking for overwrite confirmation. Only applies to web interface.
217
218
  * `bundle_expiration` (int64): Site-wide Bundle expiration in days
218
219
  * `bundle_password_required` (boolean): Do Bundles require password protection?
220
+ * `bundle_require_share_recipient` (boolean): Do Bundles require recipients for sharing?
219
221
  * `color2_left` (string): Page link and button color
220
222
  * `color2_link` (string): Top bar link color
221
223
  * `color2_text` (string): Page link and button color
@@ -388,6 +390,7 @@ Files::Site.update(
388
390
  immutable_files: true,
389
391
  session_pinned_by_ip: true,
390
392
  bundle_password_required: true,
393
+ bundle_require_share_recipient: true,
391
394
  password_requirements_apply_to_bundles: true,
392
395
  opt_out_global: true,
393
396
  use_provided_modified_at: true,
@@ -484,6 +487,7 @@ Files::Site.update(
484
487
  * `immutable_files` (boolean): Are files protected from modification?
485
488
  * `session_pinned_by_ip` (boolean): Are sessions locked to the same IP? (i.e. do users need to log in again if they change IPs?)
486
489
  * `bundle_password_required` (boolean): Do Bundles require password protection?
490
+ * `bundle_require_share_recipient` (boolean): Do Bundles require recipients for sharing?
487
491
  * `password_requirements_apply_to_bundles` (boolean): Require bundles' passwords, and passwords for other items (inboxes, public shares, etc.) to conform to the same requirements as users' passwords?
488
492
  * `opt_out_global` (boolean): Use servers in the USA only?
489
493
  * `use_provided_modified_at` (boolean): Allow uploaders to set `provided_modified_at` for uploaded files?
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?
@@ -34,6 +34,11 @@ module Files
34
34
  @attributes[:inbox_code]
35
35
  end
36
36
 
37
+ # string - Clickwrap text that was shown to the registrant
38
+ def clickwrap_body
39
+ @attributes[:clickwrap_body]
40
+ end
41
+
37
42
  # int64 - Id of associated form field set
38
43
  def form_field_set_id
39
44
  @attributes[:form_field_set_id]
@@ -29,6 +29,11 @@ module Files
29
29
  @attributes[:email]
30
30
  end
31
31
 
32
+ # string - Clickwrap text that was shown to the registrant
33
+ def clickwrap_body
34
+ @attributes[:clickwrap_body]
35
+ end
36
+
32
37
  # int64 - Id of associated form field set
33
38
  def form_field_set_id
34
39
  @attributes[:form_field_set_id]
@@ -69,6 +69,11 @@ module Files
69
69
  @attributes[:bundle_password_required]
70
70
  end
71
71
 
72
+ # boolean - Do Bundles require recipients for sharing?
73
+ def bundle_require_share_recipient
74
+ @attributes[:bundle_require_share_recipient]
75
+ end
76
+
72
77
  # string - Page link and button color
73
78
  def color2_left
74
79
  @attributes[:color2_left]
@@ -632,6 +637,7 @@ module Files
632
637
  # immutable_files - boolean - Are files protected from modification?
633
638
  # session_pinned_by_ip - boolean - Are sessions locked to the same IP? (i.e. do users need to log in again if they change IPs?)
634
639
  # bundle_password_required - boolean - Do Bundles require password protection?
640
+ # bundle_require_share_recipient - boolean - Do Bundles require recipients for sharing?
635
641
  # password_requirements_apply_to_bundles - boolean - Require bundles' passwords, and passwords for other items (inboxes, public shares, etc.) to conform to the same requirements as users' passwords?
636
642
  # opt_out_global - boolean - Use servers in the USA only?
637
643
  # use_provided_modified_at - boolean - Allow uploaders to set `provided_modified_at` for uploaded files?
@@ -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.161
4
+ version: 1.0.166
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-14 00:00:00.000000000 Z
11
+ date: 2021-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable