files.com 1.0.326 → 1.0.327

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: 24ec6c715aef08b6e75d74ba0ddfb1fd28785a6ea6b68210a6a4d077839a1004
4
- data.tar.gz: 4593732c5205d0af252a83b004272bdc3f82520cf795da4cea36e4b58978d451
3
+ metadata.gz: 46b3b7307dfbf0193a8551e766399086d3fd50d5d4ed20e6bcd18de9b2994f62
4
+ data.tar.gz: 2fcf418d9db66c81fca431bc20fca9ccfae4876b16364494c883cc83c416741a
5
5
  SHA512:
6
- metadata.gz: b36108729a379c509d32d34ca19b28fea28ba5125ee14f6b27805e2018bf88a0f883fcc9755d12ff2c6df05b153d68291ab54a8116fe8511b473a67ab23c767c
7
- data.tar.gz: 65e6f78ab91663444db07d0954a3d747c50a87d8fa925975b41ba66dc2304be395a103db3963571c11ff67749d2789034cd36d8953e7dc430adffddb88dfa167
6
+ metadata.gz: 4a45c9546973cefa7e2c67ad3e4411e104204071cc80912b00b52eefe789cd57ff783e634d8192fb0c154ca46d227ff0d9b1fea6917d47561086170d5abd37c3
7
+ data.tar.gz: 0a01dbfafe9a1a2128230b7589d9f6837bfd692d56a512069ed775c53d45f9e2ab4f2efee9f73ee06337654c5ed41c4245401b0541904eef0d98198828f29879
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.326
1
+ 1.0.327
data/docs/site.md CHANGED
@@ -26,6 +26,7 @@
26
26
  "bundle_watermark_value": {
27
27
  "key": "example value"
28
28
  },
29
+ "uploads_via_email_authentication": true,
29
30
  "color2_left": "#0066a7",
30
31
  "color2_link": "#d34f5d",
31
32
  "color2_text": "#0066a7",
@@ -171,6 +172,7 @@
171
172
  * `bundle_upload_receipt_notifications` (string): Do Bundle uploaders receive upload confirmation notifications?
172
173
  * `bundle_watermark_attachment` (Image): Preview watermark image applied to all bundle items.
173
174
  * `bundle_watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
175
+ * `uploads_via_email_authentication` (boolean): Do incoming emails in the Inboxes require checking for SPF/DKIM/DMARC?
174
176
  * `color2_left` (string): Page link and button color
175
177
  * `color2_link` (string): Top bar link color
176
178
  * `color2_text` (string): Page link and button color
@@ -435,6 +437,7 @@ Files::Site.update(
435
437
  ldap_group_exclusion: "example",
436
438
  ldap_group_inclusion: "example",
437
439
  ldap_base_dn: "example",
440
+ uploads_via_email_authentication: true,
438
441
  icon16_delete: true,
439
442
  icon32_delete: true,
440
443
  icon48_delete: true,
@@ -564,6 +567,7 @@ Files::Site.update(
564
567
  * `ldap_group_exclusion` (string): Comma or newline separated list of group names (with optional wildcards) to exclude when syncing.
565
568
  * `ldap_group_inclusion` (string): Comma or newline separated list of group names (with optional wildcards) to include when syncing.
566
569
  * `ldap_base_dn` (string): Base DN for looking up users in LDAP server
570
+ * `uploads_via_email_authentication` (boolean): Do incoming emails in the Inboxes require checking for SPF/DKIM/DMARC?
567
571
  * `icon16_file` (file):
568
572
  * `icon16_delete` (boolean): If true, will delete the file stored in icon16
569
573
  * `icon32_file` (file):
@@ -109,6 +109,11 @@ module Files
109
109
  @attributes[:bundle_watermark_value]
110
110
  end
111
111
 
112
+ # boolean - Do incoming emails in the Inboxes require checking for SPF/DKIM/DMARC?
113
+ def uploads_via_email_authentication
114
+ @attributes[:uploads_via_email_authentication]
115
+ end
116
+
112
117
  # string - Page link and button color
113
118
  def color2_left
114
119
  @attributes[:color2_left]
@@ -846,6 +851,7 @@ module Files
846
851
  # ldap_group_exclusion - string - Comma or newline separated list of group names (with optional wildcards) to exclude when syncing.
847
852
  # ldap_group_inclusion - string - Comma or newline separated list of group names (with optional wildcards) to include when syncing.
848
853
  # ldap_base_dn - string - Base DN for looking up users in LDAP server
854
+ # uploads_via_email_authentication - boolean - Do incoming emails in the Inboxes require checking for SPF/DKIM/DMARC?
849
855
  # icon16_file - file
850
856
  # icon16_delete - boolean - If true, will delete the file stored in icon16
851
857
  # icon32_file - file
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.326
4
+ version: 1.0.327
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-08 00:00:00.000000000 Z
11
+ date: 2023-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable