files.com 1.1.226 → 1.1.227

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: c9522692eeb95bad0b2fa988cfc7df8f088fd3ebe9bf86d54d4e484f540634fe
4
- data.tar.gz: 9f094564f9449bcfbdfb44f299b8f6e646b445677c449d4c143b338c19494ae7
3
+ metadata.gz: 41ef55e0ab29361b4bf2030d89f6585c2c6e5961de57bc1bfba850a8dadefe42
4
+ data.tar.gz: 1db9801280d0ffc1d92a0b32de0e98c4d109e3becfdc9e5030d2604ef5a896f3
5
5
  SHA512:
6
- metadata.gz: 00a74f3a8ff4bf572b84d2393e6b8d3621d1ea0ca0b0856aacebee26137953c87d97531b47cc669834dc640cc76b30963d5f96e228f89ebaa8413376d546ba4e
7
- data.tar.gz: f1caabc1ebaeb607ba44d1a38005d61e37a3e315d7486f8ad8e5725b460c57442f8e4e45661f158722263025236f5cd2c45e30a9e3b5f1fa742db84fb37efb57
6
+ metadata.gz: 417abf45420f3eb74cdad6241da53af801a9991f037ed1a302be8f3b1f6178fd1ece2377d9b528ebf19a510e6a191c17bd07253128c7c1e2627f119191ea6a05
7
+ data.tar.gz: 2277e36cfb0001ffdb9c34fcb721e8baad65c62e1692ab7f1912907bfb3322d97ec47fd132b51034e282461c559568b853fc6582821c754da8235aab7f3e58d3
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.226
1
+ 1.1.227
data/docs/site.md CHANGED
@@ -371,7 +371,7 @@
371
371
  * `reply_to_email` (email): Reply-to email for this site
372
372
  * `non_sso_groups_allowed` (boolean): If true, groups can be manually created / modified / deleted by Site Admins. Otherwise, groups can only be managed via your SSO provider.
373
373
  * `non_sso_users_allowed` (boolean): If true, users can be manually created / modified / deleted by Site Admins. Otherwise, users can only be managed via your SSO provider.
374
- * `folder_permissions_groups_only` (boolean): If true, permissions for this site must be bound to a group (not a user). Otherwise, permissions must be bound to a user.
374
+ * `folder_permissions_groups_only` (boolean): If true, permissions for this site must be bound to a group (not a user).
375
375
  * `hipaa` (boolean): Is there a signed HIPAA BAA between Files.com and this site?
376
376
  * `icon128` (Image): Branded icon 128x128
377
377
  * `icon16` (Image): Branded icon 16x16
@@ -678,7 +678,7 @@ Files::Site.update(
678
678
  * `mobile_app` (boolean): Is the mobile app enabled?
679
679
  * `mobile_app_session_ip_pinning` (boolean): Is mobile app session IP pinning enabled?
680
680
  * `mobile_app_session_lifetime` (int64): Mobile app session lifetime (in hours)
681
- * `folder_permissions_groups_only` (boolean): If true, permissions for this site must be bound to a group (not a user). Otherwise, permissions must be bound to a user.
681
+ * `folder_permissions_groups_only` (boolean): If true, permissions for this site must be bound to a group (not a user).
682
682
  * `welcome_screen` (string): Does the welcome screen appear?
683
683
  * `office_integration_available` (boolean): If true, allows users to use a document editing integration.
684
684
  * `office_integration_type` (string): Which document editing integration to support. Files.com Editor or Microsoft Office for the Web.
@@ -359,7 +359,7 @@ module Files
359
359
  @attributes[:non_sso_users_allowed]
360
360
  end
361
361
 
362
- # boolean - If true, permissions for this site must be bound to a group (not a user). Otherwise, permissions must be bound to a user.
362
+ # boolean - If true, permissions for this site must be bound to a group (not a user).
363
363
  def folder_permissions_groups_only
364
364
  @attributes[:folder_permissions_groups_only]
365
365
  end
@@ -890,7 +890,7 @@ module Files
890
890
  # mobile_app - boolean - Is the mobile app enabled?
891
891
  # mobile_app_session_ip_pinning - boolean - Is mobile app session IP pinning enabled?
892
892
  # mobile_app_session_lifetime - int64 - Mobile app session lifetime (in hours)
893
- # folder_permissions_groups_only - boolean - If true, permissions for this site must be bound to a group (not a user). Otherwise, permissions must be bound to a user.
893
+ # folder_permissions_groups_only - boolean - If true, permissions for this site must be bound to a group (not a user).
894
894
  # welcome_screen - string - Does the welcome screen appear?
895
895
  # office_integration_available - boolean - If true, allows users to use a document editing integration.
896
896
  # office_integration_type - string - Which document editing integration to support. Files.com Editor or Microsoft Office for the Web.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.226"
4
+ VERSION = "1.1.227"
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.226
4
+ version: 1.1.227
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-05 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable