files.com 1.1.697 → 1.1.699
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/remote_server.md +2 -0
- data/docs/site.md +4 -0
- data/lib/files.com/models/remote_server.rb +9 -0
- data/lib/files.com/models/site.rb +6 -0
- 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: b1b9be22ebb74b65e03b96b718b6f2e0406f0472e818138613807cd2c8cb9f8b
|
|
4
|
+
data.tar.gz: 92656a3a1cf3e8ef7ec96124ff045bcfead5e12bf83dcb26a8e935c4741c0eac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb2f9eabd5cdcd4e7b0a9399c900728ce0e657729e80dab10ba15bdb40a0efc4d630ae14568fab01762cde531fc450b4d739b3d4edb5be3615179c0fd0716c5a
|
|
7
|
+
data.tar.gz: b78256c26f8b5213d05c362514b3213fa3a7da4ebcb0f0a9e68dc51c55da3642fac03906891fd38d2c1d351728ae60e2c4f5d44e36eac23481e728ed8c9029af
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.699
|
data/docs/remote_server.md
CHANGED
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"files_agent_up_to_date": true,
|
|
70
70
|
"files_agent_latest_version": "example",
|
|
71
71
|
"files_agent_supports_push_updates": true,
|
|
72
|
+
"direct_transfer_available": true,
|
|
72
73
|
"outbound_agent_id": 1,
|
|
73
74
|
"filebase_bucket": "my-bucket",
|
|
74
75
|
"filebase_access_key": "example",
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
* `files_agent_up_to_date` (boolean): If true, the Files Agent is up to date.
|
|
150
151
|
* `files_agent_latest_version` (string): Latest available Files Agent version
|
|
151
152
|
* `files_agent_supports_push_updates` (boolean): Files Agent supports receiving push updates
|
|
153
|
+
* `direct_transfer_available` (boolean): Whether the Files Agent Proxy recently validated a direct transfer connection. `true` means a direct connection was recently validated (actual availability can vary by client network), `false` means direct transfers are enabled but not currently available, and `null` means direct transfers are disabled or unsupported. Only provided for a connected Files Agent when showing a single Remote Server.
|
|
152
154
|
* `outbound_agent_id` (int64): Route traffic to outbound on a files-agent
|
|
153
155
|
* `filebase_bucket` (string): Filebase: Bucket name
|
|
154
156
|
* `filebase_access_key` (string): Filebase: Access Key.
|
data/docs/site.md
CHANGED
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"domain_hsts_header": true,
|
|
95
95
|
"domain_letsencrypt_chain": "example",
|
|
96
96
|
"email": "john.doe@files.com",
|
|
97
|
+
"fedramp": true,
|
|
97
98
|
"ftp_enabled": true,
|
|
98
99
|
"reply_to_email": "jane.doe@files.com",
|
|
99
100
|
"non_sso_groups_allowed": true,
|
|
@@ -434,6 +435,7 @@
|
|
|
434
435
|
* `domain_hsts_header` (boolean): Send HSTS (HTTP Strict Transport Security) header when visitors access the site via a custom domain?
|
|
435
436
|
* `domain_letsencrypt_chain` (string): Letsencrypt chain to use when registering SSL Certificate for domain. No longer used as of 2026.
|
|
436
437
|
* `email` (email): Main email for this site
|
|
438
|
+
* `fedramp` (boolean): Are FedRAMP security restrictions enabled for this site?
|
|
437
439
|
* `ftp_enabled` (boolean): Is FTP enabled?
|
|
438
440
|
* `reply_to_email` (email): Reply-to email for this site
|
|
439
441
|
* `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.
|
|
@@ -631,6 +633,7 @@ Files::Site.update(
|
|
|
631
633
|
sftp_insecure_ciphers: false,
|
|
632
634
|
sftp_insecure_diffie_hellman: false,
|
|
633
635
|
disable_files_certificate_generation: false,
|
|
636
|
+
fedramp: false,
|
|
634
637
|
user_lockout: false,
|
|
635
638
|
user_lockout_tries: 1,
|
|
636
639
|
user_lockout_within: 1,
|
|
@@ -812,6 +815,7 @@ Files::Site.update(
|
|
|
812
815
|
* `sftp_insecure_ciphers` (boolean): If true, we will allow weak and known insecure ciphers to be used for SFTP connections. Enabling this setting severely weakens the security of your site and it is not recommend, except as a last resort for compatibility.
|
|
813
816
|
* `sftp_insecure_diffie_hellman` (boolean): If true, we will allow weak Diffie Hellman parameters to be used within ciphers for SFTP that are otherwise on our secure list. This has the effect of making the cipher weaker than our normal threshold for security, but is required to support certain legacy or broken SSH and MFT clients. Enabling this weakens security, but not nearly as much as enabling the full `sftp_insecure_ciphers` option.
|
|
814
817
|
* `disable_files_certificate_generation` (boolean): If set, Files.com will not set the CAA records required to generate future SSL certificates for this domain.
|
|
818
|
+
* `fedramp` (boolean): Are FedRAMP security restrictions enabled for this site?
|
|
815
819
|
* `user_lockout` (boolean): Will users be locked out after incorrect login attempts?
|
|
816
820
|
* `user_lockout_tries` (int64): Number of login tries within `user_lockout_within` hours before users are locked out
|
|
817
821
|
* `user_lockout_within` (int64): Number of hours for user lockout window
|
|
@@ -594,6 +594,15 @@ module Files
|
|
|
594
594
|
@attributes[:files_agent_supports_push_updates] = value
|
|
595
595
|
end
|
|
596
596
|
|
|
597
|
+
# boolean - Whether the Files Agent Proxy recently validated a direct transfer connection. `true` means a direct connection was recently validated (actual availability can vary by client network), `false` means direct transfers are enabled but not currently available, and `null` means direct transfers are disabled or unsupported. Only provided for a connected Files Agent when showing a single Remote Server.
|
|
598
|
+
def direct_transfer_available
|
|
599
|
+
@attributes[:direct_transfer_available]
|
|
600
|
+
end
|
|
601
|
+
|
|
602
|
+
def direct_transfer_available=(value)
|
|
603
|
+
@attributes[:direct_transfer_available] = value
|
|
604
|
+
end
|
|
605
|
+
|
|
597
606
|
# int64 - Route traffic to outbound on a files-agent
|
|
598
607
|
def outbound_agent_id
|
|
599
608
|
@attributes[:outbound_agent_id]
|
|
@@ -381,6 +381,11 @@ module Files
|
|
|
381
381
|
@attributes[:email]
|
|
382
382
|
end
|
|
383
383
|
|
|
384
|
+
# boolean - Are FedRAMP security restrictions enabled for this site?
|
|
385
|
+
def fedramp
|
|
386
|
+
@attributes[:fedramp]
|
|
387
|
+
end
|
|
388
|
+
|
|
384
389
|
# boolean - Is FTP enabled?
|
|
385
390
|
def ftp_enabled
|
|
386
391
|
@attributes[:ftp_enabled]
|
|
@@ -1039,6 +1044,7 @@ module Files
|
|
|
1039
1044
|
# sftp_insecure_ciphers - boolean - If true, we will allow weak and known insecure ciphers to be used for SFTP connections. Enabling this setting severely weakens the security of your site and it is not recommend, except as a last resort for compatibility.
|
|
1040
1045
|
# sftp_insecure_diffie_hellman - boolean - If true, we will allow weak Diffie Hellman parameters to be used within ciphers for SFTP that are otherwise on our secure list. This has the effect of making the cipher weaker than our normal threshold for security, but is required to support certain legacy or broken SSH and MFT clients. Enabling this weakens security, but not nearly as much as enabling the full `sftp_insecure_ciphers` option.
|
|
1041
1046
|
# disable_files_certificate_generation - boolean - If set, Files.com will not set the CAA records required to generate future SSL certificates for this domain.
|
|
1047
|
+
# fedramp - boolean - Are FedRAMP security restrictions enabled for this site?
|
|
1042
1048
|
# user_lockout - boolean - Will users be locked out after incorrect login attempts?
|
|
1043
1049
|
# user_lockout_tries - int64 - Number of login tries within `user_lockout_within` hours before users are locked out
|
|
1044
1050
|
# user_lockout_within - int64 - Number of hours for user lockout window
|
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.699
|
|
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-07-
|
|
11
|
+
date: 2026-07-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|