diff --git a/app/models/legal_document.rb b/app/models/legal_document.rb index 0c08958ae..2f92534ba 100644 --- a/app/models/legal_document.rb +++ b/app/models/legal_document.rb @@ -6,7 +6,7 @@ class LegalDocument < ActiveRecord::Base if ENV['legal_document_types'].present? TYPES = ENV['legal_document_types'].split(',').map(&:strip) else - TYPES = %w(pdf bdoc ddoc zip rar gz tar 7z odt doc docx).freeze + TYPES = %w(pdf bdoc zip rar gz tar 7z odt doc docx).freeze end attr_accessor :body diff --git a/config/application-example.yml b/config/application-example.yml index f1b17cc03..a264dfa34 100644 --- a/config/application-example.yml +++ b/config/application-example.yml @@ -66,8 +66,8 @@ contact_org_enabled: 'false' # iptables_server_ip: '127.0.0.1' # Custom legal document types. Changing this requires updating EPP extension schema for allowed legalDocEnumType values. -# System default for legal document types is: pdf,bdoc,ddoc,zip,rar,gz,tar,7z,odt,doc,docx -# legal_document_types: "pdf,bdoc,ddoc,zip,rar,gz,tar,7z,odt,doc,docx" +# System default for legal document types is: pdf,bdoc,zip,rar,gz,tar,7z,odt,doc,docx +# legal_document_types: "pdf,bdoc,zip,rar,gz,tar,7z,odt,doc,docx" # diff --git a/doc/epp/contact.md b/doc/epp/contact.md index 9721f876f..0ed981f5a 100644 --- a/doc/epp/contact.md +++ b/doc/epp/contact.md @@ -43,7 +43,7 @@ More info: https://en.wikipedia.org/wiki/Latin_script_in_Unicode Attribute: "cc" "EE" # Country code in ISO_3166-1 aplha 2 0-1 Base64 encoded document - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-create-command-successfully-creates-a-contact) @@ -79,7 +79,7 @@ More info: https://en.wikipedia.org/wiki/Latin_script_in_Unicode Attribute: "cc" "EE" # Country code in ISO_3166-1 aplha 2 0-1 Base64 encoded document. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id @@ -97,7 +97,7 @@ More info: https://en.wikipedia.org/wiki/Latin_script_in_Unicode 0-1 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" 0-1 Base64 encoded document. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-contact-with-valid-user-delete-command-deletes-contact) diff --git a/doc/epp/domain.md b/doc/epp/domain.md index d6c32467d..0f1607bde 100644 --- a/doc/epp/domain.md +++ b/doc/epp/domain.md @@ -36,7 +36,7 @@ Domain name mapping protocol short version: 1 Public key 1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" 1 Base64 encoded document. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 0-1 Required if registering a reserved domain 0-1 Client transaction id @@ -85,7 +85,7 @@ Domain name mapping protocol short version: 1 Public key 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" 0-1 Base64 encoded document. Required if registrant is changing. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-updates-domain-and-adds-objects) @@ -101,7 +101,7 @@ Domain name mapping protocol short version: 1 1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" 1 Base64 encoded document. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-deletes-domain) @@ -134,7 +134,7 @@ Domain name mapping protocol short version: 0-1 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" 0-1 Base64 encoded document. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-renews-a-domain) @@ -151,7 +151,7 @@ Domain name mapping protocol short version: 0-1 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" 0-1 Base64 encoded document. - Attribute: type="pdf/bdoc/ddoc/zip/rar/gz/tar/7z" + Attribute: type="pdf/bdoc/zip/rar/gz/tar/7z" 0-1 Client transaction id [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-transfers-a-domain) diff --git a/lib/schemas/ee-1.1.xsd b/lib/schemas/ee-1.1.xsd index 5473a016a..6dca4ccb3 100644 --- a/lib/schemas/ee-1.1.xsd +++ b/lib/schemas/ee-1.1.xsd @@ -64,7 +64,6 @@ -