files.com 1.1.175 → 1.1.177

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b15caee725d0dbe5f41284365ec6f095baa945b55de7db2d55b720b2e8e7290e
4
- data.tar.gz: 31f846773b912e90996cad389321c4c34c05a8bc4b5f8a2ce4667e6c71453180
3
+ metadata.gz: 3d52309811f6d1ad8e9e4887d9c38184fe5b3f51dea671be3e51becb1ea9c68d
4
+ data.tar.gz: b8f5af7c2ecd1cd6330d241f1d718d766ea4f8224338502507566720a1d5103c
5
5
  SHA512:
6
- metadata.gz: 2c2d9a53dec32616fcbd20d4c35e37baf76292e603c68333687d48ed7b82512dc419a0a28f1f84b41f2cd483e71c0c3ae3d7482f590aad76900a1819de18e2b8
7
- data.tar.gz: e784bad2bfd0866e9fb3511336a8f0a0c7c8e0c3a3a9dd54071356bdd71b89f8859b775c034e4579cb74d7c0009bc92fdc6d766fd4c900c6589c5cbec0b8b317
6
+ metadata.gz: 4914e229074c64c0842707fd4da752598f132b6996182927fcbcf8f3845b6accca163e146bf95ad42a239a118da52d98c5630af7e0ab49d93d826dcb473fb438
7
+ data.tar.gz: 7d3807f00f34a8bb1bf14420f8d692ff36b25cae3eaf6f945e4b6fd857a7ed4e8936d8c78281ea64fce787f88aea2dcaa740a86a4db50e8cbd6352a9e218869b
data/README.md CHANGED
@@ -422,7 +422,6 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
422
422
  |`UserIdWithoutSiteAdminError`| `NotAuthorizedError` |
423
423
  |`WriteAndBundlePermissionRequiredError`| `NotAuthorizedError` |
424
424
  |`WritePermissionRequiredError`| `NotAuthorizedError` |
425
- |`ZipDownloadIpMismatchError`| `NotAuthorizedError` |
426
425
  |`ApiKeyNotFoundError`| `NotFoundError` |
427
426
  |`BundlePathNotFoundError`| `NotFoundError` |
428
427
  |`BundleRegistrationNotFoundError`| `NotFoundError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.175
1
+ 1.1.177
data/docs/action.md CHANGED
@@ -11,9 +11,7 @@
11
11
  "display": "Actual text of the action here.",
12
12
  "ip": "192.283.128.182",
13
13
  "source": "/from_path",
14
- "targets": [
15
-
16
- ],
14
+ "targets": null,
17
15
  "user_id": 1,
18
16
  "username": "user",
19
17
  "user_is_from_parent_site": true,
@@ -30,7 +28,7 @@
30
28
  * `display` (string): Friendly displayed output
31
29
  * `ip` (string): IP Address that performed this action
32
30
  * `source` (string): The source path for this action, if applicable
33
- * `targets` (array(object)): Targets
31
+ * `targets` (object): Targets
34
32
  * `user_id` (int64): User ID
35
33
  * `username` (string): Username
36
34
  * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
data/docs/history.md CHANGED
@@ -11,9 +11,7 @@
11
11
  "display": "Actual text of the action here.",
12
12
  "ip": "192.283.128.182",
13
13
  "source": "/from_path",
14
- "targets": [
15
-
16
- ],
14
+ "targets": null,
17
15
  "user_id": 1,
18
16
  "username": "user",
19
17
  "user_is_from_parent_site": true,
@@ -30,7 +28,7 @@
30
28
  * `display` (string): Friendly displayed output
31
29
  * `ip` (string): IP Address that performed this action
32
30
  * `source` (string): The source path for this action, if applicable
33
- * `targets` (array(object)): Targets
31
+ * `targets` (object): Targets
34
32
  * `user_id` (int64): User ID
35
33
  * `username` (string): Username
36
34
  * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site.
data/docs/site.md CHANGED
@@ -184,7 +184,6 @@
184
184
  "windows_mode_ftp": false,
185
185
  "user_belongs_to_parent_site": false
186
186
  },
187
- "session_pinned_by_ip": true,
188
187
  "sftp_enabled": true,
189
188
  "sftp_host_key_type": "default",
190
189
  "active_sftp_host_key_id": 1,
@@ -425,7 +424,6 @@
425
424
  * `require_2fa_user_type` (string): What type of user is required to use two-factor authentication (when require_2fa is set to `true` for this site)?
426
425
  * `require_logout_from_bundles_and_inboxes` (boolean): If true, we will hide the 'Remember Me' box on Inbox and Bundle registration pages, requiring that the user logout and log back in every time they visit the page.
427
426
  * `session` (Session): Current session
428
- * `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?)
429
427
  * `sftp_enabled` (boolean): Is SFTP enabled?
430
428
  * `sftp_host_key_type` (string): Sftp Host Key Type
431
429
  * `active_sftp_host_key_id` (int64): Id of the currently selected custom SFTP Host Key
@@ -564,7 +562,6 @@ Files::Site.update(
564
562
  sftp_user_root_enabled: true,
565
563
  disable_password_reset: true,
566
564
  immutable_files: true,
567
- session_pinned_by_ip: true,
568
565
  bundle_not_found_message: "example",
569
566
  bundle_password_required: true,
570
567
  bundle_require_registration: true,
@@ -722,7 +719,6 @@ Files::Site.update(
722
719
  * `sftp_user_root_enabled` (boolean): Use user FTP roots also for SFTP?
723
720
  * `disable_password_reset` (boolean): Is password reset disabled?
724
721
  * `immutable_files` (boolean): Are files protected from modification?
725
- * `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?)
726
722
  * `bundle_not_found_message` (string): Custom error message to show when bundle is not found.
727
723
  * `bundle_password_required` (boolean): Do Bundles require password protection?
728
724
  * `bundle_require_registration` (boolean): Do Bundles require registration?
@@ -142,7 +142,6 @@ module Files
142
142
  class UserIdWithoutSiteAdminError < NotAuthorizedError; end
143
143
  class WriteAndBundlePermissionRequiredError < NotAuthorizedError; end
144
144
  class WritePermissionRequiredError < NotAuthorizedError; end
145
- class ZipDownloadIpMismatchError < NotAuthorizedError; end
146
145
 
147
146
  class NotFoundError < APIError; end
148
147
  class ApiKeyNotFoundError < NotFoundError; end
@@ -44,7 +44,7 @@ module Files
44
44
  @attributes[:source]
45
45
  end
46
46
 
47
- # array(object) - Targets
47
+ # object - Targets
48
48
  def targets
49
49
  @attributes[:targets]
50
50
  end
@@ -44,7 +44,7 @@ module Files
44
44
  @attributes[:source]
45
45
  end
46
46
 
47
- # array(object) - Targets
47
+ # object - Targets
48
48
  def targets
49
49
  @attributes[:targets]
50
50
  end
@@ -634,11 +634,6 @@ module Files
634
634
  @attributes[:session]
635
635
  end
636
636
 
637
- # boolean - Are sessions locked to the same IP? (i.e. do users need to log in again if they change IPs?)
638
- def session_pinned_by_ip
639
- @attributes[:session_pinned_by_ip]
640
- end
641
-
642
637
  # boolean - Is SFTP enabled?
643
638
  def sftp_enabled
644
639
  @attributes[:sftp_enabled]
@@ -935,7 +930,6 @@ module Files
935
930
  # sftp_user_root_enabled - boolean - Use user FTP roots also for SFTP?
936
931
  # disable_password_reset - boolean - Is password reset disabled?
937
932
  # immutable_files - boolean - Are files protected from modification?
938
- # 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?)
939
933
  # bundle_not_found_message - string - Custom error message to show when bundle is not found.
940
934
  # bundle_password_required - boolean - Do Bundles require password protection?
941
935
  # bundle_require_registration - boolean - Do Bundles require registration?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.175"
4
+ VERSION = "1.1.177"
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.175
4
+ version: 1.1.177
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-13 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable