files.com 1.0.13 → 1.0.14

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4f6a71d3792768afc1ac76eacbaf3c588b99b536099779a16e8a43f65d957dc
4
- data.tar.gz: fb1055fc325bf8355683133a9cc9e0d622780a96eae2bcee9170537294900e58
3
+ metadata.gz: 4b743e417d5c30d42dac3fa85be72f36d566d8eebc4b43788b725c50b85a729b
4
+ data.tar.gz: 8221f13609ee14a1fd4a2317919f66bb7fb5c47635e09d87187089da08c1350c
5
5
  SHA512:
6
- metadata.gz: d9c688f6f6439c5b0efc5980e4d2a64dd96c9790e9413097f06316cfdcdeecd1c053152ac1292ab549e1dc2dea52893a561903bc625f18877e7e18f76d86e5ef
7
- data.tar.gz: 0e7d746286aa2b08a20be8388b75faceeca3d13be806089ffb608074e19ae0688d9a49ee5cdd85caac7018538aec8ab1da0fe38ee44ddfb6b02465376dc04e62
6
+ metadata.gz: 80fdd2db6e02427e5a39a9e7f987f6c0a12b1bad22bde393c01603c0fc9e63b7c78d0e00378f837f213dd8311879cb0ab38db78e86976ef63faee23b2f63d419
7
+ data.tar.gz: 62f0830e5a78f6e41c30eaa1177fdf634af5463a28bb950f4a8f7c96a87227772a50c52608b3e3b42ade68ff89ca06c6c795a323d2d29cd0a1715dc9ce1a3165
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.13
1
+ 1.0.14
data/docs/site.md CHANGED
@@ -376,8 +376,7 @@ Files::Site.update(
376
376
  icon128_delete: true,
377
377
  logo_delete: true,
378
378
  days_until_2fa_required: 1,
379
- disable_2fa_with_delay: true,
380
- remove_icons: true
379
+ disable_2fa_with_delay: true
381
380
  )
382
381
  ```
383
382
 
@@ -479,7 +478,6 @@ Files::Site.update(
479
478
  * `disable_2fa_with_delay` (boolean): If set to true, we will begin the process of disabling 2FA on this site.
480
479
  * `ldap_password_change` (string): New LDAP password.
481
480
  * `ldap_password_change_confirmation` (string): Confirm new LDAP password.
482
- * `remove_icons` (boolean): If set to true, icons will be removed.
483
481
  * `smtp_password` (string): Password for SMTP server.
484
482
 
485
483
 
@@ -688,7 +688,6 @@ module Files
688
688
  # disable_2fa_with_delay - boolean - If set to true, we will begin the process of disabling 2FA on this site.
689
689
  # ldap_password_change - string - New LDAP password.
690
690
  # ldap_password_change_confirmation - string - Confirm new LDAP password.
691
- # remove_icons - boolean - If set to true, icons will be removed.
692
691
  # smtp_password - string - Password for SMTP server.
693
692
  def self.update(params = {}, options = {})
694
693
  raise InvalidParameterError.new("Bad parameter: name must be an String") if params.dig(:name) and !params.dig(:name).is_a?(String)
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.13
4
+ version: 1.0.14
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-01-16 00:00:00.000000000 Z
11
+ date: 2020-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday