diff --git a/pages/04.contact/_links/2col.de.md b/pages/04.contact/_links/2col.de.md index b7548fb1..d3efd520 100644 --- a/pages/04.contact/_links/2col.de.md +++ b/pages/04.contact/_links/2col.de.md @@ -27,3 +27,7 @@ twig_first: false [![](nextcloud.png?classes=contact)](https://cloud.disroot.org/call/di5y9zno ) NextCloud: https://cloud.disroot.org/call/di5y9zno + + +All listed chatrooms are bridged together. This means that no matter which chatroom from this list you choose, you will be able to communicate with all the comunity via a chat relay bot. + diff --git a/pages/04.contact/_links/2col.en.md b/pages/04.contact/_links/2col.en.md index 9728794b..0b6375ac 100644 --- a/pages/04.contact/_links/2col.en.md +++ b/pages/04.contact/_links/2col.en.md @@ -27,3 +27,5 @@ twig_first: false [![](nextcloud.png?classes=contact)](https://cloud.disroot.org/call/di5y9zno ) NextCloud: https://cloud.disroot.org/call/di5y9zno + +All listed chatrooms are bridged together. This means that no matter which chatroom from this list you choose, you will be able to communicate with all the comunity via a chat relay bot. diff --git a/pages/04.contact/_links/2col.es.md b/pages/04.contact/_links/2col.es.md index 87de58a1..a090ca56 100644 --- a/pages/04.contact/_links/2col.es.md +++ b/pages/04.contact/_links/2col.es.md @@ -26,3 +26,7 @@ twig_first: false [![](nextcloud.png?classes=contact)](https://cloud.disroot.org/call/di5y9zno ) NextCloud: https://cloud.disroot.org/call/di5y9zno + + +All listed chatrooms are bridged together. This means that no matter which chatroom from this list you choose, you will be able to communicate with all the comunity via a chat relay bot. + diff --git a/pages/04.contact/_links/2col.fr.md b/pages/04.contact/_links/2col.fr.md index bcdf4d1e..a2a41c27 100644 --- a/pages/04.contact/_links/2col.fr.md +++ b/pages/04.contact/_links/2col.fr.md @@ -26,3 +26,6 @@ twig_first: false [![](nextcloud.png?classes=contact)](https://cloud.disroot.org/call/di5y9zno ) NextCloud: https://cloud.disroot.org/call/di5y9zno + +All listed chatrooms are bridged together. This means that no matter which chatroom from this list you choose, you will be able to communicate with all the comunity via a chat relay bot. + diff --git a/pages/04.contact/_links/2col.it.md b/pages/04.contact/_links/2col.it.md index a9741e77..375ba63f 100644 --- a/pages/04.contact/_links/2col.it.md +++ b/pages/04.contact/_links/2col.it.md @@ -26,3 +26,7 @@ twig_first: false [![](nextcloud.png?classes=contact)](https://cloud.disroot.org/call/di5y9zno ) NextCloud: https://cloud.disroot.org/call/di5y9zno + + +All listed chatrooms are bridged together. This means that no matter which chatroom from this list you choose, you will be able to communicate with all the comunity via a chat relay bot. + diff --git a/pages/forms/alias-request-form/form.de.md b/pages/forms/alias-request-form/form.de.md.bak similarity index 100% rename from pages/forms/alias-request-form/form.de.md rename to pages/forms/alias-request-form/form.de.md.bak diff --git a/pages/forms/alias-request-form/form.en.md b/pages/forms/alias-request-form/form.en.md index a64235ce..77d3218b 100644 --- a/pages/forms/alias-request-form/form.en.md +++ b/pages/forms/alias-request-form/form.en.md @@ -1,140 +1,7 @@ --- -title: 'Alias Request Form' +title: 'Temporary disabled' header_image: introverts.jpg -form: - name: Alias-request-form - fields: - - - name: username - label: 'User Name' - placeholder: 'Enter your Disroot user name' - autofocus: 'on' - autocomplete: 'on' - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: true - - - name: 'Alias 1' - label: Alias - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: true - - - name: 'Alias 2' - label: 'Second Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: false - - - name: 'Alias 3' - label: 'Third Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: false - - - name: 'Alias 4' - label: 'Forth Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: false - - - name: 'Alias 5' - label: 'Fifth Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: false - - - name: contribution - label: 'Contributing via' - placeholder: select - type: select - options: - patreon: Patreon - paypal: Paypal - bank: 'Bank transfer' - faircoin: Faircoin - bitcoin: Bitcoin - validate: - required: true - - - name: amount - label: Amount - placeholder: 'EUR/USD/BTC/etc.' - type: text - validate: - pattern: '[A-Za-z0-9., ]*' - required: true - - - name: frequency - label: Repeated - type: radio - default: monthly - options: - monthly: Monthly - yearly: Yearly - validate: - required: true - - - name: reference - label: Reference - type: text - placeholder: 'Name of payment holder or other transfer reference' - validate: - required: true - - - name: comments - type: textarea - - - name: honeypot - type: honeypot - buttons: - - - type: submit - value: Submit - - - type: reset - value: Reset - process: - - - email: - from: alias-request@disroot.org - to: '{{ form.value.username }}@disroot.org' - subject: '[Disroot] Your alias request' - body: '

Hi {{ form.value.username|e }},

Thank you for your contribution to Disroot.org!
We truly appreciate your generosity.

We will review your alias request and get back to you as soon as we can.



Here is a summary of the received request:

{% include ''forms/data.html.twig'' %}' - - - email: - from: alias-request@disroot.org - to: '{{ config.plugins.email.to }}' - reply_to: '{{ form.value.username }}@disroot.org' - subject: '[Alias request] - {{ form.value.username|e }}' - body: '{% include ''forms/data.html.twig'' %}' - - - save: - fileprefix: feedback- - dateformat: Ymd-His-u - extension: txt - body: '{% include ''forms/data.txt.twig'' %}' - - - message: 'Your alias request has been sent!' - - - display: thankyou --- -

Email Alias Request

-

The email aliases feature is offered as a "reward" for regular supporters. By regular supporters we think of those who contribute with, at least, the equivalent of one cup of coffee a month. In order for the 'reward' not becoming the only incentive to donate, we expect to see the donation made before we can enable this feature. -

-It is not that we are promoting coffee, on the contrary - coffee is a symbol for exploitation and inequality so we thought that it is a good way to let people measure themselves how much they can give. -We found this list of coffee cup prices around the world, it might not be very accurate, but it gives a good indication of the different fares. -

-Please take time to consider your contribution. If you can 'buy' us one cup of Rio De Janeiro coffee a month that's OK, but If you can afford a Double Decaf Soy Frappuccino With An Extra Shot And Cream a month, then you can really help us keep the Disroot platform running and make sure it is available for free for other people with less means.

+

Temorary disabled

+

Due to huge backlog in incoming custom requests and work being done to improve our response time, we have decided to temporarily disable this feature.
Sorry for the inconvenience and hope to have it up and running again as soon as possible.

diff --git a/pages/forms/alias-request-form/form.en.md.bak b/pages/forms/alias-request-form/form.en.md.bak new file mode 100644 index 00000000..a64235ce --- /dev/null +++ b/pages/forms/alias-request-form/form.en.md.bak @@ -0,0 +1,140 @@ +--- +title: 'Alias Request Form' +header_image: introverts.jpg +form: + name: Alias-request-form + fields: + - + name: username + label: 'User Name' + placeholder: 'Enter your Disroot user name' + autofocus: 'on' + autocomplete: 'on' + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: true + - + name: 'Alias 1' + label: Alias + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: true + - + name: 'Alias 2' + label: 'Second Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: false + - + name: 'Alias 3' + label: 'Third Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: false + - + name: 'Alias 4' + label: 'Forth Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: false + - + name: 'Alias 5' + label: 'Fifth Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: false + - + name: contribution + label: 'Contributing via' + placeholder: select + type: select + options: + patreon: Patreon + paypal: Paypal + bank: 'Bank transfer' + faircoin: Faircoin + bitcoin: Bitcoin + validate: + required: true + - + name: amount + label: Amount + placeholder: 'EUR/USD/BTC/etc.' + type: text + validate: + pattern: '[A-Za-z0-9., ]*' + required: true + - + name: frequency + label: Repeated + type: radio + default: monthly + options: + monthly: Monthly + yearly: Yearly + validate: + required: true + - + name: reference + label: Reference + type: text + placeholder: 'Name of payment holder or other transfer reference' + validate: + required: true + - + name: comments + type: textarea + - + name: honeypot + type: honeypot + buttons: + - + type: submit + value: Submit + - + type: reset + value: Reset + process: + - + email: + from: alias-request@disroot.org + to: '{{ form.value.username }}@disroot.org' + subject: '[Disroot] Your alias request' + body: '

Hi {{ form.value.username|e }},

Thank you for your contribution to Disroot.org!
We truly appreciate your generosity.

We will review your alias request and get back to you as soon as we can.



Here is a summary of the received request:

{% include ''forms/data.html.twig'' %}' + - + email: + from: alias-request@disroot.org + to: '{{ config.plugins.email.to }}' + reply_to: '{{ form.value.username }}@disroot.org' + subject: '[Alias request] - {{ form.value.username|e }}' + body: '{% include ''forms/data.html.twig'' %}' + - + save: + fileprefix: feedback- + dateformat: Ymd-His-u + extension: txt + body: '{% include ''forms/data.txt.twig'' %}' + - + message: 'Your alias request has been sent!' + - + display: thankyou +--- + +

Email Alias Request

+

The email aliases feature is offered as a "reward" for regular supporters. By regular supporters we think of those who contribute with, at least, the equivalent of one cup of coffee a month. In order for the 'reward' not becoming the only incentive to donate, we expect to see the donation made before we can enable this feature. +

+It is not that we are promoting coffee, on the contrary - coffee is a symbol for exploitation and inequality so we thought that it is a good way to let people measure themselves how much they can give. +We found this list of coffee cup prices around the world, it might not be very accurate, but it gives a good indication of the different fares. +

+Please take time to consider your contribution. If you can 'buy' us one cup of Rio De Janeiro coffee a month that's OK, but If you can afford a Double Decaf Soy Frappuccino With An Extra Shot And Cream a month, then you can really help us keep the Disroot platform running and make sure it is available for free for other people with less means.

diff --git a/pages/forms/alias-request-form/form.es.md b/pages/forms/alias-request-form/form.es.md.bak similarity index 100% rename from pages/forms/alias-request-form/form.es.md rename to pages/forms/alias-request-form/form.es.md.bak diff --git a/pages/forms/alias-request-form/form.fr.md b/pages/forms/alias-request-form/form.fr.md.bak similarity index 100% rename from pages/forms/alias-request-form/form.fr.md rename to pages/forms/alias-request-form/form.fr.md.bak diff --git a/pages/forms/alias-request-form/form.it.md b/pages/forms/alias-request-form/form.it.md.bak similarity index 100% rename from pages/forms/alias-request-form/form.it.md rename to pages/forms/alias-request-form/form.it.md.bak diff --git a/pages/forms/domain-linking-form/form.de.md b/pages/forms/domain-linking-form/form.de.md.bak similarity index 100% rename from pages/forms/domain-linking-form/form.de.md rename to pages/forms/domain-linking-form/form.de.md.bak diff --git a/pages/forms/domain-linking-form/form.en.md b/pages/forms/domain-linking-form/form.en.md index 358eb401..77d3218b 100644 --- a/pages/forms/domain-linking-form/form.en.md +++ b/pages/forms/domain-linking-form/form.en.md @@ -1,157 +1,7 @@ --- -title: 'Domain Linking Form' -header_image: netneutrality.jpg -form: - name: Domain-linking-form - fields: - - - name: username - label: 'User Name' - placeholder: 'Enter your Disroot user name' - autofocus: 'on' - autocomplete: 'on' - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: true - - - name: Domain - label: 'Your domain' - placeholder: your-domain - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: true - - - name: 'Alias 1' - label: Alias - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: true - - - name: 'Alias 2' - label: 'Second Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: false - - - name: 'Alias 3' - label: 'Third Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: false - - - name: 'Alias 4' - label: 'Forth Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: false - - - name: 'Alias 5' - label: 'Fifth Alias (optional)' - placeholder: your-alias - type: text - validate: - pattern: '[A-Za-z0-9.-]*' - required: false - - - name: contribution - label: 'Contributing via' - placeholder: select - type: select - options: - patreon: Patreon - paypal: Paypal - bank: 'Bank transfer' - faircoin: Faircoin - bitcoin: Bitcoin - validate: - required: true - - - name: amount - label: Amount - placeholder: 'EUR/USD/BTC/etc.' - type: text - validate: - pattern: '[A-Za-z0-9., ]*' - required: true - - - name: frequency - label: Repeated - type: radio - default: monthly - options: - monthly: Monthly - yearly: Yearly - validate: - required: true - - - name: reference - label: Reference - type: text - placeholder: 'Name of payment holder or other transfer reference' - validate: - required: true - - - name: comments - type: textarea - - - name: honeypot - type: honeypot - buttons: - - - type: submit - value: Submit - - - type: reset - value: Reset - process: - - - email: - from: domain-request@disroot.org - to: '{{ form.value.username }}@disroot.org' - subject: '[Disroot] Your domain linking request' - body: '

Hi {{ form.value.username|e }},

Thank you for your contribution to Disroot.org!
We truly appreciate your generosity.

We will review your request and get back to you as soon as we can.



Here is a summary of the received request:

{% include ''forms/data.html.twig'' %}' - - - email: - from: alias-request@disroot.org - to: '{{ config.plugins.email.to }}' - reply_to: '{{ form.value.username }}@disroot.org' - subject: '[Domain linking request] - {{ form.value.username|e }}' - body: '{% include ''forms/data.html.twig'' %}' - - - save: - fileprefix: feedback- - dateformat: Ymd-His-u - extension: txt - body: '{% include ''forms/data.txt.twig'' %}' - - - message: 'Your domain linking request has been sent!' - - - display: thankyou +title: 'Temporary disabled' +header_image: introverts.jpg --- -

Domain Linking Request

-

Fill in this form if you would like to use your own domain for Email aliases. -

-Please follow these steps to point your domain to our server before you submit the request:
(this will also serve to verify the domain is really owned by you and without that we will not proceed to process your request)

-

1. Go to the DNS records settings for your domain

-

- Point MX record to disroot.org (if you are using your domain currently with other provider, set MX20 or higher)
-- Set TXT record to "v=spf1 mx a ptr include:disroot.org -all"
-

-

2. Start donating

-

The email aliases feature is offered as a "reward" for regular supporters. By regular supporters we think of those who contribute with, at least, the equivalent of one cup of coffee a month. In order for the 'reward' not becoming the only incentive to donate, we expect to see the donation made before we can enable this feature.

-Check donate page to learn more -

-

3. Once we review your request we will contact you to finalize the procedure

-

-Please take time to consider your contribution. If you can 'buy' us one cup of Rio De Janeiro coffee a month that's OK, but If you can afford a Double Decaf Soy Frappuccino With An Extra Shot And Cream a month, then you can really help us keep the Disroot platform running and make sure it is available for free for other people with less means. -

+

Temorary disabled

+

Due to huge backlog in incoming custom requests and work being done to improve our response time, we have decided to temporarily disable this feature.
Sorry for the inconvenience and hope to have it up and running again as soon as possible.

diff --git a/pages/forms/domain-linking-form/form.en.md.bak b/pages/forms/domain-linking-form/form.en.md.bak new file mode 100644 index 00000000..358eb401 --- /dev/null +++ b/pages/forms/domain-linking-form/form.en.md.bak @@ -0,0 +1,157 @@ +--- +title: 'Domain Linking Form' +header_image: netneutrality.jpg +form: + name: Domain-linking-form + fields: + - + name: username + label: 'User Name' + placeholder: 'Enter your Disroot user name' + autofocus: 'on' + autocomplete: 'on' + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: true + - + name: Domain + label: 'Your domain' + placeholder: your-domain + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: true + - + name: 'Alias 1' + label: Alias + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: true + - + name: 'Alias 2' + label: 'Second Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: false + - + name: 'Alias 3' + label: 'Third Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: false + - + name: 'Alias 4' + label: 'Forth Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: false + - + name: 'Alias 5' + label: 'Fifth Alias (optional)' + placeholder: your-alias + type: text + validate: + pattern: '[A-Za-z0-9.-]*' + required: false + - + name: contribution + label: 'Contributing via' + placeholder: select + type: select + options: + patreon: Patreon + paypal: Paypal + bank: 'Bank transfer' + faircoin: Faircoin + bitcoin: Bitcoin + validate: + required: true + - + name: amount + label: Amount + placeholder: 'EUR/USD/BTC/etc.' + type: text + validate: + pattern: '[A-Za-z0-9., ]*' + required: true + - + name: frequency + label: Repeated + type: radio + default: monthly + options: + monthly: Monthly + yearly: Yearly + validate: + required: true + - + name: reference + label: Reference + type: text + placeholder: 'Name of payment holder or other transfer reference' + validate: + required: true + - + name: comments + type: textarea + - + name: honeypot + type: honeypot + buttons: + - + type: submit + value: Submit + - + type: reset + value: Reset + process: + - + email: + from: domain-request@disroot.org + to: '{{ form.value.username }}@disroot.org' + subject: '[Disroot] Your domain linking request' + body: '

Hi {{ form.value.username|e }},

Thank you for your contribution to Disroot.org!
We truly appreciate your generosity.

We will review your request and get back to you as soon as we can.



Here is a summary of the received request:

{% include ''forms/data.html.twig'' %}' + - + email: + from: alias-request@disroot.org + to: '{{ config.plugins.email.to }}' + reply_to: '{{ form.value.username }}@disroot.org' + subject: '[Domain linking request] - {{ form.value.username|e }}' + body: '{% include ''forms/data.html.twig'' %}' + - + save: + fileprefix: feedback- + dateformat: Ymd-His-u + extension: txt + body: '{% include ''forms/data.txt.twig'' %}' + - + message: 'Your domain linking request has been sent!' + - + display: thankyou +--- + +

Domain Linking Request

+

Fill in this form if you would like to use your own domain for Email aliases. +

+Please follow these steps to point your domain to our server before you submit the request:
(this will also serve to verify the domain is really owned by you and without that we will not proceed to process your request)

+

1. Go to the DNS records settings for your domain

+

- Point MX record to disroot.org (if you are using your domain currently with other provider, set MX20 or higher)
+- Set TXT record to "v=spf1 mx a ptr include:disroot.org -all"
+

+

2. Start donating

+

The email aliases feature is offered as a "reward" for regular supporters. By regular supporters we think of those who contribute with, at least, the equivalent of one cup of coffee a month. In order for the 'reward' not becoming the only incentive to donate, we expect to see the donation made before we can enable this feature.

+Check donate page to learn more +

+

3. Once we review your request we will contact you to finalize the procedure

+

+Please take time to consider your contribution. If you can 'buy' us one cup of Rio De Janeiro coffee a month that's OK, but If you can afford a Double Decaf Soy Frappuccino With An Extra Shot And Cream a month, then you can really help us keep the Disroot platform running and make sure it is available for free for other people with less means. +

diff --git a/pages/forms/domain-linking-form/form.es.md b/pages/forms/domain-linking-form/form.es.md.bak similarity index 100% rename from pages/forms/domain-linking-form/form.es.md rename to pages/forms/domain-linking-form/form.es.md.bak diff --git a/pages/forms/domain-linking-form/form.fr.md b/pages/forms/domain-linking-form/form.fr.md.bak similarity index 100% rename from pages/forms/domain-linking-form/form.fr.md rename to pages/forms/domain-linking-form/form.fr.md.bak diff --git a/pages/forms/domain-linking-form/form.it.md b/pages/forms/domain-linking-form/form.it.md.bak similarity index 100% rename from pages/forms/domain-linking-form/form.it.md rename to pages/forms/domain-linking-form/form.it.md.bak diff --git a/pages/forms/extra-storage-mailbox/form.de.md b/pages/forms/extra-storage-mailbox/form.de.md.bak similarity index 100% rename from pages/forms/extra-storage-mailbox/form.de.md rename to pages/forms/extra-storage-mailbox/form.de.md.bak diff --git a/pages/forms/extra-storage-mailbox/form.en.md b/pages/forms/extra-storage-mailbox/form.en.md index 63673320..77d3218b 100644 --- a/pages/forms/extra-storage-mailbox/form.en.md +++ b/pages/forms/extra-storage-mailbox/form.en.md @@ -1,109 +1,7 @@ --- -title: 'Extra Mailbox Storage' -form: - name: 'Extra Mailbox Space' - fields: - - - name: username - label: 'User Name' - placeholder: 'Enter the Disroot user name' - autofocus: 'on' - autocomplete: 'on' - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: true - - - name: email - label: 'Contact Email Address' - placeholder: 'Enter an email address to contact you' - type: text - validate: - pattern: '[A-Za-z0-9.-_@]*' - required: true - - - name: 'Additional Inbox Storage' - label: 'Additional Storage in GB' - type: number - classes: form-number - outerclasses: form-outer - validate: - min: 1 - max: 10 - steps: 1 - value: 1 - required: true - - - name: comments - type: textarea - - - name: 'payment details' - type: display - size: large - label: ' ' - markdown: true - content: '**Payment details:**' - - - name: country - label: 'Country (necessary for VAT purposes)' - placeholder: 'Please specify the country your paying account is registered in' - type: text - validate: - pattern: '[A-Za-z]*' - required: true - - - name: payment - label: 'Payment via (May be subjected to extra transaction fees)' - placeholder: select - type: select - options: - paypal: Paypal - bank: 'Bank transfer' - faircoin: Faircoin - bitcoin: Bitcoin - patreon: Patreon - validate: - required: true - - - name: honeypot - type: honeypot - buttons: - - - type: submit - value: Submit - - - type: reset - value: Reset - process: - - - email: - from: extra-storage@disroot.org - to: '{{ form.value.email }}' - subject: '[Disroot] Extra Storage Request' - body: 'Dear {{ form.value.username }},

We have received a request for extra storage space.

You should receive your confirmation per E-mail with your billing reference.
Once we receive your payment we will assign you the extra storage.

Thank you for supporting Disroot!' - - - email: - from: extra-storage@disroot.org - to: '{{ config.plugins.email.to }}' - reply_to: '{{ form.value.email }}' - subject: '[Extra storage request] - {{ form.value.username|e }}' - body: '{% include ''forms/data.html.twig'' %}' - - - save: - fileprefix: feedback- - dateformat: Ymd-His-u - extension: txt - body: '{% include ''forms/data.html.twig'' %}' - - - message: 'Your request has been sent!' - - - display: thankyou +title: 'Temporary disabled' +header_image: introverts.jpg --- - -

Extra Mailbox Storage

- -
-

-It is possible to extend your E-mail storage with up to 10 GB for the cost of 0.15 euro per GB per month, paid yearly. If you are adding storage both to your mailbox and cloud account - use [this form](https://disroot.org/en/forms/extra-storage-space)


-
+

Temorary disabled

+

Due to huge backlog in incoming custom requests and work being done to improve our response time, we have decided to temporarily disable this feature.
Sorry for the inconvenience and hope to have it up and running again as soon as possible.

diff --git a/pages/forms/extra-storage-mailbox/form.en.md.bak b/pages/forms/extra-storage-mailbox/form.en.md.bak new file mode 100644 index 00000000..63673320 --- /dev/null +++ b/pages/forms/extra-storage-mailbox/form.en.md.bak @@ -0,0 +1,109 @@ +--- +title: 'Extra Mailbox Storage' +form: + name: 'Extra Mailbox Space' + fields: + - + name: username + label: 'User Name' + placeholder: 'Enter the Disroot user name' + autofocus: 'on' + autocomplete: 'on' + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: true + - + name: email + label: 'Contact Email Address' + placeholder: 'Enter an email address to contact you' + type: text + validate: + pattern: '[A-Za-z0-9.-_@]*' + required: true + - + name: 'Additional Inbox Storage' + label: 'Additional Storage in GB' + type: number + classes: form-number + outerclasses: form-outer + validate: + min: 1 + max: 10 + steps: 1 + value: 1 + required: true + - + name: comments + type: textarea + - + name: 'payment details' + type: display + size: large + label: ' ' + markdown: true + content: '**Payment details:**' + - + name: country + label: 'Country (necessary for VAT purposes)' + placeholder: 'Please specify the country your paying account is registered in' + type: text + validate: + pattern: '[A-Za-z]*' + required: true + - + name: payment + label: 'Payment via (May be subjected to extra transaction fees)' + placeholder: select + type: select + options: + paypal: Paypal + bank: 'Bank transfer' + faircoin: Faircoin + bitcoin: Bitcoin + patreon: Patreon + validate: + required: true + - + name: honeypot + type: honeypot + buttons: + - + type: submit + value: Submit + - + type: reset + value: Reset + process: + - + email: + from: extra-storage@disroot.org + to: '{{ form.value.email }}' + subject: '[Disroot] Extra Storage Request' + body: 'Dear {{ form.value.username }},

We have received a request for extra storage space.

You should receive your confirmation per E-mail with your billing reference.
Once we receive your payment we will assign you the extra storage.

Thank you for supporting Disroot!' + - + email: + from: extra-storage@disroot.org + to: '{{ config.plugins.email.to }}' + reply_to: '{{ form.value.email }}' + subject: '[Extra storage request] - {{ form.value.username|e }}' + body: '{% include ''forms/data.html.twig'' %}' + - + save: + fileprefix: feedback- + dateformat: Ymd-His-u + extension: txt + body: '{% include ''forms/data.html.twig'' %}' + - + message: 'Your request has been sent!' + - + display: thankyou +--- + + +

Extra Mailbox Storage

+ +
+

+It is possible to extend your E-mail storage with up to 10 GB for the cost of 0.15 euro per GB per month, paid yearly. If you are adding storage both to your mailbox and cloud account - use [this form](https://disroot.org/en/forms/extra-storage-space)


+
diff --git a/pages/forms/extra-storage-mailbox/form.es.md b/pages/forms/extra-storage-mailbox/form.es.md.bak similarity index 100% rename from pages/forms/extra-storage-mailbox/form.es.md rename to pages/forms/extra-storage-mailbox/form.es.md.bak diff --git a/pages/forms/extra-storage-mailbox/form.fr.md b/pages/forms/extra-storage-mailbox/form.fr.md.bak similarity index 100% rename from pages/forms/extra-storage-mailbox/form.fr.md rename to pages/forms/extra-storage-mailbox/form.fr.md.bak diff --git a/pages/forms/extra-storage-mailbox/form.it.md b/pages/forms/extra-storage-mailbox/form.it.md.bak similarity index 100% rename from pages/forms/extra-storage-mailbox/form.it.md rename to pages/forms/extra-storage-mailbox/form.it.md.bak diff --git a/pages/forms/extra-storage-space/form.de.md b/pages/forms/extra-storage-space/form.de.md.bak similarity index 100% rename from pages/forms/extra-storage-space/form.de.md rename to pages/forms/extra-storage-space/form.de.md.bak diff --git a/pages/forms/extra-storage-space/form.en.md b/pages/forms/extra-storage-space/form.en.md index fcff7903..77d3218b 100644 --- a/pages/forms/extra-storage-space/form.en.md +++ b/pages/forms/extra-storage-space/form.en.md @@ -1,113 +1,7 @@ --- -title: 'Extra Storage Space' -form: - name: 'Extra Storage Space' - fields: - - - name: username - label: 'User Name' - placeholder: 'Enter the Disroot user name' - autofocus: 'on' - autocomplete: 'on' - type: text - validate: - pattern: '[A-Za-z0-9.]*' - required: true - - - name: email - label: 'Contact Email Address' - placeholder: 'Enter an email address to contact you' - type: text - validate: - pattern: '[A-Za-z0-9.-_@]*' - required: true - - - name: 'Amount of Space' - label: 'Total Storage Space' - type: select - default: 14GB - options: - 14GB: '14GB (2.10€ per month)' - 29GB: '29GB (4.35€ per month)' - 54GB: '54GB (8.10€ per month)' - validate: - required: true - - - name: comments - type: textarea - - - name: 'payment details' - type: display - size: large - label: ' ' - markdown: true - content: '**Payment details:**' - - - name: country - label: 'Country (necessary for VAT purposes)' - placeholder: 'Please specify the country your paying account is registered in' - type: text - validate: - pattern: '[A-Za-z]*' - required: true - - - name: payment - label: 'Payment via (May be subjected to extra transaction fees)' - placeholder: select - type: select - options: - paypal: Paypal - bank: 'Bank transfer' - faircoin: Faircoin - bitcoin: Bitcoin - patreon: Patreon - validate: - required: true - - - name: frequency - label: Monthly/Yearly - type: radio - default: yearly - options: - monthly: Monthly - yearly: Yearly - validate: - required: true - - - name: honeypot - type: honeypot - buttons: - - - type: submit - value: Submit - - - type: reset - value: Reset - process: - - - email: - from: extra-storage@disroot.org - to: '{{ form.value.email }}' - subject: '[Disroot] Extra Storage Request' - body: 'Dear {{ form.value.username }},

We have received a request for extra storage space.

You should receive your confirmation per E-mail with your billing reference.
Once we receive your payment we will assign you the extra storage.

Thank you for supporting Disroot!' - - - email: - from: extra-storage@disroot.org - to: '{{ config.plugins.email.to }}' - reply_to: '{{ form.value.email }}' - subject: '[Extra storage request] - {{ form.value.username|e }}' - body: '{% include ''forms/data.html.twig'' %}' - - - save: - fileprefix: feedback- - dateformat: Ymd-His-u - extension: txt - body: '{% include ''forms/data.html.twig'' %}' - - - message: 'Your request has been sent!' - - - display: thankyou +title: 'Temporary disabled' +header_image: introverts.jpg --- -

Extra Storage Space

-

It is possible to extend your cloud storage to 14, 29 or 54 GB for the cost of 0.15 euro per GB per month. You can also choose to use some of all of the additional space for mail storage, please specify that in the comment section in the request form.

+

Temorary disabled

+

Due to huge backlog in incoming custom requests and work being done to improve our response time, we have decided to temporarily disable this feature.
Sorry for the inconvenience and hope to have it up and running again as soon as possible.

diff --git a/pages/forms/extra-storage-space/form.en.md.bak b/pages/forms/extra-storage-space/form.en.md.bak new file mode 100644 index 00000000..fcff7903 --- /dev/null +++ b/pages/forms/extra-storage-space/form.en.md.bak @@ -0,0 +1,113 @@ +--- +title: 'Extra Storage Space' +form: + name: 'Extra Storage Space' + fields: + - + name: username + label: 'User Name' + placeholder: 'Enter the Disroot user name' + autofocus: 'on' + autocomplete: 'on' + type: text + validate: + pattern: '[A-Za-z0-9.]*' + required: true + - + name: email + label: 'Contact Email Address' + placeholder: 'Enter an email address to contact you' + type: text + validate: + pattern: '[A-Za-z0-9.-_@]*' + required: true + - + name: 'Amount of Space' + label: 'Total Storage Space' + type: select + default: 14GB + options: + 14GB: '14GB (2.10€ per month)' + 29GB: '29GB (4.35€ per month)' + 54GB: '54GB (8.10€ per month)' + validate: + required: true + - + name: comments + type: textarea + - + name: 'payment details' + type: display + size: large + label: ' ' + markdown: true + content: '**Payment details:**' + - + name: country + label: 'Country (necessary for VAT purposes)' + placeholder: 'Please specify the country your paying account is registered in' + type: text + validate: + pattern: '[A-Za-z]*' + required: true + - + name: payment + label: 'Payment via (May be subjected to extra transaction fees)' + placeholder: select + type: select + options: + paypal: Paypal + bank: 'Bank transfer' + faircoin: Faircoin + bitcoin: Bitcoin + patreon: Patreon + validate: + required: true + - + name: frequency + label: Monthly/Yearly + type: radio + default: yearly + options: + monthly: Monthly + yearly: Yearly + validate: + required: true + - + name: honeypot + type: honeypot + buttons: + - + type: submit + value: Submit + - + type: reset + value: Reset + process: + - + email: + from: extra-storage@disroot.org + to: '{{ form.value.email }}' + subject: '[Disroot] Extra Storage Request' + body: 'Dear {{ form.value.username }},

We have received a request for extra storage space.

You should receive your confirmation per E-mail with your billing reference.
Once we receive your payment we will assign you the extra storage.

Thank you for supporting Disroot!' + - + email: + from: extra-storage@disroot.org + to: '{{ config.plugins.email.to }}' + reply_to: '{{ form.value.email }}' + subject: '[Extra storage request] - {{ form.value.username|e }}' + body: '{% include ''forms/data.html.twig'' %}' + - + save: + fileprefix: feedback- + dateformat: Ymd-His-u + extension: txt + body: '{% include ''forms/data.html.twig'' %}' + - + message: 'Your request has been sent!' + - + display: thankyou +--- + +

Extra Storage Space

+

It is possible to extend your cloud storage to 14, 29 or 54 GB for the cost of 0.15 euro per GB per month. You can also choose to use some of all of the additional space for mail storage, please specify that in the comment section in the request form.

diff --git a/pages/forms/extra-storage-space/form.es.md b/pages/forms/extra-storage-space/form.es.md.bak similarity index 100% rename from pages/forms/extra-storage-space/form.es.md rename to pages/forms/extra-storage-space/form.es.md.bak diff --git a/pages/forms/extra-storage-space/form.fr.md b/pages/forms/extra-storage-space/form.fr.md.bak similarity index 100% rename from pages/forms/extra-storage-space/form.fr.md rename to pages/forms/extra-storage-space/form.fr.md.bak diff --git a/pages/forms/extra-storage-space/form.it.md b/pages/forms/extra-storage-space/form.it.md.bak similarity index 100% rename from pages/forms/extra-storage-space/form.it.md rename to pages/forms/extra-storage-space/form.it.md.bak