files.com 1.0.31 → 1.0.32
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
- 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: 8f26bfe07ca7d3c8fa6a3c3b8c3b69693a0ad7317fc220fe9a9de87ce7e55f97
|
|
4
|
+
data.tar.gz: 87dce4dccdf48c5ef4c107f143fda14a123ee68344bd2a76a42af0b30f953180
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d2e759b76a4cc2def0f7298c243414ee7796a1de26a1c70589afa32b829dafcf0272e461471edf9c4f1e33296e8dcdc7253869f96a40f1ec19fd28977553972
|
|
7
|
+
data.tar.gz: edbcb92c8bb8a6b334c3bcbab0761ab6d3f9793dcdc7f55b2155fd6f004f9c9d4b6375b8d6a3c5bc5318da846d93095c84d547e4d76b04ba659fcd919928ed1a
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.32
|
data/docs/site.md
CHANGED
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
* `password_require_number` (boolean): Require a number in passwords?
|
|
181
181
|
* `password_require_special` (boolean): Require special characters in password?
|
|
182
182
|
* `password_require_unbreached` (boolean): Require passwords that have not been previously breached? (see https://haveibeenpwned.com/)
|
|
183
|
-
* `password_requirements_apply_to_bundles` (boolean): Require bundles' passwords to conform to the same requirements as users' passwords?
|
|
183
|
+
* `password_requirements_apply_to_bundles` (boolean): Require bundles' passwords, and passwords for other items (inboxes, public shares, etc.) to conform to the same requirements as users' passwords?
|
|
184
184
|
* `password_validity_days` (int64): Number of days password is valid
|
|
185
185
|
* `phone` (string): Site phone number
|
|
186
186
|
* `require_2fa` (boolean): Require two-factor authentication for all users?
|
|
@@ -371,7 +371,7 @@ Files::Site.update(
|
|
|
371
371
|
* `immutable_files` (boolean): Are files protected from modification?
|
|
372
372
|
* `session_pinned_by_ip` (boolean): Are sessions locked to the same IP? (i.e. do users need to log in again if they change IPs?)
|
|
373
373
|
* `bundle_password_required` (boolean): Do Bundles require password protection?
|
|
374
|
-
* `password_requirements_apply_to_bundles` (boolean): Require bundles' passwords to conform to the same requirements as users' passwords?
|
|
374
|
+
* `password_requirements_apply_to_bundles` (boolean): Require bundles' passwords, and passwords for other items (inboxes, public shares, etc.) to conform to the same requirements as users' passwords?
|
|
375
375
|
* `opt_out_global` (boolean): Use servers in the USA only?
|
|
376
376
|
* `use_provided_modified_at` (boolean): Allow uploaders to set `provided_modified_at` for uploaded files?
|
|
377
377
|
* `custom_namespace` (boolean): Is this site using a custom namespace for users?
|
|
@@ -349,7 +349,7 @@ module Files
|
|
|
349
349
|
@attributes[:password_require_unbreached]
|
|
350
350
|
end
|
|
351
351
|
|
|
352
|
-
# boolean - Require bundles' passwords to conform to the same requirements as users' passwords?
|
|
352
|
+
# boolean - Require bundles' passwords, and passwords for other items (inboxes, public shares, etc.) to conform to the same requirements as users' passwords?
|
|
353
353
|
def password_requirements_apply_to_bundles
|
|
354
354
|
@attributes[:password_requirements_apply_to_bundles]
|
|
355
355
|
end
|
|
@@ -588,7 +588,7 @@ module Files
|
|
|
588
588
|
# immutable_files - boolean - Are files protected from modification?
|
|
589
589
|
# session_pinned_by_ip - boolean - Are sessions locked to the same IP? (i.e. do users need to log in again if they change IPs?)
|
|
590
590
|
# bundle_password_required - boolean - Do Bundles require password protection?
|
|
591
|
-
# password_requirements_apply_to_bundles - boolean - Require bundles' passwords to conform to the same requirements as users' passwords?
|
|
591
|
+
# password_requirements_apply_to_bundles - boolean - Require bundles' passwords, and passwords for other items (inboxes, public shares, etc.) to conform to the same requirements as users' passwords?
|
|
592
592
|
# opt_out_global - boolean - Use servers in the USA only?
|
|
593
593
|
# use_provided_modified_at - boolean - Allow uploaders to set `provided_modified_at` for uploaded files?
|
|
594
594
|
# custom_namespace - boolean - Is this site using a custom namespace for users?
|
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.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|