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 +4 -4
- data/_VERSION +1 -1
- data/docs/site.md +2 -2
- data/lib/files.com/models/site.rb +2 -2
- 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: 41ef55e0ab29361b4bf2030d89f6585c2c6e5961de57bc1bfba850a8dadefe42
|
4
|
+
data.tar.gz: 1db9801280d0ffc1d92a0b32de0e98c4d109e3becfdc9e5030d2604ef5a896f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 417abf45420f3eb74cdad6241da53af801a9991f037ed1a302be8f3b1f6178fd1ece2377d9b528ebf19a510e6a191c17bd07253128c7c1e2627f119191ea6a05
|
7
|
+
data.tar.gz: 2277e36cfb0001ffdb9c34fcb721e8baad65c62e1692ab7f1912907bfb3322d97ec47fd132b51034e282461c559568b853fc6582821c754da8235aab7f3e58d3
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
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).
|
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).
|
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).
|
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).
|
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.
|
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.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-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|