NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/templates/edit/mailbox.twig

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

mailbox.twig on main
Author Date Commit Line Code
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
1
{% extends 'edit.twig' %}
Open commit View diff
1 {% extends 'edit.twig' %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2
Open commit View diff
2
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
3
{% block inner_content %}
Open commit View diff
3 {% block inner_content %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
4
{% if result %}
Open commit View diff
4 {% if result %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
5
<div id="mailbox-content" class="responsive-tabs">
Open commit View diff
5 <div id="mailbox-content" class="responsive-tabs">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
6
    <ul class="nav nav-tabs" role="tablist">
Open commit View diff
6 <ul class="nav nav-tabs" role="tablist">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
7
      <li role="presentation" class="nav-item"><button class="nav-link active" data-bs-toggle="tab" data-bs-target="#medit">{{ lang.edit.mailbox }}</button></li>
Open commit View diff
7 <li role="presentation" class="nav-item"><button class="nav-link active" data-bs-toggle="tab" data-bs-target="#medit">{{ lang.edit.mailbox }}</button></li>
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
8
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mattr">{{ lang.edit.custom_attributes }}</button></li>
Open commit View diff
8 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mattr">{{ lang.edit.custom_attributes }}</button></li>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
9
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mpushover">{{ lang.edit.pushover }}</button></li>
Open commit View diff
9 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mpushover">{{ lang.edit.pushover }}</button></li>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
10
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#macl">{{ lang.edit.acl }}</button></li>
Open commit View diff
10 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#macl">{{ lang.edit.acl }}</button></li>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
11
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mrl">{{ lang.edit.ratelimit }}</button></li>
Open commit View diff
11 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mrl">{{ lang.edit.ratelimit }}</button></li>
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
12
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mrename">⚠️ {{ lang.edit.mailbox_rename }}</button></li>
Open commit View diff
12 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#mrename">⚠️ {{ lang.edit.mailbox_rename }}</button></li>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
13
    </ul>
Open commit View diff
13 </ul>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
14
    <hr class="d-none d-md-block">
Open commit View diff
14 <hr class="d-none d-md-block">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
15
    <div class="tab-content">
Open commit View diff
15 <div class="tab-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
16
      <div id="medit" class="tab-pane fade show active" role="tabpanel" aria-labelledby="mailbox-edit">
Open commit View diff
16 <div id="medit" class="tab-pane fade show active" role="tabpanel" aria-labelledby="mailbox-edit">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
17
        <div class="card mb-4">
Open commit View diff
17 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
18
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
18 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
19
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-medit" data-bs-toggle="collapse" aria-controls="collapse-tab-medit">
Open commit View diff
19 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-medit" data-bs-toggle="collapse" aria-controls="collapse-tab-medit">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
20
                {{ lang.edit.mailbox }} <span class="badge bg-info table-lines"></span>
Open commit View diff
20 {{ lang.edit.mailbox }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
21
              </button>
Open commit View diff
21 </button>
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
22
            </div>
Open commit View diff
22 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
23
            <div id="collapse-tab-medit" class="card-body collapse show" data-bs-parent="#mailbox-content">
Open commit View diff
23 <div id="collapse-tab-medit" class="card-body collapse show" data-bs-parent="#mailbox-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
24
                <form class="form-horizontal" data-id="editmailbox" role="form" method="post">
Open commit View diff
24 <form class="form-horizontal" data-id="editmailbox" role="form" method="post">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
25
                  <input type="hidden" value="default" name="sender_acl">
Open commit View diff
25 <input type="hidden" value="default" name="sender_acl">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
26
                  <input type="hidden" value="0" name="force_pw_update">
Open commit View diff
26 <input type="hidden" value="0" name="force_pw_update">
FreddleSpl0it 5 months ago ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
27
                  <input type="hidden" value="0" name="force_tfa">
Open commit View diff
27 <input type="hidden" value="0" name="force_tfa">
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
28
                  <input type="hidden" value="0" name="sogo_access">
Open commit View diff
28 <input type="hidden" value="0" name="sogo_access">
FreddleSpl0it over 1 year ago c93106f

[Web] Fix redirect after renaming mailbox

Full commit hash
c93106f9d6ae8b0c0a5282b9c62b3ca1b5fb5aa9
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
29
                  <input type="hidden" value="0" name="protocol_access">
Open commit View diff
29 <input type="hidden" value="0" name="protocol_access">
FreddleSpl0it over 3 years ago 6adad79

[Web] organize auth functions+api auth w/ dovecot

Full commit hash
6adad79e5cd50ae11bfc975ebb1ee7486e37a1a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
30
                  <div class="row mb-2">
Open commit View diff
30 <div class="row mb-2">
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
31
                    <label class="control-label col-sm-2">{{ lang.admin.iam }}</label>
Open commit View diff
31 <label class="control-label col-sm-2">{{ lang.admin.iam }}</label>
FreddleSpl0it over 3 years ago 6adad79

[Web] organize auth functions+api auth w/ dovecot

Full commit hash
6adad79e5cd50ae11bfc975ebb1ee7486e37a1a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
32
                    <div class="col-sm-10">
Open commit View diff
32 <div class="col-sm-10">
FreddleSpl0it about 3 years ago a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
33
                      <select
Open commit View diff
33 <select
same change a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
34
                        data-style="btn btn-secondary"
Open commit View diff
34 data-style="btn btn-secondary"
same change a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
35
                        name="authsource" class="full-width-select form-control" required>
Open commit View diff
35 name="authsource" class="full-width-select form-control" required>
same change a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
36
                          <option value="mailcow" {% if result.authsource == "mailcow" %}selected{% endif %}>mailcow</option>
Open commit View diff
36 <option value="mailcow" {% if result.authsource == "mailcow" %}selected{% endif %}>mailcow</option>
FreddleSpl0it almost 3 years ago 17b6ac3

[Web] allow mailbox authsource to be switchable

Full commit hash
17b6ac331305e9f4a9b81c144969263c15f6a47d
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
37
                          {% if iam_settings.authsource == 'keycloak' %}
Open commit View diff
37 {% if iam_settings.authsource == 'keycloak' %}
FreddleSpl0it about 3 years ago a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
38
                          <option value="keycloak" {% if result.authsource == "keycloak" %}selected{% endif %}>Keycloak</option>
Open commit View diff
38 <option value="keycloak" {% if result.authsource == "keycloak" %}selected{% endif %}>Keycloak</option>
FreddleSpl0it almost 3 years ago 17b6ac3

[Web] allow mailbox authsource to be switchable

Full commit hash
17b6ac331305e9f4a9b81c144969263c15f6a47d
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
39
                          {% endif %}
Open commit View diff
39 {% endif %}
same change 17b6ac3

[Web] allow mailbox authsource to be switchable

Full commit hash
17b6ac331305e9f4a9b81c144969263c15f6a47d
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
40
                          {% if iam_settings.authsource == 'generic-oidc' %}
Open commit View diff
40 {% if iam_settings.authsource == 'generic-oidc' %}
FreddleSpl0it about 3 years ago a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
41
                          <option value="generic-oidc" {% if result.authsource == "generic-oidc" %}selected{% endif %}>Generic-OIDC</option>
Open commit View diff
41 <option value="generic-oidc" {% if result.authsource == "generic-oidc" %}selected{% endif %}>Generic-OIDC</option>
FreddleSpl0it almost 3 years ago 17b6ac3

[Web] allow mailbox authsource to be switchable

Full commit hash
17b6ac331305e9f4a9b81c144969263c15f6a47d
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
42
                          {% endif %}
Open commit View diff
42 {% endif %}
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
43
                          {% if iam_settings.authsource == 'ldap' %}
Open commit View diff
43 {% if iam_settings.authsource == 'ldap' %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
44
                          <option value="ldap" {% if result.authsource == "ldap" %}selected{% endif %}>LDAP</option>
Open commit View diff
44 <option value="ldap" {% if result.authsource == "ldap" %}selected{% endif %}>LDAP</option>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
45
                          {% endif %}
Open commit View diff
45 {% endif %}
FreddleSpl0it about 3 years ago a4cce14

[Web] improve attribute sync performance & make authsource editable

Full commit hash
a4cce147aa3fa9c5d8a28ab295a5869751b4e38e
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
46
                      </select>
Open commit View diff
46 </select>
FreddleSpl0it over 3 years ago 6adad79

[Web] organize auth functions+api auth w/ dovecot

Full commit hash
6adad79e5cd50ae11bfc975ebb1ee7486e37a1a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
47
                    </div>
Open commit View diff
47 </div>
same change 6adad79

[Web] organize auth functions+api auth w/ dovecot

Full commit hash
6adad79e5cd50ae11bfc975ebb1ee7486e37a1a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
48
                  </div>
Open commit View diff
48 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
49
                  <div class="row mb-2">
Open commit View diff
49 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
50
                    <label class="control-label col-sm-2" for="name">{{ lang.edit.full_name }}</label>
Open commit View diff
50 <label class="control-label col-sm-2" for="name">{{ lang.edit.full_name }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
51
                    <div class="col-sm-10">
Open commit View diff
51 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
52
                      <input type="text" class="form-control" name="name" value="{{ result.name }}">
Open commit View diff
52 <input type="text" class="form-control" name="name" value="{{ result.name }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
53
                    </div>
Open commit View diff
53 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
54
                  </div>
Open commit View diff
54 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
55
                  <div class="row mb-4">
Open commit View diff
55 <div class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
56
                    <label class="control-label col-sm-2">{{ lang.add.tags }}</label>
Open commit View diff
56 <label class="control-label col-sm-2">{{ lang.add.tags }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
57
                    <div class="col-sm-10">
Open commit View diff
57 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
58
                      <div class="form-control tag-box">
Open commit View diff
58 <div class="form-control tag-box">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
59
                        {% for tag in mailbox_details.tags %}
Open commit View diff
59 {% for tag in mailbox_details.tags %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
60
                          <span data-action='delete_selected' data-item="{{ tag }}" data-id="mailbox_tag_{{ tag }}" data-api-url='delete/mailbox/tag/{{ mailbox }}' class="badge bg-primary tag-badge btn-badge">
Open commit View diff
60 <span data-action='delete_selected' data-item="{{ tag }}" data-id="mailbox_tag_{{ tag }}" data-api-url='delete/mailbox/tag/{{ mailbox }}' class="badge bg-primary tag-badge btn-badge">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
61
                            <i class="bi bi-tag-fill"></i>
Open commit View diff
61 <i class="bi bi-tag-fill"></i>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
62
                            {{ tag }}
Open commit View diff
62 {{ tag }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
63
                          </span>
Open commit View diff
63 </span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
64
                        {% endfor %}
Open commit View diff
64 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
65
                        <input type="text" class="tag-input">
Open commit View diff
65 <input type="text" class="tag-input">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
66
                        <span class="btn tag-add"><i class="bi bi-plus-lg"></i></span>
Open commit View diff
66 <span class="btn tag-add"><i class="bi bi-plus-lg"></i></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
67
                        <input type="hidden" value="" name="tags" class="tag-values" />
Open commit View diff
67 <input type="hidden" value="" name="tags" class="tag-values" />
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
68
                      </div>
Open commit View diff
68 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
69
                    </div>
Open commit View diff
69 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
70
                  </div>
Open commit View diff
70 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
71
                  <div class="row mb-2">
Open commit View diff
71 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
72
                    <label class="control-label col-sm-2" for="quota">{{ lang.edit.quota_mb }}
Open commit View diff
72 <label class="control-label col-sm-2" for="quota">{{ lang.edit.quota_mb }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
73
                      <br><span id="quotaBadge" class="badge bg-info">max. {{ (result.max_new_quota / 1048576) }} MiB</span>
Open commit View diff
73 <br><span id="quotaBadge" class="badge bg-info">max. {{ (result.max_new_quota / 1048576) }} MiB</span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
74
                    </label>
Open commit View diff
74 </label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
75
                    <div class="col-sm-10">
Open commit View diff
75 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
76
                      <input type="number" name="quota" style="width:100%" min="0" max="{{ (result.max_new_quota / 1048576) }}" value="{{ (result.quota / 1048576) }}" class="form-control">
Open commit View diff
76 <input type="number" name="quota" style="width:100%" min="0" max="{{ (result.max_new_quota / 1048576) }}" value="{{ (result.quota / 1048576) }}" class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
77
                      <small class="text-muted">0 = ∞</small>
Open commit View diff
77 <small class="text-muted">0 = ∞</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
78
                    </div>
Open commit View diff
78 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
79
                  </div>
Open commit View diff
79 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
80
                  <div class="row mb-2">
Open commit View diff
80 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
81
                    <label class="control-label col-sm-2" for="sender_acl">{{ lang.edit.sender_acl }}</label>
Open commit View diff
81 <label class="control-label col-sm-2" for="sender_acl">{{ lang.edit.sender_acl }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
82
                    <div class="col-sm-10">
Open commit View diff
82 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
83
                      <select data-live-search="true" data-width="100%" style="width:100%" id="editSelectSenderACL" name="sender_acl" size="10" multiple>
Open commit View diff
83 <select data-live-search="true" data-width="100%" style="width:100%" id="editSelectSenderACL" name="sender_acl" size="10" multiple>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
84
                        {% for domain in sender_acl_handles.sender_acl_domains.ro %}
Open commit View diff
84 {% for domain in sender_acl_handles.sender_acl_domains.ro %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
85
                          <option data-subtext="Admin" value="{{ domain }}" disabled selected>
Open commit View diff
85 <option data-subtext="Admin" value="{{ domain }}" disabled selected>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
86
                            {{ lang.edit.dont_check_sender_acl|format(domain) }}
Open commit View diff
86 {{ lang.edit.dont_check_sender_acl|format(domain) }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
87
                          </option>
Open commit View diff
87 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
88
                        {% endfor %}
Open commit View diff
88 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
89
                        {% for domain in sender_acl_handles.sender_acl_domains.rw %}
Open commit View diff
89 {% for domain in sender_acl_handles.sender_acl_domains.rw %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
90
                          <option value="{{ domain }}" selected>
Open commit View diff
90 <option value="{{ domain }}" selected>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
91
                            {{ lang.edit.dont_check_sender_acl|format(domain) }}
Open commit View diff
91 {{ lang.edit.dont_check_sender_acl|format(domain) }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
92
                          </option>
Open commit View diff
92 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
93
                        {% endfor %}
Open commit View diff
93 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
94
                        {% for domain in sender_acl_handles.sender_acl_domains.selectable %}
Open commit View diff
94 {% for domain in sender_acl_handles.sender_acl_domains.selectable %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
95
                          <option value="{{ domain }}">
Open commit View diff
95 <option value="{{ domain }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
96
                            {{ lang.edit.dont_check_sender_acl|format(domain) }}
Open commit View diff
96 {{ lang.edit.dont_check_sender_acl|format(domain) }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
97
                          </option>
Open commit View diff
97 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
98
                        {% endfor %}
Open commit View diff
98 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
99
                        {% for address in sender_acl_handles.sender_acl_addresses.rw %}
Open commit View diff
99 {% for address in sender_acl_handles.sender_acl_addresses.rw %}
FreddleSpl0it 6 months ago c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
100
                          {% if address in sender_acl_handles.fixed_sender_aliases_allowed or address in sender_acl_handles.fixed_sender_aliases_blocked %}
Open commit View diff
100 {% if address in sender_acl_handles.fixed_sender_aliases_allowed or address in sender_acl_handles.fixed_sender_aliases_blocked %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
101
                            <option data-subtext="Alias" selected>{{ address }}</option>
Open commit View diff
101 <option data-subtext="Alias" selected>{{ address }}</option>
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
102
                          {% else %}
Open commit View diff
102 {% else %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
103
                            <option selected>{{ address }}</option>
Open commit View diff
103 <option selected>{{ address }}</option>
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
104
                          {% endif %}
Open commit View diff
104 {% endif %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
105
                        {% endfor %}
Open commit View diff
105 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
106
                        {% for address in sender_acl_handles.sender_acl_addresses.selectable %}
Open commit View diff
106 {% for address in sender_acl_handles.sender_acl_addresses.selectable %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
107
                          <option>{{ address }}</option>
Open commit View diff
107 <option>{{ address }}</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
108
                        {% endfor %}
Open commit View diff
108 {% endfor %}
FreddleSpl0it 6 months ago c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
109
                        {% for alias in sender_acl_handles.fixed_sender_aliases_allowed %}
Open commit View diff
109 {% for alias in sender_acl_handles.fixed_sender_aliases_allowed %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
110
                          {% if alias not in sender_acl_handles.sender_acl_addresses.rw %}
Open commit View diff
110 {% if alias not in sender_acl_handles.sender_acl_addresses.rw %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
111
                            <option data-subtext="Alias (allowed)" value="{{ alias }}" selected>{{ alias }}</option>
Open commit View diff
111 <option data-subtext="Alias (allowed)" value="{{ alias }}" selected>{{ alias }}</option>
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
112
                          {% endif %}
Open commit View diff
112 {% endif %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
113
                        {% endfor %}
Open commit View diff
113 {% endfor %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
114
                        {% for alias in sender_acl_handles.fixed_sender_aliases_blocked %}
Open commit View diff
114 {% for alias in sender_acl_handles.fixed_sender_aliases_blocked %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
115
                          {% if alias not in sender_acl_handles.sender_acl_addresses.rw %}
Open commit View diff
115 {% if alias not in sender_acl_handles.sender_acl_addresses.rw %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
116
                            <option data-subtext="Alias (blocked)" value="{{ alias }}">{{ alias }}</option>
Open commit View diff
116 <option data-subtext="Alias (blocked)" value="{{ alias }}">{{ alias }}</option>
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
117
                          {% endif %}
Open commit View diff
117 {% endif %}
same change c06112b

[Postfix] Configurable send permissions for alias addresses

Full commit hash
c06112b26e6f41c7f9d5c2ea2549b266e66a44e3
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
118
                        {% endfor %}
Open commit View diff
118 {% endfor %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
119
                      </select>
Open commit View diff
119 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
120
                      <div id="sender_acl_disabled"><i class="bi bi-shield-exclamation"></i> {{ lang.edit.sender_acl_disabled|raw }}</div>
Open commit View diff
120 <div id="sender_acl_disabled"><i class="bi bi-shield-exclamation"></i> {{ lang.edit.sender_acl_disabled|raw }}</div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
121
                      <small class="text-muted d-block">{{ lang.edit.sender_acl_info|raw }}</small>
Open commit View diff
121 <small class="text-muted d-block">{{ lang.edit.sender_acl_info|raw }}</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
122
                    </div>
Open commit View diff
122 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
123
                  </div>
Open commit View diff
123 </div>
Patrik Kernstock 10 months ago 85ca197

Hide relayhosts when ACL does not allow

Full commit hash
85ca197615a490b7ad1bb2a418ad3fec2a734ef4
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
124
                  {% if acl.mailbox_relayhost == '1' %}
Open commit View diff
124 {% if acl.mailbox_relayhost == '1' %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
125
                  <div class="row mb-2">
Open commit View diff
125 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
126
                    <label class="control-label col-sm-2" for="relayhost">{{ lang.edit.relayhost }}</label>
Open commit View diff
126 <label class="control-label col-sm-2" for="relayhost">{{ lang.edit.relayhost }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
127
                    <div class="col-sm-10">
Open commit View diff
127 <div class="col-sm-10">
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
128
                      <select data-acl="{{ acl.mailbox_relayhost }}" data-live-search="true" id="relayhost" name="relayhost" class="form-control">
Open commit View diff
128 <select data-acl="{{ acl.mailbox_relayhost }}" data-live-search="true" id="relayhost" name="relayhost" class="form-control">
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
129
                        {% for rlyhost in rlyhosts %}
Open commit View diff
129 {% for rlyhost in rlyhosts %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
130
                          <option
Open commit View diff
130 <option
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
131
                            style="{% if rlyhost.active != '1' %}background: #ff4136; color: #fff{% endif %}"
Open commit View diff
131 style="{% if rlyhost.active != '1' %}background: #ff4136; color: #fff{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
132
                            {% if result.attributes.relayhost == rlyhost.id %} selected{% endif %}
Open commit View diff
132 {% if result.attributes.relayhost == rlyhost.id %} selected{% endif %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
133
                            value="{{ rlyhost.id }}">
Open commit View diff
133 value="{{ rlyhost.id }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
134
                          ID {{ rlyhost.id }}: {{ rlyhost.hostname }} ({{ rlyhost.username }})
Open commit View diff
134 ID {{ rlyhost.id }}: {{ rlyhost.hostname }} ({{ rlyhost.username }})
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
135
                          </option>
Open commit View diff
135 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
136
                        {% endfor %}
Open commit View diff
136 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
137
                        <option value=""{% if not result.attributes.relayhost %} selected{% endif %}>
Open commit View diff
137 <option value=""{% if not result.attributes.relayhost %} selected{% endif %}>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
138
                          {{ lang.edit.none_inherit }}
Open commit View diff
138 {{ lang.edit.none_inherit }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
139
                        </option>
Open commit View diff
139 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
140
                      </select>
Open commit View diff
140 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
141
                      <p class="d-block d-sm-none" style="margin: 0;padding: 0">&nbsp;</p>
Open commit View diff
141 <p class="d-block d-sm-none" style="margin: 0;padding: 0">&nbsp;</p>
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
142
                      <small class="text-muted d-block mb-4">{{ lang.edit.mailbox_relayhost_info }}</small>
Open commit View diff
142 <small class="text-muted d-block mb-4">{{ lang.edit.mailbox_relayhost_info }}</small>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
143
                    </div>
Open commit View diff
143 </div>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
144
                  </div>
Open commit View diff
144 </div>
Patrik Kernstock 10 months ago 85ca197

Hide relayhosts when ACL does not allow

Full commit hash
85ca197615a490b7ad1bb2a418ad3fec2a734ef4
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
145
                  {% endif %}
Open commit View diff
145 {% endif %}
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
146
                  <div class="row mb-2">
Open commit View diff
146 <div class="row mb-2">
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
147
                    <label class="control-label col-sm-2">{{ lang.user.tag_handling }}</label>
Open commit View diff
147 <label class="control-label col-sm-2">{{ lang.user.tag_handling }}</label>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
148
                    <div class="col-sm-10">
Open commit View diff
148 <div class="col-sm-10">
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
149
                      <div class="btn-group" data-acl="{{ acl.delimiter_action }}">
Open commit View diff
149 <div class="btn-group" data-acl="{{ acl.delimiter_action }}">
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
150
                        <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if get_tagging_options == 'subfolder' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
150 <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if get_tagging_options == 'subfolder' %} btn-dark{% else %} btn-light{% endif %}"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
151
                        data-action="edit_selected"
Open commit View diff
151 data-action="edit_selected"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
152
                        data-item="{{ mailbox }}"
Open commit View diff
152 data-item="{{ mailbox }}"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
153
                        data-id="delimiter_action"
Open commit View diff
153 data-id="delimiter_action"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
154
                        data-api-url='edit/delimiter_action'
Open commit View diff
154 data-api-url='edit/delimiter_action'
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
155
                        data-api-attr='{"tagged_mail_handler":"subfolder"}'>{{ lang.user.tag_in_subfolder }}</button>
Open commit View diff
155 data-api-attr='{"tagged_mail_handler":"subfolder"}'>{{ lang.user.tag_in_subfolder }}</button>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
156
                        <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if get_tagging_options == 'subject' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
156 <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if get_tagging_options == 'subject' %} btn-dark{% else %} btn-light{% endif %}"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
157
                        data-action="edit_selected"
Open commit View diff
157 data-action="edit_selected"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
158
                        data-item="{{ mailbox }}"
Open commit View diff
158 data-item="{{ mailbox }}"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
159
                        data-id="delimiter_action"
Open commit View diff
159 data-id="delimiter_action"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
160
                        data-api-url='edit/delimiter_action'
Open commit View diff
160 data-api-url='edit/delimiter_action'
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
161
                        data-api-attr='{"tagged_mail_handler":"subject"}'>{{ lang.user.tag_in_subject }}</button>
Open commit View diff
161 data-api-attr='{"tagged_mail_handler":"subject"}'>{{ lang.user.tag_in_subject }}</button>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
162
                        <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if get_tagging_options == 'none' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
162 <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if get_tagging_options == 'none' %} btn-dark{% else %} btn-light{% endif %}"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
163
                        data-action="edit_selected"
Open commit View diff
163 data-action="edit_selected"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
164
                        data-item="{{ mailbox }}"
Open commit View diff
164 data-item="{{ mailbox }}"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
165
                        data-id="delimiter_action"
Open commit View diff
165 data-id="delimiter_action"
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
166
                        data-api-url='edit/delimiter_action'
Open commit View diff
166 data-api-url='edit/delimiter_action'
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
167
                        data-api-attr='{"tagged_mail_handler":"none"}'>{{ lang.user.tag_in_none }}</button>
Open commit View diff
167 data-api-attr='{"tagged_mail_handler":"none"}'>{{ lang.user.tag_in_none }}</button>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
168
                      </div>
Open commit View diff
168 </div>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
169
                      <p class="text-muted"><small>{{ lang.user.tag_help_explain|raw }}</small></p>
Open commit View diff
169 <p class="text-muted"><small>{{ lang.user.tag_help_explain|raw }}</small></p>
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
170
                      <p class="text-muted"><small>{{ lang.user.tag_help_example|raw }}</small></p>
Open commit View diff
170 <p class="text-muted"><small>{{ lang.user.tag_help_example|raw }}</small></p>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
171
                    </div>
Open commit View diff
171 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
172
                  </div>
Open commit View diff
172 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
173
                  <div class="row mb-2">
Open commit View diff
173 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
174
                    <label class="control-label col-sm-2">{{ lang.user.quarantine_notification }}</label>
Open commit View diff
174 <label class="control-label col-sm-2">{{ lang.user.quarantine_notification }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
175
                    <div class="col-sm-10">
Open commit View diff
175 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
176
                      <div class="btn-group" data-acl="{{ acl.quarantine_notification }}">
Open commit View diff
176 <div class="btn-group" data-acl="{{ acl.quarantine_notification }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
177
                        <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'never' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
177 <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'never' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
178
                        data-action="edit_selected"
Open commit View diff
178 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
179
                        data-item="{{ mailbox }}"
Open commit View diff
179 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
180
                        data-id="quarantine_notification"
Open commit View diff
180 data-id="quarantine_notification"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
181
                        data-api-url='edit/quarantine_notification'
Open commit View diff
181 data-api-url='edit/quarantine_notification'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
182
                        data-api-attr='{"quarantine_notification":"never"}'>{{ lang.user.never }}</button>
Open commit View diff
182 data-api-attr='{"quarantine_notification":"never"}'>{{ lang.user.never }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
183
                        <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'hourly' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
183 <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'hourly' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
184
                        data-action="edit_selected"
Open commit View diff
184 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
185
                        data-item="{{ mailbox }}"
Open commit View diff
185 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
186
                        data-id="quarantine_notification"
Open commit View diff
186 data-id="quarantine_notification"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
187
                        data-api-url='edit/quarantine_notification'
Open commit View diff
187 data-api-url='edit/quarantine_notification'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
188
                        data-api-attr='{"quarantine_notification":"hourly"}'>{{ lang.user.hourly }}</button>
Open commit View diff
188 data-api-attr='{"quarantine_notification":"hourly"}'>{{ lang.user.hourly }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
189
                        <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'daily' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
189 <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'daily' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
190
                        data-action="edit_selected"
Open commit View diff
190 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
191
                        data-item="{{ mailbox }}"
Open commit View diff
191 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
192
                        data-id="quarantine_notification"
Open commit View diff
192 data-id="quarantine_notification"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
193
                        data-api-url='edit/quarantine_notification'
Open commit View diff
193 data-api-url='edit/quarantine_notification'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
194
                        data-api-attr='{"quarantine_notification":"daily"}'>{{ lang.user.daily }}</button>
Open commit View diff
194 data-api-attr='{"quarantine_notification":"daily"}'>{{ lang.user.daily }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
195
                        <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'weekly' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
195 <button type="button" class="btn btn-sm btn-xs-quart d-block d-sm-inline{% if quarantine_notification == 'weekly' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
196
                        data-action="edit_selected"
Open commit View diff
196 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
197
                        data-item="{{ mailbox }}"
Open commit View diff
197 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
198
                        data-id="quarantine_notification"
Open commit View diff
198 data-id="quarantine_notification"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
199
                        data-api-url='edit/quarantine_notification'
Open commit View diff
199 data-api-url='edit/quarantine_notification'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
200
                        data-api-attr='{"quarantine_notification":"weekly"}'>{{ lang.user.weekly }}</button>
Open commit View diff
200 data-api-attr='{"quarantine_notification":"weekly"}'>{{ lang.user.weekly }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
201
                      </div>
Open commit View diff
201 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
202
                      <p class="text-muted"><small>{{ lang.user.quarantine_notification_info }}</small></p>
Open commit View diff
202 <p class="text-muted"><small>{{ lang.user.quarantine_notification_info }}</small></p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
203
                    </div>
Open commit View diff
203 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
204
                  </div>
Open commit View diff
204 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
205
                  <div class="row mb-2">
Open commit View diff
205 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
206
                    <label class="control-label col-sm-2">{{ lang.user.quarantine_category }}</label>
Open commit View diff
206 <label class="control-label col-sm-2">{{ lang.user.quarantine_category }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
207
                    <div class="col-sm-10">
Open commit View diff
207 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
208
                      <div class="btn-group" data-acl="{{ acl.quarantine_category }}">
Open commit View diff
208 <div class="btn-group" data-acl="{{ acl.quarantine_category }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
209
                        <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if quarantine_category == 'reject' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
209 <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if quarantine_category == 'reject' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
210
                        data-action="edit_selected"
Open commit View diff
210 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
211
                        data-item="{{ mailbox }}"
Open commit View diff
211 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
212
                        data-id="quarantine_category"
Open commit View diff
212 data-id="quarantine_category"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
213
                        data-api-url='edit/quarantine_category'
Open commit View diff
213 data-api-url='edit/quarantine_category'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
214
                        data-api-attr='{"quarantine_category":"reject"}'>{{ lang.user.q_reject }}</button>
Open commit View diff
214 data-api-attr='{"quarantine_category":"reject"}'>{{ lang.user.q_reject }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
215
                        <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if quarantine_category == 'add_header' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
215 <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if quarantine_category == 'add_header' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
216
                        data-action="edit_selected"
Open commit View diff
216 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
217
                        data-item="{{ mailbox }}"
Open commit View diff
217 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
218
                        data-id="quarantine_category"
Open commit View diff
218 data-id="quarantine_category"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
219
                        data-api-url='edit/quarantine_category'
Open commit View diff
219 data-api-url='edit/quarantine_category'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
220
                        data-api-attr='{"quarantine_category":"add_header"}'>{{ lang.user.q_add_header }}</button>
Open commit View diff
220 data-api-attr='{"quarantine_category":"add_header"}'>{{ lang.user.q_add_header }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
221
                        <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if quarantine_category == 'all' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
221 <button type="button" class="btn btn-sm btn-xs-third d-block d-sm-inline{% if quarantine_category == 'all' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
222
                        data-action="edit_selected"
Open commit View diff
222 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
223
                        data-item="{{ mailbox }}"
Open commit View diff
223 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
224
                        data-id="quarantine_category"
Open commit View diff
224 data-id="quarantine_category"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
225
                        data-api-url='edit/quarantine_category'
Open commit View diff
225 data-api-url='edit/quarantine_category'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
226
                        data-api-attr='{"quarantine_category":"all"}'>{{ lang.user.q_all }}</button>
Open commit View diff
226 data-api-attr='{"quarantine_category":"all"}'>{{ lang.user.q_all }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
227
                      </div>
Open commit View diff
227 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
228
                      <p class="text-muted"><small>{{ lang.user.quarantine_category_info }}</small></p>
Open commit View diff
228 <p class="text-muted"><small>{{ lang.user.quarantine_category_info }}</small></p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
229
                    </div>
Open commit View diff
229 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
230
                  </div>
Open commit View diff
230 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
231
                  <div class="row mb-4">
Open commit View diff
231 <div class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
232
                    <label class="control-label col-sm-2" for="sender_acl">{{ lang.user.tls_policy }}</label>
Open commit View diff
232 <label class="control-label col-sm-2" for="sender_acl">{{ lang.user.tls_policy }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
233
                    <div class="col-sm-10">
Open commit View diff
233 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
234
                      <div class="btn-group" data-acl="{{ acl.tls_policy }}">
Open commit View diff
234 <div class="btn-group" data-acl="{{ acl.tls_policy }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
235
                        <button type="button" class="btn btn-sm btn-xs-half d-block d-sm-inline{% if get_tls_policy.tls_enforce_in == '1' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
235 <button type="button" class="btn btn-sm btn-xs-half d-block d-sm-inline{% if get_tls_policy.tls_enforce_in == '1' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
236
                          data-action="edit_selected"
Open commit View diff
236 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
237
                          data-item="{{ mailbox }}"
Open commit View diff
237 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
238
                          data-id="tls_policy"
Open commit View diff
238 data-id="tls_policy"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
239
                          data-api-url='edit/tls_policy'
Open commit View diff
239 data-api-url='edit/tls_policy'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
240
                          data-api-attr='{"tls_enforce_in": {% if get_tls_policy.tls_enforce_in == '1' %}0{% else %}1{% endif %} }'>{{ lang.user.tls_enforce_in }}</button>
Open commit View diff
240 data-api-attr='{"tls_enforce_in": {% if get_tls_policy.tls_enforce_in == '1' %}0{% else %}1{% endif %} }'>{{ lang.user.tls_enforce_in }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
241
                        <button type="button" class="btn btn-sm btn-xs-half d-block d-sm-inline{% if get_tls_policy.tls_enforce_out == '1' %} btn-dark{% else %} btn-light{% endif %}"
Open commit View diff
241 <button type="button" class="btn btn-sm btn-xs-half d-block d-sm-inline{% if get_tls_policy.tls_enforce_out == '1' %} btn-dark{% else %} btn-light{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
242
                          data-action="edit_selected"
Open commit View diff
242 data-action="edit_selected"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
243
                          data-item="{{ mailbox }}"
Open commit View diff
243 data-item="{{ mailbox }}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
244
                          data-id="tls_policy"
Open commit View diff
244 data-id="tls_policy"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
245
                          data-api-url='edit/tls_policy'
Open commit View diff
245 data-api-url='edit/tls_policy'
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
246
                          data-api-attr='{"tls_enforce_out": {% if get_tls_policy.tls_enforce_out == '1' %}0{% else %}1{% endif %} }'>{{ lang.user.tls_enforce_out }}</button>
Open commit View diff
246 data-api-attr='{"tls_enforce_out": {% if get_tls_policy.tls_enforce_out == '1' %}0{% else %}1{% endif %} }'>{{ lang.user.tls_enforce_out }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
247
                      </div>
Open commit View diff
247 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
248
                    </div>
Open commit View diff
248 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
249
                  </div>
Open commit View diff
249 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
250
                  {% if not result.authsource or result.authsource == 'mailcow' %}
Open commit View diff
250 {% if not result.authsource or result.authsource == 'mailcow' %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
251
                  <div class="row">
Open commit View diff
251 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
252
                    <label class="control-label col-sm-2" for="password">{{ lang.edit.password }} (<a href="#" class="generate_password">{{ lang.edit.generate }}</a>)</label>
Open commit View diff
252 <label class="control-label col-sm-2" for="password">{{ lang.edit.password }} (<a href="#" class="generate_password">{{ lang.edit.generate }}</a>)</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
253
                    <div class="col-sm-10">
Open commit View diff
253 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
254
                      <input type="password" data-pwgen-field="true" data-hibp="true" class="form-control" name="password" placeholder="{{ lang.edit.unchanged_if_empty }}" autocomplete="new-password">
Open commit View diff
254 <input type="password" data-pwgen-field="true" data-hibp="true" class="form-control" name="password" placeholder="{{ lang.edit.unchanged_if_empty }}" autocomplete="new-password">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
255
                    </div>
Open commit View diff
255 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
256
                  </div>
Open commit View diff
256 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
257
                  <div class="row mb-4">
Open commit View diff
257 <div class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
258
                    <label class="control-label col-sm-2" for="password2">{{ lang.edit.password_repeat }}</label>
Open commit View diff
258 <label class="control-label col-sm-2" for="password2">{{ lang.edit.password_repeat }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
259
                    <div class="col-sm-10">
Open commit View diff
259 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
260
                      <input type="password" data-pwgen-field="true" class="form-control" name="password2" autocomplete="new-password">
Open commit View diff
260 <input type="password" data-pwgen-field="true" class="form-control" name="password2" autocomplete="new-password">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
261
                    </div>
Open commit View diff
261 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
262
                  </div>
Open commit View diff
262 </div>
FreddleSpl0it almost 2 years ago 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
263
                  <div class="row mb-4">
Open commit View diff
263 <div class="row mb-4">
same change 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
264
                    <label class="control-label col-sm-2" for="pw_recovery_email">{{ lang.edit.password_recovery_email }}</label>
Open commit View diff
264 <label class="control-label col-sm-2" for="pw_recovery_email">{{ lang.edit.password_recovery_email }}</label>
same change 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
265
                    <div class="col-sm-10">
Open commit View diff
265 <div class="col-sm-10">
same change 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
266
                      <input type="email" class="form-control" name="pw_recovery_email" value="{{ result.attributes.recovery_email }}">
Open commit View diff
266 <input type="email" class="form-control" name="pw_recovery_email" value="{{ result.attributes.recovery_email }}">
same change 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
267
                      <small class="text-muted">{{ lang.admin.password_reset_info }}</small>
Open commit View diff
267 <small class="text-muted">{{ lang.admin.password_reset_info }}</small>
same change 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
268
                    </div>
Open commit View diff
268 </div>
same change 2208d7e

[Web] add function to reset user passwords

Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
269
                  </div>
Open commit View diff
269 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
270
                  <div data-acl="{{ acl.extend_sender_acl }}" class="row mb-4">
Open commit View diff
270 <div data-acl="{{ acl.extend_sender_acl }}" class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
271
                    <label class="control-label col-sm-2" for="extended_sender_acl">{{ lang.edit.extended_sender_acl }}</label>
Open commit View diff
271 <label class="control-label col-sm-2" for="extended_sender_acl">{{ lang.edit.extended_sender_acl }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
272
                    <div class="col-sm-10">
Open commit View diff
272 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
273
                      {% if sender_acl_handles.external_sender_aliases %}
Open commit View diff
273 {% if sender_acl_handles.external_sender_aliases %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
274
                        {% set ext_sender_acl = sender_acl_handles.external_sender_aliases|join(', ') %}
Open commit View diff
274 {% set ext_sender_acl = sender_acl_handles.external_sender_aliases|join(', ') %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
275
                      {% endif %}
Open commit View diff
275 {% endif %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
276
                      {% if acl.extend_sender_acl and acl.extend_sender_acl == 1 %}
Open commit View diff
276 {% if acl.extend_sender_acl and acl.extend_sender_acl == 1 %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
277
                        <input type="text" class="form-control" name="extended_sender_acl" value="{{ ext_sender_acl }}" placeholder="[email protected], [email protected], @example.com, ...">
Open commit View diff
277 <input type="text" class="form-control" name="extended_sender_acl" value="{{ ext_sender_acl }}" placeholder="[email protected], [email protected], @example.com, ...">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
278
                        <small class="text-muted">{{ lang.edit.extended_sender_acl_info|raw }}</small>
Open commit View diff
278 <small class="text-muted">{{ lang.edit.extended_sender_acl_info|raw }}</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
279
                      {% endif %}
Open commit View diff
279 {% endif %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
280
                    </div>
Open commit View diff
280 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
281
                  </div>
Open commit View diff
281 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
282
                  {% endif %}
Open commit View diff
282 {% endif %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
283
                  <div class="row">
Open commit View diff
283 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
284
                    <label class="control-label col-sm-2" for="protocol_access">{{ lang.edit.allowed_protocols }}</label>
Open commit View diff
284 <label class="control-label col-sm-2" for="protocol_access">{{ lang.edit.allowed_protocols }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
285
                    <div class="col-sm-10">
Open commit View diff
285 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
286
                      <select data-acl="{{ acl.protocol_access }}" name="protocol_access" multiple class="form-control">
Open commit View diff
286 <select data-acl="{{ acl.protocol_access }}" name="protocol_access" multiple class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
287
                        <option value="imap"{% if result.attributes.imap_access == '1' %} selected{% endif %}>IMAP</option>
Open commit View diff
287 <option value="imap"{% if result.attributes.imap_access == '1' %} selected{% endif %}>IMAP</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
288
                        <option value="pop3"{% if result.attributes.pop3_access == '1' %} selected{% endif %}>POP3</option>
Open commit View diff
288 <option value="pop3"{% if result.attributes.pop3_access == '1' %} selected{% endif %}>POP3</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
289
                        <option value="smtp"{% if result.attributes.smtp_access == '1' %} selected{% endif %}>SMTP</option>
Open commit View diff
289 <option value="smtp"{% if result.attributes.smtp_access == '1' %} selected{% endif %}>SMTP</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
290
                        <option value="sieve"{% if result.attributes.sieve_access == '1' %} selected{% endif %}>Sieve</option>
Open commit View diff
290 <option value="sieve"{% if result.attributes.sieve_access == '1' %} selected{% endif %}>Sieve</option>
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
291
                        <option value="eas"{% if result.attributes.eas_access == '1' %} selected{% endif %}>ActiveSync</option>
Open commit View diff
291 <option value="eas"{% if result.attributes.eas_access == '1' %} selected{% endif %}>ActiveSync</option>
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
292
                        <option value="dav"{% if result.attributes.dav_access == '1' %} selected{% endif %}>CalDAV/CardDAV</option>
Open commit View diff
292 <option value="dav"{% if result.attributes.dav_access == '1' %} selected{% endif %}>CalDAV/CardDAV</option>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
293
                      </select>
Open commit View diff
293 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
294
                    </div>
Open commit View diff
294 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
295
                  </div>
Open commit View diff
295 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
296
                  <div hidden data-acl="{{ acl.smtp_ip_access }}" class="row">
Open commit View diff
296 <div hidden data-acl="{{ acl.smtp_ip_access }}" class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
297
                    <label class="control-label col-sm-2" for="allow_from_smtp">{{ lang.edit.allow_from_smtp }}</label>
Open commit View diff
297 <label class="control-label col-sm-2" for="allow_from_smtp">{{ lang.edit.allow_from_smtp }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
298
                    <div class="col-sm-10">
Open commit View diff
298 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
299
                      <input type="text" class="form-control" name="allow_from_smtp" value="{{ allow_from_smtp }}" placeholder="1.1.1.1, 10.2.0.0/24, ...">
Open commit View diff
299 <input type="text" class="form-control" name="allow_from_smtp" value="{{ allow_from_smtp }}" placeholder="1.1.1.1, 10.2.0.0/24, ...">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
300
                      <small class="text-muted">{{ lang.edit.allow_from_smtp_info }}</small>
Open commit View diff
300 <small class="text-muted">{{ lang.edit.allow_from_smtp_info }}</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
301
                    </div>
Open commit View diff
301 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
302
                  </div>
Open commit View diff
302 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
303
                  <hr>
Open commit View diff
303 <hr>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
304
                  <div class="row">
Open commit View diff
304 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
305
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
305 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
306
                      <select name="active" class="form-control">
Open commit View diff
306 <select name="active" class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
307
                        <option value="1"{% if result.active == '1' %} selected{% endif %}>{{ lang.edit.active }}</option>
Open commit View diff
307 <option value="1"{% if result.active == '1' %} selected{% endif %}>{{ lang.edit.active }}</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
308
                        <option value="2"{% if result.active == '2' %} selected{% endif %}>{{ lang.edit.disable_login }}</option>
Open commit View diff
308 <option value="2"{% if result.active == '2' %} selected{% endif %}>{{ lang.edit.disable_login }}</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
309
                        <option value="0"{% if result.active == '0' %} selected{% endif %}>{{ lang.edit.inactive }}</option>
Open commit View diff
309 <option value="0"{% if result.active == '0' %} selected{% endif %}>{{ lang.edit.inactive }}</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
310
                      </select>
Open commit View diff
310 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
311
                    </div>
Open commit View diff
311 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
312
                  </div>
Open commit View diff
312 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
313
                  <div class="row mt-2">
Open commit View diff
313 <div class="row mt-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
314
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
314 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
315
                      <div class="form-check">
Open commit View diff
315 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
316
                        <label><input type="checkbox" class="form-check-input" value="1" name="force_pw_update"{% if result.attributes.force_pw_update == '1' %} checked{% endif %}> {{ lang.edit.force_pw_update }}</label>
Open commit View diff
316 <label><input type="checkbox" class="form-check-input" value="1" name="force_pw_update"{% if result.attributes.force_pw_update == '1' %} checked{% endif %}> {{ lang.edit.force_pw_update }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
317
                        <small class="text-muted">{{ lang.edit.force_pw_update_info|format(ui_texts.main_name) }}</small>
Open commit View diff
317 <small class="text-muted">{{ lang.edit.force_pw_update_info|format(ui_texts.main_name) }}</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
318
                      </div>
Open commit View diff
318 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
319
                    </div>
Open commit View diff
319 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
320
                  </div>
Open commit View diff
320 </div>
FreddleSpl0it 5 months ago ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
321
                  <div class="row">
Open commit View diff
321 <div class="row">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
322
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
322 <div class="offset-sm-2 col-sm-10">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
323
                      <div class="form-check">
Open commit View diff
323 <div class="form-check">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
324
                        <label><input type="checkbox" class="form-check-input" value="1" name="force_tfa"{% if result.attributes.force_tfa == '1' %} checked{% endif %}> {{ lang.tfa.force_tfa }}</label>
Open commit View diff
324 <label><input type="checkbox" class="form-check-input" value="1" name="force_tfa"{% if result.attributes.force_tfa == '1' %} checked{% endif %}> {{ lang.tfa.force_tfa }}</label>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
325
                        <small class="text-muted">{{ lang.tfa.force_tfa_info }}</small>
Open commit View diff
325 <small class="text-muted">{{ lang.tfa.force_tfa_info }}</small>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
326
                      </div>
Open commit View diff
326 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
327
                    </div>
Open commit View diff
327 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
328
                  </div>
Open commit View diff
328 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
329
                  {% if not skip_sogo %}
Open commit View diff
329 {% if not skip_sogo %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
330
                  <div data-acl="{{ acl.sogo_access }}" class="row">
Open commit View diff
330 <div data-acl="{{ acl.sogo_access }}" class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
331
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
331 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
332
                      <div class="form-check">
Open commit View diff
332 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
333
                        <label><input type="checkbox" class="form-check-input" value="1" name="sogo_access"{% if result.attributes.sogo_access == '1' %} checked{% endif %}> {{ lang.edit.sogo_access }}</label>
Open commit View diff
333 <label><input type="checkbox" class="form-check-input" value="1" name="sogo_access"{% if result.attributes.sogo_access == '1' %} checked{% endif %}> {{ lang.edit.sogo_access }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
334
                        <small class="text-muted">{{ lang.edit.sogo_access_info }}</small>
Open commit View diff
334 <small class="text-muted">{{ lang.edit.sogo_access_info }}</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
335
                      </div>
Open commit View diff
335 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
336
                    </div>
Open commit View diff
336 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
337
                  </div>
Open commit View diff
337 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
338
                  {% endif %}
Open commit View diff
338 {% endif %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
339
                  <div class="row mt-2 mb-2">
Open commit View diff
339 <div class="row mt-2 mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
340
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
340 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
341
                      <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editmailbox" data-item="{{ result.username }}" data-api-url='edit/mailbox' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
Open commit View diff
341 <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editmailbox" data-item="{{ result.username }}" data-api-url='edit/mailbox' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
342
                    </div>
Open commit View diff
342 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
343
                  </div>
Open commit View diff
343 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
344
                  <div class="row">
Open commit View diff
344 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
345
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
345 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
346
                      <small class="fst-italic d-block">{{ lang.edit.created_on }}: {{ result.created }}</small>
Open commit View diff
346 <small class="fst-italic d-block">{{ lang.edit.created_on }}: {{ result.created }}</small>
Patrik Kernstock 10 months ago ff43799

Show "Never" by default if no last-modified date

Full commit hash
ff43799763fd563a38585a693dda62702b97d78b
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
347
                      <small class="fst-italic d-block">{{ lang.edit.last_modified }}: {{ result.modified|default(lang.user.never) }}</small>
Open commit View diff
347 <small class="fst-italic d-block">{{ lang.edit.last_modified }}: {{ result.modified|default(lang.user.never) }}</small>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
348
                    </div>
Open commit View diff
348 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
349
                  </div>
Open commit View diff
349 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
350
                </form>
Open commit View diff
350 </form>
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
351
            </div>
Open commit View diff
351 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
352
        </div>
Open commit View diff
352 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
353
      </div>
Open commit View diff
353 </div>
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
354
      <div id="mattr" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-attr">
Open commit View diff
354 <div id="mattr" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-attr">
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
355
        <div class="card mb-4">
Open commit View diff
355 <div class="card mb-4">
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
356
          <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
356 <div class="card-header d-flex d-md-none fs-5">
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
357
            <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mattr" data-bs-toggle="collapse" aria-controls="collapse-tab-mattr">
Open commit View diff
357 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mattr" data-bs-toggle="collapse" aria-controls="collapse-tab-mattr">
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
358
              {{ lang.edit.custom_attributes }} <span class="badge bg-info table-lines"></span>
Open commit View diff
358 {{ lang.edit.custom_attributes }} <span class="badge bg-info table-lines"></span>
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
359
            </button>
Open commit View diff
359 </button>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
360
          </div>
Open commit View diff
360 </div>
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
361
          <div id="collapse-tab-mattr" class="card-body collapse" data-bs-parent="#mailbox-content">
Open commit View diff
361 <div id="collapse-tab-mattr" class="card-body collapse" data-bs-parent="#mailbox-content">
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
362
            <form class="form-inline" data-id="mbox_attr" role="form" method="post">
Open commit View diff
362 <form class="form-inline" data-id="mbox_attr" role="form" method="post">
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
363
              <table class="table table-condensed" style="white-space: nowrap;" id="mbox_attr_table">
Open commit View diff
363 <table class="table table-condensed" style="white-space: nowrap;" id="mbox_attr_table">
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
364
                <tr>
Open commit View diff
364 <tr>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
365
                  <th>{{ lang.user.attribute }}</th>
Open commit View diff
365 <th>{{ lang.user.attribute }}</th>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
366
                  <th>{{ lang.user.value }}</th>
Open commit View diff
366 <th>{{ lang.user.value }}</th>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
367
                  <th style="width:100px;">&nbsp;</th>
Open commit View diff
367 <th style="width:100px;">&nbsp;</th>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
368
                </tr>
Open commit View diff
368 </tr>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
369
                {% for key, val in result.custom_attributes %}
Open commit View diff
369 {% for key, val in result.custom_attributes %}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
370
                  <tr>
Open commit View diff
370 <tr>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
371
                    <td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="attribute" required value="{{ key }}"></td>
Open commit View diff
371 <td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="attribute" required value="{{ key }}"></td>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
372
                    <td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="value" required value="{{ val }}"></td>
Open commit View diff
372 <td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="value" required value="{{ val }}"></td>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
373
                    <td><a href="#" role="button" class="btn btn-sm btn-xs-lg btn-secondary h-100 w-100" type="button">{{ lang.admin.remove_row }}</a></td>
Open commit View diff
373 <td><a href="#" role="button" class="btn btn-sm btn-xs-lg btn-secondary h-100 w-100" type="button">{{ lang.admin.remove_row }}</a></td>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
374
                  </tr>
Open commit View diff
374 </tr>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
375
                {% endfor %}
Open commit View diff
375 {% endfor %}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
376
              </table>
Open commit View diff
376 </table>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
377
              <p><div class="btn-group">
Open commit View diff
377 <p><div class="btn-group">
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
378
                <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-item="{{ mailbox }}" data-id="mbox_attr" data-api-url='edit/mailbox/custom-attribute' data-api-attr='{}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
378 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-item="{{ mailbox }}" data-id="mbox_attr" data-api-url='edit/mailbox/custom-attribute' data-api-attr='{}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
379
                <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" type="button" id="add_mbox_attr_row">{{ lang.admin.add_row }}</button>
Open commit View diff
379 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" type="button" id="add_mbox_attr_row">{{ lang.admin.add_row }}</button>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
380
              </div></p>
Open commit View diff
380 </div></p>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
381
            </form>
Open commit View diff
381 </form>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
382
          </div>
Open commit View diff
382 </div>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
383
        </div>
Open commit View diff
383 </div>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
384
      </div>
Open commit View diff
384 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
385
      <div id="mpushover" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-pushover">
Open commit View diff
385 <div id="mpushover" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-pushover">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
386
        <div class="card mb-4">
Open commit View diff
386 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
387
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
387 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
388
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mpushover" data-bs-toggle="collapse" aria-controls="collapse-tab-mpushover">
Open commit View diff
388 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mpushover" data-bs-toggle="collapse" aria-controls="collapse-tab-mpushover">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
389
                {{ lang.edit.pushover }} <span class="badge bg-info table-lines"></span>
Open commit View diff
389 {{ lang.edit.pushover }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
390
              </button>
Open commit View diff
390 </button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
391
            </div>
Open commit View diff
391 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
392
            <div id="collapse-tab-mpushover" class="card-body collapse" data-bs-parent="#mailbox-content">
Open commit View diff
392 <div id="collapse-tab-mpushover" class="card-body collapse" data-bs-parent="#mailbox-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
393
                <form data-id="pushover" class="form well" method="post">
Open commit View diff
393 <form data-id="pushover" class="form well" method="post">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
394
                  <input type="hidden" value="0" name="evaluate_x_prio">
Open commit View diff
394 <input type="hidden" value="0" name="evaluate_x_prio">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
395
                  <input type="hidden" value="0" name="only_x_prio">
Open commit View diff
395 <input type="hidden" value="0" name="only_x_prio">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
396
                  <input type="hidden" value="0" name="active">
Open commit View diff
396 <input type="hidden" value="0" name="active">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
397
                  <div class="row">
Open commit View diff
397 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
398
                    <div class="col-sm-1">
Open commit View diff
398 <div class="col-sm-1">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
399
                      <p class="text-muted"><a href="https://pushover.net" target="_blank"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAACglBMVEUAAAAAAAEAAAAilecFGigAAAAAAAAAAAAAAAANj+c3n+Ypm+oeYI4KWI4MieAtkdQbleoJcLcjmeswmN4Rit4KgdMKUYQJKUAQSnILL0kMNlMSTngimOoNPF0hlOQBBgkNOlkRS3MHIjUhk+IPf8wKLUYsjM0AAAASTngAAAAAAAAPfckbdLIbdrYUWIgegsgce70knfEAAAAknfENOVkGHi8YaaIjnvEdgMUhkuAQSG8aca0hleQUh9YLjOM4nOEMgtMcbaYWa6YemO02ltkKhNktgLodYZEPXJEyi8kKesktfLUzj84cWYMiluckZ5YJXJYeW4Y0k9YKfs4yjs0pc6YHZaUviskLfMkqmugak+cqkNcViNcqeK4Iaq4XRmYGPmYMKDsFJTstgr0LdL0ti84CCQ4BCQ4Qgc8rlt8XjN8shcQsi8wZSGgEP2cRMEUDKkUAAAD///8dmvEamfExo/EXmPEWl/ERlvElnvEsofEjnfETl/Enn/Ezo/E4pvEvovEfm/E1pPEzpPEvofEOlfEpoPEamPEQlfEYmfE6p/EgnPEVlvEroPE3pfE2pfENk/Ern/E3pPEcmfEfmvEnnvBlufT6/P0soPAknPDd7/zs9vzo9PxBqfItofAqoPD9/f3B4/q43/mx2/l/xfZ6w/Vxv/VtvfVgt/RXtPNTsfNEq/L3+/31+v3a7fvR6vvH5fqs2vmc0/jx+P3v9/3h8fzW7PvV7PvL5/q13fmo1/mh1PiY0fiNy/aHyfZ2wfVou/Vdt/RPsPM3oeoQkuowmeAgjdgcgMQbeLrw9/3k8vy74Pm63/mX0PdYtfNNr/Ikm+4wnOchkuAVjOAfdrMVcrOdoJikAAAAcnRSTlMAIQ8IzzweFwf+/fvw8P79+/Xt7e3p6eji4d7U08y8qZyTiIWDgn53bWxqaWBKQ0JBOjUwMCkoJCEfHBkT/vz8/Pv7+vr69/b29PTy7ezm5ubm5N7e29vQ0M/Pv7+4uLW1pqaWloWDg3x7e21mUVFFRUXdPracAAAEbElEQVRIx4WUZbvaQBCFF+ru7u7u7u7u7t4mvVwSoBC0JIUCLRQolLq7u7vr/+nMLkmQyvlwyfPcd86e3ZldUqwyQ/p329J+XfutPQYOLUP+q55rFtQJRvY79+xxlZTUWbKpz7/xrrMr2+3BoNPpdLn2lJQ4HEeqLOr1d7z7XNkesQed4A848G63Oy4Gmg/6Mz542QvZbqe8C/Ig73CLYiYTrtLmT3zfqbIcAR7y4wIqH/B6M9Fo0+Ldb6sM9ph/v4ozPuz12mxRofaAAr7jCNkuoz/jNf9AGHibkBCm51fsGKvxsAGWx4H+jBcEi6V2birDpCL/9Klrd1KHbiSvPWP8V0tTnTfO03iXi57P6WNHOVUf44IFdFDRz6pV5fw8Zy5z3JVH5+R48OwxqDiGvKJIY9R+9JsCuJ5HPg74OVEMpz+nbdEPUHEWeEk6IDUnTC1l5r+f8uffc0cfxc8fS17kLso24SwUPFDA/6DE82xKDOPliJ7n/GGOOyWK9zD9CdjvOfg9Dv6AH+AX04LW9gj2i8W/APx1UbxwCAu+wPmcpgUKL/EHdvtq4uwaZwCuznPJVY5LHhED15G/isd5Hz4eKui/e/du02YoKFeD5mHzHIN/nxEDe25gQQwKorAid04CfyzwL4XutXvl1Pt1guMOwwKPkU8mYIFT8JHK+vv8prpDScUVL+j8s3lOctw1GIhbWHAS+HgKPk7xPM/4UtNAYmzizJkf6NgTb/gM8jePQLsewMdthS3g95tMpT1IhVm6v1s8fYmLeb13Odwp8Fh5KY048y/d14WUrwrb1e/X/rNp73nkD8kWS+wi/MZ4XuetG4mhKubJm3/WNEvi8SHwB56nPKjUam0LBdp9ARwupFemTYudvgN/L1+A/Ko/LGBuS8pPy+YR1fuCTWNKnUyoeUyYx2o2dyEVGmr5xTD42xzvkD16+Pb9WIIH6fmt1r3mbsTY7Bvw+n23naT8BUWh86bz6G/e259UXPUK3gfAxQDlo7Rpx3Geqb2e3wp83SGEdKpB7zvwYbzvT2n65xLwbH6YP+M9C8vA8E1wxLU8gkCbdhXGUyrMgwVrcbzLHonr78lzDvWM3q/C/HtDlXoSUIe3YkblhRPIX4E8Oo/9siLv8dRjV7SBlkdgTXvKS7nzsA/9AfeEuhKq9T8zWIDv1Sd6ETAP4D6/H/1V+1BojvruNa4SZXz4JhY84dV5MOF5agUvu5OsOo+KRpG30KalEnoeDccFlutPZYs38D5n3zcpr1/0fBhfb3DOY1z2tSAgLxWezz6zuoHhfUmOejf6blHQH/sFuJYfcMZX307ytKvRa3ifoV/586P5j+tICtS77BuJxzxYAPZsntX8k3eSIhlajK4p8b7iefCEKs03kD/I2LnxL9ovH+43y4fAv1YrI/mzDBsavAX/UppfzVOrZT/ydxk6lJ047MfLfVbcb6hS9ZEzWxekKQ5WrtPqZg3rV6tWrX6Tle3KQZj/q6KxQnmDoXwFY0VSrN9e8FRXBCTAvwAAAABJRU5ErkJggg==" class="img img-fluid"></a></p>
Open commit View diff
399 <p class="text-muted"><a href="https://pushover.net" target="_blank"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAACglBMVEUAAAAAAAEAAAAilecFGigAAAAAAAAAAAAAAAANj+c3n+Ypm+oeYI4KWI4MieAtkdQbleoJcLcjmeswmN4Rit4KgdMKUYQJKUAQSnILL0kMNlMSTngimOoNPF0hlOQBBgkNOlkRS3MHIjUhk+IPf8wKLUYsjM0AAAASTngAAAAAAAAPfckbdLIbdrYUWIgegsgce70knfEAAAAknfENOVkGHi8YaaIjnvEdgMUhkuAQSG8aca0hleQUh9YLjOM4nOEMgtMcbaYWa6YemO02ltkKhNktgLodYZEPXJEyi8kKesktfLUzj84cWYMiluckZ5YJXJYeW4Y0k9YKfs4yjs0pc6YHZaUviskLfMkqmugak+cqkNcViNcqeK4Iaq4XRmYGPmYMKDsFJTstgr0LdL0ti84CCQ4BCQ4Qgc8rlt8XjN8shcQsi8wZSGgEP2cRMEUDKkUAAAD///8dmvEamfExo/EXmPEWl/ERlvElnvEsofEjnfETl/Enn/Ezo/E4pvEvovEfm/E1pPEzpPEvofEOlfEpoPEamPEQlfEYmfE6p/EgnPEVlvEroPE3pfE2pfENk/Ern/E3pPEcmfEfmvEnnvBlufT6/P0soPAknPDd7/zs9vzo9PxBqfItofAqoPD9/f3B4/q43/mx2/l/xfZ6w/Vxv/VtvfVgt/RXtPNTsfNEq/L3+/31+v3a7fvR6vvH5fqs2vmc0/jx+P3v9/3h8fzW7PvV7PvL5/q13fmo1/mh1PiY0fiNy/aHyfZ2wfVou/Vdt/RPsPM3oeoQkuowmeAgjdgcgMQbeLrw9/3k8vy74Pm63/mX0PdYtfNNr/Ikm+4wnOchkuAVjOAfdrMVcrOdoJikAAAAcnRSTlMAIQ8IzzweFwf+/fvw8P79+/Xt7e3p6eji4d7U08y8qZyTiIWDgn53bWxqaWBKQ0JBOjUwMCkoJCEfHBkT/vz8/Pv7+vr69/b29PTy7ezm5ubm5N7e29vQ0M/Pv7+4uLW1pqaWloWDg3x7e21mUVFFRUXdPracAAAEbElEQVRIx4WUZbvaQBCFF+ru7u7u7u7u7t4mvVwSoBC0JIUCLRQolLq7u7vr/+nMLkmQyvlwyfPcd86e3ZldUqwyQ/p329J+XfutPQYOLUP+q55rFtQJRvY79+xxlZTUWbKpz7/xrrMr2+3BoNPpdLn2lJQ4HEeqLOr1d7z7XNkesQed4A848G63Oy4Gmg/6Mz542QvZbqe8C/Ig73CLYiYTrtLmT3zfqbIcAR7y4wIqH/B6M9Fo0+Ldb6sM9ph/v4ozPuz12mxRofaAAr7jCNkuoz/jNf9AGHibkBCm51fsGKvxsAGWx4H+jBcEi6V2birDpCL/9Klrd1KHbiSvPWP8V0tTnTfO03iXi57P6WNHOVUf44IFdFDRz6pV5fw8Zy5z3JVH5+R48OwxqDiGvKJIY9R+9JsCuJ5HPg74OVEMpz+nbdEPUHEWeEk6IDUnTC1l5r+f8uffc0cfxc8fS17kLso24SwUPFDA/6DE82xKDOPliJ7n/GGOOyWK9zD9CdjvOfg9Dv6AH+AX04LW9gj2i8W/APx1UbxwCAu+wPmcpgUKL/EHdvtq4uwaZwCuznPJVY5LHhED15G/isd5Hz4eKui/e/du02YoKFeD5mHzHIN/nxEDe25gQQwKorAid04CfyzwL4XutXvl1Pt1guMOwwKPkU8mYIFT8JHK+vv8prpDScUVL+j8s3lOctw1GIhbWHAS+HgKPk7xPM/4UtNAYmzizJkf6NgTb/gM8jePQLsewMdthS3g95tMpT1IhVm6v1s8fYmLeb13Odwp8Fh5KY048y/d14WUrwrb1e/X/rNp73nkD8kWS+wi/MZ4XuetG4mhKubJm3/WNEvi8SHwB56nPKjUam0LBdp9ARwupFemTYudvgN/L1+A/Ko/LGBuS8pPy+YR1fuCTWNKnUyoeUyYx2o2dyEVGmr5xTD42xzvkD16+Pb9WIIH6fmt1r3mbsTY7Bvw+n23naT8BUWh86bz6G/e259UXPUK3gfAxQDlo7Rpx3Geqb2e3wp83SGEdKpB7zvwYbzvT2n65xLwbH6YP+M9C8vA8E1wxLU8gkCbdhXGUyrMgwVrcbzLHonr78lzDvWM3q/C/HtDlXoSUIe3YkblhRPIX4E8Oo/9siLv8dRjV7SBlkdgTXvKS7nzsA/9AfeEuhKq9T8zWIDv1Sd6ETAP4D6/H/1V+1BojvruNa4SZXz4JhY84dV5MOF5agUvu5OsOo+KRpG30KalEnoeDccFlutPZYs38D5n3zcpr1/0fBhfb3DOY1z2tSAgLxWezz6zuoHhfUmOejf6blHQH/sFuJYfcMZX307ytKvRa3ifoV/586P5j+tICtS77BuJxzxYAPZsntX8k3eSIhlajK4p8b7iefCEKs03kD/I2LnxL9ovH+43y4fAv1YrI/mzDBsavAX/UppfzVOrZT/ydxk6lJ047MfLfVbcb6hS9ZEzWxekKQ5WrtPqZg3rV6tWrX6Tle3KQZj/q6KxQnmDoXwFY0VSrN9e8FRXBCTAvwAAAABJRU5ErkJggg==" class="img img-fluid"></a></p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
400
                    </div>
Open commit View diff
400 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
401
                    <div class="col-sm-10">
Open commit View diff
401 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
402
                      <p class="text-muted">{{ lang.user.pushover_info|format(mailbox)|raw }}</p>
Open commit View diff
402 <p class="text-muted">{{ lang.user.pushover_info|format(mailbox)|raw }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
403
                      <p class="text-muted">{{ lang.edit.pushover_vars|raw }}: <code>{SUBJECT}</code>, <code>{SENDER}</code>, <code>{SENDER_ADDRESS}</code>, <code>{SENDER_NAME}</code>, <code>{TO_NAME}</code>, <code>{TO_ADDRESS}</code>, <code>{MSG_ID}</code></p>
Open commit View diff
403 <p class="text-muted">{{ lang.edit.pushover_vars|raw }}: <code>{SUBJECT}</code>, <code>{SENDER}</code>, <code>{SENDER_ADDRESS}</code>, <code>{SENDER_NAME}</code>, <code>{TO_NAME}</code>, <code>{TO_ADDRESS}</code>, <code>{MSG_ID}</code></p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
404
                      <div class="row">
Open commit View diff
404 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
405
                        <div class="col-sm-6 mb-2">
Open commit View diff
405 <div class="col-sm-6 mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
406
                          <label for="token">API Token/Key (Application)</label>
Open commit View diff
406 <label for="token">API Token/Key (Application)</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
407
                          <input type="text" class="form-control" name="token" maxlength="30" value="{{ pushover_data.token }}" required>
Open commit View diff
407 <input type="text" class="form-control" name="token" maxlength="30" value="{{ pushover_data.token }}" required>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
408
                        </div>
Open commit View diff
408 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
409
                        <div class="col-sm-6 mb-2">
Open commit View diff
409 <div class="col-sm-6 mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
410
                          <label for="key">User/Group Key</label>
Open commit View diff
410 <label for="key">User/Group Key</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
411
                          <input type="text" class="form-control" name="key" maxlength="30" value="{{ pushover_data.key }}" required>
Open commit View diff
411 <input type="text" class="form-control" name="key" maxlength="30" value="{{ pushover_data.key }}" required>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
412
                        </div>
Open commit View diff
412 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
413
                        <div class="col-sm-6 mb-4">
Open commit View diff
413 <div class="col-sm-6 mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
414
                          <label for="title">{{ lang.edit.pushover_title }}</label>
Open commit View diff
414 <label for="title">{{ lang.edit.pushover_title }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
415
                          <input type="text" class="form-control" name="title" value="{{ pushover_data.title }}" placeholder="Mail">
Open commit View diff
415 <input type="text" class="form-control" name="title" value="{{ pushover_data.title }}" placeholder="Mail">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
416
                        </div>
Open commit View diff
416 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
417
                        <div class="col-sm-6 mb-4">
Open commit View diff
417 <div class="col-sm-6 mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
418
                          <label for="text">{{ lang.edit.pushover_text }}</label>
Open commit View diff
418 <label for="text">{{ lang.edit.pushover_text }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
419
                          <input type="text" class="form-control" name="text" value="{{ pushover_data.text }}" placeholder="You've got mail 📧">
Open commit View diff
419 <input type="text" class="form-control" name="text" value="{{ pushover_data.text }}" placeholder="You've got mail 📧">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
420
                        </div>
Open commit View diff
420 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
421
                        <div class="col-sm-12 mb-4">
Open commit View diff
421 <div class="col-sm-12 mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
422
                          <label for="text">{{ lang.edit.pushover_sender_array|raw }}</label>
Open commit View diff
422 <label for="text">{{ lang.edit.pushover_sender_array|raw }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
423
                          <input type="text" class="form-control" name="senders" value="{{ pushover_data.senders }}" placeholder="[email protected], [email protected]">
Open commit View diff
423 <input type="text" class="form-control" name="senders" value="{{ pushover_data.senders }}" placeholder="[email protected], [email protected]">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
424
                        </div>
Open commit View diff
424 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
425
                        <div class="col-sm-12 mb-2">
Open commit View diff
425 <div class="col-sm-12 mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
426
                            <div class="form-group">
Open commit View diff
426 <div class="form-group">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
427
                              <label for="sound">{{ lang.edit.pushover_sound }}</label><br>
Open commit View diff
427 <label for="sound">{{ lang.edit.pushover_sound }}</label><br>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
428
                              <select name="sound" class="form-control">
Open commit View diff
428 <select name="sound" class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
429
                                <option value="pushover"{% if pushover_data.attributes.sound == 'pushover' %} selected{% endif %}>Pushover (default)</option>
Open commit View diff
429 <option value="pushover"{% if pushover_data.attributes.sound == 'pushover' %} selected{% endif %}>Pushover (default)</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
430
                                <option value="bike"{% if pushover_data.attributes.sound == 'bike' %} selected{% endif %}>Bike</option>
Open commit View diff
430 <option value="bike"{% if pushover_data.attributes.sound == 'bike' %} selected{% endif %}>Bike</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
431
                                <option value="bugle"{% if pushover_data.attributes.sound == 'bugle' %} selected{% endif %}>Bugle</option>
Open commit View diff
431 <option value="bugle"{% if pushover_data.attributes.sound == 'bugle' %} selected{% endif %}>Bugle</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
432
                                <option value="cashregister"{% if pushover_data.attributes.sound == 'cashregister' %} selected{% endif %}>Cash Register</option>
Open commit View diff
432 <option value="cashregister"{% if pushover_data.attributes.sound == 'cashregister' %} selected{% endif %}>Cash Register</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
433
                                <option value="classical"{% if pushover_data.attributes.sound == 'classical' %} selected{% endif %}>Classical</option>
Open commit View diff
433 <option value="classical"{% if pushover_data.attributes.sound == 'classical' %} selected{% endif %}>Classical</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
434
                                <option value="cosmic"{% if pushover_data.attributes.sound == 'cosmic' %} selected{% endif %}>Cosmic</option>
Open commit View diff
434 <option value="cosmic"{% if pushover_data.attributes.sound == 'cosmic' %} selected{% endif %}>Cosmic</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
435
                                <option value="falling"{% if pushover_data.attributes.sound == 'falling' %} selected{% endif %}>Falling</option>
Open commit View diff
435 <option value="falling"{% if pushover_data.attributes.sound == 'falling' %} selected{% endif %}>Falling</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
436
                                <option value="gamelan"{% if pushover_data.attributes.sound == 'gamelan' %} selected{% endif %}>Gamelan</option>
Open commit View diff
436 <option value="gamelan"{% if pushover_data.attributes.sound == 'gamelan' %} selected{% endif %}>Gamelan</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
437
                                <option value="incoming"{% if pushover_data.attributes.sound == 'incoming' %} selected{% endif %}>Incoming</option>
Open commit View diff
437 <option value="incoming"{% if pushover_data.attributes.sound == 'incoming' %} selected{% endif %}>Incoming</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
438
                                <option value="intermission"{% if pushover_data.attributes.sound == 'intermission' %} selected{% endif %}>Intermission</option>
Open commit View diff
438 <option value="intermission"{% if pushover_data.attributes.sound == 'intermission' %} selected{% endif %}>Intermission</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
439
                                <option value="magic"{% if pushover_data.attributes.sound == 'magic' %} selected{% endif %}>Magic</option>
Open commit View diff
439 <option value="magic"{% if pushover_data.attributes.sound == 'magic' %} selected{% endif %}>Magic</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
440
                                <option value="mechanical"{% if pushover_data.attributes.sound == 'mechanical' %} selected{% endif %}>Mechanical</option>
Open commit View diff
440 <option value="mechanical"{% if pushover_data.attributes.sound == 'mechanical' %} selected{% endif %}>Mechanical</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
441
                                <option value="pianobar"{% if pushover_data.attributes.sound == 'pianobar' %} selected{% endif %}>Piano Bar</option>
Open commit View diff
441 <option value="pianobar"{% if pushover_data.attributes.sound == 'pianobar' %} selected{% endif %}>Piano Bar</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
442
                                <option value="siren"{% if pushover_data.attributes.sound == 'siren' %} selected{% endif %}>Siren</option>
Open commit View diff
442 <option value="siren"{% if pushover_data.attributes.sound == 'siren' %} selected{% endif %}>Siren</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
443
                                <option value="spacealarm"{% if pushover_data.attributes.sound == 'spacealarm' %} selected{% endif %}>Space Alarm</option>
Open commit View diff
443 <option value="spacealarm"{% if pushover_data.attributes.sound == 'spacealarm' %} selected{% endif %}>Space Alarm</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
444
                                <option value="tugboat"{% if pushover_data.attributes.sound == 'tugboat' %} selected{% endif %}>Tug Boat</option>
Open commit View diff
444 <option value="tugboat"{% if pushover_data.attributes.sound == 'tugboat' %} selected{% endif %}>Tug Boat</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
445
                                <option value="alien"{% if pushover_data.attributes.sound == 'alien' %} selected{% endif %}>Alien Alarm (long)</option>
Open commit View diff
445 <option value="alien"{% if pushover_data.attributes.sound == 'alien' %} selected{% endif %}>Alien Alarm (long)</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
446
                                <option value="climb"{% if pushover_data.attributes.sound == 'climb' %} selected{% endif %}>Climb (long)</option>
Open commit View diff
446 <option value="climb"{% if pushover_data.attributes.sound == 'climb' %} selected{% endif %}>Climb (long)</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
447
                                <option value="persistent"{% if pushover_data.attributes.sound == 'persistent' %} selected{% endif %}>Persistent (long)</option>
Open commit View diff
447 <option value="persistent"{% if pushover_data.attributes.sound == 'persistent' %} selected{% endif %}>Persistent (long)</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
448
                                <option value="echo"{% if pushover_data.attributes.sound == 'echo' %} selected{% endif %}>Pushover Echo (long)</option>
Open commit View diff
448 <option value="echo"{% if pushover_data.attributes.sound == 'echo' %} selected{% endif %}>Pushover Echo (long)</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
449
                                <option value="updown"{% if pushover_data.attributes.sound == 'updown' %} selected{% endif %}>Up Down (long)</option>
Open commit View diff
449 <option value="updown"{% if pushover_data.attributes.sound == 'updown' %} selected{% endif %}>Up Down (long)</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
450
                                <option value="vibrate"{% if pushover_data.attributes.sound == 'vibrate' %} selected{% endif %}>Vibrate Only</option>
Open commit View diff
450 <option value="vibrate"{% if pushover_data.attributes.sound == 'vibrate' %} selected{% endif %}>Vibrate Only</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
451
                                <option value="none"{% if pushover_data.attributes.sound == 'none' %} selected{% endif %}> None (silent) </option>
Open commit View diff
451 <option value="none"{% if pushover_data.attributes.sound == 'none' %} selected{% endif %}> None (silent) </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
452
                              </select>
Open commit View diff
452 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
453
                            </div>
Open commit View diff
453 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
454
                          </div>
Open commit View diff
454 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
455
                          <div class="col-sm-12">
Open commit View diff
455 <div class="col-sm-12">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
456
                          <div class="form-check">
Open commit View diff
456 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
457
                            <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if pushover_data.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
Open commit View diff
457 <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if pushover_data.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
458
                          </div>
Open commit View diff
458 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
459
                        </div>
Open commit View diff
459 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
460
                        <div class="col-sm-12">
Open commit View diff
460 <div class="col-sm-12">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
461
                          <legend style="cursor:pointer;margin-top:10px" data-bs-target="#po_advanced" unselectable="on" data-bs-toggle="collapse">
Open commit View diff
461 <legend style="cursor:pointer;margin-top:10px" data-bs-target="#po_advanced" unselectable="on" data-bs-toggle="collapse">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
462
                            <i class="bi bi-plus"></i> {{ lang.edit.advanced_settings }}
Open commit View diff
462 <i class="bi bi-plus"></i> {{ lang.edit.advanced_settings }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
463
                          </legend>
Open commit View diff
463 </legend>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
464
                          <hr />
Open commit View diff
464 <hr />
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
465
                        </div>
Open commit View diff
465 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
466
                        <div class="col-sm-12 mb-4">
Open commit View diff
466 <div class="col-sm-12 mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
467
                          <div id="po_advanced" class="collapse">
Open commit View diff
467 <div id="po_advanced" class="collapse">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
468
                            <label for="text">{{ lang.edit.pushover_sender_regex }}</label>
Open commit View diff
468 <label for="text">{{ lang.edit.pushover_sender_regex }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
469
                            <input type="text" class="form-control mt-2" name="senders_regex" value="{{ pushover_data.senders_regex }}" placeholder="/(.*@example\.org$|^foo@example\.com$)/i" regex="true">
Open commit View diff
469 <input type="text" class="form-control mt-2" name="senders_regex" value="{{ pushover_data.senders_regex }}" placeholder="/(.*@example\.org$|^foo@example\.com$)/i" regex="true">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
470
                            <div class="form-check mt-4">
Open commit View diff
470 <div class="form-check mt-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
471
                              <label><input type="checkbox" class="form-check-input" value="1" name="evaluate_x_prio"{% if pushover_data.attributes.evaluate_x_prio == '1' %} checked{% endif %}> {{ lang.edit.pushover_evaluate_x_prio|raw }}</label>
Open commit View diff
471 <label><input type="checkbox" class="form-check-input" value="1" name="evaluate_x_prio"{% if pushover_data.attributes.evaluate_x_prio == '1' %} checked{% endif %}> {{ lang.edit.pushover_evaluate_x_prio|raw }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
472
                            </div>
Open commit View diff
472 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
473
                            <div class="form-check mt-2">
Open commit View diff
473 <div class="form-check mt-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
474
                              <label><input type="checkbox" class="form-check-input" value="1" name="only_x_prio"{% if pushover_data.attributes.only_x_prio == '1' %} checked{% endif %}> {{ lang.edit.pushover_only_x_prio|raw }}</label>
Open commit View diff
474 <label><input type="checkbox" class="form-check-input" value="1" name="only_x_prio"{% if pushover_data.attributes.only_x_prio == '1' %} checked{% endif %}> {{ lang.edit.pushover_only_x_prio|raw }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
475
                            </div>
Open commit View diff
475 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
476
                          </div>
Open commit View diff
476 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
477
                        </div>
Open commit View diff
477 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
478
                      </div>
Open commit View diff
478 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
479
                      <div class="btn-group" data-acl="{{ acl.pushover }}">
Open commit View diff
479 <div class="btn-group" data-acl="{{ acl.pushover }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
480
                        <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-id="pushover" data-item="{{ mailbox }}" data-api-url='edit/pushover' data-api-attr='{}' href="#">{{ lang.edit.save }}</a>
Open commit View diff
480 <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-id="pushover" data-item="{{ mailbox }}" data-api-url='edit/pushover' data-api-attr='{}' href="#">{{ lang.edit.save }}</a>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
481
                        <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="pushover-test" data-item="{{ mailbox }}" data-api-url='edit/pushover-test' data-api-attr='{}' href="#"><i class="bi bi-check-lg"></i> {{ lang.edit.pushover_verify }}</a>
Open commit View diff
481 <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="pushover-test" data-item="{{ mailbox }}" data-api-url='edit/pushover-test' data-api-attr='{}' href="#"><i class="bi bi-check-lg"></i> {{ lang.edit.pushover_verify }}</a>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
482
                        <a id="pushover_delete" class="btn btn-sm d-block d-sm-inline btn-danger" data-action="edit_selected" data-id="pushover-delete" data-item="{{ mailbox }}" data-api-url='edit/pushover' data-api-attr='{"delete":"true"}' href="#"><i class="bi bi-trash"></i> {{ lang.edit.remove }}</a>
Open commit View diff
482 <a id="pushover_delete" class="btn btn-sm d-block d-sm-inline btn-danger" data-action="edit_selected" data-id="pushover-delete" data-item="{{ mailbox }}" data-api-url='edit/pushover' data-api-attr='{"delete":"true"}' href="#"><i class="bi bi-trash"></i> {{ lang.edit.remove }}</a>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
483
                      </div>
Open commit View diff
483 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
484
                    </div>
Open commit View diff
484 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
485
                  </div>
Open commit View diff
485 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
486
                </form>
Open commit View diff
486 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
487
            </div>
Open commit View diff
487 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
488
        </div>
Open commit View diff
488 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
489
      </div>
Open commit View diff
489 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
490
      <div id="macl" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-acl">
Open commit View diff
490 <div id="macl" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-acl">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
491
        <div class="card mb-4">
Open commit View diff
491 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
492
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
492 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
493
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-macl" data-bs-toggle="collapse" aria-controls="collapse-tab-macl">
Open commit View diff
493 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-macl" data-bs-toggle="collapse" aria-controls="collapse-tab-macl">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
494
                {{ lang.edit.acl }} <span class="badge bg-info table-lines"></span>
Open commit View diff
494 {{ lang.edit.acl }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
495
              </button>
Open commit View diff
495 </button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
496
            </div>
Open commit View diff
496 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
497
            <div id="collapse-tab-macl" class="card-body collapse" data-bs-parent="#mailbox-content">
Open commit View diff
497 <div id="collapse-tab-macl" class="card-body collapse" data-bs-parent="#mailbox-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
498
                <form data-id="useracl" class="form-inline well" method="post">
Open commit View diff
498 <form data-id="useracl" class="form-inline well" method="post">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
499
                  <div class="row">
Open commit View diff
499 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
500
                    <div class="col-sm-1">
Open commit View diff
500 <div class="col-sm-1">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
501
                      <p class="text-muted">ACL</p>
Open commit View diff
501 <p class="text-muted">ACL</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
502
                    </div>
Open commit View diff
502 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
503
                    <div class="col-sm-10">
Open commit View diff
503 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
504
                      <select id="user_acl" name="user_acl" size="10" multiple>
Open commit View diff
504 <select id="user_acl" name="user_acl" size="10" multiple>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
505
                        {% for acl, val in user_acls %}
Open commit View diff
505 {% for acl, val in user_acls %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
506
                          <option value="{{ acl }}"{% if val == 1 %} selected{% endif %}>{{ lang.acl[acl] }}</option>
Open commit View diff
506 <option value="{{ acl }}"{% if val == 1 %} selected{% endif %}>{{ lang.acl[acl] }}</option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
507
                        {% endfor %}
Open commit View diff
507 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
508
                      </select>
Open commit View diff
508 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
509
                      <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="useracl" data-item="{{ mailbox }}" data-api-url='edit/user-acl' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
Open commit View diff
509 <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="useracl" data-item="{{ mailbox }}" data-api-url='edit/user-acl' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
510
                    </div>
Open commit View diff
510 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
511
                  </div>
Open commit View diff
511 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
512
                </form>
Open commit View diff
512 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
513
            </div>
Open commit View diff
513 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
514
        </div>
Open commit View diff
514 </div>
Kristian Feldsam almost 3 years ago e4e8abb

[Web] Ratelimit settings as input group

Full commit hash
e4e8abb1b9f04b6852d2b64e8ae99476d27ee11a
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
515
      </div>
Open commit View diff
515 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
516
      <div id="mrl" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-rl">
Open commit View diff
516 <div id="mrl" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-rl">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
517
        <div class="card mb-4">
Open commit View diff
517 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
518
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
518 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
519
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mrl" data-bs-toggle="collapse" aria-controls="collapse-tab-mrl">
Open commit View diff
519 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mrl" data-bs-toggle="collapse" aria-controls="collapse-tab-mrl">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
520
                {{ lang.edit.ratelimit }} <span class="badge bg-info table-lines"></span>
Open commit View diff
520 {{ lang.edit.ratelimit }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
521
              </button>
Open commit View diff
521 </button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
522
            </div>
Open commit View diff
522 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
523
            <div id="collapse-tab-mrl" class="card-body collapse" data-bs-parent="#mailbox-content">
Open commit View diff
523 <div id="collapse-tab-mrl" class="card-body collapse" data-bs-parent="#mailbox-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
524
                <form data-id="mboxratelimit" class="well" method="post">
Open commit View diff
524 <form data-id="mboxratelimit" class="well" method="post">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
525
                  <div class="row mb-2">
Open commit View diff
525 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
526
                    <div class="col-sm-2">
Open commit View diff
526 <div class="col-sm-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
527
                      <p class="text-muted">{{ lang.acl.ratelimit }}</p>
Open commit View diff
527 <p class="text-muted">{{ lang.acl.ratelimit }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
528
                    </div>
Open commit View diff
528 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
529
                    <div class="col-sm-10">
Open commit View diff
529 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
530
                      <div class="input-group">
Open commit View diff
530 <div class="input-group">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
531
                        <input name="rl_value" type="number" autocomplete="off" value="{{ rl.value }}" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
Open commit View diff
531 <input name="rl_value" type="number" autocomplete="off" value="{{ rl.value }}" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
532
                        <select name="rl_frame" class="form-control">
Open commit View diff
532 <select name="rl_frame" class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
533
                        {% include 'mailbox/rl-frame.twig' %}
Open commit View diff
533 {% include 'mailbox/rl-frame.twig' %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
534
                        </select>
Open commit View diff
534 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
535
                      </div>
Open commit View diff
535 </div>
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
536
                    </div>
Open commit View diff
536 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
537
                  </div>
Open commit View diff
537 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
538
                  <div class="row mb-2">
Open commit View diff
538 <div class="row mb-2">
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
539
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
539 <div class="offset-sm-2 col-sm-10">
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
540
                      <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="mboxratelimit" data-item="{{ mailbox }}" data-api-url='edit/rl-mbox' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
Open commit View diff
540 <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="mboxratelimit" data-item="{{ mailbox }}" data-api-url='edit/rl-mbox' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
541
                      <p class="text-muted mt-2">{{ lang.edit.mbox_rl_info }}</p>
Open commit View diff
541 <p class="text-muted mt-2">{{ lang.edit.mbox_rl_info }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
542
                    </div>
Open commit View diff
542 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
543
                  </div>
Open commit View diff
543 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
544
                </form>
Open commit View diff
544 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
545
            </div>
Open commit View diff
545 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
546
        </div>
Open commit View diff
546 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
547
      </div>
Open commit View diff
547 </div>
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
548
      <div id="mrename" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-rename">
Open commit View diff
548 <div id="mrename" class="tab-pane fade" role="tabpanel" aria-labelledby="mailbox-rename">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
549
        <div class="card mb-4">
Open commit View diff
549 <div class="card mb-4">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
550
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
550 <div class="card-header d-flex d-md-none fs-5">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
551
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mrename" data-bs-toggle="collapse" aria-controls="collapse-tab-mrename">
Open commit View diff
551 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mrename" data-bs-toggle="collapse" aria-controls="collapse-tab-mrename">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
552
                ⚠️ {{ lang.edit.mailbox_rename }}<span class="badge bg-info table-lines"></span>
Open commit View diff
552 ⚠️ {{ lang.edit.mailbox_rename }}<span class="badge bg-info table-lines"></span>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
553
              </button>
Open commit View diff
553 </button>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
554
            </div>
Open commit View diff
554 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
555
            <div id="collapse-tab-mrename" class="card-body collapse" data-bs-parent="#mailbox-content">
Open commit View diff
555 <div id="collapse-tab-mrename" class="card-body collapse" data-bs-parent="#mailbox-content">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
556
              <div class="well">
Open commit View diff
556 <div class="well">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
557
                <div id="rename_warning">
Open commit View diff
557 <div id="rename_warning">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
558
                  <p>{{ lang.edit.mailbox_rename_warning }}</p>
Open commit View diff
558 <p>{{ lang.edit.mailbox_rename_warning }}</p>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
559
                  <div id="confirm_show_rspamd_global_filters">
Open commit View diff
559 <div id="confirm_show_rspamd_global_filters">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
560
                    <div class="row">
Open commit View diff
560 <div class="row">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
561
                      <div class="offset-sm-2 col-sm-10">
Open commit View diff
561 <div class="offset-sm-2 col-sm-10">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
562
                        <label>
Open commit View diff
562 <label>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
563
                          <input type="checkbox" class="form-check-input" id="show_mailbox_rename_form"> {{ lang.edit.mailbox_rename_agree }}
Open commit View diff
563 <input type="checkbox" class="form-check-input" id="show_mailbox_rename_form"> {{ lang.edit.mailbox_rename_agree }}
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
564
                        </label>
Open commit View diff
564 </label>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
565
                      </div>
Open commit View diff
565 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
566
                    </div>
Open commit View diff
566 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
567
                  </div>
Open commit View diff
567 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
568
                </div>
Open commit View diff
568 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
569
                <div id="rename_form" class="d-none">
Open commit View diff
569 <div id="rename_form" class="d-none">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
570
                  <form data-id="mboxrename" method="post">
Open commit View diff
570 <form data-id="mboxrename" method="post">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
571
                    <input name="domain" type="hidden" value="{{ result.domain }}">
Open commit View diff
571 <input name="domain" type="hidden" value="{{ result.domain }}">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
572
                    <input name="old_local_part" type="hidden" value="{{ result.local_part }}">
Open commit View diff
572 <input name="old_local_part" type="hidden" value="{{ result.local_part }}">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
573
                    <div class="row mb-2">
Open commit View diff
573 <div class="row mb-2">
FreddleSpl0it almost 2 years ago 822d9a7

[Web] rename goto in alias table

Full commit hash
822d9a7de6e72efbfecc882245d47629ba26cc9e
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
574
                      <div class="col-sm-12 col-md-2">
Open commit View diff
574 <div class="col-sm-12 col-md-2">
same change 822d9a7

[Web] rename goto in alias table

Full commit hash
822d9a7de6e72efbfecc882245d47629ba26cc9e
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
575
                        <span>{{ lang.edit.mailbox_rename_title }}</span>
Open commit View diff
575 <span>{{ lang.edit.mailbox_rename_title }}</span>
same change 822d9a7

[Web] rename goto in alias table

Full commit hash
822d9a7de6e72efbfecc882245d47629ba26cc9e
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
576
                      </div>
Open commit View diff
576 </div>
same change 822d9a7

[Web] rename goto in alias table

Full commit hash
822d9a7de6e72efbfecc882245d47629ba26cc9e
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
577
                      <div class="col-sm-12 col-md-10 col-xl-8">
Open commit View diff
577 <div class="col-sm-12 col-md-10 col-xl-8">
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
578
                        <div class="input-group mb-2">
Open commit View diff
578 <div class="input-group mb-2">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
579
                          <input type="text" class="form-control" name="new_local_part" autocomplete="off" value="{{ result.local_part }}">
Open commit View diff
579 <input type="text" class="form-control" name="new_local_part" autocomplete="off" value="{{ result.local_part }}">
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
580
                          <span class="input-group-text">@{{ result.domain }}</span>
Open commit View diff
580 <span class="input-group-text">@{{ result.domain }}</span>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
581
                        </div>
Open commit View diff
581 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
582
                      </div>
Open commit View diff
582 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
583
                    </div>
Open commit View diff
583 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
584
                    <div class="row mb-4">
Open commit View diff
584 <div class="row mb-4">
FreddleSpl0it almost 2 years ago 822d9a7

[Web] rename goto in alias table

Full commit hash
822d9a7de6e72efbfecc882245d47629ba26cc9e
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
585
                      <div class="col-sm-12 offset-md-2 col-md-10 col-xl-8">
Open commit View diff
585 <div class="col-sm-12 offset-md-2 col-md-10 col-xl-8">
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
586
                        <label><input type="checkbox" class="form-check-input" value="1" name="create_alias" checked> {{ lang.edit.mailbox_rename_alias }}</label>
Open commit View diff
586 <label><input type="checkbox" class="form-check-input" value="1" name="create_alias" checked> {{ lang.edit.mailbox_rename_alias }}</label>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
587
                      </div>
Open commit View diff
587 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
588
                    </div>
Open commit View diff
588 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
589
                    <div class="row mb-2">
Open commit View diff
589 <div class="row mb-2">
FreddleSpl0it almost 2 years ago 822d9a7

[Web] rename goto in alias table

Full commit hash
822d9a7de6e72efbfecc882245d47629ba26cc9e
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
590
                      <div class="col-sm-12 offset-md-2 col-md-10 col-xl-8">
Open commit View diff
590 <div class="col-sm-12 offset-md-2 col-md-10 col-xl-8">
FreddleSpl0it over 1 year ago c93106f

[Web] Fix redirect after renaming mailbox

Full commit hash
c93106f9d6ae8b0c0a5282b9c62b3ca1b5fb5aa9
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
591
                        <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="mboxrename" data-item="{{ mailbox }}" data-api-url='edit/rename-mbox' data-api-attr='{}' data-api-reload-location="/{{mailcow_cc_role}}/mailbox" href="#">{{ lang.edit.save }}</button>
Open commit View diff
591 <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="mboxrename" data-item="{{ mailbox }}" data-api-url='edit/rename-mbox' data-api-attr='{}' data-api-reload-location="/{{mailcow_cc_role}}/mailbox" href="#">{{ lang.edit.save }}</button>
FreddleSpl0it almost 2 years ago 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
592
                      </div>
Open commit View diff
592 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
593
                    </div>
Open commit View diff
593 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
594
                  </form>
Open commit View diff
594 </form>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
595
                </div>
Open commit View diff
595 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
596
              </div>
Open commit View diff
596 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
597
            </div>
Open commit View diff
597 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
598
        </div>
Open commit View diff
598 </div>
same change 10dfd0a

[Web][DockerApi] Add the ability to rename the local part of a mailbox

Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
599
      </div>
Open commit View diff
599 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
600
    </div>
Open commit View diff
600 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
601
</div>
Open commit View diff
601 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
602
{% else %}
Open commit View diff
602 {% else %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
603
  {{ parent() }}
Open commit View diff
603 {{ parent() }}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
604
{% endif %}
Open commit View diff
604 {% endif %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
605
{% endblock %}
Open commit View diff
605 {% endblock %}