files.com 1.0.222 → 1.0.223
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/session.md +1 -1
- data/lib/files.com/models/session.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: a74664505b698974b86688cdeca4379236220f11ef638a6f27b72a513cdf5d76
|
|
4
|
+
data.tar.gz: 0ba0e7c4cc13937aadab4b746da24f7d403801fa3b3a104ee010131df96131b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfff74279698558f6e5b2bc915c8eb979073a41a83e106c5c8370d021065c188cce3b83bd893bc97148e17cdba68c36db3b0cec1aeca437ec375d21d3d64c90c
|
|
7
|
+
data.tar.gz: 7b1c210d977fa89ee09fd78af573c54685321c2e3f91d7cb1078f24f266ecf466ed2ac252382a95b718e8ef099217369d1b117b1945088c6ed6fb1d0c3bb15ab
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.223
|
data/docs/session.md
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
* `sftp_insecure_ciphers` (boolean): Are insecure SFTP ciphers allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure SSH ciphers for this user.)
|
|
38
38
|
* `site_id` (int64): Site ID
|
|
39
39
|
* `ssl_required` (boolean): Is SSL required for this user? (If so, ensure all your communications with this user use SSL.)
|
|
40
|
-
* `tls_disabled` (boolean):
|
|
40
|
+
* `tls_disabled` (boolean): Are insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
|
|
41
41
|
* `two_factor_setup_needed` (boolean): If true, this user needs to add a Two Factor Authentication method before performing any further actions.
|
|
42
42
|
* `allowed_2fa_method_sms` (boolean): Sent only if 2FA setup is needed. Is SMS two factor authentication allowed?
|
|
43
43
|
* `allowed_2fa_method_totp` (boolean): Sent only if 2FA setup is needed. Is TOTP two factor authentication allowed?
|
|
@@ -112,7 +112,7 @@ module Files
|
|
|
112
112
|
@attributes[:ssl_required] = value
|
|
113
113
|
end
|
|
114
114
|
|
|
115
|
-
# boolean -
|
|
115
|
+
# boolean - Are insecure TLS versions allowed for this user? (If this is set to true, the site administrator has signaled that it is ok to use less secure TLS versions for this user.)
|
|
116
116
|
def tls_disabled
|
|
117
117
|
@attributes[:tls_disabled]
|
|
118
118
|
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.0.
|
|
4
|
+
version: 1.0.223
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-10-
|
|
11
|
+
date: 2021-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|