files.com 1.1.634 → 1.1.636
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/preview.md +1 -1
- data/docs/site.md +4 -0
- data/docs/sso_strategy.md +1 -1
- data/docs/user.md +4 -4
- data/lib/files.com/models/preview.rb +1 -1
- data/lib/files.com/models/site.rb +6 -0
- data/lib/files.com/models/sso_strategy.rb +1 -1
- data/lib/files.com/models/user.rb +4 -4
- data/lib/files.com/version.rb +1 -1
- 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: 42e325eeebebed1a141792129a162d8878920efb76a620946d3ab74185f2f9b6
|
|
4
|
+
data.tar.gz: 0dde9503047ecd1f0f0c8c1140b26c2ee4d878e4d1a0fe3d57f192b0b7642ad7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de7f1c6d0d469e60cbf23019327a38135f452a9a8fd4f8ed068b89d95fd197d42caed9ceb1926b7d06e7c2a71f7fa8525117475f353ea20b3bfa0c87504de47e
|
|
7
|
+
data.tar.gz: 3c88a172d55a95e8d16cfb26d3304b80c6cdce7469730f9c8e2ca9b5869a3c6908f476860c0666ca94d6c15c39126d370e8fe3fd673104d4e15e9f205277df7f
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.636
|
data/docs/preview.md
CHANGED
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
* `id` (int64): Preview ID
|
|
16
16
|
* `status` (string): Preview status. Can be invalid, not_generated, generating, complete, or file_too_large
|
|
17
17
|
* `download_uri` (string): Link to download preview
|
|
18
|
-
* `type` (string): Preview type. Can be image, pdf, pdf_native, video, or
|
|
18
|
+
* `type` (string): Preview type. Can be image, pdf, pdf_native, video, audio, or text
|
|
19
19
|
* `size` (string): Preview size
|
data/docs/site.md
CHANGED
|
@@ -175,6 +175,7 @@
|
|
|
175
175
|
"prevent_root_permissions_for_non_site_admins": true,
|
|
176
176
|
"protocol_access_groups_only": true,
|
|
177
177
|
"require_2fa": true,
|
|
178
|
+
"require_2fa_exempt_all_sso_users": true,
|
|
178
179
|
"require_2fa_stop_time": "2000-01-01T01:00:00Z",
|
|
179
180
|
"revoke_bundle_access_on_disable_or_delete": true,
|
|
180
181
|
"require_2fa_user_type": "`site_admins`",
|
|
@@ -485,6 +486,7 @@
|
|
|
485
486
|
* `prevent_root_permissions_for_non_site_admins` (boolean): If true, we will prevent non-administrators from receiving any permissions directly on the root folder. This is commonly used to prevent the accidental application of permissions.
|
|
486
487
|
* `protocol_access_groups_only` (boolean): If true, protocol access permissions on users will be ignored, and only protocol access permissions set on Groups will be honored. Make sure that your current user is a member of a group with API permission when changing this value to avoid locking yourself out of your site.
|
|
487
488
|
* `require_2fa` (boolean): Require two-factor authentication for all users?
|
|
489
|
+
* `require_2fa_exempt_all_sso_users` (boolean): If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
|
|
488
490
|
* `require_2fa_stop_time` (date-time): If set, requirement for two-factor authentication has been scheduled to end on this date-time.
|
|
489
491
|
* `revoke_bundle_access_on_disable_or_delete` (boolean): Auto-removes bundles for disabled/deleted users and enforces bundle expiry within user access period.
|
|
490
492
|
* `require_2fa_user_type` (string): What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
|
|
@@ -685,6 +687,7 @@ Files::Site.update(
|
|
|
685
687
|
allowed_2fa_method_static: false,
|
|
686
688
|
allowed_2fa_method_bypass_for_ftp_sftp_dav: false,
|
|
687
689
|
require_2fa: false,
|
|
690
|
+
require_2fa_exempt_all_sso_users: false,
|
|
688
691
|
require_2fa_user_type: "`site_admins`",
|
|
689
692
|
color2_top: "#000000",
|
|
690
693
|
color2_left: "#0066a7",
|
|
@@ -860,6 +863,7 @@ Files::Site.update(
|
|
|
860
863
|
* `allowed_2fa_method_static` (boolean): Is OTP via static codes for two factor authentication allowed?
|
|
861
864
|
* `allowed_2fa_method_bypass_for_ftp_sftp_dav` (boolean): Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
|
|
862
865
|
* `require_2fa` (boolean): Require two-factor authentication for all users?
|
|
866
|
+
* `require_2fa_exempt_all_sso_users` (boolean): If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
|
|
863
867
|
* `require_2fa_user_type` (string): What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
|
|
864
868
|
* `color2_top` (string): Top bar background color
|
|
865
869
|
* `color2_left` (string): Page link and button color
|
data/docs/sso_strategy.md
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
* `provision_sftp_permission` (boolean): Auto-provisioned users get SFTP permission?
|
|
96
96
|
* `provision_time_zone` (string): Default time zone for auto provisioned users.
|
|
97
97
|
* `provision_company` (string): Default company for auto provisioned users.
|
|
98
|
-
* `provision_require_2fa` (string): 2FA required setting for auto provisioned users.
|
|
98
|
+
* `provision_require_2fa` (string): 2FA required setting for auto provisioned users. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
99
99
|
* `provision_filesystem_layout` (string): File System layout to use for auto provisioned users.
|
|
100
100
|
* `provider_identifier` (string): URL-friendly, unique identifier for Azure SAML configuration
|
|
101
101
|
* `ldap_base_dn` (string): Base DN for looking up users in LDAP server
|
data/docs/user.md
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
* `notify_on_all_sync_failures` (boolean): Should the user receive sync failures via email?
|
|
151
151
|
* `notify_on_all_automation_failures` (boolean): Should the user receive automation failures via email?
|
|
152
152
|
* `notify_on_all_expectation_failures` (boolean): Should the user receive expectation failures and misses via email?
|
|
153
|
-
* `require_2fa` (string): 2FA required setting
|
|
153
|
+
* `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
154
154
|
* `require_login_by` (date-time): Require user to login by specified date otherwise it will be disabled.
|
|
155
155
|
* `active_2fa` (boolean): Is 2fa active for the user?
|
|
156
156
|
* `require_password_change` (boolean): Is a password change required upon next user login?
|
|
@@ -354,7 +354,7 @@ Files::User.create(
|
|
|
354
354
|
* `ssl_required` (string): SSL required setting
|
|
355
355
|
* `sso_strategy_id` (int64): SSO (Single Sign On) strategy ID for the user, if applicable.
|
|
356
356
|
* `subscribe_to_newsletter` (boolean): Is the user subscribed to the newsletter?
|
|
357
|
-
* `require_2fa` (string): 2FA required setting
|
|
357
|
+
* `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
358
358
|
* `tags` (string): Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
|
|
359
359
|
* `time_zone` (string): User time zone
|
|
360
360
|
* `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
|
|
@@ -530,7 +530,7 @@ Files::User.update(id,
|
|
|
530
530
|
* `ssl_required` (string): SSL required setting
|
|
531
531
|
* `sso_strategy_id` (int64): SSO (Single Sign On) strategy ID for the user, if applicable.
|
|
532
532
|
* `subscribe_to_newsletter` (boolean): Is the user subscribed to the newsletter?
|
|
533
|
-
* `require_2fa` (string): 2FA required setting
|
|
533
|
+
* `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
534
534
|
* `tags` (string): Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
|
|
535
535
|
* `time_zone` (string): User time zone
|
|
536
536
|
* `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
|
|
@@ -732,7 +732,7 @@ user.update(
|
|
|
732
732
|
* `ssl_required` (string): SSL required setting
|
|
733
733
|
* `sso_strategy_id` (int64): SSO (Single Sign On) strategy ID for the user, if applicable.
|
|
734
734
|
* `subscribe_to_newsletter` (boolean): Is the user subscribed to the newsletter?
|
|
735
|
-
* `require_2fa` (string): 2FA required setting
|
|
735
|
+
* `require_2fa` (string): 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
736
736
|
* `tags` (string): Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
|
|
737
737
|
* `time_zone` (string): User time zone
|
|
738
738
|
* `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
|
|
@@ -699,6 +699,11 @@ module Files
|
|
|
699
699
|
@attributes[:require_2fa]
|
|
700
700
|
end
|
|
701
701
|
|
|
702
|
+
# boolean - If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
|
|
703
|
+
def require_2fa_exempt_all_sso_users
|
|
704
|
+
@attributes[:require_2fa_exempt_all_sso_users]
|
|
705
|
+
end
|
|
706
|
+
|
|
702
707
|
# date-time - If set, requirement for two-factor authentication has been scheduled to end on this date-time.
|
|
703
708
|
def require_2fa_stop_time
|
|
704
709
|
@attributes[:require_2fa_stop_time]
|
|
@@ -1081,6 +1086,7 @@ module Files
|
|
|
1081
1086
|
# allowed_2fa_method_static - boolean - Is OTP via static codes for two factor authentication allowed?
|
|
1082
1087
|
# allowed_2fa_method_bypass_for_ftp_sftp_dav - boolean - Are users allowed to configure their two factor authentication to be bypassed for FTP/SFTP/WebDAV?
|
|
1083
1088
|
# require_2fa - boolean - Require two-factor authentication for all users?
|
|
1089
|
+
# require_2fa_exempt_all_sso_users - boolean - If true, SSO users using the default user-level two-factor authentication setting are exempt from the site-wide two-factor authentication requirement.
|
|
1084
1090
|
# require_2fa_user_type - string - What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
|
|
1085
1091
|
# color2_top - string - Top bar background color
|
|
1086
1092
|
# color2_left - string - Page link and button color
|
|
@@ -189,7 +189,7 @@ module Files
|
|
|
189
189
|
@attributes[:provision_company]
|
|
190
190
|
end
|
|
191
191
|
|
|
192
|
-
# string - 2FA required setting for auto provisioned users.
|
|
192
|
+
# string - 2FA required setting for auto provisioned users. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
193
193
|
def provision_require_2fa
|
|
194
194
|
@attributes[:provision_require_2fa]
|
|
195
195
|
end
|
|
@@ -518,7 +518,7 @@ module Files
|
|
|
518
518
|
@attributes[:notify_on_all_expectation_failures] = value
|
|
519
519
|
end
|
|
520
520
|
|
|
521
|
-
# string - 2FA required setting
|
|
521
|
+
# string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
522
522
|
def require_2fa
|
|
523
523
|
@attributes[:require_2fa]
|
|
524
524
|
end
|
|
@@ -959,7 +959,7 @@ module Files
|
|
|
959
959
|
# ssl_required - string - SSL required setting
|
|
960
960
|
# sso_strategy_id - int64 - SSO (Single Sign On) strategy ID for the user, if applicable.
|
|
961
961
|
# subscribe_to_newsletter - boolean - Is the user subscribed to the newsletter?
|
|
962
|
-
# require_2fa - string - 2FA required setting
|
|
962
|
+
# require_2fa - string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
963
963
|
# tags - string - Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
|
|
964
964
|
# time_zone - string - User time zone
|
|
965
965
|
# user_root - string - Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
|
|
@@ -1150,7 +1150,7 @@ module Files
|
|
|
1150
1150
|
# ssl_required - string - SSL required setting
|
|
1151
1151
|
# sso_strategy_id - int64 - SSO (Single Sign On) strategy ID for the user, if applicable.
|
|
1152
1152
|
# subscribe_to_newsletter - boolean - Is the user subscribed to the newsletter?
|
|
1153
|
-
# require_2fa - string - 2FA required setting
|
|
1153
|
+
# require_2fa - string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
1154
1154
|
# tags - string - Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
|
|
1155
1155
|
# time_zone - string - User time zone
|
|
1156
1156
|
# user_root - string - Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
|
|
@@ -1289,7 +1289,7 @@ module Files
|
|
|
1289
1289
|
# ssl_required - string - SSL required setting
|
|
1290
1290
|
# sso_strategy_id - int64 - SSO (Single Sign On) strategy ID for the user, if applicable.
|
|
1291
1291
|
# subscribe_to_newsletter - boolean - Is the user subscribed to the newsletter?
|
|
1292
|
-
# require_2fa - string - 2FA required setting
|
|
1292
|
+
# require_2fa - string - 2FA required setting. `use_system_setting` uses the site-wide setting, including SSO exemptions. `always_require` and `never_require` override the site-wide setting when user-level overrides are allowed.
|
|
1293
1293
|
# tags - string - Comma-separated list of Tags for this user. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
|
|
1294
1294
|
# time_zone - string - User time zone
|
|
1295
1295
|
# user_root - string - Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set). Note that this is not used for API, Desktop, or Web interface.
|
data/lib/files.com/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 1.1.636
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|