files.com 1.1.25 → 1.1.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17cbd968e01455dd6d12a000f314dbee85f90df4637905eefb78ef4f8f44532c
4
- data.tar.gz: 435080165f9bd8c2e0345eb146214adad50c4eb6b5e12252bcfcc3af7699752f
3
+ metadata.gz: 8a2ef9f10fe5b9c65f3212c7ffc69739dbbc9c6c41817ff12cff476b0038fa6d
4
+ data.tar.gz: 04b7b3e7dfc256cbc7cc7a5f9a70a42ad52e2163d1000a53a11e6fa4a5bf0783
5
5
  SHA512:
6
- metadata.gz: d4582828ab49623b2886c8a378ad63b37738c36c43e6f355818be720722309712222fc0d8cd1e96b5ffff50c2a1f54bf0ed785d11ed3a04a8c9126fac6f42309
7
- data.tar.gz: 6fd1167327f7e48addb3b33087295f1e3ca7616b6d86eca6682f7cad49cf412f3c637b2d1cb6384c2ed561945c7e2ceb2e5273611e6f1aece8ebd1c0d6651478
6
+ metadata.gz: 8c13d4a96595e4aa187f7b6ab44a5ecc5e78f77710b1cb68ba756742f93260f545742bc000cdfc5cffef3f64a138926a02bbd241be92eda01f3987bc94ab9b1d
7
+ data.tar.gz: 32a26d42d64b17b1dde573632960ddc4c3abc79218e5d494ed14f8b21b8f6a42323719b1111994b8f26e125edc85546f408a443c9d7564f189f1c04128cac926
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.25
1
+ 1.1.26
data/docs/site.md CHANGED
@@ -137,6 +137,7 @@
137
137
  "phone": "555-555-5555",
138
138
  "pin_all_remote_servers_to_site_region": true,
139
139
  "prevent_root_permissions_for_non_site_admins": true,
140
+ "protocol_access_groups_only": true,
140
141
  "require_2fa": true,
141
142
  "require_2fa_stop_time": "2000-01-01T01:00:00Z",
142
143
  "require_2fa_user_type": "`site_admins`",
@@ -377,6 +378,7 @@
377
378
  * `phone` (string): Site phone number
378
379
  * `pin_all_remote_servers_to_site_region` (boolean): If true, we will ensure that all internal communications with any remote server are made through the primary region of the site. This setting overrides individual remote server settings.
379
380
  * `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.
381
+ * `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.
380
382
  * `require_2fa` (boolean): Require two-factor authentication for all users?
381
383
  * `require_2fa_stop_time` (date-time): If set, requirement for two-factor authentication has been scheduled to end on this date-time.
382
384
  * `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)?
@@ -673,7 +675,7 @@ Files::Site.update(
673
675
  * `sftp_enabled` (boolean): Is SFTP enabled?
674
676
  * `sftp_host_key_type` (string): Sftp Host Key Type
675
677
  * `active_sftp_host_key_id` (int64): Id of the currently selected custom SFTP Host Key
676
- * `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.
678
+ * `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.
677
679
  * `bundle_watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
678
680
  * `group_admins_can_set_user_password` (boolean): Allow group admins set password authentication method
679
681
  * `bundle_recipient_blacklist_free_email_domains` (boolean): Disallow free email domains for Bundle/Inbox recipients?
@@ -549,6 +549,11 @@ module Files
549
549
  @attributes[:prevent_root_permissions_for_non_site_admins]
550
550
  end
551
551
 
552
+ # 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.
553
+ def protocol_access_groups_only
554
+ @attributes[:protocol_access_groups_only]
555
+ end
556
+
552
557
  # boolean - Require two-factor authentication for all users?
553
558
  def require_2fa
554
559
  @attributes[:require_2fa]
@@ -864,7 +869,7 @@ module Files
864
869
  # sftp_enabled - boolean - Is SFTP enabled?
865
870
  # sftp_host_key_type - string - Sftp Host Key Type
866
871
  # active_sftp_host_key_id - int64 - Id of the currently selected custom SFTP Host Key
867
- # 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.
872
+ # 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.
868
873
  # bundle_watermark_value - object - Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
869
874
  # group_admins_can_set_user_password - boolean - Allow group admins set password authentication method
870
875
  # bundle_recipient_blacklist_free_email_domains - boolean - Disallow free email domains for Bundle/Inbox recipients?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.25"
4
+ VERSION = "1.1.26"
5
5
  end
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.25
4
+ version: 1.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-15 00:00:00.000000000 Z
11
+ date: 2024-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable